/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/


.button {
    background-color: #452506;
    border: none;
    color: white;
    padding: 10px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 78px;
    margin: 4px;
    border-radius: 12px;
}

.button:hover {
    background-color: #57310c;
    border: none;
    color: white;
    text-decoration: none;
}

.button a:hover {
    color: white;
}

.clean-links {
   color: white;
}

#base .module h3 {
    text-shadow: none;
   color:white;
}

#base .module_content {
   color:white;
}

#base .module_content a {
   color:#452506;
}

.item-image img{
    background: transparent;
    border: none;
}


@media only screen and (min-device-width : 768px) {

.blog .items-leading .item-image, .blog .item-image {
    width: 30%;
    float: right;
    margin-left:50px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none rgba(0, 0, 0, 0);
}

}
