/*Cutomizer CSS*/
#accordion-section-architect_civil_engineer_pro h3.accordion-section-title{
	background: #ffee02;
	color:#1d1d1d;
}
#customize-controls #accordion-section-architect_civil_engineer_pro .accordion-section-title:focus, #customize-controls #accordion-section-architect_civil_engineer_pro .accordion-section-title:hover, #customize-controls #accordion-section-architect_civil_engineer_pro.open .accordion-section-title, #customize-controls #accordion-section-architect_civil_engineer_pro:hover>.accordion-section-title{
  background: #1d1d1d;
  color: #fff;
}
#customize-theme-controls #accordion-section-architect_civil_engineer_pro .accordion-section-title:after{
  color:#1d1d1d;
}

#customize-controls .control-section .accordion-section-title:hover,#customize-controls .control-section .accordion-section-title:focus{
  border-left-color: #ffee02 !important;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.upsell-btn > .btn-success {
  color: #1d1d1d !important;
  background: #ffee02 !important;
  text-decoration: none;
}
.upsell-btn{
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.upsell-btn-bottom{
  margin-top:20px;
}
.upsell-btn > a.btn.btn-success.btn {
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
}
/*Custom head*/
span.title.head-customize-control-title {
  padding: 10px;
    background-color: #EFF9FF;
    border: 1px solid #D6F0FF;
    border-radius: 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom:5px;
    text-transform: capitalize;
}
li.customize-control {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}
li.customize-control-section {
    padding: 0 !important;
    border: none !important;
}
.head-customize-section-description.cus-head{
  margin-top: 22px; 
}
li.customize-section-description-container.section-meta {
    margin-bottom: 0;
}
.customize-control-title{
  font-weight: bold;
  text-transform: capitalize;
}