/*
 - GENERAL SETUP
 - FIRST HEADER
 - SECOND HEADER
 - FEATURED POSTS
 - TRESNO CONTENT
 - TRESNO WIDGET
 - TRESNO FOOTER
 - TRESNO PERMALINK
 - TRESNO MOBILE MENU
 - TRESNO LIKE AND REBLOG
*/

/* ====== GENERAL SETUP ====== */
body{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection{
    text-shadow: none;
}

::selection{
    text-shadow: none;
}

a{
    text-decoration: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

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

.left{ float: left; }
.right{ float: right; }

iframe,
img{
    max-width: 100%;
}

/* ====== FIRST HEADER ====== */

/* ------ ICONS ------ */
#tresno_first_header_icons ul{
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
}

#tresno_first_header_icons ul li{
    display: block;
    white-space: nowrap;
    float:right;
}

#tresno_first_header_icons ul li a{
    display: block;
    padding: 18px 16px;
    white-space: nowrap;
}

/* ====== SECOND HEADER ====== */
#tresno_second_header{
    padding:25px 0px;
}

#tresno_second_header_wrapper{
    width: 100%;
    display: table;
    table-layout: fixed;
    vertical-align: middle;
}

#tresno_logo{
    display: table-cell;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
}

#tresno_logo h1 {
    margin: 0;
    padding: 0px 0px 0px 0px;
}

#tresno_logo h1.tresno_logo_text{
    padding: 3px 0px 0px 0px;
}

#tresno_logo img{
    max-width:none;
}

#tresno_logo h1 a{
    vertical-align: middle;
}

#tresno_second_header_menu{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}

/* ====== FEATURED POSTS ====== */
#tresno_featured_posts .slick-slider{
    padding:0px !important;
    margin-bottom:0px !important;
}

#tresno_featured_posts{
    height: 506px;
    overflow: hidden;
}

.tresno_featured_item{
    height:506px;
    background-size:cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.tresno_featured_caption{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: table;
    height: 100%;
}

.tresno_featured_caption_content{
    padding: 48px 49px;
    vertical-align: bottom;
    display: table-cell;
    z-index: 10000;
}

.tresno_featured_caption_content h3{
    margin: 0;
    padding: 0;
}

.tresno_featured_caption_category {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tresno_featured_caption_category span,
.tresno_featured_caption_category a{
    display: inline-block;
    white-space: nowrap;
    padding: 9px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ====== TRESNO CONTENT ====== */
#tresno_content{
    margin:59px 0px 68px;
}

/* --- POSITION --- */
#tresno_content_left{
    float:left;
}

#tresno_content_right{
    float:right;
}

#tresno_content_left #tresno_loop{
    padding-right: 45px;
}

#tresno_content_right #tresno_loop{
    padding-left: 45px;
}

.tresno_post_content{
    margin-bottom: 44px;
}

.tresno_post_content:last-child{
    margin-bottom: 0px;
}

.tresno_post_body_info{
    padding:22px 25px 23px;
}

.tresno_post_body_info ul{
    list-style:none;
    padding:0;
    margin:0;
    text-align:center;
}

.tresno_post_body_info ul li{
    display:inline-block;
    margin-left:17px;
}

.tresno_post_body_info ul li i{
    margin-right:3px;
}

.tresno_post_body_content{
    padding: 26px 34px 33px;
}

.tresno_post_aside_text h1,
.tresno_post_aside_text h2,
.tresno_post_aside_text h3,
.tresno_post_aside_text h4,
.tresno_post_aside_text h5,
.tresno_post_aside_text h6,
.tresno_post_body_text h1,
.tresno_post_body_text h2,
.tresno_post_body_text h3,
.tresno_post_body_text h4,
.tresno_post_body_text h5,
.tresno_post_body_text h6{
    text-indent: -1px;
    font-style: normal !important;
    margin: 0;
    margin-bottom: 10px;
    padding-top: 7px;
}

.tresno_post_aside_text pre,
.tresno_post_body_text pre{
    padding: 12px 18px;
    margin: 20px 0 28px;
    border:0px;
    border-radius: 4px;
}

.tresno_post_aside_text table,
.tresno_post_body_text table{
    margin-top: 19px;
    margin-bottom: 26px;
}
 
.tresno_post_aside_text table tr td,
.tresno_post_body_text table tr td {
    padding: 12px 25px;
}

.tresno_post_aside_text table tr th,
.tresno_post_body_text table tr th{
    padding: 11px 25px;
}

.tresno_post_aside_text p,
.tresno_post_body_content p{
    margin:0px 0px 18px 0px;
}

.tresno_post_aside_text p:last-child,
.tresno_post_body_content p:last-child{
    margin-bottom:0px;
}

.tresno_post_aside_text blockquote,
.tresno_post_body_content blockquote{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-left: 0px;
}

.tresno_post_aside_text blockquote h1,
.tresno_post_body_content blockquote h1 {
    margin-bottom: 15px;
    padding-top:0px;
}

.tresno_post_standard .tresno_post_body_title {
    padding: 25px 42px 29px;
}

.tresno_post_standard .tresno_post_body_title h3{
    margin:0;
}

.tresno_post_standard .tresno_post_body_text img {
    margin-top: 6px;
}

.tresno_post_body_content ul,
.tresno_post_body_content ol{
    margin:0;
    padding:0;
    padding-left: 23px;
    padding-bottom: 21px;
}

.tresno_post_body_content ul li ul, 
.tresno_post_body_content ol li ol,
.tresno_post_body_content ul li ol, 
.tresno_post_body_content ol li ul{
    padding-bottom: 5px;
    padding-top: 5px;
}

.tresno_post_body_title h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.tresno_post_body_text iframe{
    width: 100%;
    margin-top: 15px;
}

.tresno_post_body_info_bottom .left a{
    padding: 21px 30px;
    display: block;
}

.tresno_post_body_info_bottom .right{
    padding-right:27px;
}

.tresno_post_body_info_permalink ul li:last-child,
.tresno_post_body_info_bottom .right ul li:last-child{
    margin-right:0px;
}

.tresno_post_body_info_permalink ul li,
.tresno_post_body_info_bottom .right ul li{
    padding: 22px 0px 23px;
    text-transform: uppercase;
    margin-right: 19px;
    position: relative;
}

.tresno_post_body_info_permalink ul li ul li a i,
.tresno_post_body_info_bottom .right ul li ul li a i {
    width: 19px;
}

.tresno_post_body_info_permalink ul li i,
.tresno_post_body_info_bottom .right ul li i{
    margin-right: 4px;
}

.tresno_post_body_info_bottom ul{
    list-style:none;
    padding:0;
    margin:0;
}

.tresno_post_body_info_permalink ul{
    text-align:center;
}

.tresno_post_body_info_bottom ul li{
    display: inline-block;
}


.tresno_post_body_info_permalink ul li ul{
    text-align:left;
    left: -56px !important;
}

.tresno_post_body_info_bottom ul li ul {
    position: absolute;
    top: 0px;
    left: -117px;
    right: 0;
    width: 185px;
    z-index: 1;
    display: none;
    margin-top: -151px;
}

.tresno_post_body_info_permalink ul li ul li,
.tresno_post_body_info_bottom .right ul li ul li {
    display: block;
    padding: 0px;
    margin: 0;
}

.tresno_post_body_info_permalink ul li ul li a,
.tresno_post_body_info_bottom .right ul li ul li a {
    display: block;
    padding: 15px 20px;
}

/* --- TRESNO IMAGE GRID POST --- */
.tresno_image_grid_post {
    padding: 23px;
    border-bottom: 0px !important;
}

.tresno_image_grid .tresno_post_body_info {
    padding: 20px 25px 23px 25px;
}

.photoset-loading {
    text-align: center;
    padding-top: 20px;
}

/* --- TRESNO POST QUOTE --- */
.tresno_post_quote{
    padding: 38px 53px 41px;
}

.tresno_post_quote h3{
    margin:0;
    padding:0;
}

.tresno_post_quote_source{
    margin-top: 32px;
    text-align: right;
}

/* --- TRESNO POST LINK --- */
.tresno_post_link{
    padding: 38px 54px 53px;
    text-align:center;
}

.tresno_post_link_description{
    margin-top: 10px;
}

.tresno_post_link_button{
    margin-top:26px;
}

.tresno_post_link_button a{
    border-radius: 5px;
    padding: 12px 18px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

/* --- TRESNO POST ASIDE --- */
.tresno_post_aside_text {
    padding: 28px 43px 32px;
}

/* --- TRESNO POST VIDEO AUDIO --- */
.tresno_video_audio_post{
    line-height: 0;
}

.tresno_video_audio_post iframe{
    width:100%;
}

/* --- TRESNO POST CHAT --- */
.tresno_post_chat_wrapper{
    padding: 33px 42px 36px;
}

.tresno_post_chat .tresno_post_body_title{
    text-align:left;
}

.tresno_post_chat .tresno_post_body_title h3{
    text-indent: -1px;
    margin-left: 0px;
    margin-right: 0px;
}

.tresno_post_chat_text ul{
    list-style:none;
    padding:0;
    margin:0;
}

.tresno_post_chat_text ul li{
    margin-bottom:10px;
    line-height:29px;
}

.tresno_post_chat_text ul li:last-child{
    margin-bottom:0px;
}

.tresno_post_chat_text .label {
    padding: 0;
    line-height: 1;
    text-align: left;
    vertical-align:baseline;
    border-radius: 0;
    margin-right:10px;
}

/* --- TRESNO POST IMAGE GALLERY --- */
.tresno_image_gallery_slider.slick-slider{
    padding:0px;
    margin:0px;
}

.tresno_image_gallery_slider .slick-next{
    right:30px;
}

.tresno_image_gallery_slider .slick-prev{
    left:30px;
}

.tresno_image_gallery_slider .slick-prev, 
.tresno_image_gallery_slider .slick-next{
    border: 0px;
    height: 49px;
    width: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tresno_image_gallery_slider .slick-prev:before, 
.tresno_image_gallery_slider .slick-next:before{
    font-size: 23px;
}

.tresno_image_gallery_slider img{
    width:100%;
}

/* --- PAGINATION POST --- */
.tresno_pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tresno_pagination ul li{
    display: inline-block;
    white-space: nowrap;
    margin-right: 7px;
    margin-bottom: 39px;
}

.tresno_pagination ul li:last-child{
    margin-right: 0px;
}

.tresno_pagination ul li a{
    padding: 12px 20px;
    border-radius: 3px;
}

/* --- TAGS --- */
.tresno_post_tags{
    padding: 28px 30px 9px;
    display:none;
}

.tresno_post_tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tresno_post_tags ul li{
    display: block;
    float: left;
    white-space:nowrap;
    margin-right:7px;
    margin-bottom: 21px;
}

.tresno_post_tags ul li a{
    padding: 7px 15px 8px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

/* ====== TRESNO WIDGET ====== */
.tresno_widget{
    margin-bottom:40px;
}

.tresno_widget:last-child{
    margin-bottom:0px;
}

.tresno_widget_content{
    padding: 28px 30px 31px;
}

.tresno_widget_title{
    padding: 18px 30px;
}

.tresno_widget_content select {
    width: 100%;
    padding: 10px 5px;
}

/* --- WIDGET PROFILE --- */
.tresno_widget_profile .tresno_widget_content{
    border-bottom:0px;
    padding:33px 35px;
}

.tresno_widget_profile_cover{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:257px;
    position: relative;
}

.tresno_widget_profile_avatar{
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}

.tresno_widget_profile_avatar_figure{
    margin: 0 auto;
    display: table;
    position: relative;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    z-index: 2;
}

.tresno_widget_profile_avatar_image{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
}

.tresno_widget_profile .tresno_widget_content{
    padding-top:80px;
    border-top:0px;
}

.tresno_widget_profile_title{
    text-align: center;
    margin-bottom: 10px;
}

/* --- WIDGET TABS --- */
.tresno_widget_tabs_title ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tresno_widget_tabs_title ul li{
    float: left;
    display: block;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.tresno_widget_tabs_title ul li:last-child{
    border-right:0px;
}

.tresno_widget_tabs_title ul li a{
    padding: 18px 24px;
    display: block;
}

.tresno_widget_tabs_left{
    float: left;
    width: 27%;
}

.tresno_widget_tabs_right{
    float: right;
    width: 73%;
}

.tresno_widget_tabs_left img{
    margin-top: 5px;
}

.tresno_widget_tabs_info{
    padding-left:18px;
}

.tresno_widget_tabs_info_date{
    margin-top: 6px;
}

.tresno_widget_tabs .tresno_widget_content{
    padding: 23px 32px 40px;
}

.tresno_widget_content_tabs_items ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tresno_widget_content_tabs_items ul li{
    margin-bottom: 17px;
    padding-bottom: 20px;
}

.tresno_widget_content_tabs_items ul li:last-child{
    border-bottom:0px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.tresno_widget_tabs_icons{
    display: table;
    text-align: center;
    width: 100%;
    margin-top: 3px;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
    height: 70px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.tresno_widget_tabs_icons i{
    font-size: 23px;
    display: table-cell;
    vertical-align: middle;
}

/* --- SEARCH WIDGET --- */
.tresno_search_widget .input-group-addon {
    padding: 0px;
    border-radius: 0px;
}

.tresno_search_widget button{
    padding: 0px 20px;
    border:0px;
    outline: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.tresno_search_widget button,
.tresno_search_widget .form-control{
    height: 54px;
}

.tresno_search_widget .form-control{
    padding: 17px 20px;
    border-radius: 0px;
   -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: iinset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* --- CATEGORY WIDGET --- */
.tresno_category_widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom:2px;
}

.tresno_category_widget i{
    margin-right: 12px;
    margin-left: -18px;
}

.tresno_category_widget ul li{
    padding-bottom: 16px;
    margin-bottom: 17px;
    padding-left: 20px;
    position: relative;
}

.tresno_category_widget ul li:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.tresno_category_count{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
}

.tresno_category_count span{
    padding: 5px 10px;
    white-space: nowrap;
}

/* --- LIST WIDGET --- */
.tresno_list_widget .tresno_widget_content{
    padding: 23px 31px;
}

.tresno_list_widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tresno_list_widget ul li{
    margin-bottom: 5px;
}

.tresno_list_widget ul li ul{
    padding-left: 40px;
    padding-top: 7px;
    list-style: circle;
    padding-bottom: 5px;
}

.tresno_list_widget i{
    margin-right: 12px;
    margin-left: -18px;
}


/* --- CALENDAR WIDGET --- */
.tresno_calendar_widget .tresno_widget_content{
    padding: 27px 28px 30px;
}

.tresno_calendar_widget table,
#wp-calendar{
    width:100%;
}

.tresno_calendar_widget table caption,
#wp-calendar caption{
    padding: 12px;
    text-align:center;
}

.tresno_calendar_widget table tr th,
#wp-calendar tr th{
    text-align: center;
    padding: 12px;
}

.tresno_calendar_widget table tr td,
#wp-calendar tr td{
    padding: 10px;
    text-align: center;
}

/* --- TAG CLOUD WIDGET --- */
.tresno_tags_widget .tresno_widget_content{
    padding-bottom: 29px;
}

.tresno_tags_widget a{
    display: inline-block;
    white-space: nowrap;
    padding: 6px 10px;
    margin-right: 4px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tresno_tags_widget a:last-child{
    margin-right:0px;
}

/* --- FLICKR GRID WIDGET --- */
.tresno_grid_widget .tresno_widget_content{
    padding: 28px 0px 27px 31px;
}

ul.tresno_widget_grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.tresno_widget_grid li {
    float: left;
    width: 74px;
    height: 74px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.tresno_widget_grid li img{
    width:100%;
}

ul.tresno_widget_grid li a{
    outline: none;
}

ul.tresno_widget_grid li a:hover{
    opacity:0.7;
}

/* --- FLICKR GALLERY WIDGET --- */
.tresno_gallery_widget .slick-slider {
    margin-bottom: 0px;
    padding: 0px;
}

.tresno_gallery_widget .tresno_widget_content{
    padding:0px;
}

.tresno_gallery_widget_wrapper{
    height: 340px;
    overflow: hidden;
}

.tresno_gallery_item{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:340px;
    position:relative;
    cursor:pointer;
}

.tresno_gallery_caption{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.26);
    position: absolute;
    opacity:0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.tresno_gallery_item:hover .tresno_gallery_caption{
    opacity:1;
}

.tresno_gallery_caption a{
    display: table;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 38%;
    border-radius: 3px;
}

.tresno_gallery_caption a:hover{
    opacity:0.7;
}

.tresno_gallery_caption a i{
    display:table-cell;
    vertical-align:middle;
}

.tresno_widget_gallery_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tresno_widget_gallery_nav ul li {
    float: left;
    display: block;
    width: 50%;
}

.tresno_widget_gallery_nav ul li:last-child{
    border-right:0px;
}

.tresno_widget_gallery_nav ul li a {
    display: block;
    padding: 17px 0px;
    text-align: center;
    text-transform: uppercase;
}

.tresno_widget_gallery_nav ul li i.fa-angle-right {
    margin-left: 5px;
}

.tresno_widget_gallery_nav ul li i.fa-angle-left {
    margin-right: 5px;
}

/* --- FACEBOOK PAGE WIDGET --- */
.tresno_facebook_widget .tresno_widget_content{
    padding: 28px 29px 30px;
}

.tresno_facebook_widget_content{
    padding: 2px 2px 5px 2px;
}

/* --- TWITTER FEED WIDGET --- */
.tresno_twitter_feed_widget .tresno_widget_content{
    padding: 23px 30px 31px;
}

ul#tweets {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#tweets li {
    padding-left: 31px;
    margin-bottom: 19px;
}

ul#tweets li:last-child{
    margin-bottom:0px;
}

ul#tweets li i {
    margin-left: -27px;
    margin-right: 11px;
}

/* --- EXTRA WIDGET --- */
.tresno_extra_widget .tresno_widget_content {
    padding: 26px 27px 27px;
}

.tresno_extra_widget img,
.tresno_extra_widget iframe{
    width:100%;
}

.tresno_extra_widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 3px;
    padding-right: 3px;
}

.tresno_extra_widget ul li{
    margin-bottom: 5px;
}

.tresno_extra_widget ul li:last-child{
    margin-bottom:0px;
}

.tresno_extra_widget ul li ul{
    padding-left: 40px;
    padding-top: 7px;
    list-style: circle;
    padding-bottom: 5px;
}

.tresno_extra_widget .tresno_widget_content p:last-child{
    margin-bottom:0;
}

.tresno_extra_widget strong, .tresno_extra_widget b{
    font-weight: 400;
}


/* ====== TRESNO FOOTER ====== */
#tresno_footer{
    padding:50px 0px;
}

.tresno_footer_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tresno_footer_social ul li {
    float: right;
    margin-right: 5px;
}

.tresno_footer_social ul li:last-child{
    margin-right: 0px;
}

.tresno_footer_social ul li a {
    padding: 8px 12px;
    font-size: 19px;
}

/* ====== TRESNO PERMALINK ====== */
/* ---- TRESNO PAUTHOR PROFILE --- */
.tresno_author_profile{
    margin-bottom:45px;
}

.tresno_author_profile_body{
    padding: 35px 45px 44px;
}

.tresno_author_profile_image{
    float:left;
}

.tresno_author_profile_image{
    width:155px;
}

.tresno_author_profile_image img{
    margin-top:6px;
    border-radius:50%;
}

.tresno_author_profile_info{
    overflow: hidden;
}

.tresno_author_profile_name{
    margin-bottom: 8px;
}

.tresno_author_profile_desc{
    line-height: 29px;
}

.tresno_author_profile_image_wrapper{
    padding-right:30px;
}

.tresno_author_profile_social{
    margin-top:20px;
}

.tresno_author_profile_social ul{
    list-style:none;
    margin:0;
    padding:0;
}

.tresno_author_profile_social ul li{
    display:inline-block;
    white-space: nowrap;
    margin-right:10px;
}


/* ---- TRESNO COMMENTS --- */
.tresno_post_comments{
    padding: 35px 36px 33px 39px;
    margin-bottom:45px;
}

/* ---- TRESNO SEARCH --- */
.tresno_post_search{
    padding: 30px 36px;
    margin-bottom:45px;
}

/* ---- TRESNO NOTES --- */
.tresno_post_notes{
    padding: 37px 32px 39px 39px;
}

.tresno_post_notes ol{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.tresno_post_notes ol li {
    padding-bottom: 14px;
    margin-bottom: 12px;
    padding-right: 28px;
}

.tresno_post_notes ol li:last-child{
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.tresno_post_notes ol li img {
    padding: 0px;
    border-width: 0px;
    border: none;
}

.tresno_post_notes ol li img.avatar {
    vertical-align: -5px;
    margin-right: 12px;
    width: 20px;
    height: 20px;
}

.tresno_post_notes ol li.note.reblog {
    text-decoration: none;
    background: url('http://static.tumblr.com/7n42sxj/NQin2t9az/notes_reblog.png') top right no-repeat !important;
}

.tresno_post_notes ol li.note.like {
    background: url('http://static.tumblr.com/7n42sxj/kJjn2t9aj/notes_like.png') top right no-repeat !important;
}

/* --- EXTRA FORMAT PERMALINK POST --- */
.tresno_post_body_content blockquote blockquote,
#tresno_permalink blockquote{
    padding-left: 23px;
    margin-bottom: 23px;
    display: block;
    margin-top: 23px;
}

.tresno_post_body_content blockquote blockquote{
    padding-left:25px;
}

.tresno_post_body_content blockquote blockquote:last-child{
    margin-bottom:0px;
}

#tresno_permalink table{
    width:100%
}

.tresno_post_body_content blockquote small,
#tresno_permalink blockquote small{
    font-size: 16px;
    margin-top: 5px;
}

/* --- PERMALINK WITHOUT SIDEBAR --- */
.permalink_without_sidebar .container{
    width:73%;
}


/* ==== TRESNO MOBILE MENU ==== */
.slicknav_btn { 
    position: relative; 
    display: block;
    cursor: pointer; 
    padding: 23px 0px;
    outline:none !important;
}

.slicknav_menu .slicknav_icon-bar { 
    display: block; 
    width: 1.125em; 
    height: 0.125em; 
    margin: 0 auto;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
    margin-top: 0.188em 
}

.slicknav_nav ul,
.slicknav_nav li { 
    display: block 
}

.slicknav_nav .slicknav_arrow { 
    display:none;
}

.slicknav_nav .slicknav_item { 
    cursor: pointer; 
}

.slicknav_nav .slicknav_row { 
    display: block !important; 
}

.slicknav_nav a { 
    display: block 
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { 
    display: inline !important; 
}

.slicknav_menu { *zoom: 1 }

/* Dropdown */
#tresno_second_header_menu .slicknav_btn {
    padding: 22px 0px;
}

#tresno_second_header_menu .slicknav_nav{
    padding: 23px 0px 24px !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}

.slicknav_nav {
    position:absolute;
    width:100%;
    text-align:left !important;
    left:0;
    padding: 25px 0px !important;
}

.res_first_left .slicknav_nav {
    z-index:20;
}

#tresno_second_header_menu .slicknav_nav {
    z-index:10;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    text-align: left !important;
}

/* Sub Dropdown */
.slicknav_nav ul {
    padding: 0px !important;
    margin: 10px 0 10px 45px !important;
}

.slicknav_nav li{
    float:none !important;
    border-left:0px !important;
}

.slicknav_nav a{
    padding:10px 33px !important;
    outline: none !important;
    font-size: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}

.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_row a{
    padding:0px !important;
    outline:none;
    display:block !important;
}

.slicknav_nav li ul li a{
    font-size:14px;
}

/* ==== TRESNO LIKE AND REBLOG ==== */
.like_button{
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 8px;
    opacity:0.4;
}

/* ===== SETTING VIDEO TUMBLR ===== */
.tumblr_video_container{
    width: 100% !important;
    height: auto !important;
}

/* ===== ANSWER POST ===== */
.asker, 
.answerer{
    font-weight: 400;
}

.asker-question {
    padding: 13px 19px;
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 9px;
    background: #f4f4f4;
}

/* ===== READMORE ====== */
.read_more_container{
    display:none;
}

.tresno_post_body .tresno_post_quote_info {
    border: 0px;
}

.tresno_post_link_description blockquote{
    padding:0px;
    margin:0px;
    font-size:inherit;
    border-left:0px;
}

.tresno_image_gallery_slider {
    background: #444;
}

.notes blockquote{
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    border-left: 0px;
    margin-top: 15px;
    margin-bottom: 9px;
}