/*
Theme Name:     Graphene Child
Theme URI:      http: //example.com/
Description:    Child theme for the Graphene theme
Author:         goofy
Author URI:     http: //example.com/about/
Template:       graphene
Version:        0.6.0
*/
@import url("../graphene/style.css");


developer {display: none;
}

.boxed-wrapper {
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 3;
    background-color:transparent;
}
#header {
    background-size: cover;
    background-position: center center;
    background-color:transparent;
}


/* =Shortcode blocks
-------------------------------------------------------------- */

.message-block {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        padding: 5px 10px 5px 50px;
    background: #eee;
    margin: 10px 0 0;
        min-height: 35px;
}
.message-block p:first-child {
        margin-top: 0;
}

.warning_block,
.error_block {
    background: #229e4b url(js/buttons/warning.png) no-repeat scroll 10px 7px;
    border: 1px solid #F99;
    color: #C31B00;
}
.error_block {
    background-image: url(js/buttons/error.png);
}
.notice_block {
    background: #a9dd9d url(js/buttons/notice.png) no-repeat scroll 10px 7px;
    border: 1px solid #E6C555;
    color: #000000;
}
.important_block {
    background: #00a34e url(js/buttons/important.png) no-repeat scroll 10px 7px;
    border: 1px solid #A3C159;
    color: #5E6F33;
}
.tablepress .odd td {
  background-color: #388fc9;
}

.tablepress .even td {
  background-color: #56ade6;
}

.tablepress .row-hover tr:hover td {
  background-color: #84c6f1;
}	