/******************************************************************
Theme Name: Tendenzias 2019
Theme URI: https://tendenzias.com
Description: Diseño responsive para Tendenzias
Author: Tendenzias
Author URI: http://www.tendenzias.com
Version: 0.3
Tags: tendenzias


/************************************************
	Table of Contents

1. Body
2. Hyperlinks
3. Layout
4. Header
5. Navigation
6. Fly-Out Navigation
7. Featured Posts/Pages
8. Homepage
9. Sidebar
10. Posts
11. Comments
12. Archives
13. WooCommerce
14. Footer
15. Pagination

    Rules

    https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/

************************************************/
/************************************************
	1. Body
************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body{
    font-family: sans-serif;
    font-size: 16px;
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: 0;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 17px;
    font-family: sans-serif;
}
h1{
    font-size: 24px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
a{
    color: #313131;
    transition: 0.3s;
}

p{
    font-size: 15px;
    line-height: 30px;
}
iframe{
    max-width: 100%;
}
a:hover{
    color: #818181 !important;
    transition: 0.3s;
}
html {
    overflow-x: hidden;
}

/************************************************
	2. Hyperlinks
************************************************/
.entry-content a, .entry-content a:hover{
    text-decoration: underline;
}

a, a:visited {
    text-decoration: none;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

/************************************************
	3. Layout
************************************************/
.wrap{
    margin: 0px !important;
}
.section {
    clear: both;
    overflow: hidden;
}
#main-tz{
    background-color: white;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.flex-container{
    display: flex;
}
.tz-main-content{
    width: 780px;
    padding-right: 25px;
    background-color: white;
    padding-left: 25px;
}
.alignright{
    margin-left: auto;
    margin-right: 0px;
}
.aligncenter{
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    margin-left: 0px;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip img{
    width: 13px !important;
    margin: 0px !important;
}

.tooltip .tooltiptext {
    opacity: 0;
    width: 60px;
    background-color: #313131;
    color: #fff;
    font-size: 9px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    transition: 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
    top: 150%;
    transition: 0.3s;
}
.end-widget-area{
    overflow: hidden;
    margin: 0;
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #ECECEC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.widget-end{
    width: 100%;
    margin-right: 50px;
}
.widget-end:last-child{
    margin-right: 0px;
}
.widget-end .widgetTitle{
    padding: 0 0 10px;
    margin: 0 0 30px;
    background: none;
    border-bottom: 3px solid #e0e0e0;
    font-size: 14px;
}
.wrap{
    margin-bottom: 50px;
}
/************************************************
	4. Header
************************************************/

#header{
    padding-bottom: 35px;
    margin-bottom: 0px !important;
    font-family: sans-serif;
    font-weight: 500;
    background-color: white;
}
.inner-header{
    text-align: center;
}
.inner-header{
    text-align: center;
}
.inner-header h1, .inner-header div{
    margin: 22px 0px 35px 0px;
}
.inner-header .logo{
    display: inline-flex;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
}

.inner-header h1 span{
    position: absolute;
    bottom: -23px;
    right: 0px;
    text-transform: uppercase;
    font-size: 12px;
}
.inner-header div span{
    position: absolute;
    bottom: -12px;
    right: 0px;
    text-transform: uppercase;
    font-size: 12px;
}

#banner-header{
    text-align: center;
}
/************************************************
	5. Navigation
************************************************/

.tz-menu{
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
.fixed-navbar{
    position: fixed;
    top:0px;
    width: 100%;
    left: 0px;
    background-color: white;
    z-index: 99999;
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    border-color: transparent !important;
}
#navigation .container{
    position: relative;
    display: table;
    text-align: center;
}
#navigation .menu{
    display: inline-block ;
    float: left;
    padding-left: 25px;
}
#navigation #menu-trigger{
    display: none;
}
.social-icon, #navigation .menu li {
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 1.9em 2.2em 1.9em 0;
    text-transform: uppercase;
}
.social-icon img{
    height: 13px;
    width: 13px;
}
.main-nav-social{
    display: inline-block;
    text-align: left;
    float: right;
}
#search-trigger, #search-close{
    cursor: pointer;
}
#show-search{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 58px;
    background: #fff;
    text-align: left;
    z-index: 3;
    display: none;
}
#show-search #search-close{
    position: absolute;
    width: 20px;
    height: 60px;
    display: inline-block;
    right: 0;
    padding: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
    color: #313131;
}
#show-search #searchform input.search-input {
    padding: 15px 35px 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #313131;
    height: 58px;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 13px;
}
#sidebar-nav {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 100000;
    width: 270px;
    overflow-y: auto;
    padding: 30px 20px 20px;
    background: #ffffff;
    left: -350px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.nav-close-icon{
    position: fixed;
    visibility: hidden;
    opacity: 0;
}
.nav-close-icon img{
    width: 12px;
}
.logo-fixed-nav{
    display: none;
}
/************************************************
	6. Fly-Out Navigation
************************************************/
.pagination{
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.pagination .nav-next, .pagination .nav-previous{
    margin: 0 1em;
    border: 1px solid #dedede;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
    transition: 0.3s;
}
.pagination .nav-next:hover, .pagination .nav-previous:hover{
    border: 1px solid #313131;
    transition: 0.3s;
}
.pagination .nav-previous{

}
/************************************************
	7. Featured Posts/Pages
************************************************/
.featured-post{
    margin-bottom: 60px;
}
/************************************************
	8. Homepage
************************************************/

/************************************************
	8. 404
************************************************/
.error-404 {
    text-align: center;
    padding: 60px 0 110px;
}
.error-404 p{
    font-size: 1em;
}
.error-text{
    font-size: 100px;
    font-family: sans-serif;
    font-weight: 600;
    color: #313131;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.error-text:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #313131;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
/************************************************
	9. Sidebar
************************************************/
.tz-sidebar{
    position: relative;
    width: 340px;
    background-color: white;
    padding: 0 25px;
}
.widget-sidebar{
    padding: 1em 0;
    background-color: white;
}
.tz-sidebar h4{
    font-family: sans-serif;
    font-weight: 500;
}
.tz-sidebar .widget-title{
    background-color: #f5f5f5;
    color: #313131;
    text-transform: uppercase;
    padding: 8px 12px 7px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 17px;
}
.absolute-widget{
    position: absolute;
    width: 100%;
    z-index: 5;
}
/************************************************
	10. Posts
************************************************/
.featured-post img{
    max-width: 100%;
    width: auto;
    margin: 0 0 26px 0;
    height: auto;
    max-height: 585px;
}
.featured-post .featured-thumb{
    text-align: center;
}
.standard-header{
    text-align: center;
    padding-bottom: 17px;
    position: relative;
    margin: 0 0 19px 0;
}
.standard-header h2, .standard-header h1{
    color: #313131;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.standard-header:after{
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: #313131;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.post-entry p{
    margin-bottom: 17px;
}
.tz-read-more{
    text-align: center;
    margin: 30px 0;
}
.tz-read-more .link-more{
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.tz-read-more a.link-more:before, .tz-read-more a.link-more:after{
    position: absolute;
    content: "";
    width: 60px;
    height: 0;
    top: 50%;
    left: 100%;
    margin: 0 10px;
    margin-top: -1px;
    border-top: 1px solid #313131;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.tz-read-more .link-more:before {
    left: auto !important;
    right: 100%;
}
.tz-read-more a.link-more:hover:before {
    right: 95%;
}
.tz-read-more a.link-more:hover:after {
    left: 95%;
}
.post-meta-box{
    padding: 15px 0;
    clear: both;
    display: block;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin: 30px 0 0;
}
.post-meta-stats{
    font-size: 13px;
    display: inline-block;
}
.post-meta-stats img{
    width: 12px;
    margin-bottom: -1px;
    opacity: 0.8;
}
.post-meta-stats span{
    color: #888888;
}
.post-meta-box .list-share{
    display: inline-block;
    float: right;
}
.post-meta-box .list-share a, .entry-share-box .list-share a{
    width: 25px;
    text-align: center;
}
.standard-categories{
    overflow: hidden;
    display: block;
    margin-top: 15px;
    font-size: 13px;
}
.post-item-list{
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
}
.post-item-list:last-child{
    border-bottom: none;
}
.post-item-list .thumbnail{
    width: 45%;
    margin-right: 30px;
}
.post-item-list .thumbnail img{
    width: 100%;
    height: auto;
}
.post-item-list .post-preview{
    width: 55%;
}
.post-item-list .entry-title{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
}
.post-item-list .entry-date{
    margin: 12px 0 0;
    color: #888888;
}
.post-item-list .entry-content{
    margin-top: 18px;
}
.type-post .standard-header::after{
    display: none;
}
.type-post .standard-header .standard-categories{
    margin-top: 15px;
}
.post-meta-single{
    margin-top: 15px;
    font-size: 13px;
}
.post-meta-single span{
    color: #888888;
}
.entry-content{
    margin-bottom: 33px;
    font-size: 15px;
    line-height: 30px;
}
.entry-content p{
    margin-bottom: 17px;
}
.entry-content img{
    margin: 0 auto;
    display: block;
    padding: 1em 0;
    height: auto;
    max-width: 100%;
}
.entry-content div{
    max-width: 100% !important;
}
.entry-content ul, .entry-content ol {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 15px;
}
.entry-content ul li {
    margin-bottom: 7px;
    position: relative;
    list-style-type: disc;
    line-height: 1.7;
}
.entry-content #toc_container{
    width: 100% !important;
    padding: 15px 0;
    display: block;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin: 17px 0;
}

#toc_container .toc_title{
    font-weight: 600;
    font-size: 1.1em;
}
#toc_container ul{
    margin-top: 0.5em;
}
#toc_container ul li{
    list-style-type: none;
}
#toc_container .toc_list{
    margin-top: 7px;
}
#toc_container p{
    margin: 0px;
}
#toc_container a{
    font-size: 16px;
}
.inside-banner{
    margin: 17px 0;
}
.post-tags{
    display: block;
    position: relative;
    z-index: 10;
    color: #888;
    margin-bottom: 0;
    line-height: 1.4;
    margin-top: 31px;
}
.post-tags a{
    text-transform: uppercase;
    color: #888;
    padding: 6px 12px 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 12px !important;
    background: none;
    border: 1px solid #DEDEDE;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
    font-weight: normal;
    line-height: 1.2;
}
.post-tags a:hover{
    color: #fff !important;
    border-color: #313131;
    background-color: #313131;
}
.entry-share-box{
    text-align: center;
    padding: 20px 0;
    display: table;
    font-size: 13px;
    width: 100%;
    margin: 15px 0 0 0;
    position: relative;
    clear: both;
    border-top: 1px solid #DEDEDE;
}
.entry-share-box .list-share{
    display: inline-block;
    vertical-align: top;
}
.post-pagination{
    display: flex;
    overflow: hidden;
    margin: 0;
    padding: 35px 0 20px;
    border-top: 1px solid #DEDEDE;
}
.post-pagination .prev-post, .post-pagination .next-post{
    width: 50%;
}
.post-pagination .next-post{
    text-align: right;
}
.post-pagination h5{
    margin-top: 6px;
}
.post-pagination .prev-post-title, .post-pagination .next-post-title{
    margin: 0;
    display: inline-block;
    font-size: 13px;
    color: #888;
}
.related-post{
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 36px 0 36px;
    border-top: 1px solid #DEDEDE;
}
.related-post h4{
    margin-bottom: 30px;
}
.related-post-list{
    display: flex;
}
.related-post-list .related-item{
    display: inline-block;
    width: 251px !important;
    max-width: 251px;
    overflow: hidden;
    margin-right: 5px;
}
.related-post-list .related-item:last-child{
    margin-right: 0px;
}
.related-item-image{
    height: 150px;
    overflow-y: hidden;
    margin-bottom: 17px;
}
.related-post-list img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
}
.recent-posts article{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
}
.recent-posts .thumbnail{
    width: 33%;
    margin-right: 15px;
    text-align: center;
}
.recent-posts .last-title{
    width: 66%;
}
.recent-posts img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 82px;
    margin: 0 auto;
}
.wd-categories{
    list-style: none;
}
.wd-categories li{
    margin-bottom: 11px;
    padding-bottom: 12px;
    font-size: 13px;
    border-bottom: 1px solid #DEDEDE;
}
.wd-categories li a:before{
    content: "›";
    display: inline-block;
    margin-right: 10px;
    font-size: 90%;
}
.post-ratings{
    text-align: right;
    text-transform: uppercase;
}
.related-img-article{
    width: 100%;
    padding-top: 85%;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 15px;
}
/************************************************
	11. Comments
************************************************/
.comments-tz{
    font-family: sans-serif;
}
.comments-tz ol{
    margin-bottom: 17px;
}
.comments-tz .comment-author{
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comments-tz .comment-body{
    border-top: 1px solid #DEDEDE;
    padding: 15px 0;
}
.comments-tz .comment-author img{
    border-radius: 100%;
    margin: 0 10px 10px 0;
}
.comments-tz .comment-meta a{
    font-size: 12px;
    color: #888888 !important;
}
.comments-tz p{
    font-size: 13px;
    margin-top: 15px;
}
.comments-tz .reply{
    margin-top: 10px;
    font-size: 13px;
}
.comments-tz textarea{
    padding: 15px 20px;
    border: 1px solid #DEDEDE;
    width: calc(100% - 40px);
    height: 100px;
    font-size: 12px;
    color: #313131;
    line-height: 20px;
    font-weight: 500;
    outline: none;
    vertical-align: top;
}
.comments-tz .submit{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: sans-serif;
    background: #F5F5F5;
    border-radius: 0;
    font-size: 14px;
    color: #313131;
    padding: 12px 20px;
    display: inline-block;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    margin: 0;
    border: none;
    max-width: 250px;
    margin: 15px auto;
}
.comments-tz .submit:hover{
    background: #313131;
    color: white;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.comments-tz .children{
    margin-left: 50px;
}
#respond input{
    width: 100%;
}
#respond p.comment-form-author{
    margin-left: 0px !important;
}
#respond p.comment-form-author, #respond p.comment-form-email, #respond p.comment-form-url{
}
#respond p.comment-form-author, #respond p.comment-form-email, #respond p.comment-form-url{
}
#respond p input[type=text]{
    padding: 10px;
    width: calc(100% - 20px);
    font-size: 12px;
    border: 1px solid #DEDEDE;
    outline: none;
}
.says{
    margin-left: 0.5em;
}
/************************************************
	12. Archives
************************************************/

/************************************************
	13. WooCommerce
************************************************/

/************************************************
	14. Footer
************************************************/
#footer{
    padding: 0;
    text-align: center;
    background-color: #F5F5F5;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer-social{
    padding: 30px 0 15px;
    border-bottom: 1px solid #dedede;
    text-align: center;
}
.footer-social ul{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.footer-social ul li{
    float: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.footer-social ul li:last-child{
    margin-right: 0px;
}
.footer-copyright{
    text-align: center;
}
.footer-copyright p{
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    font-style: italic;
}
.footer-logo-copyright{
    padding: 20px 0 62px;
}
.go-to-top-parent{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    bottom: 17px;
    text-align: center;
    z-index: 10;
}
.go-to-top-parent span {
    font-size: 12px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
/************************************************
	15. Pagination
************************************************/
@media all and (max-width: 1169px) {
    h6, li, p{
        font-size: 13px;
    }

    .wrap{
        width: 100%;
    }
    .container, #show-search{
        width: 940px;
    }
    .social-icon, #navigation .menu li{
        padding: 1.9em 1.5em 1.9em 0;
    }
    .main-nav-social .close{
        padding: 1.9em 10px;
        margin: 0 -10px;
    }
    .post-mobile-header{
        padding: 0px;
    }
    #search-trigger{
        padding-right: 0px !important;
    }
    .tz-main-content{
        width: 617px;
        padding-right: 25px;
    }
    .tz-sidebar{
        width: 273px;
    }
    .featured-post img{
        max-height: 484px;
    }
    .recent-posts .thumbnail{
        width: 20%;
    }
    .post-item-list .thumbnail {
        width: 80%;
    }
    .post-item-list .thumbnail img{
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 484px;
    }
    .post-item-list .post-preview{
        width: 100%;
    }
    .standard-categories{
        font-size: 11px;
    }
    .standard-header{
        padding-bottom: 4px;
    }
    .standard-header h2{
        font-size: 18px;
        margin: 0px;
    }
    .entry-content, .post-entry p, .entry-content p, .entry-content li{
        font-size: 13px;
        line-height: 1.8;
    }
    .tz-read-more{
        margin-bottom: 40px;
    }
    .entry-content{
        font-size: 16px;
        line-height: 30px;
    }
    .post-meta-stats, .post-item-list .entry-date, .entry-content p, .entry-content li{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    #toc_container a{
        font-size: 15px;
    }
    .post-meta-stats{
        margin: 0px !important;
    }
    .entry-content{
        margin-bottom: 0px;
    }
    .entry-content p{
        margin-bottom: 10px;
    }
    .widget-sidebar{
        margin-bottom: 30px;
    }
    .tzSidebar .widget-title{
        font-size: 13px;
    }
    .widget-sidebar .wd-categories{
        font-size: 13px;
    }
    .widget-end{
        margin: 0 30px 30px 0 !important;
    }
    .end-widget-area{
        padding-bottom: 0px;
    }
}
@media all and (max-width: 960px) {
    h6, p, li{
        font-size: 16px !important;
    }
    .wrap{
        width: 100%;
    }
    .post-header-mobile{
        padding: 75px 0 0 0 !important;
    }
    .container, #show-search{
        width: 726px;
    }
    .flex-container{
        flex-direction: column;
    }
    .tz-main-content, .tz-sidebar{
        width: auto;
        padding: 0;
    }
    .featured-post img{
        max-height: 545px;
    }
    .recent-posts .thumbnail{
        width: 20%;
    }
    .post-item-list .thumbnail {
        width: 80%;
    }
    .post-item-list .thumbnail img{
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 484px;
    }
    .fixed-navbar .logo-fixed-nav{
        position: relative;
        opacity: 1;
        font-size: 20px;
        transition: 0.6s;
    }
    .fixed-navbar .logo-fixed-nav span{
        position: absolute;
        font-size: 10px;
        bottom: -10px;
        right: 0px;
    }
    .logo-fixed-nav{
        display: inline-block;
        opacity: 0;
        text-align: left;
        float: left;
        padding-top: 15px;
        text-transform: uppercase;
        font-size: 0px;
    }
    .logo-fixed-nav span{
        font-size: 0px;
    }
    #sidebar-nav {
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 100000;
        width: 270px;
        overflow-y: auto;
        padding: 30px 20px 20px;
        background: #ffffff;
        left: -350px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    #navigation ul{
        display: none !important;
    }
    #navigation #menu-trigger{
        display: block;
        font-size: 1.2em;
        padding: 1em 1.5em 0em 0;
    }
    .nav-open #sidebar-nav {
        left: 270px;
        width: 230px;
        transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
    }
    #close-sidebar-nav {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        text-decoration: none;
        top: 0;
        left: 0;
        font-size: 1.4em;
        color: #313131;
        padding: 10px;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        right: 0;
        z-index: 100000;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }
    .nav-open #close-sidebar-nav {
        left: 269px;
        opacity: 1;
        visibility: visible;
    }
    .nav-close-icon{
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 24px;
        height: 24px;
        background-color: #fff;
        line-height: 26px;
        text-align: center;
        border-radius: 12px;
        font-size: 14px;
    }
    #sidebar-nav .sidebar-logo{
        padding: 0 20px 20px;
        text-align: center;
        margin: 0 0 25px 0;
        position: relative;
        text-transform: uppercase;
        font-size: 30px;
    }
    #sidebar-nav .sidebar-logo:before {
        content: "";
        width: 60px;
        height: 1px;
        background: #818181;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
    }
    #sidebar-nav li{
        display: block;
        border-bottom: 1px solid #DEDEDE;
        padding: 0;
        margin-bottom: 0;
    }
    #sidebar-nav li a{
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0;
        text-transform: uppercase;
        color: #313131;
        margin: 0;
        position: relative;
        padding: 12px 0 12px 0;
        display: block;
        line-height: 1.3em;
        font-family: sans-serif;
        font-weight: bold;
    }
    .entry-content ul li {
        font-size: 16px;
    }
}
@media all and (max-width: 768px) {
    .container{
        width: 480px;
    }
    .post-item-list, .related-post-list{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    #show-search{
        width: 480px;
    }
    .standard-header, .post-meta-single{
        margin: 0px;
    }
    .standard-header h2, .standard-header h1{
        font-size: 19px;
    }
    .type-post .standard-header .standard-categories{
        margin-top: 5px;
    }
    .post-item-list .thumbnail img{
        max-height: 360px;
    }
    .post-item-list .thumbnail,  .post-item-list .thumbnail a{
        width: 100%;
        text-align: center;
        margin: 0px;
    }
    .featured-post img{
        max-height: 360px;
    }
    .entry-title, .post-item-list .entry-date, .featured-post img{
        margin: 0px;
    }
    .post-meta-stats, .post-item-list .entry-date, .entry-content p, .entry-content li{
        font-size: 13px;
    }
    .standard-categories{
        margin-bottom: 10px;
    }
}
@media all and (max-width: 480px){
    .container{
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    #show-search{
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .post-item-list .thumbnail img{
        max-height: 320px;
    }
    .featured-post img{
        max-height: 320px;
    }
    .entry-content ul li{
        margin-bottom: 0px;
    }
}