/*
Theme Name: Personal Wp
Theme URI: http://wesoftpress.com
Author: Rony Tarafder
Author URI: https://web.facebook.com/ronytarafder99
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/
a {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
}

img {
    display: block;
    border: 0;
    height: auto;
    max-width: 100%;
}

/* Header Style */
#myBtn {
    display: none;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    -sfontize: 18px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    font-size: 20px;
    overflow: hidden;
    z-index: 99999999;
    color: #f3151c;
    width: 30px;
    height: 30px;
    border: 2px solid #f3151c;
    line-height: 20px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#myBtn i {
    font-size: 20px;
    left: -3px;
    position: relative;
}

.artigo-navigation-holder .nav-inner-right {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}

.artigo-container {
    margin: auto;
    clear: both;
    position: relative;
}

@media (min-width: 1200px) {
    .artigo-container {
        width: 1170px;
    }
}

.main-nav {
    width: 100%;
    margin-bottom: 1px;
    padding: 0px 0px;
    display: inline-block;
}

.main-nav>ul {
    text-align: center;
    margin: 0;
    margin-left: 40px;
    display: inline-block;
}

.main-nav>ul>li {
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: .3s;
    position: relative;
}

.main-nav>ul>li>a {
    font-size: 15px;
    line-height: 60px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 15px;
    display: inline-block;
    position: relative;
}

.main-nav>ul>li:hover a {
    color: white;
}

.main-nav>ul>li>a:hover:before,
.main-nav>ul>li>a:hover:after {
    width: 50%;
    opacity: 1;
}

#artigo-responsive-menu-trigger {
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 220px;
    display: flex;
    align-items: center;
    height: 100%;
}

#ham {
    display: none;
}

#artigo-responsive-menu-trigger #logo {
    margin: 0;
    text-align: center;
}

#artigo-responsive-menu-trigger #logo a img {
    max-width: 100%;
    margin: auto;
    max-height: 45px;
}

.artigo-navigation-holder {
    background: #fcb040;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.artigo-navigation-holder.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
}

.search_inner {
    background: #fcb040;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.search_inner form {
    height: 100%;
}

.search_form_div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 100%;
    align-items: center;
}

#s {
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 35px;
    margin: 0;
    z-index: 10;
    padding: 7px 65px 7px 10px;
    font-family: inherit;
    font-size: 18px;
    color: #2c3e50;
    border-radius: 5px 0 0 5px;
}

#seachsubmit {
    color: #fff;
    border: 1px solid #343a40;
    border-left: none;
    border-radius: 0;
    right: 20px;
    background: #343a40;
    padding: 6px 15px;
    height: 35px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#search_close {
    color: #000;
    border-left: none;
    border-radius: 0 5px 5px 0;
    right: 20px;
    background: #fff;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Header Style */
/* Home Style */
#home_social_ul {
    display: flex;
    padding-left: 0;
}

#home_social_ul li {
    list-style: none;
}

#about-me .left {
    text-align: right;
    padding: 50px 30px;
}

#about-me .left img {
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
    width: 280px;
}
#homepage_post_img img{
    border: 2px solid white;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}
#about-me h2 {
    font-size: 24px;
    text-align: left;
    padding: 30px 0px 20px;
}

.common-heading {
    border-bottom: 2px solid white;
}

.bg4 {
    background: #9fd29a;
}

#samprotik .owl-nav {
    width: 108%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
}

.blog-list-body {
    position: relative;
    display: block;
    padding-right: 30px;
}

.blog-list-body::before {
    position: absolute;
    content: '';
    height: 200px;
    width: 1px;
    background: white;
    right: 0;
    top: 90px;
}

#samprotik .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

#samprotik .owl-carousel .owl-dot,
#samprotik .owl-carousel .owl-nav .owl-next,
#samprotik .owl-carousel .owl-nav .owl-prev {
    color: #ffffff;
    border-radius: 0;
}

#samprotik .owl-carousel .owl-dot,
#samprotik .owl-carousel .owl-nav .owl-next span,
#samprotik .owl-carousel .owl-nav .owl-prev span {
    font-size: 70px;
    line-height: 0;
    display: block;
    padding: 0 6px;
    padding-top: 0px;
}

#samprotik .owl-carousel .owl-nav button.owl-next {
    float: right;
}

#samprotik h3 {
    padding: 20px 0px 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}

.bg5 {
    background: #fde1cb;
}

.common-heading h2 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding: 30px 0px 20px;
}

#gallery .owl-nav,
#video .owl-nav,
.gallery2 .owl-nav {
    width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
}

#gallery .owl-carousel .owl-nav button.owl-prev,
#video .owl-carousel .owl-nav button.owl-prev,
.gallery2 .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

#gallery .no-js .owl-carousel,
#video .no-js .owl-carousel,
.gallery2 .no-js .owl-carousel,
#gallery .owl-carousel.owl-loaded,
#video .owl-carousel.owl-loaded,
.gallery2 .owl-carousel.owl-loaded {
    margin: 0;
}

#gallery .owl-carousel .owl-dot,
#video .owl-carousel .owl-dot,
.gallery2 .owl-carousel .owl-dot,
#gallery .owl-carousel .owl-nav .owl-next,
#video .owl-carousel .owl-nav .owl-next,
.gallery2 .owl-carousel .owl-nav .owl-next,
#gallery .owl-carousel .owl-nav .owl-prev,
#video .owl-carousel .owl-nav .owl-prev,
.gallery2 .owl-carousel .owl-nav .owl-prev {
    color: #ffffff;
    border-radius: 0;
}

.bg6 {
    background: #6b7e9f;
}

.qus {
    margin: 20px 0;
}

.qus h2 i {
    display: inline-block;
    font-size: 22px;
    background: #3f4551;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-right: 15px;
}

.qus h2 {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding: 30px 20px 30px;
    margin: 0;
    display: flex;
    transition: all linear .3s;
    align-items: center;
    justify-content: center;
}

#gallery .owl-carousel .owl-dot,
#video .owl-carousel .owl-dot,
.gallery2 .owl-carousel .owl-dot,
#gallery .owl-carousel .owl-nav .owl-next span,
#video .owl-carousel .owl-nav .owl-next span,
.gallery2 .owl-carousel .owl-nav .owl-next span,
#gallery .owl-carousel .owl-nav .owl-prev span,
#video .owl-carousel .owl-nav .owl-prev span,
.gallery2 .owl-carousel .owl-nav .owl-prev span {
    font-size: 70px;
    line-height: 0;
    display: block;
    padding: 70px 6px;
    padding-top: 50px;
}

#gallery .owl-carousel .owl-dot,
#video .owl-carousel .owl-dot,
.gallery2 .owl-carousel .owl-dot,
#gallery .owl-carousel .owl-nav .owl-next span,
#video .owl-carousel .owl-nav .owl-next span,
.gallery2 .owl-carousel .owl-nav .owl-next span,
#gallery .owl-carousel .owl-nav .owl-prev span,
#video .owl-carousel .owl-nav .owl-prev span,
.gallery2 .owl-carousel .owl-nav .owl-prev span {
    padding: 0;
}

#gallery .owl-carousel .owl-nav button.owl-next,
#video .owl-carousel .owl-nav button.owl-next,
.gallery2 .owl-carousel .owl-nav button.owl-next {
    float: right;
}

#video .owl-nav {
    top: 35%;
}
#photo_ar .entry-cat-links{display: none;}
h3.pv_cap,
#video h3 {
    font-size: 17px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 30px;
}

.venobox {
    position: relative;
    display: block;
}

.venobox .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: all linear .3s;
}

.venobox .video-icon i {
    margin-top: 30%;
    transform: translatey(-50%);
}

#banner .container-out {
    width: 100%;
    overflow: hidden;
}

#banner .slider-body {
    width: 100%;
    overflow: hidden;
    height: auto;
    height: 85vh;
    position: relative;
}
@media (min-width: 1200px) and (max-width: 1400.98px) {
    #banner .slider-body {
    height: 80vh;
}
}

#banner .owl-nav {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: white;
}

#banner .owl-carousel .owl-nav button.owl-prev {
    float: left;
}

#banner .owl-carousel .owl-dot,
#banner .owl-carousel .owl-nav .owl-next,
#banner .owl-carousel .owl-nav .owl-prev {
    color: #ffffff;
    border-radius: 0;
}

#banner .owl-carousel .owl-dot,
#banner .owl-carousel .owl-nav .owl-next span,
#banner .owl-carousel .owl-nav .owl-prev span {
    font-size: 70px;
    line-height: 0;
    display: block;
    padding: 70px 6px;
    padding-top: 50px;
}

#banner .owl-carousel .owl-nav button.owl-next {
    float: right;
}

#banner .owl-carousel .owl-nav button span {
    padding: 0 !important;
}

/* Home Style */
/* Archive Style */
.artigo-title-holder {
    width: 100%;
    float: left;
    clear: both;
    color: #ffffff;
    padding: 50px 0;
    margin: 0;
    position: relative;
    text-align: center;
}

.artigo-content-wrap {
    width: 100%;
    position: relative;
    clear: both;
    float: left;
    z-index: 1;
    background: #e3f1e2;
}

.artigo-blog-item .entry-header .entry-cat-links {
    display: inline-block;
    text-align: center;
    margin: 0 0 23px;
    position: relative;
    z-index: 1;
}

.artigo-blog-item .entry-header .entry-cat-links:before,
.artigo-blog-item .entry-header .entry-cat-links:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000000;
    top: 1px;
    bottom: 0;
    margin: auto;
    left: -40px;
}

.artigo-blog-item .entry-header .entry-cat-links a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.artigo-blog-item .entry-header .entry-cat-links:before,
.artigo-blog-item .entry-header .entry-cat-links:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000000;
    top: 1px;
    bottom: 0;
    margin: auto;
    left: -40px;
}

.artigo-blog-item .entry-header .entry-cat-links a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-size: 11px;
    line-height: 10px;
    padding: 8px 10px 7px 10px;
    margin: 0 5px 0 0;
    position: relative;
    vertical-align: middle;
}

.artigo-blog-item .entry-header .entry-cat-links a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #000000;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.artigo-blog-item .entry-header .entry-cat-links:after {
    left: auto;
    right: -35px;
}

.artigo-col-4 .artigo-blog-item .entry-header h4,
.artigo-col-6 .artigo-blog-item .entry-header h4 {
    font-size: 16px;
}

.entry-header h1 {
    font-size: 22px;
    margin: 0 auto 15px auto;
}

article.artigo-blog-item .entry-thumbnail {
    width: 100%
}

article.artigo-blog-item .entry-thumbnail img {
    width: 100%;
    height: auto;
}

.artigo-blog-item .entry-header h4 {
    margin-bottom: 16px;
    font-size: 22px;
    text-transform: uppercase;
}

.artigo-col-1,
.artigo-col-2,
.artigo-col-3,
.artigo-col-4,
.artigo-col-5,
.artigo-col-6,
.artigo-col-7,
.artigo-col-8,
.artigo-col-9,
.artigo-col-10,
.artigo-col-11,
.artigo-col-12,
.artigo-col-1-5,
.artigo-col-2-5,
.artigo-col-3-5,
.artigo-col-4-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.artigo-content-holder {
    width: 69%;
    box-sizing: border-box;
    padding: 60px 30px 0 0;
    display: inline-block;
    margin-bottom: -7px;
}

.artigo-sidebar-holder {
    float: left;
    width: 31%;
    box-sizing: border-box;
    padding: 60px 0 0;
    margin: 5px 0 0;
}

.artigo-sidebar-holder.right-sidebar {
    padding: 50px 25px 0 25px;
    float: right;
}

.artigo-sidebar-holder .widget:first-child {
    margin-top: -5px;
}

.widget h2.widget-title {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    top: -10px;
    margin: 5px 0 0;
}

.widget .widget-container {
    display: inline-block;
    width: 100%;
    padding: 35px 25px 30px;
    border: 1px solid #000000;
    border-top: 0;
    margin-top: -27px;
    float: left;
}

.widget ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.widget ul li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    padding: 0 0 10px;
    display: inline;
    margin: 0 0 10px;
}

.widget.widget_recent_entries ul li {
    display: inline;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.widget.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget.widget_recent_entries ul li a {
    color: #000000;
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
}

.widget.widget_author .artigo-social-links {
    margin: 20px auto;
    display: inline-block;
}

.widget.widget_author .artigo-social-links li {
    width: auto;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.artigo-social-links li a i {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 10px;
}

.artigo-social-links li a i.fa-facebook-f {
    background: #3b5998;
}

.artigo-social-links li a i.fa-twitter {
    background: #00aced;
}

.artigo-social-links li a i.fa-youtube {
    background: #c4302b;
}

.artigo-social-links li a i.fa-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.artigo-social-links li a i.fa-envelope {
    background: #695296 !important;
}

.widget h2.widget-title span {
    position: relative;
    padding: 0 5px 0 10px;
    font-weight: normal;
}

.widget h2.widget-title span:before,
.widget h2.widget-title span:after {
    top: 12px;
}

.widget h2.widget-title span:before,
.widget h2.widget-title span:after {
    content: "";
    position: absolute;
    width: 9999px;
    height: 1px;
    background: #000000;
    top: 11px;
    margin: auto;
    left: 100%;
}

.widget h2.widget-title span:after {
    left: auto;
    right: 100%;
}

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

.widget {
    margin: 0 0 50px;
    width: 100%;
    float: left;
    clear: both;
}

.artigo-row {
    margin: 0 -15px;
    padding: 0;
}

.artigo-col-6 {
    width: 50%;
}

.artigo-blog-item {
    width: 100%;
    float: left;
    margin: 0 0 50px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.artigo-blog-item .entry-thumbnail {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

/* Archive Style */
/* Footer Style */
.ti-upload:before {
    content: "\e66b";
}

.artigo-copyrights {
    background: #3f4551;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 20px 0 10px;
}

.blog-footer-links ul {
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

.blog-footer-links ul li {
    float: left;
    list-style-type: none;
}

.blog-footer-links ul li a {
    display: inline-block;
    margin: 0px 4px;
}

.blog-footer-links ul li a img {
    width: 40px;
}

p.dev {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    border-top: 1px solid #7b7b7b;
    margin-top: 15px;
    padding-top: 16px;
}

p.dev a {
    text-decoration: none;
    color: #ff5e14;
    font-size: 17px;
    font-weight: 700;
}

/* Footer Style */
/* Single Style */
.share_link {
    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
}

.share_link li {
    float: left;
    text-decoration: none;
    list-style-type: none;
}

.share_link li a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    margin: 05px 10px;
    color: white;
}

.share_link li a i {
    padding-right: 10px;
}

#comments label {
    display: none;
}

#comments {
    margin-top: 10px;
}

#comments textarea,
#comments input#author,
#comments input#email,
#comments input#url {
    width: 100%;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
}

#comments p.comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

#comments p.comment-form-cookies-consent label {
    display: block;
    margin-left: 5px;
}

#comments input {
    border: 1px solid rgb(133, 133, 133);
}

#comments p.form-submit input {
    cursor: pointer;
    padding: 7px 15px;
    background-color: #fcb040;
    color: #000;
    border-color: rgb(133, 133, 133);
    border-radius: 3px;
}

/* Single Style */

.sunset-load-more,
.misha_loadmore {
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: black;
    font-weight: 600;
    padding: 0 20px;
    border: 1px solid gray;
}

.misha_loadmore:hover,
.sunset-load-more:hover {
    cursor: pointer;
    color: red
}

.btn.misha_loadmore i,
.btn.sunset-load-more i {
    font-size: 18px;
    margin-left: 5px;
}

span.loading {
    margin-top: 25px;
    display: none;
}

.loader {
    position: relative;
    width: 100%;
    height: 34px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.loader:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid red;
    border-right-color: transparent;
    border-radius: 100%;
    animation: spinner .65s infinite linear;
    transform-origin: center;
}

.side-menu-overlay {
    left: 0;
    min-width: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 100;
}

#side-menu,
.side-menu-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    display: none;
}

#side-menu {
    width: 300px;
    left: -300px;
    overflow-y: auto;
    z-index: 1035;
    background: #fff;
    padding: 20px 30px;
    color: #333;
    transition: .4s;
    background: #5f7e5c;
}

body.side-menu-visible #side-menu {
    transform: translateX(300px);
}

#side-menu .contents {
    margin-top: 15px;
}

#side-menu a {
    display: block;
    padding: 0.5rem 1rem 0.5rem 0;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.205);
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1230px) {

    .artigo-container,
    .artigo-mega-menu-container {
        width: 940px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .artigo-container,
    .artigo-mega-menu-container {
        width: 710px;
    }

    .artigo-content-holder .artigo-col-6 {
        width: 100%;
    }

    .artigo-content-holder {
        width: 58%;
    }

    .artigo-sidebar-holder {
        width: 42%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .artigo-container {
        width: 400px;
    }
}

@media (max-width: 767px) {

    #about-me h2,
    #about-me {
        text-align: center;
    }

    #about-me .left img{margin: auto;}
    #home_social_ul {
        justify-content: center;
    }

    .blog-list-body {
        padding-right: 0;
        text-align: center;
    }

    .blog-list-body::before {
        background: transparent;
    }

    .artigo-navigation-holder {
        min-height: 60px;
    }

    .header-main .artigo-container {
        width: 100%;
        padding: 0;
        min-height: 60px;
    }

    .artigo-content-holder {
        width: 100%;
    }

    .artigo-sidebar-holder {
        width: 100%;
        margin-top: 30px;
    }

    .artigo-col-1,
    .artigo-col-2,
    .artigo-col-3,
    .artigo-col-4,
    .artigo-col-5,
    .artigo-col-6,
    .artigo-col-7,
    .artigo-col-8,
    .artigo-col-9,
    .artigo-col-10,
    .artigo-col-11,
    .artigo-col-12,
    .artigo-col-1-5,
    .artigo-col-2-5,
    .artigo-col-3-5,
    .artigo-col-4-5 {
        width: 100%;
    }

    .main-nav>ul {
        opacity: 0;
        display: none;
        clear: both;
        width: 100%;
        margin: 58px 0 0;
    }

    .main-nav>ul.show {
        opacity: 1;
        margin-top: 58px;
        width: 100%;
        padding-left: 0;
    }

    .main-nav>ul li {
        display: block;
        list-style: none;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: left;
    }

    .main-nav>ul li:first-of-type {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    #artigo-responsive-menu-trigger {
        width: 170px;
        pointer-events: auto;
        top: 0px;
        margin-top: 0;
        left: 30px;
        z-index: 1;
        margin: auto;
    }

    #artigo-responsive-menu-trigger #logo {
        margin-left: 20px;
    }

    #artigo-responsive-menu-trigger #ham {
        display: block;
        color: #fff;
        font-size: 18px;
    }

    #artigo-responsive-menu-trigger img {
        width: 150px;
        max-height: 50px;
        height: auto;
        margin-top: 5px;
        transition: 1s;
    }
}

@media (max-width: 479px) {
    .artigo-container {
        width: 100%;
        padding: 0 30px;
    }
}

/* Responsive */