/*
Theme Name:     heckatheme-child-two
Theme URI:
Description:    Child theme for heckatheme-two
Author:
Author URI:
Template:       heckatheme-two
Version:        1.0
*/

/**********
Global
**********/

p {
    font-size: 16px;
}

/**********
Homepage
**********/

.blog-main-preview {
    margin-bottom: 25px !important;
    padding-bottom: 40px;
    border-bottom: 2px solid #2A559B;
}

.preview h2 {
    font-weight: bold;
}

.wp-pagenavi {
    font-size: 14px;
    display: inline-block;
}

a.tjdesign-continue {
    background: #295194;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #2b569d; /* Old browsers */
    background: -moz-linear-gradient(top,  #2b569d 0%, #15305c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2b569d 0%,#15305c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2b569d 0%,#15305c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b569d', endColorstr='#15305c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #15305C;
}

a.tjdesign-continue:hover {
    color: #fff;
    background: #15305c; /* Old browsers */
    background: -moz-linear-gradient(top,  #15305c 0%, #2b569d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #15305c 0%,#2b569d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #15305c 0%,#2b569d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15305c', endColorstr='#2b569d',GradientType=0 ); /* IE6-9 */
}

a.post-leave-comment {
    padding: 8px 0 8px 24px;
}

/**********
Posts
**********/

span.essb_totalcount {
    box-shadow: none !important;
    border: none !important;
    font-weight: bold;
}

span.essb_t_nb {
    font-size: 1rem;
}

li.essb_item a {
    padding: 0.4rem 1rem !important;
}

span.metadata.postinfo {
    margin-bottom: 0;
}

/**********
Book Ads
**********/

.tjdesign-book-cont {
    background: #21447f;
    padding: 2rem;
    box-shadow: inset 0px 0px 20rem #122b55;
}

h2.tjdesign-book-title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
}

.tjdesign-book-top {
    margin: 0 0 1rem 0;
    text-align: center;
}

h3.tjdesign-book-subtitle {
    color: rgba(255,255,255,0.8);
    font-size: 1.2rem;
}

h3.tjdesign-book-author {
    font-weight: bold;
    font-size: 1.5rem;
}

.tjdesign-book-left {
    display: inline-block;
    width: 40%;
    margin-right: 1rem;
}

.tjdesign-book-right {
    display: inline-block;
    width: 56%;
}

.tjdesign-book-right, .tjdesign-book-left {
    vertical-align: top;
}

p.tjdesign-book-buy a {
    background: #AE500C;
    color: #fff;
    font-weight: bold;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

p.tjdesign-book-buy {
    text-align: center;
}

p.tjdesign-book-buy a:hover {
    background: #753608;
    text-decoration: none;
}

p.tjdesign-book-description {
    color: rgba(255,255,255,0.9);
}

/**********
Sidebar
**********/

p.widget-heading {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

div#flickr_badge_wrapper {
    overflow: hidden;
}

/**********
Footer
**********/

.footer-callout-content .callout-heading {
    font-weight: bold;
}

/**********
Media Queries
**********/

@media screen and (max-width: 500px) {

    .blog-main-preview {
        padding-bottom: 70px;
    }

    p.post-categories {
        width: 100%;
        margin-bottom: 0;
    }

    a.post-leave-comment {
        width: 100%;
        float: left;
        margin-left: 0;
    }

}
