@charset "UTF-8";
/* CSS Document */

/*
 Theme Name:   child
 Template:    twentyseventeen
*/
.site-info {
			display:none;
		}
#masthead .wrap {
	text-align:center;
}

@media screen and (min-width: 20em) ,
@media screen and (min-width: 30em),
@media screen and (min-width: 48em) ,
@media screen and ( min-width: 67em ) ,
@media screen and ( min-width: 79em ),
	@media screen and ( max-width: 48.875em ) and ( min-width: 48em ){
		.site-info {
			display:none;
		}
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    text-decoration: none;
        box-shadow: 0 1px 2px rgba(171,171,171,.6);
       background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    padding: 10px;
	margin-top:5px;
	line-height:3;
	border: 1px solid orange;
	border-radius:3px;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
	background-color:#00b7ee;
}

.codedropz-upload-container {
    padding: 40px 20px;
}

.codedropz-upload-inner {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    font-weight: inherit;
    line-height: 2.6;
}
.red {
	color:red!important;
}

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
    line-height: 2;
}
.site-branding  {

}
.panel-content .wrap {
	padding-top:20px;
}
button, input[type="button"], input[type="submit"] {
    /* background-color: #222; */
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px!important;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
	background-color:#ec6941;
	width:40%;
	font-weight:normal;
}
.codedropz-upload-inner h3 {
    margin: 5px 0;
    font-size: 24px;
    line-height: 32px;
}
