/*
 Theme Name:   Diamond Diesel Child
 Theme URI:    http://wpsites.net
 Description:  Twenty Sixteen Child Theme
 Author:       John Anderson
 Author URI:   http://jandersonweb.com/
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dd-child
*/


/* DIAMOND DIESEL OVERWRIGHTS */

.site-content {
	padding:0;
}

.site-main {
	margin-bottom:0;
}

.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
	margin-right: 0;
    margin-left: 0;
}

.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content {
	margin-right: 0;
    margin-left: 0;
}

header#masthead {
	display:none !important;
}

header.entry-header {
	display:none;
}
aside#secondary {
	display:none !important;
}

.content-area {
	clear:both !important;
    float: none !important;
    margin-right: 0 !important;
    width: 95% !important;
	margin:0 auto  !important;
}
footer#colophon {
	display:none !important;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	border: 0;
    border-radius: 5px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.7em 0.5em 0.6em;
    text-transform: uppercase;
    font-size: 15px !important;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #8f8f8f;
	font-family: "Open Sans", Arial, sans-serif;
}

:-moz-placeholder {
	color: #8f8f8f;
	font-family: "Open Sans", Arial, sans-serif;
}

::-moz-placeholder {
	color: #8f8f8f;
	font-family: "Open Sans", Arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #8f8f8f;
	font-family: "Open Sans", Arial, sans-serif;
}

.gform_wrapper {
    max-width: 98% !important;
}