/* WISYWIG color (if content background dark change this color) */
body.mce {
	background: #ffffff;
}


.leadbox1 > form {
 display: flex;   
 flex-direction:column;
}

.leadbox1 > form > .Name {order:2;}
.leadbox1 > form > .email {order:1;}
.leadbox1 > form > .leadbox-submit {order:3;}


.blog-box > img {
    width: 20%;   
    display: inline;
}

.blog-box > .blogtitle {
    display: inline;   
}