/*IMAGE HEADER BOX STYLE*/
.card-column {
    position: relative;
    align-self: center;
    z-index: 1;
    cursor: pointer;
    width: 100%; /*control image size*/
}
.card {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: center;
}
.acron-widget-image-header {
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
}
.acron-image-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    background-color: transparent;
}
.acron-image-header {
    min-height: 35px;
    text-align: inherit;
    border-bottom: 2px solid #f4f4f4;
    padding: 4px 2px;
}
.img-fluid {
    width: 100%;
    height: auto;
}
/*.card  > a {
    text-decoration: none;
    color: inherit;

}*/
.boxart-container {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding: 15.527% 0;

}
.boxart-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.boxart-title {

    text-align: center;
    align-self: center;
    width: 100%;
    font-size: 1vw;
    line-height: 1.2vw;
    text-transform: uppercase;
}

/*END IMAGE HEADER STYLE*/

/**
 * Repeater
 */
.acron-repeater-field {
    cursor: move;
    border-bottom: 1px solid #EEEEEE;
}
.acron-repeater-field:last-child {
    border-bottom: none;
}
.acron-repeater-field .dashicons {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
    color: #c1c1c1;
}
.acron-repeater-field .dashicons-admin-page.clone {
    margin-right: .3em;
}
.acron-repeater-container {
    margin-bottom: 1em;
}
.acron-repeater-field label {
    margin-bottom: .4em;
    display: inline-block;
}
.acron-repeater-field.field-open .markup{
    display: block;
}
.acron-repeater-field .markup {
    display: none;
}
.acron-repeater .markup p {
    margin: 1em 0;
}
.acron-repeater .add-new {
    margin-bottom: 1em;
}
/*.acron-repeater-field {
    background: #f6f6f6;
}
.acron-repeater-field .markup {
    padding: 0 1em .5em 1em;
}
*/

.acron-repeater-field .remove,
.acron-repeater-field .clone {
    cursor: pointer;
}
.acron-repeater-field .actions {
    padding: 10px;
    background: #fafafa;
    text-align: right;
}

.acron-repeater-field .markukp {
    display: none;
}
.acron-repeater-field .actions .dashicons-move,
.acron-repeater-field .actions .title {
    float: left;
}
.acron-repeater-field .actions .title {
    margin-left: .5em;
}
.acron-repeater-field .index {
    display: none;
}
.acron-repeater-field span.title:before {
    font-size: 0.9em;
    margin-right: 0.5em
}


.acron-wf-heading {
    padding: 5px 0;
    font-weight: bold;
}

.input-wide {
    width: 100%;
}
/*input - group*/


.acron-wf-range-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.w-75{
    width: 75% !important;
}
.w-25{
    width: 25% !important;
}
.acron-form-control {
    display: block;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* input -end- group */
.acron-repeater-fields label {
    margin-bottom: .4em;
    display: block;
}
.acron-repeater-field .markup {
    padding: 5px;
    border: 1px solid #e5e5e5;
}


/**
 * Image Field.
 */
.acron-field-image .acron-remove-image {
    position: relative;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #AAA;
    font-size: 11px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.button.acron-btn-remove-image, .button.acron-btn-select-image{
    width: 50%;
    float: left;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    background-color: transparent;
    border: none;
}
.button.acron-btn-select-image{
    width: 100%;
    border: 1px solid #8080804f;
}
.button.acron-btn-remove-image {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.button.acron-btn-remove-image > .dashicons {

    color: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 1em!important;
    font-size: 18px;
    z-index: 5;
    background: #0085ba!important;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 1px rgba(46,68,83,.15);
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 3px;
    animation-fill-mode: both;
    animation-duration: .4s;

    pointer-events: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;

}
.button.acron-btn-remove-image:focus , .button.acron-btn-remove-image:hover {
    background-color: transparent;
}
.button.acron-btn-remove-image:active {
    box-shadow: none;
}

.acron-btn {
    text-align: center;
}
.button.acron-btn-remove-image > .dashicons {
    align-self: center;
    background-color: #00A8EF;
    border-radius: 50%;


}
.acron-field-image .acron-remove-image:hover {
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ca491e;
}
.acron-field-image-preview {
    width: 100%;
    align-self: center;
    position: relative;
}

.acron-field-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.acron-field-image .acron-select-image {
    display: inherit;
    align-self: center;
    width: 50%;
    color: #666;
    text-shadow: 0 1px 0 #FFF;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    border: 1px solid #bbbbbb;
    height: 8px;
    padding: 14px 5px;
    line-height: 8px;
    background: #f9f9f9;
    background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #f2f2f2), color-stop(1, #f9f9f9));
    background: -o-linear-gradient(#f9f9f9, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #bbbbbb;
}
.acron-field-image .acron-select-image:hover {
    background: rgba(255, 255, 255, 0.75);
}
.acron-field-image-preview img {
    position: relative;
    border-width: 1px 1px 1px 0px;
    border-color: #bbbbbb;
    border-style: solid;
    line-height: 0;
    -webkit-box-shadow: 0px 1px 1px #FFF;
    box-shadow: 0px 1px 1px #FFF;
    width: 100%;
    height: auto;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.acron-field-image-preview {
    background: #f9f9f9;
    background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #f2f2f2), color-stop(1, #f9f9f9));
    background: -o-linear-gradient(#f9f9f9, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 10px;
}

.acron-field-image img {
    max-width: 100%;
}

.acron-field-image-title{
    margin-bottom:1em;
}


/*breakpoints field css*/

.acron-wf-breakpoints .nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.acron-wf-breakpoints .nav-tabs > li > a,
.acron-wf-breakpoints .nav-tabs > li > a:hover,
.acron-wf-breakpoints .nav-tabs > li > a:focus {
    box-shadow: none;
}
.acron-wf-breakpoints .tab-pane {
    float: left;
    width: 100%;
    display: none;
}


.acron-wf-breakpoints .tab-pane.active {
    display: block;
    padding: 10px;
    background-color: transparent;
}


.acron-wf-breakpoints > .nav {
    display: flex;
    justify-content: center;
    flex: 1;

}
.acron-wf-breakpoints .nav > .nav-item {
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center;
    border: 1px solid lightgrey;
}
.acron-wf-breakpoints > .nav .nav-link {
    text-align: center;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 100%;
    color: inherit;
}
.acron-wf-breakpoints > .nav .nav-link.active {
    background-color: rgb(230, 223, 215);
}

/*tab content part*/
.acron-wf-breakpoints > .tab-content{
    display: flex;
}
/*end breakpoints field css*/
/**
 * Field - Color Picker
 */
.acron-wf-color .wp-color-result {
    margin-bottom: 0 !important;

}
