/*
Theme Name:     Doctype Child Theme
Description:    Make your modifications to Doctype in this child theme.
Template:       doctype
*/

@import url('../doctype/style.css');

.logo-container {
	display:none;
}

header#masthead {
	display:none;
}

input.gform_button {
	width:100% !important;
}

a.button {
	box-shadow: 1px 1px 2px 1px #ccc;
    font-size: 1.2em;
    white-space: normal;
    color: #fff;
    background-color: #1abc9c !important;
    padding: 10px 15px;
    font-weight: normal;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    width: 100% !important;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-align:center;
}

textarea {
	border: 1px solid #DCDCDC;
}

div.headshot img, img.headshot {
	border-radius: 10px;
	box-shadow: 1px 1px 2px 1px #ccc;	
}