/*!
* Theme Name: dBlogger
*
* Styles for the live customizer of the theme.
* 
*/

.dblogger-theme-info a {
    display: block;
    color: #fff;
    padding: 10px;
}
.dblogger-theme-info a:hover {
    color: #f53347;
}

.dblogger-theme-info {
    background: #3c3e8b;
    padding: 10px;
}

li[id*="accordion-panel-onepress"] > .accordion-section-title{
    padding-left: 30px;
}
li#accordion-panel-onepress_options > .accordion-section-title,
li#accordion-panel-onepress_typo > .accordion-section-title
{
    padding-left: 14px;
}

.theme-action-count {
    padding: 0 6px;
    display: inline-block;
    background-color: #d54e21;
    color: #fff;
    font-size: 9px;
    line-height: 17px;
    font-weight: 600;
    margin: 1px 0 0 2px;
    vertical-align: top;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 26;
}
.item-hidden, .tem-add_by {
    display: none;
}

.no-changeable .remove-btn-wrapper, .no-changeable .repeatable-actions { display: none !important; }

.list-repeatable .sortable-placeholder {
    height: 42px;
    display: block;
}
.list-repeatable li {
    margin-bottom: 0px;
    padding: 5px 0px 5px;
}
.list-repeatable .widget {
    margin-bottom: 0px;
}
.list-repeatable  .widget-top:after {
    clear: both; display: block; content: " ";
}

.list-repeatable .explained .widget-title-action .widget-action::after{
    content: "\f142";
}
.list-repeatable .widget .widget-inside{
    display: none;
}
.list-repeatable .widget.explained .widget-inside{
    display: block;
}
.list-repeatable .wp-picker-holder {
    position: absolute;
    z-index: 99;
}
.list-repeatable .item{
    margin-bottom: 15px;
}
.list-repeatable .item:first-child{
    margin-top: 15px;
}
.list-repeatable .item label {
    display: block;
    margin-bottom: 10px;
}
.list-repeatable .item label.field-label {
    font-weight: bold;
    margin-bottom: 5px;
}
.list-repeatabl input:not([type='radio']),
.list-repeatabl input:not([type='checkbox']),
.list-repeatable .item select,
.list-repeatable .item textarea {
    width: 100%;
}

.list-repeatable .item-media .actions , .repeatable-actions{
    text-align: right;
    margin-top: 10px;
}

.list-repeatable .thumbnail-image {
    margin-bottom: 10px;
}
.list-repeatable .thumbnail-image img {
    width: 100%;
    height: auto;
}

/* Special element */
.repeatable-customize-control.show-display-field-only .widget-content .item{
    display: none;
}

/*
.section-videolightbox .item-bg_video,
.section-videolightbox .item-bg_video,
.section-videolightbox .item-bg_video_webm,
.section-videolightbox .item-enable_parallax,
.section-videolightbox .item-bg_video_ogv {
    display: none;
}
*/

.repeatable-customize-control.show-display-field-only .widget-content .item.item-show_section{
    display: block;
    margin-top: 15px;
}
.accordion-section-title .onepress-notice {
    font-size: 10px;
    text-transform: uppercase;
    float: right;
    margin-right: 25px;
    line-height: 16px;
    margin-top: 3px;
    display: inline-block;
    font-weight: normal;
    background: #D54E21;
    color: #ffffff;
    padding: 0px 5px;
}

/* Editor customize */
body .wp-full-overlay{
    z-index: 9999;
}

.wp-js-editor-active textarea, .onepress-editor-added textarea{
    display: none;
}

.wp-js-editor-preview {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    color: #32373c;
    outline: 0 none;
    transition: border-color 50ms ease-in-out 0s;
    min-height: 150px;
    display: block;
    padding: 2px 6px;
}
.wp-js-editor-preview.wpe-focus {
    border-color: #5b9dd9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
}
.wp-js-editor-preview {
    cursor: pointer;
}
.wp-js-editor-preview img {
    max-width: 100%;
    height: auto;
}
.modal-wp-js-editor * {
    box-sizing: border-box;
}
.modal-wp-js-editor {
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: auto;
    bottom: 0px;
    height: 350px;
    max-height: 100%;
    background: #EEEEEE;
    padding: 15px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;

    -ms-transform: translateY(100%); /* IE 9 */
    -webkit-transform: translateY(100%); /* Safari */
    transform: translateY(100%);
}
.modal-wp-js-editor .fullscreen-wp-editor span:before {
    content: "\f211";
}
.modal-wp-js-editor.fullscreen .fullscreen-wp-editor span:before {
    content: "\f506";
}
.modal-wp-js-editor.fullscreen {
    height: 100%;
}
.modal-wp-js-editor .wp-editor-wrap {
    height: 100%;
    display: block;
}
.modal-wp-js-editor.wpe-active {
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Safari */
    transform: translateY(0);
}

.modal-wp-js-editor textarea {
    width: 100%;
    display: block;
}
.wp-switch-editor.close-wp-editor {
    color: #e34113;
}

@media (max-width: 700px) {
    .modal-wp-js-editor {
        z-index: 99999;
        border-top: 1px solid #ddd;
        border-right: 0 none !important;

        -ms-transform: translateX(0); /* IE 9 */
        -webkit-transform: translateX(0); /* Safari */
        transform: translateX(0);

        -ms-transform: translateY(100%); /* IE 9 */
        -webkit-transform: translateY(100%); /* Safari */
        transform: translateY(100%);

    }
    .modal-wp-js-editor.wpe-active {
        -ms-transform: translateY(0); /* IE 9 */
        -webkit-transform: translateY(0); /* Safari */
        transform: translateY(0);

    }

}


/* COLOR PICKER ALPHA */

/**
 * Alpha Color Picker CSS
 */

.customize-control-alpha-color .wp-picker-container .iris-picker {
    border-bottom:none;
}

.customize-control-alpha-color .wp-picker-container {
    max-width: 257px;
}

.customize-control-alpha-color .wp-picker-open + .wp-picker-input-wrap {
    width: 100%;
}

.customize-control-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
    float: left;
    width: 195px;
}

.customize-control-alpha-color .wp-picker-input-wrap .button {
    margin-left: 0;
    float: right;
}

.wp-picker-container .wp-picker-open ~ .wp-picker-holder .alpha-color-picker-container {
    display: block;
}

.alpha-color-picker-container {
    border: 1px solid #dfdfdf;
    border-top: none;
    display: none;
    background: #FFF;
    padding: 0 11px 10px;
    position: relative;
}

.alpha-color-picker-container .ui-widget-content,
.alpha-color-picker-container .ui-widget-header,
.alpha-color-picker-wrap .ui-state-focus {
    background: transparent;
    border: none;
}

.alpha-color-picker-wrap a.iris-square-value:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alpha-color-picker-container .ui-slider {
    position: relative;
    z-index: 1;
    height: 24px;
    text-align: center;
    margin: 0 auto;
    width: 88%;
    width: calc( 100% - 28px );
}

.alpha-color-picker-container .ui-slider-handle,
.alpha-color-picker-container .ui-widget-content .ui-state-default {
    color: #777;
    background-color: #FFF;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: -2px;
    top: 0;
    height: 26px;
    width: 26px;
    cursor: ew-resize;
    font-size: 0;
    padding: 0;
    line-height: 27px;
    margin-left: -14px;
}

.alpha-color-picker-container .ui-slider-handle.show-opacity {
    font-size: 12px;
}

.alpha-color-picker-container .click-zone {
    width: 14px;
    height: 24px;
    display: block;
    position: absolute;
    left: 10px;
}

.alpha-color-picker-container .max-click-zone {
    right: 10px;
    left: auto;
}

.alpha-color-picker-container .transparency {
    height: 24px;
    width: 100%;
    background-color: #FFF;
    background-image: url(../images/transparency-grid.png);
    box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    margin-top: -24px;
}

@media only screen and (max-width: 782px) {
    .customize-control-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
        width: 184px;
    }
}

@media only screen and (max-width: 640px) {
    .customize-control-alpha-color .wp-picker-input-wrap input[type="text"].wp-color-picker.alpha-color-control {
        width: 172px;
        height: 33px;
    }
}


/* Customizer ICON Picker */
.icon-wrapper {
    border: 1px solid #cccccc;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    cursor: pointer;
}
.icon-wrapper i:before {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px !important;
}
.c-icon-picker *{
    box-sizing: border-box;
}
.c-icon-picker {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 300px;
    background: #EEEEEE;
    border-right: 1px solid #ddd;

    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;

    -ms-transform: translateX(-100%); /* IE 9 */
    -webkit-transform: translateX(-100%); /* Safari */
    transform: translateX(-100%);
}
.c-icon-picker.ic-active {
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Safari */
    transform: translateX(0);
}
.c-icon-type {

}
.c-icon-type-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}
.c-icon-type-wrap select {
    height: 30px;
    width: 100%;
}
.c-icon-search {
    position: absolute;
    top: 44px;
    left: 10px;
    right: 10px;
}
.c-icon-search input {
    width: 100%;
    height: 25px;
}
.c-icon-list {
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0px;
    bottom: 10px;
    padding: 0 8px 0;
    overflow: auto;

}
.c-icon-list:after {
    clear: both; display: block; content: " ";
}
.c-icon-list i {
    font-size: 20px;
    line-height: 35px;
    color: #333333;
}
.c-icon-list span {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    background: #ffffff;
    text-align: center;
    margin: 2px;
    cursor: pointer;
}
.c-icon-list span:hover {
    background: #e86240;
}
.c-icon-list span:hover i {
    color: #ffffff;
}
.icon-wrapper.icon-editing {
    background: #f5f5f5;
    box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    border-color: #5b9dd9;
}

@media (max-width: 700px) {
    .c-icon-picker {
        z-index: 99999;
        width: 100%;
        top: 50%;
        left: 0px;
        border-top: 1px solid #ddd;
        border-right: 0 none !important;

        -ms-transform: translateX(0); /* IE 9 */
        -webkit-transform: translateX(0); /* Safari */
        transform: translateX(0);

        -ms-transform: translateY(100%); /* IE 9 */
        -webkit-transform: translateY(100%); /* Safari */
        transform: translateY(100%);

    }
    .c-icon-picker.ic-active {
        -ms-transform: translateY(0); /* IE 9 */
        -webkit-transform: translateY(0); /* Safari */
        transform: translateY(0);

    }

}


/*New Styles for Customze pannel 2/11/17*/

#customize-theme-controls .accordion-section-title{color: #404040;}
#customize-theme-controls .accordion-section-title:after{color: #404040;}


#customize-controls .control-section .accordion-section-title:focus, #customize-controls .control-section .accordion-section-title:hover, #customize-controls .control-section.open .accordion-section-title, #customize-controls .control-section:hover>.accordion-section-title{color: #f53347;
    background: #fff;
    border-left-color: #f53347;}
	
	
	#customize-theme-controls .control-section .accordion-section-title:focus:after, #customize-theme-controls .control-section .accordion-section-title:hover:after, #customize-theme-controls .control-section.open .accordion-section-title:after, #customize-theme-controls .control-section:hover>.accordion-section-title:after{color:#f53347; right:0; transition:all 0.5s;}



.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #404040;
    border-color: #ccc;
    background: #fff;
     -webkit-box-shadow: 0 0px 0 #ccc; 
     box-shadow: 0 0px 0 #ccc; 
    vertical-align: top;
}

.wp-core-ui .button-secondary:active, .wp-core-ui .button.active, .wp-core-ui .button.active:hover, .wp-core-ui .button:active{background: #fb3d4e; border:none;}
.wp-core-ui .button-secondary:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button.focus, .wp-core-ui .button.hover, .wp-core-ui .button:focus, .wp-core-ui .button:hover{background: #fb3d4e;
    border-color: #fff;
    color: #fff; border-color:#fb3d4e;}
	
	
	
	
	input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
  color: #666;
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    padding: 9.5px;
}

input[type="radio"] {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e8ef;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin-right: 3px;
    position: relative;
    width: 17px;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e5e8ef;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin-right: 3px;
    position: relative;
    width: 17px;
    -webkit-appearance: none;
}

input[type=checkbox].tgl-ios:checked + .tgl-btn {
    background: #fb3d4e;
}

input[type=checkbox].tgl-ios + .tgl-btn{background:#404040; border-color:#eee;}

input[type="checkbox"]:checked {
    background-color: #fb3d4e;
}

input[type=checkbox]:checked:before{color:#fff;}

input[type="radio"] {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cac9c9 !important;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin-right: 3px;
    position: relative;
    width: 17px;
    -webkit-appearance: none;
}


input[type="radio"]:checked::after {
    
    border-radius: 25px;
    background-color: #F44336;
    content: '';
    display: block;
    height: 9px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 9px;
    opacity: 1;
}

input#save {
    background: #3c3e8b;
    color: #fff;
	text-shadow:none;
}

input#save:hover{background: #fb3d4e; color: #fff; text-shadow:none;}

#customize-controls .customize-info .customize-help-toggle:focus, #customize-controls .customize-info .customize-help-toggle:hover, #customize-controls .customize-info.open .customize-help-toggle{background: #fb3d4e; color:#fff; border-radius:50%;}

.customize-partial-edit-shortcut button svg{fill:#F44336;}

button.customize-partial-edit-shortcut-button{background:#fff !important; text-shadow:none;}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
        outline:0px !important;
    }
	
	
.wp-color-result:after {
    background: #fff;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #ccc;
    color: #555;
    content: attr(title);
    display: block;
    font-size: 11px;
    line-height: 22px;
    padding: 0 6px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
}


.customize-panel-back:focus, .customize-panel-back:hover, .customize-section-back:focus, .customize-section-back:hover{color: #fb3d4e; border-left-color: #fb3d4e;}	

.customize-controls-close:focus, .customize-controls-close:hover, .customize-controls-preview-toggle:focus, .customize-controls-preview-toggle:hover{color: #fb3d4e; border-top-color: #fb3d4e;}

.customize-control select{height:44px;}
.range-slider__value{background: #fb3d4e;}