/* #######################################################################

	Theme Name: Tyler Child
	Theme URI: http://preface.wpengine.com
	Description: Child theme for Tyler
	Author: MeanThemes
	Author URI: http://www.ornl.gov
	Template: Tyler
	Version: 0.0.1

######################################################################## */

div.ginput_container.ginput_container_select {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}

div.ginput_container.ginput_container_select select {
	border: 1px solid #ccc;
	font-size: 16px;
	height: 40px;
}

.gform_button.button {
	margin: 22px 0 96px;
	color: #fff;
	background-color: #13cd05;
	border-color: transparent;
	font-size: 21px;
	padding: 17px 60px;
}

a.interestButton {
	display: block;
	width: 45%;
	min-width: 300px;
	margin: 30px auto;
	padding-bottom: 2px;
	color: #fff;
	padding: 17px 60px;
	font-size: 21px;
	text-align: center;
	border: 0;
	/* border-radius: 50px; */
	background: #e83a56;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: background .15s ease-in;
	-moz-transition: background .15s ease-in;
	-o-transition: background .15s ease-in;
	-ms-transition: background .15s ease-in;
	transition: background .15s ease-in
}

a.interestButton:hover {
	background: rgba(237, 107, 128, 1.00);
}

input#lead_search_button.button {
	color: #fff;
	background-color: #e83a56;
	border-color: rgba(232, 58, 86, 0.5);
	font-size: 21px;
	padding: 11px 60px;
	margin-left: 10px;
}

footer .credits {
	color: #fff !important;
	font-style: italic;
}

img.img-rounded.wp-post-image {
	margin-bottom: 20px;
}

span.kws_gf_credit {
	display: none;
}

.user-list tr {
	height: 30px;
}

tr.even {
	background-color: #ededed;
}

table.gf_directory.widefat {
	margin: 20px 0;
}

td.text {
	padding-right: 10px;
}

.dynamic_css {
	border: 0px solid #aaaaaa !important;
}

footer a {
	color: #2db4bd;
}

.speakers .featured .photo img,
.speakers .photo img {
	border-color: #fff;
	box-shadow: 0px 0px 0px 2px #fff;
}

.sessions .session .speaker img {
	box-shadow: 0px 0px 0px 1px #69c45f;
}

#tile_calltoaction.jumbotron.widget {
	background-image: url('images/parallax.jpg') !important;
}

.landing h1 {
	/* 	"content" should be used in conjunction with psudo-elements "before" or "after" 
		and did not work with IE/Edge, so I hard-coded the image-tag in the tyler-child-template
		and hiding the span.text-fit
		content: url('images/Smoky-Mountain-Computation-logo.svg');
	*/
	padding: 80px 0 0 0;
	margin: 0px auto;
	height: 325px;
}
.landing h1 img.heroLogo {
	margin: 0px auto;
	width:auto;
	max-height:240px;
}
/* see above comment */
.landing h1 span.text-fit {
	display:none;
}

.landing .lead {
	display: none;
}

.landing .btn-secondary {
	border-color: #0c8603;
}

a.interestButton {
	background: #13cd05;
}

a.interestButton:hover {
	background: #000000;
}

