.show_small_screen {
  display: none;
}
.show_big_screen {
  display: block;
}
#twocolumns #sidebar {
    padding-top: 18px;
}

#header {
    background: #1d1d1d
}

div.container {
    padding-bottom: 100px;
}

#header {
    display: initial;
    opacity: 1;
    visibility: visible;
}

#wrapper h1, #sidebar ul li a.wpp-post-title, #sidebar .widget_recent_entries ul li a, .widget_tag_cloud .tagcloud a, #content .post_tags a, #content .post_related_posts a {
    color: #414141;
}

#sidebar h3, #content h6, #reply-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
}

#twocolumns ul li a, .tagcloud a, .post_tags a {
    color: #89898b;
    text-decoration: none;
}

#header .menu-category-container ul > li:after, #twocolumns .post_sharing.long ul li:after, #content .post_related_posts ul li:after {
    content: "";
}

.widget ul, #content .post_related_posts ul li {
    padding-left: 0;
}


/*COLOR*/
.sub-menu {
    z-index: 100;
}

#menu-category {
    margin: 0;
    background-color: #ededed;
}

#header {
    border-bottom: 2px solid #ee4036;
    padding: 22px 0 0;
}

.menu-category-container {
    text-align: center;
    background-color: #ededed;
}

#header .container {
    padding-bottom: 24px;
}

#header .menu-category-container ul li {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    line-height: 22px;
    padding: 18px 10px;
}

    #header .menu-category-container ul li a, ._z-tongle-category {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: #1d1d1d;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        #header .menu-category-container ul li a:hover {
            color: #ee4036;
        }


#twocolumns {
    padding: 260px 0 0;
}

#content .title h1 {
    font-weight: bold;
    padding-bottom: 40px;
}

#content p {
    font-size: 18px;
    line-height: 30px;
}

#content .post h3 {
  margin-top: 60px;
}
.entry-meta ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
}



#twocolumns ul li a:hover, #sidebar ul li a.wpp-post-title:hover, .tagcloud a:hover {
    color: #ee4036;
}

.entry-meta ul li:nth-child(1):after {
    content: "\f007";
    font-family: FontAwesome;
    color: #7ba0a8;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-meta ul li:nth-child(2):after {
    content: "\f073";
    font-family: FontAwesome;
    color: #7ba0a8;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-meta ul li:nth-child(3):after {
    content: "\f02b";
    font-family: FontAwesome;
    color: #7ba0a8;
    position: absolute;
    top: 0;
    left: 0;
}

._z-post-header-plus {
    font-size: 16px;
}

.entry-meta li._z-tags-container a:after {
    content: ", ";
}

.entry-meta li._z-tags-container a:last-child:after {
    content: "";
}

._z-post-header-plus .entry-meta {
    max-width: calc(100% - 250px);
    display: inline-block;
    line-height: 30px;
}

._z-post-header-plus .post_sharing {
    float: right;
}

    ._z-post-header-plus .post_sharing ul li {
        padding: 0;
        display: inline-block;
    }

    ._z-post-header-plus .post_sharing ul > li:after {
        content: "";
    }

    ._z-post-header-plus .post_sharing ul li a {
        width: 40px;
        height: 40px;
        color: white;
        display: block;
        text-align: center;
    }

#twocolumns ._z-post-header-plus .post_sharing ul li a .fa, #twocolumns .post_sharing ul li a {
    font-size: 26px;
    line-height: 40px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-in-out;
}

._z-post-header-plus .post_sharing ul li a:hover .fa, .post_sharing ul li a:hover {
    color: white !important;
}

.rt_cta {
  background: #f3f4f5;
  padding: 15px;
  margin: 20px 0;
 
}

.rt_cta a {
  color: #8b8b8b;
}

.post_facebook {
    background-color: #3C599F;
}

.post_twitter {
    background-color: #32CCFE;
}

.post_googleplus {
    background-color: #CF3D2E;
}

.post_linkedin {
    background-color: #0085AE;
}

.post_email {
    background-color: dimgray;
}

#twocolumns .post_sharing.long {
    padding: 35px 0;
}

    #twocolumns .post_sharing.long ul li:after {
        content: "";
    }

    #twocolumns .post_sharing.long ul li {
        display: inline-block;
        padding: 0;
        margin-top: 10px;
    }

        #twocolumns .post_sharing.long ul li a {
            padding: 10px;
            font-size: 18px;
        }

        #twocolumns .post_sharing.long ul li .fa {
            font-size: 25px;
            padding: 0 15px 0 6px;
            position: relative;
            top: 2px;
        }

/*Sidebar*/


.wpp-list li, #sidebar .widget_recent_entries ul li {
    padding: 20px 0;
    border-bottom: 1px solid lightgray;
}

    .wpp-list li:last-child, #sidebar .widget_recent_entries ul li:last-child {
        border-bottom: 1px solid transparent;
    }

#sidebar .widget .wpp-list li.current {
    padding-bottom: 10px;
}

#sidebar .widget .wpp-list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}

._z-right {
    width: calc(100% - 92px);
    float: right;
}

#sidebar .widget_recent_entries ul li:after {
    content: "";
}

#sidebar ul li a.wpp-post-title, #sidebar .widget_recent_entries ul li a {
    font-size: 16px;
    display: block;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 5px;
    cursor: pointer;
}

#sidebar ul li .wpp-date, #sidebar ul li .post-date {
    font-size: 13px;
    font-weight: 400;
}



.post_tags {
    padding-bottom: 50px;
}

.post_tags h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  margin-top: 0 !important;
}

#content .post_tags h6, #content .post_related_posts h6, #content .post_author h6 {
    padding-bottom: 20px;
}

#content .post_related_posts a {
    padding: 0 25px;
}

.post_tags a {
  border: 2px solid #d7d7d7;
  border-radius: 14px;
  padding: 0 12px; 
  margin-right: .5em;
  margin-bottom: .5em;
  display: inline-block;
  font-size: 14px;
  color: #525252;
}
.post_tags a:hover {
  background-color: #d7d7d7;
}


#content .post_related_posts {
    border-top: 1px solid lightgray;
    
    padding: 20px 0;
}

#content .post_author {
    padding: 20px 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

    #content .post_author .authorphoto {
        display: inline-block;
    }

    #content .post_author .authordescription {
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
    }

#respond {
    padding: 50px 0;
}

#sidebar .widget_tag_cloud .tagcloud a {
  border: 2px solid #d7d7d7;
  border-radius: 14px;
  padding: 0 12px; 
  margin-right: .5em;
  margin-bottom: .5em;
  display: inline-block;
  font-size: 14px !important;
  color: #525252;
}
#sidebar .widget_tag_cloud .tagcloud a:hover{
  background-color: #d7d7d7;
}

@media (max-width: 768px) {
    .show_big_screen {
      display: none;
    }
    .show_small_screen {
      display: block;
    }
    #twocolumns {
      padding-top: 160px;
    }
    #twocolumns .post_sharing.long ul li .fa {
        padding: 0 6px; 
      }
      
    #twocolumns .post_sharing.long {
      text-align: center;
      padding: 15px 0;
    }
    #sidebar h3, #sidebar .widget_tag_cloud .tagcloud a {
        text-align: center;
    }

    #header #menu-category li a, .menu-category-container ._z-tongle-category {
        font-size: 20px;
    }

    #header #menu-category li a {
        color: #414141;
    }

    #menu-category {
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    #header #menu-category li {
        display: block;
        max-width: 100%;
    }

    #header ._z-tongle-category {
        padding: 15px 0;
        display: inline-block;
        color: #ee4036;
    }

        #header ._z-tongle-category::after {
            content: "▼";
            position: relative;
            padding-left: 5px;
            top: 0;
            left: 0;
            -webkit-transition: height 0.3s ease-in-out;
            -moz-transition: height 0.3s ease-in-out;
            -o-transition: height 0.3s ease-in-out;
            transition: height 0.3s ease-in-out;
        }

    #header #mobileShowSubMenu:checked ~ ._z-tongle-category::after {
        content: "▲";
    }

    #header #mobileShowSubMenu:checked ~ #menu-category {
        height: 520px;
        -webkit-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
    
  ._z-post-header-plus .entry-meta {
    max-width: 100%;
    display: inline-block;
    line-height: 30px;
  }
  ._z-post-header-plus .post_sharing {
     float: none;
  }
}