/* 
Theme Name: DI Blogger 
Description: Childtheme 
Author: Designers Inn 
Template: di-basis 
Version: 1.5
*/

.single .et_pb_post{
box-shadow: none; 
}

.white {
background-color:#ffffff; 
padding: 2em;
box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2); 
margin-bottom: 40px; 
overflow: hidden;
font-size: 16px;
line-height: 1.625;
}

.bgwhite {
background-color:#ffffff; 
padding:20px;
}

.et_boxed_layout #page-container {
box-shadow: none;margin: 0 auto; position: relative;
}

a.more-link {
    background-color: #000;
    clear: both;
    display: block;
    margin-top: 30px;
    padding: 12px;
    color: #ffffff;
	text-align: center;
}

a.more-link:hover {
    border: medium none;
    color: #000000 !important;
    background-color: #ffffff !important;
    border:solid 1px #000000 !important;
    transition: all 0.1s ease-in-out 0s;
}
