/*
Theme Name: PowerFull
Description: Very Fast, Q&A SEO, etc..
Author: www.theqa.co
Version: 0.5
*/
*, ::after, ::before {
     box-sizing: border-box;
}
 div::after {
     content: " ";
     display: table;
     clear: both;
}
 html {
     background-color: var(--main-color-bg);
     height: 100%;
     font-size: var(--main-font-size);
     line-height: 1.6em;
     color: #212529;
     scroll-behavior: smooth;
     scroll-padding-top: 70px;
}
 body {
     background-color: var(--main-color-bg);
     margin: 0;
     font-family: 'biggboss', Arial, sans-serif, tahoma;
}
a {
     text-decoration: none;
     color: var(--main-color);
}
a:hover {
 	opacity: .9;
}

 img {
     height: auto;
     max-width: 100%;
     display: block;
}
 iframe {
     max-width: 100%;
}
 textarea {
     width: 90%;
}
 hr {
     margin-top: 15px;
     margin-bottom: 15px;
     border: 0;
     border-top: 1px solid rgba(0,0,0,.1);
     width: 99%;
}
 .submit, .button {
     padding: 12px 40px;
     background: var(--main-color);
     border: 1px solid rgba(0,0,0,.1);
     text-align: center;
     color:#fff;
     cursor: pointer;
     display: inline-block;
     text-shadow: 0.5px 1px #000;
     box-shadow: 0 -2px 0 0 rgba(0,0,0,0.2) inset;
     font-family: 'biggboss', Arial, sans-serif, tahoma;
     font-size: 100%;
}
 .button:hover {
     box-shadow: 0 0 0 100px rgba(0,0,0,.2) inset;
     color: white;
}

 .add-comment {
	margin: 10px;
    text-align: center;
}

 h1 {
     margin: 0 0 15px 0;
     font-size: 150%;
     font-weight: bold;
}
 h2 {
     margin: 30px 0 8px 0;
     background: linear-gradient(to right, #fcfcfc, #f3f3f3);
     display: block;
     padding: 6px 10px 7px 10px;
     border-right: 4px solid var(--main-color);
     color: #000;
     font-weight: bold;
     font-size: 125%;
}
 h3, h4, h5, h6 {
     margin: 30px 0 8px 0;
     display: block;
     color: #000;
     font-weight: bold;
}
 .header {
     background-color: var(--main-color);
     z-index: 10;
     display: flex;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
     position: fixed;
     width: 100%;
     top: 0;
     right: 0;
     left: 0;
}
 .header-in {
     width: 950px;
     margin: 10px auto;
     height: 40px;
}
 .logo {
     float: right;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
}
 .logo a {
     color: #fff;
     font-weight: bold;
     font-size: 140%;
     text-shadow: 1px 1px 1px #00000073;
}
 .logo .img {
     width: 150px;
}
 .logo .img:hover {
     opacity: .8;
}
 .search {
     float: left;
     width: 50%;
     height: 100%;
}
 .search-form {
     width: auto;
     background: #ffffffe0;
     padding: 0 16px 0 16px;
     height: 100%;
     min-height: 40px;
     margin: 0;
     position: relative;
     box-shadow: -1px 2px 2.5px rgb(0 0 0 / 40%) inset;
}
 .search-field {
     border: 0 none;
     width: calc(100% - 40px);
     font-family: 'biggboss', Arial, sans-serif, tahoma;
     height: 100%;
     background: transparent;
     outline: none;
	 font-size: 100%;
}
 .search-btn {
     width: 20px;
     height: -webkit-fill-available;
     background: url(assets/images/search.svg) center no-repeat;
     border: 0 none;
     cursor: pointer;
     position: absolute;
     top: 53%;
     transform: translateY(-50%);
     left: 18px;
}
 main {
     max-width: 950px;
     margin: 0 auto;
     margin-top: 90px;
     margin-bottom: 10px;
     word-break: break-word;
}
 .main-in {
     padding: 15px;
     box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
     margin-bottom: 20px;
     background-color: #fff;
}
 .article {
     padding-bottom: 20px;
}
 .footer {
     color: #fff;
     background: #282828;
     padding: 20px;
     font-size: 90%;
     border-top: 2px solid #222222;
     border-bottom: 4px solid #222222;
     overflow: hidden 
}
 .footer .container {
     text-align: center;
     margin: 6px 0;
}
 .footer .container a {
     color: #fff;
}
 .footer .container ul {
     margin: 0;
     padding: 0;
}
 .footer .container li {
     display: inline-block;
     margin: 0 10px;
}
 .silver {
     color: #aaa;
}
 .rp, .mp {
    float: right;
}
 .more-posts {
     margin-bottom: 20px;
}
 .list-posts {
     font-weight:700;
}
 .list-posts ul {
     padding: 0 10px 0 10px;
     margin: 10px 0;
}
 .list-posts li{
     display: block;
     margin-bottom: 20px;
}
 .columns {
     display: flex;
     flex-wrap: wrap;
}
 .column {
     display: flex;
     padding: 5px;
}
 .ratio {
     padding-bottom: 56.25%;
     overflow: hidden;
     height: 0;
}
 .column a {
     display: block;
     box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);
     width: 100%;
     background-color: #fff;
}
 .column a:hover img {
     filter: brightness(110%);
}
 .column img {
     width: 100%;
}
 .column .title {
     padding: 5px 6px 10px 6px;
     color: var(--main-color);
     word-wrap: break-word;
     text-align: center;
     line-height: 20px;
     overflow: hidden;
     max-height: 150px;
     font-size: 95%;
}
 .cat-grid {
     margin-bottom: 16px;
}
 .breadcrumbs {
     padding: 6px 15px;
     font-weight: bold;
     margin: 0;
     background: #fff;
     margin-bottom: 10px;
     box-shadow: 0 0 2px rgba(0, 0, 0, .3);
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     font-size: 90%;
}
 .breadcrumbs li {
     display: inline;
}
 .breadcrumbs .spec {
     margin-right: 4px;
     margin-left: 6px;
}
 .bread {
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 15px;
}
 .bread ul {
     margin: 0;
     padding: 0;
     color: #6c6c6c;
     margin: 0 8px;
}
 .bread ul li {
     display: inline;
     margin-left: 8px;
}
 .by {
    color: #8d8d8d;
    margin-bottom: 12px;
    font-size: 90%;
    border-right: 4px solid var(--main-color);
    padding: 0 10px 0 0;
}

.share {
    float: left;
    display: inline;
    margin-left: 8px;
}

.icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
}
 .twitter {
    background: url(assets/images/twitter.svg) center no-repeat;
}
 .facebook {
    background: url(assets/images/facebook.svg) center no-repeat;
}
 .whatsapp {
    background: url(assets/images/whatsapp.svg) center no-repeat;
}
 .post_thumbnail {
     max-height: 310px;
     width: 100%;
     height: auto;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
     margin-bottom: 20px;
}
 .wp-caption {
     position: relative;
     max-width: 100%;
     width: auto!important;
}
 .post-caption, .wp-caption-text {
     position: absolute;
     right: 10px;
     bottom: 10px;
     max-width: 80%;
     padding: 8px 10px;
     background: rgba(0,0,0,.7);
     line-height: 1.3;
     color: #fff;
     font-size: 90%;
}
 blockquote {
     background-color: #f1f1f1;
     margin: 0;
     font-style: italic;
     padding: 1.2em 4em 1.2em 1.3em;
     position: relative;
}
 blockquote::before {
     content: " ";
     background: url(assets/images/blockquote.svg) center no-repeat;
     background-size: contain;
     position: absolute;
     right: 20px;
     width: 35px;
     height: 35px;
     top: 50%;
     transform: translateY(-50%);
}
 table {
     max-width: 100%;
     text-align: center;
     width: 100%;
}
 table, td, th {
     border: 1px solid #cecece;
     border-collapse: collapse;
}
 .tags div {
     margin: 5px;
     font-size: 90%;
     padding: 1px 10px 1px 10px;
     float: right;
     background: linear-gradient(to right, #f8f8f8, #e7e7e7);
}
 .tags div:hover {
     background: #e3e3e3;
}
 fieldset {
     font-weight: bold;
     border: 0;
     border-top: solid 1px #ddd;
     padding: 0;
     margin: 0;
     margin-bottom: 15px;
}
 legend {
     color: var(--main-color);
     margin:0 auto;
     padding: 0 10px 0 10px;
     float: none;
     width: auto;
     font-size: 140%;
}
 .cat-grid-box {
     float:right;
     width: 100%;
     padding: 8px;
}
 .cat-box {
     border: 1px solid #ddd;
     text-align: right;
     break-inside: avoid;
}
 .cat-box h2 {
     margin: 0px;
}
 .cat-icon {
     font-size:30px;
     vertical-align:middle 
}
 .cat-title-box {
     font-weight: bold;
     background-image: linear-gradient(to bottom, #f3f3f3, #fff);
     border-bottom: solid 1px #ddd;
     color: var(--main-color);
}
 .cat-title-box:hover {
     color: #fff;
     background: var(--main-color);
}
 .cat-title-box a {
     display: block;
     padding: 10px 15px 10px 10px;
}
 .cat-title-box a:hover {
     color: #fff;
}
 .cat-title {
     padding-right: 5px;
     vertical-align: middle;
}
 .category-subs {
     padding: 12px;
     margin: 0;
     background-color: #ffffffc2;
}
 .category-subs li {
     padding: 4px;
     list-style: none;
}
 .category-subs a {
     color: #000;
}
 .category-subs a:hover {
     color: var(--main-color);
}
 @media screen and (min-width: 0px) and (max-width: 349px) {
     .column {
         width: 100%;
    }
     .search {
         display: none;
    }
     .column a {
         min-width: auto;
         min-height: auto;
    }
     .logo {
         left: 50%;
         transform: translate(-50%,-50%);
         width: max-content;
    }
}
 @media screen and (min-width: 350px){
     .cat-grid-box {
         width: 100%;
    }
     .column {
         width: 50%;
    }
}

 @media screen and (min-width: 520px){
     .cat-grid-box {
         width: 50%;
    }
     .column {
         width: 33.333%;
    }
}
 @media screen and (min-width: 690px){
     .cat-grid-box {
         width: 33.333%;
    }
     .column {
         width: 25%;
    }
}
 @media screen and (min-width: 860px) {
     .cat-grid-box {
         width: 25%;
    }
     .column {
         width: 20%;
    }
}
 @media screen and (max-width: 970px) {
     .header-in {
         width: 100%;
        margin: 10px 12px;
    }
}
 .center {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
 .scroll {
     background: url(assets/images/arrow-up.svg) center no-repeat;
     background-size: 60%;
     cursor: pointer;
     position: fixed;
     bottom: 20px;
     right: -80px;
     border-radius: 100%;
     background-color: var(--main-color);
     transition: 300ms;
     box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
     width: 40px;
     height: 40px;
}
 .scroll:hover {
     box-shadow: 0 0 0 100px rgba(0,0,0,.2) inset;
}
 .scroll:active {
     border: solid;
}
 .visible {
     right: 20px;
     transition: all 400ms;
     transform: rotate(360deg) 
}
 .comment-list {
     margin: 0;
     padding: 0;
}
 .comment-list .comment-body {
     margin: 10px 0;
     background: #f6f7f9;
     border-top: 2px solid rgba(0,0,0,.06);
     padding: 10px;
     border-bottom: 1px solid rgba(0,0,0,.06);
     border-radius: 5px;
}
 .comment-list .comment-meta {
     position: relative;
     padding: 5px 10px;
     overflow: hidden;
}
 .comment-list li{
     display: block;
}
 .comment-list .comment-author {
     float: right;
}
 .comment-list .comment-metadata {
     float: left;
}
 .comment-list .comment-author img{
    border-radius: 50px;
    margin-left: 8px;
    display: inline-block;
    float: right;
    margin-top: -2px;
}
 .comment-list .comment-author .fn{
     margin-left: 4px;
}
 .comment-awaiting-moderation {
     display: block;
     margin-top: 90px;
     color: #a5a5a5;
}
 .comment-list .comment-content, .comment-list .pingback .comment-body {
     padding: 5px 10px;
     line-height: 1.5;
}
 .comment-list .reply {
     padding: 5px 10px;
     text-align: left;
}
 .comment-list .says {
     display: none;
}
 .comment-list .comment-reply-link {
     display: inline-block;
     padding: 3px 25px;
     background: #fff;
     border: 1px solid rgba(0,0,0,.1);
     text-align: center;
     border-radius: 2px;
}
 .comment-list .comment-reply-link:hover {
     background: var(--main-color);
     color:#fff;
}
 .comment-list .comment-metadata, .comment-list .comment-metadata a {
     color: #777;
}
 .comment-navigation {
     text-align: center;
     margin: 15px;
}
 .comment-navigation .page-numbers {
     border-radius: 3px;
     cursor: pointer;
     padding: 5px 15px;
     background-color: #616161;
     color:#fff;
     display: inline-block;
     margin: 4px 2px;
}
 .comment-navigation .page-numbers:hover {
     background-color: var(--main-color);
}
 .comment-navigation .current {
     background-color: var(--main-color);
}

 .comment-form {
     width: 90%;
     margin: 0 auto;
}

 .comment-form input[type="text"],textarea{
     -webkit-appearance: none;
     padding: calc(0.375em - 1px) calc(0.625em - 1px);
     font-weight: 400;
     line-height: 1.5;
     border: 1px solid #dbdbdb;
     border-radius: 2px;
     color: #363636;
     box-shadow: 0 1px 2px rgba(10,10,10,.1) inset;
     width: 100%;
}

.form-submit, .comment-reply-title {
    text-align: center;
}
