#customize-theme-controls
    .control-panel-brainaddons-panel
    .accordion-section-title {
    color: #555d66;
    background-color: #f6f7fe;
    border-left: 4px solid #1d39d8;
}

#customize-controls
    .control-section-brainaddons-section
    .accordion-section-title:focus,
#customize-controls
    .control-section-brainaddons-section
    .accordion-section-title:hover,
#customize-controls
    .control-section-brainaddons-section.open
    .accordion-section-title,
#customize-controls
    .control-section-brainaddons-section:hover
    > .accordion-section-title,
#customize-theme-controls
    .control-panel-brainaddons-panel
    .accordion-section-title:focus,
#customize-theme-controls
    .control-panel-brainaddons-panel:hover
    > .accordion-section-title,
#customize-theme-controls
    .control-panel-brainaddons-panel
    .accordion-section-title:hover {
    color: #1d39d8;
    background-color: #f6f7fe;
    border-left-color: #1d39d8;
}

#customize-theme-controls
    .control-panel-brainaddons-panel
    .accordion-section-title:after,
#customize-theme-controls
    .control-section-brainaddons-section
    .accordion-section-title:after {
    content: '\f345';
    color: #1d39d8;
}

#customize-theme-controls
    .control-panel-brainaddons-panel:hover
    > .accordion-section-title:after,
#customize-theme-controls
    .control-section-brainaddons-section:hover
    > .accordion-section-title:after {
    content: '\f345';
    color: #1d39d8;
}

#customize-theme-controls
    .control-section-brainaddons-section
    .customize-control {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 7px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.customize-control-brainaddons-title {
    border: none !important;
    padding-top: 0 !important;
    margin-bottom: 10px;
}

#customize-theme-controls
    .control-section-brainaddons-section
    .customize-control-select {
    position: relative;
}

#customize-theme-controls
    .control-section-brainaddons-section
    .wp-color-result-text {
    display: none;
}

#customize-theme-controls
    .control-section-brainaddons-section
    .wp-color-result:after {
    display: none;
}

#customize-theme-controls
    .control-section-brainaddons-section
    .customize-control-title {
    margin-top: 0 !important;
}

.customize-control select {
    width: 100%;
}

#customize-theme-controls
    .control-section-brainaddons-section
    .customize-control-select
    select {
    background: #fff
        url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E)
        no-repeat right 5px top 55%;
}

.brainaddons-control-field {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.brainaddons-control-field.brainaddons-title-control {
    background: #f6f7fe;
    margin-bottom: -13px;
    margin-left: -24px;
    margin-right: -24px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 20px;
}

.brainaddons-control-field.brainaddons-title-control .customize-control-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.brainaddons-control-field .customize-control-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    line-height: 18px;
}

.customize-control-brainaddons-toggle .toggle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.customize-control-brainaddons-toggle .toggle-wrapper .customize-control-title {
    flex: 2 0 0;
    vertical-align: middle;
    margin-bottom: 0;
}

.customize-control-brainaddons-toggle .toggle-wrapper input[type='checkbox'] {
    display: none;
}

.customize-control-brainaddons-toggle .toggle-wrapper label {
    border: 1px solid #50575e;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    outline: 0;
    position: relative;
    top: 2px;
    right: 0;
    transition: background 0.2s ease;
    user-select: none;
    width: 40px;
    border-radius: 15px;
}

.customize-control-brainaddons-toggle .toggle-wrapper label:after,
.customize-control-brainaddons-toggle .toggle-wrapper label:before {
    display: block;
    position: absolute;
    content: '';
}

.customize-control-brainaddons-toggle .toggle-wrapper label:after {
    border-radius: 50px;
    bottom: 0px;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.customize-control-brainaddons-toggle .toggle-wrapper label:before {
    background-color: #50575e;
    border-radius: 50px;
    bottom: 0px;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    transition: background 0.2s ease;
}

.customize-control-brainaddons-toggle
    .toggle-wrapper
    input[type='checkbox']:checked
    + label {
    background-color: #1d39d8;
}

.customize-control-brainaddons-toggle
    .toggle-wrapper
    input[type='checkbox']:checked
    + label:after {
    background-color: #f5f5f5;
    transform: translateX(15px);
}

.customize-control-brainaddons-toggle
    .toggle-wrapper
    input[type='checkbox']:checked
    + label:before {
    background-color: #1d39d8;
}

.customize-control-brainaddons-toggle:hover .toggle-wrapper label:before {
    background-color: #50575e;
}

.customize-control-brainaddons-title {
    background: #ddd;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    margin-left: -24px;
    margin-right: -24px;
    border-top: 1px solid #f9f9f9 !important;
    border-bottom: 1px solid #f9f9f9 !important;
    padding: 12px 20px !important;
}

.customize-control-brainaddons-title .title-control .customize-control-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 0px !important;
}

#customize-control-brain_addons-blog_designer_readmore_font_style {
    flex-direction: row !important;
}

#accordion-panel-BrainAddons_section_separator {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    display: block!important;
}

#accordion-panel-BrainAddons_section_separator .accordion-section-title{
    display: none !important;
}