/*
	Author: ObjectiveApps
	Author URI: http://www.objectiveapps.com/

	Version: 1.0.0
*/

/* Stop elastic bounce scroll start and add */
html {
    overflow: hidden;
    height: 100%;
}

body {
    height: 100%;
    /*overflow: auto;*/

    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
/* Stop elastic bounce scroll*/

.site-container {
    height: 100%;
}

#follow.right ul li.follow {
    margin: 0;
}

.sidebar section.widget .about_pic {
    float: left;
    padding: 7px 7px 0 0;
}

.sidebar section:first-of-type .widget-wrap {
    box-sizing: initial;
}

.sidebar section .amzn_wdgt {
    width: auto !important;
}

.sidebar section .amzn_wdgt_pad .wdgt_tl_pad:first-of-type, .sidebar .amzn_wdgt_pad .wdgt_tl_pad:nth-last-of-type(2) {
    display: none;
}

.sidebar section .rss form input.submit {
    width: 100%;
}

.pin-it-btn-wrapper, .interactive_right {
    display: none !important;
}

.addthis_button_tweet {
    min-width: inherit !important;
}

.archive-pagination {
    display: none;
}

.content ol.wp-paginate {
    list-style-type: none;
    margin-bottom: 40px;
    float: left;
}

.content ol.wp-paginate li {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.content ol.wp-paginate li span.title {
    display: none;
}

.entry-header > p.entry-meta {
    display: none;
}
.entry-content .post-title span.post-date {
    display: none;
}

#follow.right {
    display: none;
}
.addthis_toolbox a.addthis_counter a.addthis_button_expanded {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .sidebar section .amzn_wdgt {
        width: 220px !important;
        float: none;
        margin: 0 auto;
    }

    .sidebar section.widget .books {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .sidebar section.widget .books p {
        padding: 10px;
    }

    .sidebar section.widget .books p:first-of-type {
        padding-left: 0;
    }

    .sidebar section.widget .books p:last-of-type {
        padding-right: 0;
    }

    .sidebar .twitter-custom-div {
        display: table;
        margin: 0 auto;
    }
    .sidebar section.widget #twitter-widget-0 {
        /*width: 100% !important;*/
    }

    .site-footer {
        line-height: 2.2em;
    }

    #follow {
        z-index: 1000;
    }
}