/* ---------Customizer--------- */
.control-section-cab-booking h3.accordion-section-title {
  font-size: 15px !important;
  color: #fff !important;
  background: #EE3131 !important;
  padding: 12px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.control-section-cab-booking h3.accordion-section-title a:focus {
  box-shadow: unset !important;
}
a.button.button-secondary.alignright {
  color: #000;
  box-shadow: none;
  font-weight: bold;
  padding: 0px 10px;
  background: #fff;
  height: 30px;
  font-size: 15px !important;
  border-radius: 0;
  border: none;
  margin-top: -3px;
}
a.button.button-secondary.alignright:hover {
  background: #000;
  color: #fff;
  border:none;
}
.customize-pane-parent .control-section .accordion-section-title button:before {
  font-family: dashicons;
  content: "\f103";
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
#accordion-panel-nav_menus .accordion-section-title button:before {
  content: "\f333";
}

li#accordion-section-cab_booking_go_pro.cannot-expand .accordion-section-title:after,li#accordion-section-doc_section.cannot-expand .accordion-section-title:after,
li#accordion-section-cab_booking_lite_documentation.cannot-expand .accordion-section-title:after,li#accordion-section-doc_section.cannot-expand .accordion-section-title:after,
li#accordion-section-cab_booking_live_demo.cannot-expand .accordion-section-title:after,li#accordion-section-doc_section.cannot-expand .accordion-section-title:after
{
  display: none;
}
#customize-theme-controls .customize-pane-parent{
  overflow: hidden;
}

/* ---------FontAwesome Icon Styles--------- */
.type-icon{
  overflow: hidden;
}
.selected-icon{
  background: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #EEE;
  position: relative;
  margin-right: 45px;
  cursor: pointer;
  font-size: 28px;
  width: 50px;
}
.selected-icon .fa{
  display: block;
  line-height: 45px;
  background: #fff;
}
.selected-icon span{
  position: absolute;
  background: #fff;
  right: -45px;
  top: -1px;
  height: 45px;
  width: 45px;
  border: 1px solid #EEE;
  font-size: 20px;
}
.icon-list{
  height: 250px;
  overflow-y: scroll;
  font-size: 18px;
  border: 1px solid #EEE;
  background: #fff;
  border-right: 0;
  border-top: 0;
  padding-bottom: 4%;
  display: none;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.icon-list li{
  float: left;
  margin: 4% 3% 0;
  height: 40px;
  width: 18%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #EEE;  
}
.icon-list li:hover{
  background: #333;
  border: 1px solid #333;
  color: #FFF;
}
.icon-list li.icon-active{
  background: #0073aa;
  border: 1px solid #0073aa;
  color: #FFF;
}
.cab-booking-social-class{
  display: none;
}
.socialInput{
  padding: 10px;
  font-size: 16px;
}