/*
Theme Name: Blue Collar
Author: WSOA
Author URI: https://wsoaonline.com
Version: 1.0
*/


/* BODY
------------------------*/
body {
  background-color: #fff;
  border-top: 6px solid #848588;
  color: #5B5B5B;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: auto;
}

/* HEADER + NAV
------------------------*/
#header {
  margin: 10px 0 0 0;
}

#logo {
  text-align: center;
}

#logo a,
#logo a:hover {
  overflow: hidden;
  outline: none;
  text-decoration: none;
}

.tagline {
  color: #DD6125;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#header #phone i,
#header #address i,
#header #hours i{
  float: left;
  display: block;
}

#header #phone i{
  font-size: 55px;
}

#header #address i,
#header #hours i{
  font-size: 40px;
}

#header #phone,
#header #address,
#header #hours {
  color: #8D8D8D;
  margin: 30px 0 0 0;
}

#header #phone span,
#hours span {
  margin: 0 0 0 10px;
}

#header #address,
#header #hours {
  margin: 35px 0 0 0;
}

address{
  margin: 0 0 0 30px;
}

#mobile-phone-address {
  margin: 0 0 10px 0;
}

#mobile-phone-address p {
  color: #8C8C8C;
  text-align: center;
  padding: 0;
  margin: 0;
}

#search,
#search-tablet {
  margin: 30px 0 0 0;
}

@media(max-width: 1035px) {
    #search {
        margin-left: -35px;
    }
}

#search input {
  background-color: #F0F0F0;
  border: 0;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  border-radius: 0;
  box-shadow: none;
  height: 38px;
}

#search span {
  color: rgba(3,72,131,.35);
  background-color: #F0F0F0;
  border: 0;
  border-top: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  border-radius: 0;
  color: rgba(3,72,131,.35);
  font-size: 24px;
}

#search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    left: 208px;
    position: relative;
    top: -38px;
    padding: 0;
}

@media(max-width: 1200px) {
    #search-submit {
        left: 205px;
    }
}

@media(max-width: 992px) {
    #search-submit {
        left: 125px;
    }
}

#search-tablet {
  font-size: 20px;
  float: right;
  display: block;
}


#search-form {
    display: none;
}

.searchbox{
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 270px;
    height: 38px;
    margin: 0;
    padding: 0px 55px 0px 5px;
    background-color: #F0F0F0;
    border-top: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    font-size: 13px;
    margin: 4px 0 0 25px;
}

.searchbox-submit{
    width: 50px;
    height: 38px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
}

.searchbox-submit {
    display: none !important;
}

.searchbox-icon {
    width: 50px;
    height: 38px;
    display: block;
    position: absolute;
    top: -7px;
    right: 3px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.searchbox-open{
    width:100%;
}

#nav {
  background-color: #034883;
  margin: 23px 0 0 0;
}

#nav ul {
  float: left;
  display: block;
  height: 60px;
  margin: 0;
  max-height: 60px;
  padding: 0;
  z-index: 100;
}

#nav ul li {
  border-left: 1px solid #012747;
  float: left;
  display: block;
  line-height: 60px;
}

#nav ul li.last {
  border-left: 1px solid #012747 !important;
  border-right: 1px solid #012747 !important;
}

#nav ul li a {
  color: #DAEDFE;
  display: block;
  font-size: 18px;
  padding: 0px 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
}

#nav ul li.current_page_item >a {
  color: #fff;
}

#nav ul li.current_page_item, 
#nav ul li a:hover,
#nav ul li:hover > a,
#nav ul li.current-page-ancestor > a {
  background-color: #022140 !important;
  color: #fff !important;
}

#nav ul li a:hover {
  background-color: #022140;
  color: #fff;
}

/*** SUBNAV ***/
#nav li:hover {
    background-color: #022140;
}

#nav ul.sub-menu {
  	background-color: #034883;
    position: relative;
    display: none;
    padding: 0;
    margin-top: 0;
    height: auto;
  	width: 100% !important;
}

#nav ul.sub-menu li {
    background-color: #034883;
    float: none;
  	line-height: normal;
  	border: 0;
}

#nav ul.sub-menu a {
    font-size: 14px;
    padding: 8px 15px;
}

#nav ul.sub-menu li:hover {
    background-color: #6CBD45;
    border: 0;
    width: 100%;
}

#nav li:hover > ul {
    display: block !important;
}

.slicknav_menu {
  display: none;
}

@media(max-width: 1200px) {
  #nav ul li a {
    padding: 0 18px;
  }
}

@media(max-width: 992px) {
  #nav ul li a {
    padding: 0 20px;
  }
}

@media(max-width: 767px) {
  #nav {
    display: none;
  }
  
  .slicknav_menu {
    display: block;
  }
}

ul#social {
  float: right;
  display: block;
}

ul#social li {
  border: 0;
  margin-right: 10px;
}

ul#social li:last-child {
  margin-right: 0;
}

ul#social li a {
    color: #4F7FA8;
    font-size: 30px;
    padding: 0;
    text-shadow: none;
}

ul#social li:hover,
ul#social li a:hover {
  background: transparent !important;
}

/* SLIDER
------------------------*/
#slider {
  position: relative;
}

.carousel img,
#carousel-inside img {
    min-width: 100%;
}

.carousel-caption-top {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
    margin: 0;
    text-shadow: 3px 3px 1px #000;
}

.carousel-caption-bottom {
    color: #fff;
    font-size: 28px;
    margin: -15px 0 0 0;
    text-shadow: 3px 3px 1px #000;
}

.carousel-caption {
    background: transparent;
    margin: -245px 0 0 0px;
    position: static;
    width: 100%;
    text-align: left;
}

@media(min-width: 2000px){
    .carousel-caption {
      right: 45%;
      left: auto;
      text-align: left;
      top: 60%;
      transform: translateY(-50%);
      bottom: initial;
    }
    
    .carousel-caption-bottom {
        margin: -15px 0 0 0;
    }
}

@media(max-width: 1400px) {
  .carousel-caption {
    margin: -185px 0 0 0px;
  }
  
  .carousel-caption-top {
    font-size: 54px;
  }

  .carousel-caption-bottom {
     font-size: 28px;
     margin: -10px 0 0 0px;
  }
}

@media(max-width: 1200px) {
  .carousel-caption {
    margin: -185px 0 0 0px;
  }
  
  .carousel-caption-top {
    font-size: 54px;
  }

  .carousel-caption-bottom {
     font-size: 28px;
     margin: -10px 0 0 0px;
  }
}

@media(max-width: 992px) {
    .carousel-caption {
        margin: -145px 0 0 0px;
      }
  
  .carousel-caption-top {
    font-size: 44px;
  }

  .carousel-caption-bottom {
     font-size: 18px;
  }
}

#banner-overlay {
  background-color: rgba(0,0,0,.3);
  height: 10px;
  position: relative;
  z-index: 20;
  bottom: 10px;
}

/* CONTENT
------------------------*/
#home-content {
    margin: 48px 0;
}

#home-content p {
  font-size: 16px;
  padding: 0 30px 0 0;
}

#home-content p + p {
  font-size: 15px;
}

#content {
  background-color: #EDF4FA;
  border-top: 1px solid #C1C1C1;
  padding: 48px 0 75px 0;
}

#content img {
  border: 1px solid #9E9E9E;
}

@media(max-width: 992px) {
  .home-boxes {
   margin: 0 0 45px 0;
  }
}

@media(max-width: 767px) {
   #content {
     padding: 22px 0;
  }
  
  .home-boxes {
    margin: 0 0 45px 0;
  }
}

#content.inside {
  background-color: #fff;
  border-top: 0;
  padding: 48px 0 75px 0;
}

#content.inside h1 {
  margin: 0 0 20px 0;
}

#content.inside ul li,
#content.inside ol li{
  list-style-image: url(/wp-content/themes/blue-collar/images/bullet-orange.png);
  padding: 0 0 10px 0;
}

/* BLOG
------------------------*/
.blog-posts,
.archive article {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.post-date {
    font-size: 13px;
    color: #034883;
    font-style: italic;
}

.page-nav {
	margin: 20px 0 0 0 ; 
}

.page-nav .page-numbers{
    padding: 3px 10px;
    margin: 0 5px;
    color: #5b5b5b;  
  	font-weight: bold;
    border-radius: 5px;
  	font-size: 15px;
}

.page-nav .current,
.page-numbers:hover {
    background-color: #DD6328;
    color: #fff;
}

.page-nav .prev, .page-nav .next{
    padding: 5px 8px;
    margin: 0 5px;
    color: #5b5b5b;  
  	font-weight: bold;
    border-radius: 5px;
  	font-size: 12px;
    text-decoration: none;
}

a.page-numbers,
a.page-numbers:hover,
.page-numbers a {
    text-decoration: none;
}

/* SIDEBAR
------------------------*/
#sidebar h3 {
  font-size: 30px;
  border-bottom: 1px dotted #034883;
  margin: 0 0 15px 0;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted;
  list-style: none !important;
}

#sidebar ul li i {
  color: rgba(221,99,40,.5);
  font-size: 22px;
}

#sidebar ul li a {
  color: #5B5B5B;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

@media(max-width: 992px) {
  #sidebar {
   padding-top: 55px;
    clear: both;
  }
}

@media(max-width: 767px) {
  #sidebar h3 {
    font-size: 27px;
  }
}

li.archive-year {
	padding: 5px 0 3px 10px;
	color:#034883;
	cursor: pointer;
}

li.archive-year a {
	margin: 0;
	border: 0px;
	padding: 0;
	cursor: pointer;
}

.archive-month {
    color: #dd6326;
    font-weight: normal;
}

/* FOOTER
------------------------*/
#footer {
  background-color: #848588;
  padding: 20px 0 0 0;
  text-align: center;
}

#footer ul {
  float: none;
  display: block;
  padding-left: 0;
  margin: 0;
}

#footer ul li {
  display: inline-block;
  float: none;
}

#footer ul li a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
  text-decoration: none;
}

#footer ul li.last a {
  border: 0;
}

@media(max-width: 767px) {
  #footer ul li a {
    font-size: 14px;
    padding: 0 10px;
  }
}

ul#social-footer {
  display: inline-block;
  margin: 0 20px 0 10;
  padding: 10px 0 10px 0;
}

ul#social-footer li {
  border: 0;
  margin-right: 10px;
}

ul#social-footer li a {
  color: rgba(255,255,255,.3);
  border: 0;
  font-size: 30px;
  padding: 0;
  text-shadow: none;
}

p.copyright {
  color: rgba(255,255,255,.6);
  font-size: 13px;
  padding: 15px 0 0 0;
}

p.copyright a {
  color: rgba(255,255,255,.6);
  margin: 0 5px;
  text-decoration: none;
}

/* FORMS
------------------------*/
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    border: 1px solid #B6B6B6;
    border-radius: 5px;
}

#gform_wrapper_1 label,
#gform_wrapper_2 label {
    display: none;
}

#request-quote {
  background-color: rgba(255,255,255,.8);
  /*padding: 15px 25px;*/
  padding: 0 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.4);
  width: 255px;
  max-width: 255px;
  left: 66.3%;
  top: 50%;
  right: auto;
  transform: translateY(-50%);
  position: absolute;
}

#select-styled select,
#gform_wrapper_1 select {
  background: transparent;
   width: 110%;
   padding: 5px;
   line-height: 1;
   -webkit-appearance: none;
   border: 1px solid #B6B6B6;
  border-radius: 5px;
}

#select-styled {
   width: 100%;
   overflow: hidden;
   background: url(/wp-content/themes/blue-collar/images/select-arrow.png) no-repeat right #fff;
}

#request-quote p,
#gform_wrapper_1 h3.gform_title {
  color: rgba(0,0,0,.5);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}


#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
    border: 1px solid #B6B6B6;
    border-radius: 5px;
}

#gform_wrapper_1 .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}

#gform_submit_button_1 {
    border: 0;
}

@media(max-width: 1600px) {
  #request-quote {
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.4);
    width: 255px;
    max-width: 255px;
    left: 69.6%;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    position: absolute;
  }
  
  #request-quote p,
  #gform_wrapper_1 h3.gform_title  {
    font-size: 25px;
    font-weight: bold;
  }
}

@media(max-width: 1500px) {
  #request-quote {
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.4);
    width: 255px;
    max-width: 255px;
    left: 71%;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    position: absolute;
  }
  
  #request-quote .form-group  {
    margin: 0 0 10px 0;
  }
  
  .btn-orange-gradient {
    font-size: 18px !important;
    padding: 6px 12px;
  }
}

@media(max-width: 1400px) {
  #request-quote {
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.4);
    width: 255px;
    max-width: 255px;
    left: 73.2%;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
    position: absolute;
  }
  
  .btn-orange-gradient {
    font-size: 18px !important;
    padding: 4px 12px;
  }
}

@media(max-width: 1350px) {
  #request-quote {
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.4);
    width: 255px;
    max-width: 255px;
    left: 74%;
    top: 47%;
    right: auto;
    transform: translateY(-50%);
    position: absolute;
  }
  
  #request-quote textarea,
  #gform_wrapper_1 textarea {
    height: 60px;
  }
  
  .btn-orange-gradient {
    font-size: 18px !important;
    padding: 4px 12px;
  }
}

@media(max-width: 1280px) {
  #request-quote {
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.4);
    width: 255px;
    max-width: 255px;
    left: 75%;
    top: 47%;
    right: auto;
    transform: translateY(-50%);
    position: absolute;
  }
  
  #request-quote textarea,
  #gform_wrapper_1 textarea {
    height: 60px;
  }
  
  .btn-orange-gradient {
    font-size: 18px !important;
    padding: 4px 12px;
  }
}

@media(max-width: 1200px) {
  #request-quote-mobile {
    position: absolute;
    bottom: 20px;
    left: 40px;
  }
  
  #request-quote-mobile .btn-white {
    font-size: 30px;
    width: 250px;
  }
}

@media(max-width: 992px) {
  #request-quote-mobile {
    position: absolute;
    bottom: 20px;
    left: -10px;
  }
  
  #request-quote-mobile .btn-white {
    font-size: 30px;
    width: 250px;
  }
}

@media(max-width: 767px) {
  #request-quote-mobile {
   position: absolute;
    bottom: 20px;
  }
  
  #request-quote-mobile .btn-white {
    font-size: 20px;
    width: 150px;
  }
}

#gform_submit_button_2,
#gform_submit_button_3 {
    width: 30%;
    font-size: 20px;
    border: 0;
}

.gform_wrapper .validation_error {
     border-top: 0 !important;
      border-bottom: 0 !important;
  		font-size: 13px !important;
      padding: 0 !important;
      margin: 0 !important;
      display: none;
}
    
.gform_wrapper .gform_body .gform_fields .gfield_error {
  	border-top: 0 !important;
      border-bottom: 0 !important;
  		font-size: 13px !important;
      padding: 0 !important;
      margin: 0 !important;
  	background: transparent;
}

.gform_wrapper .gform_body .gform_fields .gfield_error input {
  background-color: #ffdfe0;
   border: 1px solid  #c89797 !important;
}

.gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
  padding: 0 !important;
      margin: 0 !important;
  display: none;
}


/* GLOBAL
------------------------*/
h1 {
  color: #DD6327;
  font-size: 40px;
  margin: 0 0 5px 0;
}

h2 {
  color: #5B5B5B;
  font-size: 25px;
  margin: 0 0 20px 0;
}

h3 {
  color: #034883;
  font-size: 25px;
}

@media(max-width: 767px) {
  h1 {
    font-size: 27px;
  }
  
  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 22px;
  }

}

h3.entry-title a {
    text-decoration: none;
}

.lt-blue {
  color: rgba(3,72,131,.35);
}

.no-padding {
  margin: 0;
  padding: 0;
}

.last {
  border: none !important;
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.small {
  font-size: 14px;
}

.medium {
  font-size: 18px;
}

p {
  margin: 0 0 15px 0;
}

ul, 
ol {
  padding-left: 0;
  margin: 0 0 0 15px;
}

.google-maps {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.google-maps iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

a[href^="tel"],
a:hover[href^="tel"] {
    color: #5b5b5b;
    text-decoration: none;
}

a,
a:active {
  color: #DD6326;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #DD6326;
  text-decoration: underline;
}

.btn a,
a.btn {
    font-size: 15px;
  text-decoration: none;
}

/** ORANGE SOLID BUTTON **/
.btn-orange {
  color: #fff;
  background-color: #DD6328;
  border-color: #DD6328;
}
.btn-orange a {
  color: #fff;
  font-size: 15px;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #DD6328;
  border-color: #DD6328;
}
.btn-orange:hover {
  color: #fff;
  background-color: #DD6328;
  border-color: #DD6328;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: #DD6328;
  border-color: #DD6328;
}
.btn-orange:active:hover,
.btn-orange.active:hover,
.open > .dropdown-toggle.btn-orange:hover,
.btn-orange:active:focus,
.btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus,
.btn-orange:active.focus,
.btn-orange.active.focus,
.open > .dropdown-toggle.btn-orange.focus {
  color: #fff;
  background-color: #DD6328;
  border-color: #DD6328;
}
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled.focus,
.btn-orange[disabled].focus,
fieldset[disabled] .btn-orange.focus {
  background-color: #DD6328;
  border-color: #DD6328;
}
.btn-orange .badge {
  color: #DD6328;
  background-color: #fff;
}

/** ORANGE GRADIENT BUTTON **/
.btn-orange-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa27f+0,dd6125+100 */
  background: #eaa27f; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaa27f 0%, #dd6125 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #eaa27f 0%,#dd6125 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #eaa27f 0%,#dd6125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa27f', endColorstr='#dd6125',GradientType=0 ); /* IE6-9 */
  border-color: none;
  font-size: 22px;
  text-align: center;
  width: 100%;
  border: none;
}
.btn-orange-gradient a {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.btn-orange-gradient:focus,
.btn-orange-gradient.focus {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa27f+0,dd6125+100 */
  background: #eaa27f; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaa27f 0%, #dd6125 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #eaa27f 0%,#dd6125 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #eaa27f 0%,#dd6125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa27f', endColorstr='#dd6125',GradientType=0 ); /* IE6-9 */
  border: none;
}
.btn-orange-gradient:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa27f+0,dd6125+100 */
  background: #eaa27f; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaa27f 0%, #dd6125 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #eaa27f 0%,#dd6125 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #eaa27f 0%,#dd6125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa27f', endColorstr='#dd6125',GradientType=0 ); /* IE6-9 */
  border: none;
}
.btn-orange-gradient:active,
.btn-orange-gradient.active,
.open > .dropdown-toggle.btn-orange-gradient {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa27f+0,dd6125+100 */
  background: #eaa27f; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaa27f 0%, #dd6125 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #eaa27f 0%,#dd6125 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #eaa27f 0%,#dd6125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa27f', endColorstr='#dd6125',GradientType=0 ); /* IE6-9 */
  border: none;
}
.btn-orange-gradient:active:hover,
.btn-orange-gradient.active:hover,
.open > .dropdown-toggle.btn-orange-gradient:hover,
.btn-orange-gradient:active:focus,
.btn-orange-gradient.active:focus,
.open > .dropdown-toggle.btn-orange-gradient:focus,
.btn-orange-gradient:active.focus,
.btn-orange-gradient.active.focus,
.open > .dropdown-toggle.btn-orange-gradient.focus {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa27f+0,dd6125+100 */
  background: #eaa27f; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaa27f 0%, #dd6125 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #eaa27f 0%,#dd6125 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #eaa27f 0%,#dd6125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa27f', endColorstr='#dd6125',GradientType=0 ); /* IE6-9 */
  border: none;
}
.btn-orange-gradient:active,
.btn-orange-gradient.active,
.open > .dropdown-toggle.btn-orange-gradient {
  background-image: none;
}
.btn-orange-gradient.disabled:hover,
.btn-orange-gradient[disabled]:hover,
fieldset[disabled] .btn-orange-gradient:hover,
.btn-orange-gradient.disabled:focus,
.btn-orange-gradient[disabled]:focus,
fieldset[disabled] .btn-orange-gradient:focus,
.btn-orange-gradient.disabled.focus,
.btn-orange-gradient[disabled].focus,
fieldset[disabled] .btn-orange-gradient.focus {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaa27f+0,dd6125+100 */
  background: #eaa27f; /* Old browsers */
  background: -moz-linear-gradient(top,  #eaa27f 0%, #dd6125 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #eaa27f 0%,#dd6125 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #eaa27f 0%,#dd6125 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa27f', endColorstr='#dd6125',GradientType=0 ); /* IE6-9 */
  border: none;
}

/** WHITE SOLID REQUEST BUTTON **/
.btn-white {
  color: rgba(0,0,0,.6);
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 20px;
  font-weight: bold;
}
.btn-white a {
  color: rgba(0,0,0,.6);
  font-size: 20px;
  font-weight: bold;
}
.btn-white:focus,
.btn-white.focus {
  color: rgba(0,0,0,.6);;
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
}
.btn-white:hover {
  color: rgba(0,0,0,.6);
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: rgba(0,0,0,.6);
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: rgba(0,0,0,.6);
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
}
.btn-white .badge {
  color: rgba(0,0,0,.6);
  background-color: rgba(255,255,255,.8);
}