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

.main .minimal-form-input label:after {
    border-color: #5a8a6c !important;
}
.main .custom-dropdown .name {
  	font-size: 18px !important;
  	font-weight: bold;
  	letter-spacing: 1px;
}

.datepickers-container * {
  	font-family: 'Gothic', sans-serif !important;
  	color: #333 !important;
}

@media only screen and (max-width: 765px) {
  .checkoutPageFirst .innerPageMain .innerCent .rightActions .innerMainDrops .topDropdown .dropDownMain {
  	left: -20px !important;
	}
  .innerPageMain .clearfix {
    padding: 0px !important;
  }
  .checkoutPageFirst .innerPageMain .innerCent {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 500px) {
  .main .custom-dropdown .name {
    font-size: 14px !important;
  }
  .main .search .input-group .search_value {
    font-size: 16px !important;	
  }
}

.nectar-shape-divider-wrap{
z-index:100000 !important;
}

.vc_separator_align_center h4 {
    text-align: center;
}