/*
Theme Name: Pasto
Theme URI: http://shtheme.com/preview/pasto
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2018, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: pasto

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

a {
    color: #333;
}
#calendar_wrap {
    width: 100%;
}
body{
    color: #333;
}
#calendar_wrap tfoot{
    display: none;
}
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #e1be64; color: #fff;}
#wp-calendar tbody td#today a {color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 15px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}
#sidebar .textwidget img {
    max-width: 100%;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
    background: #000;
    border-color: #000;
    color: #fff;
    cursor: pointer;
    border-width: 1px;
    border-radius: 0;
    padding: 1.125rem 1.75rem;
    transition: all .25s;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    font-size: .6875rem;
        text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
}
.form-submit input.submit:hover{
    background: #262626;
    border-color: #262626;
}
.screen-reader-text{
    color: #333;
}

/* add */

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

.post-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.post-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    font-size: 1.25rem;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    padding-bottom: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
a:hover {
    text-decoration: none !important;
}
/*add */ 
li.featured-post {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
    background: #f4f4f4;
    position: relative;
    display: inline-block;
    padding: 2px 15px;
    margin: 4px 8px 4px 0;
    line-height: 24px;
    font-size: 12px !important;
    color: #333;
    border-radius: 15px;
}
.wp-tag-cloud li:hover a {
    background: #e1be64;
    color: #fff;
    opacity: 1;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.post-content h1 {
    font-size: 52px;
}
.post-content h2 {
    font-size: 36px;
}
.post-content h3 {
    font-size: 26px;
}
.post-content h4 {
    font-size: 22px;
}
.post-content h5 {
    font-size: 20px;
}
.post-content h6 {
    font-size: 18px;
}
.comment_text h1 {
    font-size: 52px;
}
.comment_text h2 {
    font-size: 36px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 18px;
}

/******/

@media screen and (max-width: 782px){
body.logged-in {
    position: inherit;
}
}
@media screen and (max-width: 600px){
.header-transparent.header-small {
    top: 0;
}
}
a.comment-reply-link {
    color: #333333;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 15px;
}
a.comment-reply-link:hover {
    color: #fff;
}

.widget_text input.form-control {
    padding: 1.125rem 1.125rem;
}

li.widget_recent_works1{
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 4px;
    margin: 0;
}
.widget_recent_works > .textwidget > ul > li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 4px;
    margin: 0;
}
.comment-form {
    margin-top: 20px;
}
.comment-respond11 {
    margin-bottom: 60px;
}
.comment-list ul.children {
    margin-left: 20px;
}
.extra-nav > ul > li > a.menu-item-span, .inner-nav > ul > li > a.menu-item-span {
    position: relative;
    display: block;
    top: 85%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.widget_meta ul li a, .widget_archive ul li a, .widget_nav_menu ul li a, .widget_categories ul li a, .widget_widget_recent_comments ul li a{
    color: #333;
}
.widget a {
    color: #333;
}
.widget a:hover {
    color: #d0a128;
}
.widget.widget_text {
    overflow: hidden;
}
.module .wpb_content_element {
    margin-bottom: 0px inherit;
}
.page-template-template-home4 .top-bar, .page-template-template-home5 .top-bar {
    display: none;
}
.fullscreen.sigin {
    height: auto;
}
.form-control {
    height: auto;
}
.module-404 {
    padding-top: 220px;
}
.module-404 h4 {
    font-size: 22px;
}

@media (max-width: 991px){
.navigation-center .inner-navigation.collapse.in, .inner-navigation.collapse.in {
    display: block;
    overflow-y: auto;
}
}

/*Test*/
.post-content {
    overflow: hidden;
}
.comment_text blockquote {
    border-left: 2px solid #eaeaea;
    margin: 40px 0;
}
.comment-body-nogavatar {
    margin-left: 0px;
}
.page-links{
    clear: both;
    padding-top: 7px;
}
.page-links a{
    margin-left: 3px;
}
.pagination .prev, .pagination .next { 
    float: none; 
}
.pagination {
    padding-top: 20px;
}
.pagination > li {
    padding: 10px;
}
.post-preview1 img {
    margin-bottom: 33px;
}
.widget-title h6{
    font-size: 18px;
    font-weight: 500;
}
li.featured-post{
    float: right;
    margin-right: 10px;
}
.post-more a{
    font-weight: 500;
}
ul.post-meta li{
    color: #111;
}

.copyright{
    color: white;
}
section.module{
    padding-bottom: 20px;
}
#respond{
    padding-top: 70px;
    margin-top: -70px;
}
p{
    line-height: 27px;
    letter-spacing: 0.8px;
}
.module-404{
    min-height: 750px;
}
.title-404{
    margin-bottom: 70px;
    font-size: 65px;
}
.desc-404{
    margin-bottom: 50px;
    font-size: 25px;
}
