/*
Theme Name: SimpleMag Child
Theme URI: http://themesindep.com/
Author: ThemesIndep
Author URI: http://themesindep.com/
Description: Magazine theme for creative things
Template: simplemag
*/


@import url("../simplemag/style.css");

/* Your CSS code goes here
-------------------------------------- */

.widget_recent_entries li:before,
.widget_recent_comments li:before {
	font:36px/1 serif;
}


.wpcf7 input {
    width: auto;
}

.wpcf7 .wpcf7-form-control-wrap{
    display: inline;
}

.wpcf7 .wpcf7-form input, .wpcf7-form textarea{
    margin-bottom: 0;
}

.wpcf7 textarea, input[type="text"], input[type="email"], input[type="password"]{
    padding: 1px;
}

.wpcf7 h3{
    padding-top: 25px;
}

.wpcf7 .cf7_fixed_width{
    float: left;
    width:25%;
}

.wpcf7 input[type="submit"]{
    padding: 10px 13px 8px;
    font-size: 16px;
    margin-left: 25%;
    margin-top: 2%;
}