/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       Sabre Imagery
 Author URI:   http://sabreimagery.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
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

/*body {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}*/

body {
	font-family: Helvetica, Roboto, sans-serif;
}

div.gform_body ul li.serial_text {
	font-size: x-small;
}

div.gform_body ul li.serial_text p {
	margin-bottom: 0em;
}

div.site {
	/* max-width: 1320px; */
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.site-header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.header-image {
	margin: 0px;
}

/* Get rid of black border */

.site {
    margin: 0 0 0 0;
}

body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
    height: 0px !important;
}

.site-inner {
    overflow: hidden !important;
}

/* end: Get rid of black border */


@media screen and (min-width: 56.875em) {
	/* .page-template-full-width-page .content-area */
	.content-area {
	  float: none;
	  /* margin-right: -100%; */
	  width: 100%;
	}
}

div.entry-content {
	width: 80%;
	margin: 0 auto;
}

/* typography */

header.entry-header {
	display:none;
}

h1.entry-title,
h1,
h2 {
	/* color: #547D5B; */
	color: #007A53;
	text-align: center;
	margin: 0 auto;
	}

h1.new-title {
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	/* font-size: 28px; */
	font-size: 38px;
	/* font-size: 1.75rem; */
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.25;
	/*margin-bottom: 1em;*/
	margin-bottom: 0px;
}

h2.new-subtitle {
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	margin-top: 0.5em;
}

.gform_body ul li.gfield h2 {
	color: black;
	text-align: left;
	/*font-family: Montserrat, "Helvetica Neue", sans-serif;*/
	font-size: 24px;
	font-size: 1.5rem;
}

.gform_body ul li.gfield h3 {
	margin-top: 0px;
	font-size: 16px;
	font-size: 1rem;
}

.gform_body input,
.gform_body select {
	/* border-color: #547D5B; */
	border-color: #007A53;
	background-color: white;
}

.gform_body ul li.gfield label.gfield_label,
.gform_body ul li.gfield label.gfield_label span.gfield_required,
.gform_body ul li.gfield div.ginput_complex span label,
.gform_body ul li.gf_list_4col div.ginput_container_radio ul.gfield_radio li.gchoice_1_21_0 label[for=choice_1_21_0],
.gform_body ul li.gf_list_4col div.ginput_container_radio ul.gfield_radio li.gchoice_1_21_1 label[for=choice_1_21_1],
.gform_body ul li.gf_list_4col div.ginput_container_radio ul.gfield_radio li.gchoice_1_21_2 label[for=choice_1_21_2],
.gform_body ul li.gf_list_4col div.ginput_container_radio ul.gfield_radio li.gchoice_1_21_3 label[for=choice_1_21_3] {
	/* color: #547D5B; */
	color: #007A53;
}




.gform_footer {text-align: center;}

p.new-graf {
	/* color: #547D5B; */
	color: #007A53;
	margin-top: 2em;
}

footer.site-footer {padding: 0px;}
.site-info {margin-bottom: 0px;}

div.ginput_recaptcha div {margin: 0 auto;}

input#gform_submit_button_1 {
	background-color: #007A53;
	color: white;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 1.00;
}

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-radius: 10px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	border-radius: 10px;
}

div.gform_confirmation_wrapper div.gform_confirmation_message {
	color: red;
}

p a {color: #007A53;}
