﻿/*

 Theme Name:  wiseup

 Theme URI:    

 Description:   wiseup Theme

 Author:       Wise Up Journal

 Author URI:   http://www.wiseupjournal.com

 Template:     Extra

 Version:      1.0

 Tags:         responsive-layout, HTML5

 Text Domain:  wiseup

*/





/* =Theme customization starts here

-------------------------------------------------------------- */

/* ================================
COOKIE BAR
===================================
*/
#cookie-bar {
    background: rgba(0,0,0,0.8); 
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 0;
    z-index: 1000000;
    }
    /*
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
*/

#cookie-bar p 
{
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    padding-right: 50px;
    font-family:Arial, sans-serif;
}

#cookie-bar a.cb-enable  span
{
    position: absolute;
    left: 50px;
    top: 4px;
}

#cookie-bar a.cb-enable  
{
    position: absolute;
    top: 0px;
    right: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-image:url(js/x01.png);
    background-repeat:no-repeat;
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#cookie-bar a.cb-enable:hover
{
    background-image:url(js/x02.png);
}


.cookie-body {
    max-width: 1024px;
    margin: 0 auto;
    padding: 4px 12px;
    position: relative;
}

/* ================================
END COOKIE BAR
===================================
*/

.bookBox{
    border-bottom: 2px solid #dfdfdf;
}
.bookBox:last-child{
    border-bottom: none;
}


 .bookBox a.et_pb_button{
    background-color:#0276c1;
    border: none;
    color: #ffffff !important;
    
 }

 .bookBox a.et_pb_button:hover{
    background-color:#099BFD;
    border: none;
    color: #ffffff !important;
    
 }

.homeIntro a
{
  color: #0276c1 !important;  
}

.HomeMain001 .module-head, .HomeMain002 .module-head
{
display: none;
}

.HomeMain001, .HomeMain002
{
border-top-color: #0276c1 !important;
}

.HomeMain001 h2 a, .HomeMain002 h2 a
{
color: #0276c1 !important;
}

.HomeMain001 img, .HomeMain002 img 
{
background-color: #0276c1 !important;
}

.HomeMain001 h3 a:hover, .HomeMain002 h3 a:hover
{
color: #0276c1 !important;
}



article.type-post .post-thumbnail.header
{
    background-image: url(../../../images/framework/imgBG001.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:  auto 100%;
 text-align: center !important;
 padding-top: 8px;
}

article.type-post .post-thumbnail.header img {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.rating-star {
    display: none;
}
.post-footer .rating-stars {
    display: none;
}

.author-box {
    display: none;
}

.posts-blog-feed-module.masonry .hentry {
    border: none;
}

.post-content a {
    color: #0276c1 !important;
}

.post-nav {
    display: none;
}
.post-footer {
    border-top: none;
    }

.single article, .page article {
    box-shadow: none;
}
.related-posts-header {
    border-bottom: none;
}
.et_extra_other_module.related-posts{
box-shadow: none;
}

a.read-more-button
{
color: #fff !important;
}

.etad.post_above  a, .etad.post_above  img, .etad.post_below  a, .etad.post_below  img{
    width: 100%;
}