/*
Theme Name: Salient Child Theme
Theme URI: http: //helijet.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //helijet.com/
Template: salient
Version: 7.0.9
*/

@import url("../salient/style.css");

.buttonhelijet,
[class*="buttonhelijet-"] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin: 0 1em 1em 0;
  padding: 0 4em;
  height: 3.5em;
  /* font: 300 1em/3.5em 'Open Sans', sans-serif;*/
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  letter-spacing: .08em;
  color: #fff;
  background: #2555af;
  border: solid 1px #fff;
  border-radius: 2px;
  -moz-transition: ease 0.35s all;
  -o-transition: ease 0.35s all;
  -webkit-transition: ease 0.35s all;
  transition: ease 0.35s all;
}
.buttonhelijet:hover,
[class*="buttonhelijet-"]:hover {
  background: #5a7ec1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}

.buttonhelijet-hover:hover {
  line-height: 9em;
}
.buttonhelijet-hover:before {
  content: attr(data-text);
  color: #DEEFF5;
  position: absolute;
  top: -2.75em;
}

/** Home Booking Widget **/

@media (max-width:1000px) {
	#col4info { padding-top:40px!important; }
	#bookingcontainer { display:none; }
}

/** Booking Button **/

.blueskybooking-widget-search-location-swap, .blueskybooking-widget-search-location-reset, .blueskybooking-widget-status, .blueskybooking-widget-book, .blueskybooking-authentication-login, .input[type="button"] {
	background-color: #2555af!important;
    padding: 7px 11px!important;
    border: none!important;
    color: #fff!important;
    cursor: pointer!important;
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1)!important;
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1)!important;
    width: auto!important;
    font-family: 'Open Sans';
    font-weight: 600!important;
    font-size: 14px!important;
    border-radius: 2px!important;
    -webkit-border-radius: 2px!important;
}


.blueskybooking-widget-search-location-swap:hover, .blueskybooking-widget-search-location-reset:hover, .blueskybooking-widget-book:hover, .blueskybooking-widget-status:hover, .blueskybooking-authentication-login:hover, .input[type="button"]:hover {
  background: #5a7ec1!important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
  color: #fff!important;
}

.select {
	height: 38px!important;
	font-size: 12px;
}

.blueskybooking-widget-search-types {
	margin:0 0 20px;
  	width:100%;
 	border-collapse:collapse;
  	border-spacing:0;
  	background-color:#fff;
  	border-top:1px solid #ececec;
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.blueskybooking-widget-search-types-td {
	padding: 5px 8px 5px 15px!important;
	border-left: none;
	border-right: none;
    border-style: none none dotted none!important;
    border-top: medium none;
    border-width: medium 1px 1px medium;
}

/** Blog Comment **/
body .meta-comment-count {
    display: none !important;
}

/* For Blog Single Pages */
li.meta-comment-count {
    display: none !important;
}