/*
 Theme Name:   Twenty Thirteen Child
 Theme URI:    http://www.danpahnke.com/twenty-thirteen-child/
 Description:  Twenty Thirteen Child Theme
 Author:       Dan Pahnke
 Author URI:   http://www.danpahnke.com
 Template:     twentythirteen
 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-thirteen-child
*/
h1 {	/* Title line */
	font-family: Trebuchet MS, Bitter, Georgia, serif;
	font-size: 49px;
	margin: 33px 0;
}
.site-description {	/* Tag line */
	font-family: Trebuchet MS, Bitter, Georgia, serif;
	margin-left: 53px;
}

.wpcf7-submit
{
	background: #d4ffff !important ;
	color:black !important ;
	border-bottom: 3px solid #f0ffff !important 
}

.wpcf7-submit:hover
{
	background-color: #f0ffff !important ;
	color: #FFD700 !important ;
	border-bottom: 3px solid #d4ffff !important 
}

.navbar {
	background-color: #d4ffff;
	border-top:1px solid #FFD700;
	border-bottom:1px solid #FFD700;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #f0ffff;
	color: #FFD700;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #FFD700;	
	font-weight: bold
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	max-width: 94%;
}

.entry-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: break-word;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

fieldset {
	padding-top:10px;
	border:1px solid #666;
	border-radius:8px;
	box-shadow:0 0 10px #666;
}
legend {
	float:left;
	margin-top:-20px;
}
legend + * {
	clear:both;
}

.FAQQ {
	width:800px;
	color:#000000;
	background-color:#93d4ed;
	font-weight:700;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

.FAQA {
	width:800px;
	color:#000000;
	background-color:#bfe4f2;
	padding-left:30px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

.bigLetter
{
	font-size:48pt;
}

.QForm
{
	color:#000000;
	background-color:#d4ffff;	
	width:800px;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */	
}
.QFormHeader
{
	font-weight:700;
	position:relative;
	top:5px;	
	left:-20px;	
}
.bookLeftCol {
	float: left; 
	margin-right: 40px; 
	width: 35%;"
}
.bookRightCol {
	float: right; 
	margin: 0px; 
	width: 56%;"
}
@media only screen and (max-device-width:450px) {
	.container,
	.call-ushour-insde-right {
	      width: 100%;
	}

	/*#contentBox { width:100%}*/
	.bookLeftCol {
		float:none;
		margin-left:2px;
		width:100%
	}
	.bookRightCol {
		float:none;
		margin-right:2px;
		width:100%
	}
	hr {
	display:none
	}
}