/*
 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
*/

.site-branding {
  background: #393d63;
}
.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;
}
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;
}

/* Forms */
.readonly input {
  font-weight: bold!important;
  border: 0!important;
  color: #000;
  cursor: default;
  background: transparent;
}
*::-moz-placeholder {
    color: #dedede!important;
}
*::-webkit-input-placeholder {
    color: #dedede!important;
}
*.placeholder {
    color: #dedede!important;
}
.gform_wrapper select {
    line-height: 1!important;
    padding: 0!important;
   height: 2.3em
}
.gsection {
   padding: 0!important; 
   margin: 0 0 20px 0!important; 
}
.credit-card , .amount {
   background: #d8ddf3!important;
   padding: 10px!important;
   border: 1px solid #98a0c4;
   border-radius: 6px;
   min-width: 100%;
}
.ginput_product_price {
   font-weight: bold;
   color: #393d63!important;
   font-size: 20px;
}
.ginput_product_price_label {
  display: none;    
}
.gform_footer {
  margin-top: 30px!important;
  padding-top: 0!important;
}
#field_1_5, #field_1_10 {
  padding: 0;
}
#input_1_5, #input_1_10 {
   background: #d8ddf3!important;
   padding: 10px!important;
   border: 1px solid #98a0c4;
   border-radius: 6px;
   max-height: 120px!important;
   min-width: 100%!important;
   color: #393d63!important;
}
#field_1_5 label, #field_1_10 label {
  display: none!important;
}

/* Radio Buttons */
.gchoice_2_7_0,
.gchoice_2_7_1 {
    float: left;
    margin: 0 0 40px 0!important;
}
.gchoice_2_7_0 input[type=radio],
.gchoice_2_7_1 input[type=radio]
    {
    display:none!important;
}
.gchoice_2_7_0 input[type=radio] + label,
.gchoice_2_7_1 input[type=radio] + label {
     text-align: center;
     cursor: pointer;
     background: #393d63;
     color: #fff!important;
     border: 1px solid #393d63!important;
     padding: 10px!important;
     border-radius: 6px!important;
     line-height: 17px!important;
     font-size: 12px!important;
     background-image: none;
     outline: 0;
     margin: 0 2px 0 0!important;
     width: 100px!important;
}
.gchoice_2_7_0 input[type=radio]:checked + label,
.gchoice_2_7_1 input[type=radio]:checked + label {
     outline: 0;
     background: #fff!important;
     color: #393d63!important;
}

/* Validation */
.validation_error {
   display: none; 
}

/* Traveland-Bridgeport */
.custom-logo-link {
	padding: 30px 0 0 0!important;
}
.custom-logo {
	min-width: 500px!important;
}
@media only screen and (max-width:780px) {
	.custom-logo-link {
	  padding-top: 30px!important;
	  min-width:100%!important;
	  width: 100%;!important;
  }
  .custom-logo {
	  min-width:100%;!important;
	  width: 100%!important;
  }
	.thumb {
		display: none;
	}
}

/* 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;
  }
}