/*
 Theme Name:   Manifest Child
 Theme URI:    http://audreyli.me
 Description:  Manifest Child Theme
 Author:       John Doe
 Author URI:   http://audreyli.me
 Template:     manifest
 Version:      1.0.0
 Tags:         light
 Text Domain:  manifest-child
*/
@import  'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';
@import  'https://www.google.com/fonts/specimen/Roboto';
@import url("../manifest/style.css");

body {
    font: 62.5% roboto, "Times New Roman", serif;
    font-weight: 400;
}
strong {
    font-weight: 700;
}
.top-wrap{
    padding: 40px 0 70px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top-container {
    width: 80%;
}

#core-content {
    width: 100%;
}
.hentry img {
    max-width: 100% !important;
    height: auto;
}
h1 a:link, h1 a:visited {
    color: #4c4c4c;
}
a.addthis_button {
    padding-top: 80px;
    display: block;
}
.single #core-content .post-meta{
    margin-top: -90px;
    margin-bottom: 50px;
}
/*.post-meta .categories{
    display: none;
}*/
#core-content p, #core-content li, #core-content dd {
    margin-bottom: 1em;
    font-size: 16px;
}
.entry-content a:link, .entry-content a:visited {
    text-decoration: none; 
    font-weight: 400;
}
#archives ul {
    overflow: hidden;
}
#archives ul li {
    white-space: normal;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

.current_page_parent > a, #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav .current-menu-ancestor > a {
    color: #040404;
    font-weight: normal;
}

.current_page_item > ul, #main-nav ul .current_page_ancestor > ul, #main-nav ul .current-menu-item > ul, #main-nav ul .current-menu-ancestor > ul {
    display: none;
}
.current_page_parent > a, #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav .current-menu-ancestor > a {
    font-style: italic;
}
.current_page_parent a:hover, #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover, #main-nav .current-menu-ancestor a:hover {
  text-decoration: none;
}


h1#site-title {
    font-size: 5.2em;
    font-weight: 700;
}
#site-title a{
    color: #2D2D2D;
}
.entry-content blockquote, .comment-body blockquote, q {
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.5em;
    color: #2d2d2d;
    margin: 0 20px 20px;
    padding-left: 10px;
    border-left: 3px solid #ccc;
}
#core-content .entry-content blockquote p, .comment-body blockquote p, q p {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #2d2d2d;
}
.likebtn-wrapper {
    padding-top: 5px;
}

.comment-body{

}
.comment .reply {
    margin-bottom: 20px;
}
.edit-comment {
    position: relative;
}
.wpulike {
    margin-bottom: 16px;
  
}
.wpulike .counter{
    margin-left: -8px;
    padding-left: 0;
}
.wpulike .counter a {
    background-color: transparent;
    font-size: 16px;
    color: #9C8A6A;
}
.wp_ulike_btn{
    border: none !important;
}
.wpulike .counter a:active, .wpulike .counter a:hover {
    background-color: #F3F3F3;
    color: #313168;
}
.wpulike .counter a.image, .wpulike .counter a.image-unlike {
    padding: 10px 20px 10px 0;
    border: none;
}
.wpulike .count-box {
    font-size: 1em;
}
.edit-comment-admin-links-no-icon{
}
/*.likebtn_container {
    margin-left: -4px;
    position: absolute;
    bottom: 20px;
}*/

/*.likebtn_container {
    padding-right: 60px;
    text-align: right !important;
    width: 60px;
    height: 20px;
    padding-top: 20px;
    float: right;
    border: 1px solid red;
}
.safe-comments-report-link {
    border: 1px solid red;
}*/

h3{
    font-size: 2.7em;
}
#archives h3, #core-content li h3{
    font-family: roboto, "Times New Roman", serif;
}
#site-description {
    margin-bottom: 60px;
    font-size: 1.6em !important;
    color:#333 !important;
}

.post-content h4 {
    color: #666;
}

.post-content h4.vcard {
    margin-bottom: 50px;
}

.hide-if-no-js {
    padding: 4px 10px;
    /*background: url(http://platosguns.com/wp-content/uploads/2015/09/flag1.png) no-repeat left 2px;*/
}
a.hide-if-no-js{
    color: #7D5919;
}
a.hide-if-no-js:hover {
    text-decoration: none;
    font-size: 1.2em;
}
.hentry {
    border-bottom: none;
}

/* fix comment author link size */
.fn a {
    font-size: 14px;
}
.comment .reply {
    margin-bottom: 0px;
}
.reply a {
    display: inline-block;
}
li.comment.depth-3 .comment-body{
    padding-bottom: 25px !important;
}

li.comment.depth-3 a.comment-reply-link {
    /*display: none;*/
}
.safe-comments-report-link{
    width: 180px;
    height: 20px;
    float: right;
    text-align: right;
}
.comment .avatar {
    width: 40px;
    height: 40px;
}
#core-content #comments .comment .children li .avatar {
    width: 30px;
    height: 30px;
}
#core-content .comment p {
    color: #313131;
}
/* author comments */
.author-comments .comment-meta {
    display: none;
}

/*comment author page */
.comments-author {
    font-size: 1.4em;
}

.comment-author-box {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 50px;
}

#comment-author-content-list {
    margin-top: 60px;
}
#comment-author-content-list h4 {
    margin-top: 45px;
}

.comment-content {
    line-height: 150%;
    margin-bottom: 12px;
}

.comment-content h4 {
    margin-top: 25px;
}

.comment-content a {
    font-weight: bold;
}
.comment-body blockquote, q {
    font-size: 14px;
}
.comment-author-title-box{
    width: 100%;
    height: 45px;
    float: left;
    margin-bottom: 10px;
}
.comment-author-title-box img{
    float: left;
}
.comment-author-title-box a{
    display: block;
    margin-left: 60px;
    font-weight: 400;
}

.comment-author-time-box{
    width: 100%;
    height: 40px;
    float: left;
    margin-bottom: 6px;
}
.comment-author-time-box img{
    float: left;
}
.comment-author-time-box a{
    display: block;
    margin-left: 50px;
    text-align: left;
}
/*search ********************************/

#search{
    font-size: 16px;
}
#search-btn-wrap {
/*margin: 50px 100px;*/
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    display: inline-block;
    position: relative;
    height: 45px;
    float: right;
    padding: 0;
    position: relative;
}

#search-btn-wrap input[type="text"] {
    height: 35px;
    padding: 3px;
    font-size: 16px;
    display: inline-block;
    border: none;
    outline: none;
    color: #555;
    padding-right: 45px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000,0.795,0.000,1.000);
    cursor: pointer;
}

#search-btn-wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

#search-btn-wrap input[type="text"]:focus {
    width: 200px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

#search-btn-wrap input[type="submit"] {
    height: 45px;
    width: 45px;
    line-height: 45px;
/*display: inline-block;*/
    background: transparent;
    float: right;
    font-family: FontAwesome;
/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;*/
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: .4;
    cursor: pointer;
    transition: opacity .4s ease;
}

#search-btn-wrap i {
    font-size: 20px;
}

#search-btn-wrap input[type="submit"]:hover {
    opacity: .8;
}

i {
    color: #A29999;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 0;
}

i[class=fa]::before {
    z-index: 3;
}
.fa-2x {
    line-height: 39px !important;
}




/*pagination ********************************/
ul.page-numbers {
    list-style: none;
    margin: 15px 0 10px;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #888;
}

.page-numbers a span {
    padding: 0;
}

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover {
    text-decoration: none;
}

/* search result highlighting */
span.highlight, strong.highlight {
    background-color: yellow;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}











/***********/
.nav_trigger {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 5px 50px 0 20px;
  float:left;
}
body.show_sidebar #wrapper {
    margin-left: 25%;
    width: 75%;
}
body.show_sidebar .nav_trigger {
    margin-left: 5px;
}
#push_sidebar {
    background: #FBF9F1;
    border-right: 1px solid #ddd;
    bottom: 0;
    color: #95A7B7;
    right: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 25%;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
body.show_sidebar #push_sidebar {
    right: 75%;
}
#wrapper {
    margin-left: 0;
    min-height: 1000px;
    overflow: hidden;
    width: 100%;
    
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

/***********************************/
.container-fluid{
    padding: 10px 20px 10px 0; 
    margin-bottom:20px;
}
#push_sidebar li a {
    padding: 10px 15px 10px 15px;
    display: block;
    background: #FBF9F1;
    color: #333;
    text-decoration: none;
    font-size: 1.3em;
    border-bottom: 1px solid #F1EFEA
}
#push_sidebar li a:hover {
    background-color: #E8E0C0;
    color:#000;
    border-bottom: 1px solid #F1EFEA

}
#push_sidebar li a .fa {
    font-size: 19px;
    /*float: left;*/
    width: 30px;
    height:100%;
    text-align: center;
    margin-left: 5px;
}

#push_sidebar li ul li a{
    padding-left: 60px;
}
