/*
 Theme Name:   Twenty Seventeen Child
 Description:  Twenty Seventeen Child theme
 Author:       Dave Landon
 Author URI:   http://3rdplanetstudios.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-seventeen-child
*/

#masthead {
    background: #393d63;	
} 
#masthead .container {
	max-width: 900px;
	margin: 0 auto;
	text-align: right;
}
.site-branding {
	color: #fff;
	tex-align: right;
}
.site-branding p {
	color: #fff;
	font-size: 18px;
}
.site-branding img {
	border-radius: 4px;
	max-width: 250px;
}
.custom-logo-link {
  max-width: 300px;  
  float: left;
  padding-top: 10px;
}
.thumb {
  float: right; 
  width: 150px;
  border-radius: 4px;
}
.thumb img {
  border-radius: 4px;
}
.clear {
  clear: both;    
}
.menu-scroll-down {
   display: none!important;
}
.panel-content .wrap, .gf_wrapper {
  padding: 30px!important;
  max-width: 900px!important;
  margin: 40px auto!important;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
}
.content-area {
  margin-top: 100px;
}
h1 {
   font-size: 30px!important;
}
h2 {
   font-size: 26px!important;
}
.entry-header {
   margin: 0 0 20px 0!important;
   padding: 0!important;
}
#wp-submit, .button, .gform_button {
   background: #393d63!important;
}
.button {
  color: #fff;
  padding: 12px;
  font-weight: bold;
  box-shadow: none!important;
  text-shadow: none!important;
  display: block;
  margin-top: 20px;
  max-width: 130px;
  text-align: center;
  transition: background-color 0.5s ease-out;
}

#wp-submit:hover, .button:hover, .gform_button:hover {
   background: #98a0c4!important;
   color: #fff!important;
   transition: background-color 0.3s ease-in;
}
.gform_button {
    max-width: 300px!important;
}
#input_1_9,
#input_1_11 {
  background: #EEEEEE;
}
.ginput_product_price_label {
  display: none!important;
}
.gform-theme--orbital select {
  padding: 0px 10px!important;
}

/* Forms */
.gform_validation_errors,
.gform_required_legend {
  display: none!important;
}
.ginput_product_price {
  font-size: 25px!important;
  font-weight: bold!important;
}
/* Payment Invoice Expiration */
.page-template-payment #content {
	padding-top: 25px;
}
.alert {
	background: red;
	color: #fff;
	padding: 5px 10px;
}
.ghost {
  pointer-events: none;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
	border: 5px solid #eee;
	padding: 10px;
}

@media only screen and (max-width: 550px) {
  .thumb {
     display: none!important;
  }
}