@charset "utf-8";

/*
 Theme Name:     Deep Calm
 Description:    Yabu Child Theme
 Author:         Gino Whitaker
 Author URI:     http://www.pixeler.com
 Template:       yabuwp
 Version:        1.0.0
*/
 
@import url("../yabuwp/style.css");


/* === Fonts === */

@font-face {
    font-family: 'icomoon';
    src: url('https://thedeepcalm.com/wp-content/themes/TheDeepCalm/fonts/icomoon.eot?wvc55b');
    src: url('https://thedeepcalm.com/wp-content/themes/TheDeepCalm/fonts/icomoon.eot?#iefixwvc55b') format('embedded-opentype'), url('https://thedeepcalm.com/wp-content/themes/TheDeepCalm/fonts/icomoon.woff?wvc55b') format('woff'), url('https://thedeepcalm.com/wp-content/themes/TheDeepCalm/fonts/icomoon.ttf?wvc55b') format('truetype'), url('https://thedeepcalm.com/wp-content/themes/TheDeepCalm/fonts/icomoon.svg?wvc55b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-github:before {
    content: "\e600";
}
.icon-flickr:before {
    content: "\e601";
}
.icon-twitter:before {
    content: "\e602";
}
.icon-facebook:before {
    content: "\e603";
}
.icon-googleplus:before {
    content: "\e604";
}
.icon-pinterest:before {
    content: "\e605";
}
.icon-tumblr:before {
    content: "\e606";
}
.icon-linkedin:before {
    content: "\e607";
}
.icon-dribbble:before {
    content: "\e608";
}
.icon-qq:before {
    content: "\e609";
}
.icon-instagram:before {
    content: "\e60a";
}
.icon-renren:before {
    content: "\e60b";
}
.icon-sina-weibo:before {
    content: "\e60c";
}
.icon-megaphone:before {
    content: "\e60d";
}
/* === Reset === */

*,
*:after,
*::before {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}
body {
    font-size: 1em;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    z-index: 0;
    overflow-x: hidden;
    background-color: #E5E4DB;
    background-image: url("images/back.jpg");
    background-repeat: repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover {
    color: #444;
}
.clear {
    clear: both;
}

.home ul.cf {display: none;}

.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.left {
    float: left;
}
.right {
    float: right;
}
input,
textarea {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: #999;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#wrapper-all {
    background-image: url("images/glow-bg.png");
    background-position: 110px 150px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* === Header === */

h1 {font-family: 'Kaushan Script', cursive ; color:#9C321F; font-weight: normal; font-size: 1.7em;}

#header {
    width: 100%;
    position: relative;
    height: 20px;
    background: rgba(70, 93, 76, 0.75);
}
.header-wrapper {
    width: 900px;
    height: 100%;
    margin: 0px auto;
    position: relative;
}
.logo-positioner {
    width: 220px;
    height: 100%;
    position: relative;
    float: left;
    display: none;
}
.top-toolbar {
    width: 660px;
    height: 100%;
    position: relative;
    float: right;
}
.top-toolbar-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.top-tweet-avatar {
    display: block;
    overflow: hidden;
   
    float: right;
    opacity: 0.3;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}
.top-tweet-avatar span{
    display: inline-block;
    font-size: 1.5em;
    color:rgba(255,255,255,0.8);
    text-align: center;
    line-height: 60px;
}
.top-tweet-avatar:hover {
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 0.5;
}
.top-tweet-content {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    float: right;
    margin-right: 15px;
    position: relative;
    display: none;
}
.top-tweet-content::before {
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.1);
    right: -10px;
    top: 20px;
}
.top-tweet-content::after {
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.1);
    right: -10px;
    bottom: 20px;
}
.top-tweet-content:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
.top-tweet-content:hover::before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.15);
}
.top-tweet-content:hover::after {
    border-top: 10px solid rgba(255, 255, 255, 0.15);
}
.top-tweet-content a {
    display: block;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 0px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 0.8125em;
    letter-spacing: 0.02em;
    max-width: 585px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#logo {
    display: block;
    margin: 0px auto;
    height: 60px;
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    vertical-align: middle;
    text-indent: -9999px;
    background-image: url(images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#logo:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    #logo {
        background-image: none	;
        -webkit-background-size: 180px 60px;
        background-size: 180px 60px;
    }
}
#container {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}
/* === Sidebar === */

.sidebar {
    width: 270px;
    float: left;
    position: relative;
    margin-right: 20px;
}

.sidebar-block-rear {height: 70px; z-index: 0;}

.sidebar-block-rear::after {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    border-radius: 0%;
    
        }
        
        
.bamboo {
    background: url("images/bamboo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
    position: relative;
    width: 45px;
    z-index: 250;
}

#ppm-tabs h3 {
    border-bottom: 1px solid #999999;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
    
#aboutme {
    width: 100%;
    position: relative;
    padding: 20px 0px 30px 0px;
    background: rgba(255, 255, 255, 0.5);
}
#aboutme .avatar {
    width: 95%;
    height: auto;
    margin: 0px auto;
    border: 0px solid rgba(0, 0, 0, 0.6);
    overflow: hidden;
    border-radius: 0%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#aboutme .avatar a {
    background: url("images/deepcalm_logo.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    border-radius: 0;
    display: block;
    margin: auto;
    min-height: 175px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#aboutme .avatar:hover a {
    opacity: 0.8;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    #aboutme .avatar a {
        background-image: url(images/deepcalm_logo.png);
          }
}
#aboutme h1 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: -48px;
    margin-top: 10px;
    text-align: center;
    text-indent: -99999px;
}
#main-menu {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}
.sidebar-list ul {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-list ul li {
    display: block;
}
.sidebar-list ul li a {
    display: block;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 0.8125em;
    line-height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar-list ul li a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.8);
}
#readnow,
#toggle-menu {
    display: none;
}
#readnow a,
#toggle-menu a {
    display: block;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 0.8125em;
    line-height: 30px;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#readnow a:hover,
#toggle-menu a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.8);
}
.hide-menu {
    display: none;
}
.search-field {
    width: 100%;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
}
.yabu_search {
    height: 30px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 0.8125em;
    background: transparent;
    outline: none;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#my-description {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding: 15px 10px 50px 10px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0.8125em;
    color: rgba(0, 0, 0, 0.7);
    line-height: 200%;
    text-align: center;
}
#my-description img {
    max-width: 200px;
    height: auto;
}
/* === Homepage Bookmarks === */

#home-bookmarks {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    margin: 20px 0px;
    padding-bottom: 50px;
}
#home-bookmarks ul {
    border-top: none;
}
#home-bookmarks .home-bookmarks-title a {
    color: rgba(0, 0, 0, 0.85);
    line-height: 40px;
}

/* === Widgets === */
.widget{
    display: block;
    list-style: none;
    padding-bottom:50px;
    background: rgba(255, 255, 255, 0.5);
    position:relative;
    margin-top:20px;
}
.widget::after {
    width: 40px;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #E5E4DB;
}
.widget .widgettitle{
    color: rgba(0, 0, 0, 0.85);
    line-height: 40px;
    font-weight: normal;
    font-size: 0.875em;
    text-align: center;
}
.widget ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget ul li{
    list-style: none;
    display: block;
    font-size: 0.8125em;
    color: rgba(0, 0, 0, 0.65);
    width:100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}
.widget ul li a{
    display: block;
    color: rgba(0, 0, 0, 0.65);
    position:relative;
    width:100%;
    height: 30px;
}
.widget ul li:hover {
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.8);
}
.widget_recent_comments ul li{
    text-overflow:ellipsis; 
    white-space:nowrap;
    overflow:hidden;
    padding:0px 15px 0px 10px;
}
.widget_recent_comments ul li a:nth-child(1){
    color:#6D7E6F;
}
.widget_recent_comments ul li:hover a:nth-child(1){
    color:rgba(0,0,0,0.9);
}
.widget_recent_entries ul li a{
    text-overflow:ellipsis; 
    white-space:nowrap;
    overflow:hidden;
    padding:0px 20px 0px 10px;
    text-align: center;
}
.widget_tag_cloud .widgettitle{
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.tagcloud{
    padding:10px 15px;
}
.tagcloud a{
    color:rgba(0,0,0,0.7);
}
.tagcloud a:hover{
    color:#6D7E6F;
}

/* === Main Loop === */

#postlist {
    float: left;
    width: 660px;
    position: relative;
    z-index: 10;
    background: transparent;
}
.post {
    position: relative;
    width: 100%;
    padding: 25px 30px 25px 30px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}
.sticky::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 30px solid #7A8A7C;
    border-left: 30px solid #7A8A7C;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    opacity: 0.6;
}
.sticky::before {
    content: "TOP";
    position: absolute;
    left: 7px;
    bottom: 10px;
    font-size: 0.75em;
    color: #fff;
    opacity: 1;
    z-index: 2;
}
#postlist .post .post-title {
    width: 500px;
    margin: 0;
}
.post .post-title a {
    display: inline;
}
.post .post-title a h2 {
    display: inline;
    font-weight: normal;
    font-size: 1.125em;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.post .post-title a:hover h2 {
    color: rgba(38, 135, 133, 0.9);
}
.post .comment-count {
    display: block;
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 1.1em;
    font-style: italic;
    color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.post .comment-count:hover {
    color: rgba(0, 0, 0, 0.3);
}
.post .post-meta-top {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    padding: 6px 0px 15px 0px;
}
.post .post-meta-top span a {
    color: rgba(0, 0, 0, 0.6);
}
.post .post-meta-top span a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.post .front {
    font-size: 0.875em;
}
.post .front p {
    color: rgba(0, 0, 0, 0.75);
}
.post .front img {
    max-width: 100%;
    height: auto;
}
.post .readmore {
    text-align: right;
}
.post .readmore a {
    display: inline-block;
    font-size: 0.8125em;
    color: rgba(38, 135, 133, 0.7);
    line-height: 20px;
    vertical-align: middle;
    padding: 0px 6px;
}
.post .readmore a:hover {
    background: #758577;
    color: rgba(255, 255, 255, 0.95);
}
/* === Toolbar === */

.toolbar {
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.0);
}
.toolbar ul {
    list-style: none;
}
.toolbar ul li {
    display: block;
    height: 60px;
    width: 60px;
}
.toolbar ul li a {
    display: block;
    height: 60px;
    width: 60px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.toolbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
}
.prev-post a {
    background-image: url(images/icons.svg);
    background-position: 0px -300px;
    background-repeat: no-repeat;
}
.prev-post {
    float: left;
}
.next-post a {
    background-image: url(images/icons.svg);
    background-position: -60px -300px;
    background-repeat: no-repeat;
}
.next-post {
    float: right;
}
.go-comment {
    margin: 0px auto;
}
.go-comment a {
    background-image: url(images/icons.svg);
    background-position: -120px -180px;
    background-repeat: no-repeat;
}
/* === Pagenavi === */

.pagenavi {
    position: relative;
    width: 100%;
}
.pagenavi .pagescout {
    display: none;
}
.pagenavi .page-numbers {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-top: 2px solid rgba(70, 93, 76, 0.6);
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
    font-size: 0.75em;
    vertical-align: middle;
    text-align: center;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.pagenavi a.page-numbers:hover {
    background-color: rgba(70, 93, 76, 0.7);
    color: #fff;
}
.pagenavi .page-numbers::after {
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    z-index: 3;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #E5E4DB;
}
.pagenavi span.current {
    background-color: rgba(70, 93, 76, 0.8);
    color: #fff;
}
/* === Footer === */

#footer {
    width: 900px;
    position: relative;
    margin: 0px auto 50px auto;
    padding-top: 20px;
}
#footer p {
    text-align: center;
    line-height: 180%;
    font-size: 0.875em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
}
#footer span {
    color: rgba(38, 135, 133, 0.8);
}
#footer a {
    color: rgba(0, 0, 0, 0.5);
}
#footer a:hover {
    color: rgba(0, 0, 0, 0.8);
}
#footer .snslist {
    list-style: none;
    text-align:center;
}
#footer .snslist li {
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-bottom: 3px;
}
#footer .snslist li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
}
#footer .snslist li a span{
    font-size:1.125em;
    opacity: 0.6;
    color:#6D7E6F;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    line-height: 30px;
}
#footer .snslist li a:hover span{
    opacity: 0.9;
}

/* === Single === */

#single {
    float: left;
    width: 710px;
    position: relative;
    z-index: 10;
    margin-top: -60px;
    background: transparent;
}
#single .post {
    padding-bottom: 40px;
}
.post-meta-bottom {
    width: 100%;
    margin-bottom: 30px;
}
.post-meta-bottom .meta {
    font-size: 0.8125em;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
}
.post-meta-bottom .meta a {
    color: rgba(0, 0, 0, 0.75);
    display: inline-block;
    padding: 1px 2px 2px 2px;
}
.post-meta-bottom .meta a:hover {
    color: rgba(255, 255, 255, 0.95);
    background: rgba(70, 93, 76, 0.75);
}
.post-meta-bottom .meta span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    line-height: 20px;
    vertical-align: middle;
}
.icon-tags {
    background: url(images/icons.svg) no-repeat;
    background-position: -80px -140px;
    opacity: 0.8;
}
.icon-cc {
    background: url(images/icons.svg) no-repeat;
    background-position: -140px -140px;
    opacity: 0.8;
}
.go-to-top {
    margin-top: 50px;
}
.go-to-top a {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 60px;
    text-indent: -9999px;
    background: url(images/icons.svg) -120px -240px #E5E4DB no-repeat;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    line-height: 60px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.go-to-top a:hover {
    background-color: #3f3f3f;
    opacity: 0.8;
}
.paged_post{
    text-align: center;
    margin-bottom:30px;
    word-spacing: 6px;
}
.paged_post span, .paged_post a span{
    display: inline-block;
    background:rgba(0,0,0,0.05);
    width:30px;
    height:30px;
    border-radius: 100%;
    line-height: 30px;
    vertical-align: 30px;
    text-align: center;
    font-size: 0.75em;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.paged_post a{
    display: inline-block;
    border-radius: 100%;
    width:30px;
    height: 30px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    background: transparent;
}
.paged_post a:hover span, .paged_post>span{
    background: #7A8A7C;
    color:#fff;
}


/* === Content Style === */

.article {
    margin-bottom: 50px;
    position: relative;
}
.content {
    margin-bottom: 20px;
    overflow: hidden;
}
.content {
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.75);
    line-height: 180%;
}
.content .gallery-icon a img,
.content .gallery-icon img {
    margin: 10px 0px 10px 0px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.content .gallery-caption {
    font-size: 0.875em;
    padding: 0px 10px;
}
.content .wp-caption {
    margin: 20px 0px;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 10px 0px 10px;
}
.content .wp-caption a {
    display: block;
    width: 100%;
}
.content .wp-caption img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.content .wp-caption .wp-caption-text {
    background: transparent;
    margin: 0px;
    padding: 10px 10px 15px 10px;
    width: 100%;
    text-align: center;
}
.content .aligncenter {
    display: block;
    margin: 10px auto;
}
.content .alignleft {
    display: block;
    float: left;
}
.content .alignright {
    display: block;
    float: right;
}
.content p {
    color: rgba(0, 0, 0, 0.75);
    line-height: 180%;
}
.content p {
    margin-bottom: 10px;
}
.content h1,
.content h2 {
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 20px 0px;
}
.content h3,
.content h4 {
    font-size: 1em;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.content h4 {border-top:0px solid #999999; border-bottom: 0px solid #999999;}
.content h5,
.content h6 {
    font-size: 0.875em;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0px;
}
.content ol {
    clear: both;
    margin: 0 20px;
}
.content ol li {
    background: none;
    list-style: decimal inside;
    margin: 0;
    padding: 0;
}
.content ul {
    clear: both;
    list-style: none;
    margin: 10px 0;
}
.content ul li {
    margin: 5px 0px;
    list-style: none;
    overflow: hidden;
}
.content ul li::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(images/icons.svg) -147px -9px no-repeat;
    overflow: hidden;
    content: "";
    margin-left: 10px;
    margin-right: 2px;
}
.content ul li:hover::before {
    background-position: -147px -39px;
}
.content ul li ul li {
    padding-left: 15px;
    margin: 0 20px;
    list-style: none;
}
.content blockquote {
    width: auto;
    margin: 15px 0;
    padding: 10px 15px;
    color: #555;
    font-size: 0.875em;
    border: 1px dashed #6D7E6F;
    background-color: rgba(255, 255, 255, 0.5);
}
.content a {
    color: rgba(38, 135, 133, 1);
}
.content a:hover {
    color: rgba(38, 135, 133, 0.9);
    text-decoration: underline;
}
.content img {
    margin: 5px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
}
/* === Sharing === */

.icon-share {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(images/icons.svg) -20px -140px no-repeat;
    opacity: 0.8;
}
.pp-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp-effect {

}
.pp-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pp-show {
    visibility: visible;
    opacity: 1;
}
.pp-content {
    color: #fff;
    background: #444;
    position: relative;
    margin: 0px auto;
}
.pp-content h3 {
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}
.pp-content div {
    margin: 30px 50px 0px 50px;
    padding-bottom: 30px;
    width: 500px;
}
.pp-content div ul {
    list-style: none;
    margin: 0px auto;
}
.pp-content div ul li {
    float: left;
    margin: 0px 10px 20px 10px;
    display: block;
    width: 80px;
    height: 80px;
}
.pp-content div ul li:hover {
    background: rgba(0, 0, 0, 0.1);
}
.pp-content div ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/share.png);
}
.share-googleplus {
    background-position: 0px 0px;
}
.share-twitter {
    background-position: 0px -80px;
}
.share-facebook {
    background-position: 0px -160px;
}
.share-renren {
    background-position: 0px -320px;
}
.share-weibo {
    background-position: 0px -400px;
}
.share-pocket {
    background-position: 0px -240px;
}
.share-douban {
    background-position: 0px -480px;
}
.share-flickr {
    background-position: 0px -640px;
}
.share-delicious {
    background-position: 0px -720px;
}
.pp-content button {
    display: block;
    margin: 10px auto 0px auto;
    font-size: 0.875em;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #fff;
}
.pp-content button:hover {
    background: rgba(0, 0, 0, 0.2);
}
/* === Special Rules (to eliminate sns-defined styles) === */

.share-renren span {
    display: none;
}
#share-pinterest a {
    display: block !important;
    width: 80px !important;
    height: 80px !important;
    background-image: url(images/share.png) !important;
    background-position: 0px -560px !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: auto !important;
    background-size: auto !important;
}
/* === Comment List === */

#comments {
    width: 710px;
    position: relative;
    left: -30px;
}
.commentclosed {
    font-size: 24px;
    padding-bottom: 30px;
}
.commentlist {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.commentlist li {
    list-style: none;
    display: block;
}
.comment-body {
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.commentlist .bypostauthor::after {
    content: "";
    display: block;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    border-bottom: 25px solid #7A8A7C;
    border-right: 25px solid #7A8A7C;
    border-top: 25px solid transparent;
    border-left: 25px solid transparent;
    opacity: 0.3;
}
.commentlist .bypostauthor::before {
    content: "me";
    display: block;
    bottom: 7px;
    right: 6px;
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 0.875em;
}
.comment-avatar {
    float: left;
    height: 50px;
    width: 50px;
    margin: 0px;
    position: relative;
}
.comment-avatar a img {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.comment-avatar a {
    display: block;
    width: 100%;
    height: 100%;
}
.comment-content {
    display: block;
    float: left;
    margin-left: 12px;
    max-width: 530px;
}
.comment-content .comment-author {
    font-weight: normal;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 10px;
}
.comment-content .comment-author a:hover {
    color: rgba(70, 93, 76, 0.9);
}
.comment-content .comment-meta {
    font-size: 0.75em;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 3px;
}
.comment-content .comment-meta a {
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 2px 5px;
}
.comment-content .comment-meta a:hover {
    background: rgba(70, 93, 76, 0.75);
    color: rgba(255, 255, 255, 0.95);
}
.comment-entry {
    font-size: 0.8125em;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 160%;
}
.comment-entry a {
    color: rgba(38, 135, 133, 0.9);
}
.comment-entry a:hover {
    color: rgba(38, 135, 133, 0.7);
}
.comment-date {
    margin-right: 5px;
}
/* === Comments Pagination === */

.pagination {
    position: relative;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination .pagescout {
    display: none;
}
.pagination .page-numbers {
    display: block;
    position: relative;
    width: 40px;
    height: 100%;
    margin: 0px;
    background: transparent;
    line-height: 40px;
    font-size: 0.75em;
    vertical-align: middle;
    text-align: center;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.pagination a.page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.pagination span.current {
    background-color: rgba(0, 0, 0, 0.08);
}
.pagination #cp_post_id {
    display: none;
}
/* === Comment Form === */

.commentclosed,
.comments-title {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 0px;
    line-height: 50px;
    vertical-align: middle;
}
.commentclosed {
    font-size: 1.125em;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.comments-title {
    font-size: 1em;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-title span {
    color: rgba(38, 135, 133, 1);
}
#respond {
    width: 100%;
    position: relative;
    top: -1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#respond input[type=text],
#respond textarea,
.user_logged {
    width: 100%;
    background: transparent;
    height: 50px;
    outline: none;
    font-weight: normal;
    font-size: 0.8125em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#respond .user_logged {
    font-size: 0.875em;
    line-height: 50px;
    vertical-align: middle;
}
#respond .user_logged span {
    margin-left: 20px;
}
#respond .user_logout {
    float: right;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding: 0px 15px;
}
#respond .user_logout:hover {
    background: rgba(70, 93, 76, 0.8);
    color: #fff;
}
#respond input[type=text] {
    padding: 0px 20px;
    line-height: 50px;
    vertical-align: middle;
    overflow: hidden;
}
#respond textarea {
    resize: none;
    padding: 20px 20px;
    height: 200px;
    line-height: 160%;
    overflow: auto;
}
.cancel_comment_reply a {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.cancel_comment_reply a:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
}
#respond #submit {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-weight: 300;
    background-color: rgba(70, 93, 76, 0.6);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 93, 76, 0.6)), to(rgba(70, 93, 76, 0.6)));
    background-image: -webkit-linear-gradient(rgba(70, 93, 76, 0.6), rgba(70, 93, 76, 0.6));
    background-image: linear-gradient(rgba(70, 93, 76, 0.6), rgba(70, 93, 76, 0.6));
    border: none;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#respond #submit:hover {
    background-color: rgba(70, 93, 76, 0.75);
    color: rgba(255, 255, 255, 1);
}
/* === Links Page === */

.page-links h3 {
    font-size: 1.25em;
    display: block;
    margin: 15px 0px;
    padding: 5px 0px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    max-width: 100px;
}
.page-links .page-links-content {
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.75);
    line-height: 180%;
    padding-bottom: 10px;
}
.links-list {
    margin: 10px auto 30px auto;
    width: 100%;
    display: block;
}
.links-list li {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 0px 2px 0px;
    height: 70px;
    width: 50%;
    list-style: none;
    background: rgba(70, 93, 76, 0.1);
    border-right: 2px solid #F1F1EC;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.links-list li:hover {
    background: rgba(70, 93, 76, 0.6);
}
.links-list li:hover .link-info h4 {
    color: rgba(255, 255, 255, 0.9);
}
.links-list li:hover .link-info p {
    color: rgba(255, 255, 255, 0.7);
}
.links-list li .link-info {
    padding: 15px 15px 15px 0px;
    height: 100%;
    width: 230px;
    display: block;
    float: left;
}
.links-list li .link-info h4 {
    display: block;
    font-size: 0.875em;
    color: #555;
    font-weight: 300;
    margin-bottom: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.links-list li .link-info p {
    display: block;
    font-size: 0.75em;
    color: #888;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.links-list li:hover .link-image img {
    display: none;
}
.links-list li:hover .links-image {
    background: #3f3f3f;
}
.links-list li .link-image {
    width: 40px;
    height: 40px;
    background: transparent;
    float: left;
    margin: 15px 10px 15px 15px;
}
.links-list li .link-image img {
    width: 40px;
    height: 40px;
}
/* 404 */

/* === taxonomy === */

.taxonomy h5 {
    font-weight: normal;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.5);
}
.taxonomy h5 a {
    color: rgba(70, 93, 76, 0.8);
    text-decoration: underline;
}
.taxonomy h5 a:hover {
    color: rgba(70, 93, 76, 0.7);
}
.taxonomy .small-arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(images/arrow-right.svg) no-repeat;
    background-position: center;
    opacity: 0.6;
    margin: 0px 5px;
}
.taxonomy .serach-key {
    display: inline-block;
    margin: 0px 5px;
    color: rgba(38, 135, 133, 0.8);
}

.page-id-1565 .content ul li::before {display: none;}

/* === Responsive === */

#toggle-menu {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* General */
    #container,
    .header-wrapper,
    #footer {
        width: 720px;
    }
    /* Header */
    .logo-positioner {
        width: 180px;
    }
    .top-tweet-content a {
        max-width: 445px;
    }
    .top-toolbar {
        width: 520px;
    }
    /* Sidebar */
    .sidebar {
        width: 180px;
    }
    #my-description img {
        max-width: 160px;
    }
    /* Postlist */
    #postlist {
        width: 520px;
    }
    #postlist .post .post-title {
        width: 400px;
    }
    #postlist img {
        max-width: 460px;
        height: auto;
    }
    /* Single */
    #single {
        width: 520px;
    }
    #single img {
        max-width: 460px;
        height: auto;
    }
    .content .gallery-icon a img,
    .content .gallery-icon img {
        max-width: 130px !important;
    }
    .content .gallery-caption {
        line-height: 160%;
    }
    /* Comments */
    #comments {
        width: 520px;
    }
    .comment-content {
        max-width: 390px;
    }
    /* Page: Links */
    .links-list li .link-info {
        width: 160px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* General */
    #container,
    .header-wrapper,
    #footer {
        width: 460px;
    }
    /* Header */
    .top-toolbar {
        display: none;
    }
    .logo-positioner {
        width: 100%;
    }
    /* Sidebar */
    .sidebar-res-big{
        display: none;
    }
    #toggle-menu {
        display: block;
    }
    #home-bookmarks {
        display: none;
    }
    #main-menu ul li {
        display: none;
    }
    .sidebar {
        width: 100%;
    }
    #my-description {
        display: none;
    }
    #readnow {
        display: none;
    }
    /* Postlist */
    #postlist {
        width: 100%;
        margin-top: 20px;
    }
    #postlist .post .post-title {
        width: 340px;
    }
    #postlist img {
        max-width: 400px;
        height: auto;
    }
    .post .front,
    .post .content {
        font-size: 0.875em;
    }
    .content .gallery-icon a img,
    .content .gallery-icon img {
        max-width: 110px !important;
    }
    .content .gallery-caption {
        line-height: 160%;
    }
    /* Single */
    #single {
        width: 100%;
        margin-top: 20px;
    }
    #single img {
        max-width: 400px;
        height: auto;
    }
    #single .toolbar {
        background-color: #7A8A7C;
    }
    /* Comments */
    #comments {
        width: 460px;
    }
    .comment-content {
        max-width: 330px;
    }
    /* Page: Links */
    .links-list li {
        width: 100%;
    }
    .links-list li .link-info {
        width: 330px;
    }
    /* Share */
    .pp-modal {
        width: 440px;
    }
    .pp-content div {
        margin: 20px 20px 0px 20px;
        width: 400px;
    }
    .pp-content div ul li {
        margin: 0px;
    }
    .pp-content button {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    /* General */
    #container,
    .header-wrapper,
    #footer {
        width: 300px;
    }
    /* Header */
    .top-toolbar {
        display: none;
    }
    .logo-positioner {
        width: 100%;
    }
    /* Sidebar */
    .sidebar-res-big{
        display: none;
    }
    .sidebar {
        width: 100%;
    }
    #toggle-menu {
        display: block;
    }
    #home-bookmarks {
        display: none;
    }
    #main-menu ul li {
        display: none;
    }
    #my-description {
        display: none;
    }
    #readnow {
        display: none;
    }
    /* Postlist */
    #postlist {
        width: 100%;
        margin-top: 20px;
    }
    .post {
        padding: 20px;
    }
    .post .post-title a h2 {
        font-size: 1em;
    }
    .post .comment-count {
        display: none;
    }
    #postlist .post .post-title {
        width: 100%;
    }
    #postlist img {
        max-width: 260px;
        height: auto;
    }
    .post .front,
    .post .content {
        font-size: 0.8125em;
    }
    .content .gallery-icon a img,
    .content .gallery-icon img {
        max-width: 80px !important;
        margin: 10px 0px 0px 0px;
    }
    .content .gallery-caption {
        display: none;
    }
    /* Single */
    #single {
        width: 100%;
        margin-top: 20px;
    }
    #single img {
        max-width: 260px;
        height: auto;
    }
    #single .toolbar {
        background-color: #7A8A7C;
    }
    /* Comments */
    #comments {
        width: 300px;
        left: -20px;
    }
    .comment-body {
        padding: 20px;
    }
    .comment-content {
        max-width: 190px;
    }
    /* Page: links */
    .links-list li {
        width: 100%;
    }
    .links-list li .link-info {
        width: 190px;
    }
    /* Footer */
    #footer .snslist {
        max-width: 300px;
    }
    /* Share */
    .pp-modal {
        width: 300px;
    }
    .pp-content div {
        margin: 20px 30px 0px 30px;
        width: 240px;
    }
    .pp-content div ul li {
        margin: 0px;
    }
    .pp-content button {
        margin-top: 20px;
    }
}