diff --git a/acf.php b/acf.php index 58a4035..2a71eb4 100644 --- a/acf.php +++ b/acf.php @@ -3,8 +3,8 @@ Plugin Name: Advanced Custom Fields PRO Plugin URI: https://www.advancedcustomfields.com Description: Customize WordPress with powerful, professional and intuitive fields. -Version: 5.9.6 -Author: Elliot Condon +Version: 5.9.9 +Author: Delicious Brains Author URI: https://www.advancedcustomfields.com Text Domain: acf Domain Path: /lang @@ -17,7 +17,7 @@ if( ! class_exists('ACF') ) : class ACF { /** @var string The plugin version number. */ - var $version = '5.9.6'; + var $version = '5.9.9'; /** @var array The plugin settings array. */ var $settings = array(); diff --git a/assets/build/css/acf-dark.css b/assets/build/css/acf-dark.css new file mode 100644 index 0000000..2154f93 --- /dev/null +++ b/assets/build/css/acf-dark.css @@ -0,0 +1,316 @@ +/*-------------------------------------------------------------------------------------------- +* +* Dark mode +* +* WordPress plugin: https://en-au.wordpress.org/plugins/dark-mode/ +* Github Documentation: https://github.com/danieltj27/Dark-Mode/wiki/Help:-Plugin-Compatibility-Guide +* +*--------------------------------------------------------------------------------------------*/ +/*--------------------------------------------------------------------------------------------- +* +* Global +* +*---------------------------------------------------------------------------------------------*/ +.acf-box { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +.acf-box .title, +.acf-box .footer { + border-color: #23282d; +} +.acf-box h2 { + color: #bbc8d4; +} +.acf-box table, .acf-box tbody, .acf-box tr { + background: transparent !important; +} + +.acf-thead { + color: #bbc8d4; + border-color: #191f25; +} + +.acf-tfoot { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-table.-clear, +.acf-table.-clear tr { + background: transparent !important; +} + +.acf-loading-overlay { + background: rgba(0, 0, 0, 0.5); +} + +/*--------------------------------------------------------------------------------------------- +* +* Fields +* +*---------------------------------------------------------------------------------------------*/ +.acf-fields > .acf-field { + border-color: #23282d; +} + +.acf-fields.-left > .acf-field:before { + background: rgba(0, 0, 0, 0.1); + border-color: #23282d; +} + +.acf-fields.-border { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} + +.acf-field[data-width] + .acf-field[data-width] { + border-color: #23282d; +} + +.acf-input-prepend, +.acf-input-append { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} + +.acf-fields > .acf-tab-wrap { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +.acf-fields > .acf-tab-wrap .acf-tab-group { + background-color: #2d3136; + border-color: #23282d; +} +.acf-fields > .acf-tab-wrap .acf-tab-group li a { + background-color: #2d3136; + border-color: #23282d; +} +.acf-fields > .acf-tab-wrap .acf-tab-group li a:hover { + background-color: #2d3136; + border-color: #23282d; + color: #bbc8d4; +} +.acf-fields > .acf-tab-wrap .acf-tab-group li.active a { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} + +.acf-fields.-sidebar:before { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-fields.-sidebar.-left:before { + background-color: #2d3136; + border-color: #23282d; + background: #23282d; +} +.acf-fields.-sidebar.-left > .acf-tab-wrap.-left .acf-tab-group li a { + background-color: #2d3136; + border-color: #23282d; +} +.acf-fields.-sidebar.-left > .acf-tab-wrap.-left .acf-tab-group li.active a { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-file-uploader .show-if-value { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +.acf-file-uploader .show-if-value .file-icon { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-oembed { + background-color: #2d3136; + border-color: #23282d; +} +.acf-oembed .title { + background-color: #50626f; + border-color: #191f25; + color: #fff; +} + +.acf-gallery { + background-color: #2d3136; + border-color: #23282d; +} +.acf-gallery .acf-gallery-main { + background: #23282d; +} +.acf-gallery .acf-gallery-attachment .margin { + background-color: #2d3136; + border-color: #23282d; +} +.acf-gallery .acf-gallery-side { + background-color: #2d3136; + border-color: #23282d; +} +.acf-gallery .acf-gallery-side .acf-gallery-side-info { + background-color: #2d3136; + border-color: #23282d; +} +.acf-gallery .acf-gallery-toolbar { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-button-group label:not(.selected) { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-switch:not(.-on) { + background-color: #2d3136; + border-color: #23282d; +} +.acf-switch:not(.-on) .acf-switch-slider { + background-color: #50626f; + border-color: #191f25; + color: #fff; +} + +.acf-link .link-wrap { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-relationship .filters { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +.acf-relationship .selection { + background-color: #2d3136; + border-color: #23282d; +} +.acf-relationship .selection .choices, +.acf-relationship .selection .choices-list, +.acf-relationship .selection .values { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-taxonomy-field .categorychecklist-holder { + background-color: #2d3136; + border-color: #23282d; +} + +.acf-google-map { + background-color: #2d3136; + border-color: #23282d; +} +.acf-google-map .title { + background-color: #50626f; + border-color: #191f25; + color: #fff; +} + +.acf-accordion { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} + +.acf-field.acf-accordion .acf-accordion-content > .acf-fields { + border-color: #191f25; +} + +.acf-flexible-content .layout { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +.acf-flexible-content .layout .acf-fc-layout-handle { + background-color: #2d3136; + border-color: #23282d; +} +.acf-flexible-content .layout .acf-fc-layout-handle .acf-fc-layout-order { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} + +#wpbody .acf-table { + background-color: #2d3136; + border-color: #23282d; +} +#wpbody .acf-table > tbody > tr, +#wpbody .acf-table > thead > tr { + background: transparent; +} +#wpbody .acf-table > tbody > tr > td, +#wpbody .acf-table > tbody > tr > th, +#wpbody .acf-table > thead > tr > td, +#wpbody .acf-table > thead > tr > th { + border-color: #191f25; +} + +.acf-field select optgroup, .acf-field select optgroup:nth-child(2n) { + background: #50626f; +} + +/*--------------------------------------------------------------------------------------------- +* +* Field Group +* +*---------------------------------------------------------------------------------------------*/ +#acf-field-group-fields .acf-field-list-wrap { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +#acf-field-group-fields .acf-field-list .no-fields-message { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; +} +#acf-field-group-fields .acf-field-object { + background-color: #32373c; + border-color: #191f25; + color: #bbc8d4; + border-color: #23282d; +} +#acf-field-group-fields .acf-field-object table, #acf-field-group-fields .acf-field-object tbody, #acf-field-group-fields .acf-field-object tr, #acf-field-group-fields .acf-field-object td, #acf-field-group-fields .acf-field-object th { + background: transparent; + border-color: #23282d; +} +#acf-field-group-fields .acf-field-object .acf-field .acf-label { + background-color: #2d3136; + border-color: #23282d; +} +#acf-field-group-fields .acf-field-object.ui-sortable-helper { + border-color: #191f25; + box-shadow: none; +} +#acf-field-group-fields .acf-field-object.ui-sortable-placeholder { + background-color: #2d3136; + border-color: #23282d; + box-shadow: none; +} +#acf-field-group-fields .acf-field-object + .acf-field-object-tab::before, +#acf-field-group-fields .acf-field-object + .acf-field-object-accordion::before { + background-color: #2d3136; + border-color: #23282d; +} + +/*--------------------------------------------------------------------------------------------- +* +* Admin: Tools +* +*---------------------------------------------------------------------------------------------*/ +.acf-meta-box-wrap .acf-fields { + background-color: #50626f; + border-color: #191f25; + color: #fff; + background: transparent; +} \ No newline at end of file diff --git a/assets/build/css/acf-dark.min.css b/assets/build/css/acf-dark.min.css new file mode 100644 index 0000000..cbe89a0 --- /dev/null +++ b/assets/build/css/acf-dark.min.css @@ -0,0 +1 @@ +.acf-box{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-box .footer,.acf-box .title{border-color:#23282d}.acf-box h2{color:#bbc8d4}.acf-box table,.acf-box tbody,.acf-box tr{background:0 0!important}.acf-thead{color:#bbc8d4;border-color:#191f25}.acf-tfoot{background-color:#2d3136;border-color:#23282d}.acf-table.-clear,.acf-table.-clear tr{background:0 0!important}.acf-loading-overlay{background:rgba(0,0,0,.5)}.acf-fields>.acf-field{border-color:#23282d}.acf-fields.-left>.acf-field:before{background:rgba(0,0,0,.1);border-color:#23282d}.acf-fields.-border{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-field[data-width]+.acf-field[data-width]{border-color:#23282d}.acf-input-append,.acf-input-prepend{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-fields>.acf-tab-wrap{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-fields>.acf-tab-wrap .acf-tab-group{background-color:#2d3136;border-color:#23282d}.acf-fields>.acf-tab-wrap .acf-tab-group li a{background-color:#2d3136;border-color:#23282d}.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background-color:#2d3136;border-color:#23282d;color:#bbc8d4}.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-fields.-sidebar:before{background-color:#2d3136;border-color:#23282d}.acf-fields.-sidebar.-left:before{background-color:#2d3136;border-color:#23282d;background:#23282d}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a{background-color:#2d3136;border-color:#23282d}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a{background-color:#2d3136;border-color:#23282d}.acf-file-uploader .show-if-value{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-file-uploader .show-if-value .file-icon{background-color:#2d3136;border-color:#23282d}.acf-oembed{background-color:#2d3136;border-color:#23282d}.acf-oembed .title{background-color:#50626f;border-color:#191f25;color:#fff}.acf-gallery{background-color:#2d3136;border-color:#23282d}.acf-gallery .acf-gallery-main{background:#23282d}.acf-gallery .acf-gallery-attachment .margin{background-color:#2d3136;border-color:#23282d}.acf-gallery .acf-gallery-side{background-color:#2d3136;border-color:#23282d}.acf-gallery .acf-gallery-side .acf-gallery-side-info{background-color:#2d3136;border-color:#23282d}.acf-gallery .acf-gallery-toolbar{background-color:#2d3136;border-color:#23282d}.acf-button-group label:not(.selected){background-color:#2d3136;border-color:#23282d}.acf-switch:not(.-on){background-color:#2d3136;border-color:#23282d}.acf-switch:not(.-on) .acf-switch-slider{background-color:#50626f;border-color:#191f25;color:#fff}.acf-link .link-wrap{background-color:#2d3136;border-color:#23282d}.acf-relationship .filters{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-relationship .selection{background-color:#2d3136;border-color:#23282d}.acf-relationship .selection .choices,.acf-relationship .selection .choices-list,.acf-relationship .selection .values{background-color:#2d3136;border-color:#23282d}.acf-taxonomy-field .categorychecklist-holder{background-color:#2d3136;border-color:#23282d}.acf-google-map{background-color:#2d3136;border-color:#23282d}.acf-google-map .title{background-color:#50626f;border-color:#191f25;color:#fff}.acf-accordion{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-field.acf-accordion .acf-accordion-content>.acf-fields{border-color:#191f25}.acf-flexible-content .layout{background-color:#32373c;border-color:#191f25;color:#bbc8d4}.acf-flexible-content .layout .acf-fc-layout-handle{background-color:#2d3136;border-color:#23282d}.acf-flexible-content .layout .acf-fc-layout-handle .acf-fc-layout-order{background-color:#32373c;border-color:#191f25;color:#bbc8d4}#wpbody .acf-table{background-color:#2d3136;border-color:#23282d}#wpbody .acf-table>tbody>tr,#wpbody .acf-table>thead>tr{background:0 0}#wpbody .acf-table>tbody>tr>td,#wpbody .acf-table>tbody>tr>th,#wpbody .acf-table>thead>tr>td,#wpbody .acf-table>thead>tr>th{border-color:#191f25}.acf-field select optgroup,.acf-field select optgroup:nth-child(2n){background:#50626f}#acf-field-group-fields .acf-field-list-wrap{background-color:#32373c;border-color:#191f25;color:#bbc8d4}#acf-field-group-fields .acf-field-list .no-fields-message{background-color:#32373c;border-color:#191f25;color:#bbc8d4}#acf-field-group-fields .acf-field-object{background-color:#32373c;border-color:#191f25;color:#bbc8d4;border-color:#23282d}#acf-field-group-fields .acf-field-object table,#acf-field-group-fields .acf-field-object tbody,#acf-field-group-fields .acf-field-object td,#acf-field-group-fields .acf-field-object th,#acf-field-group-fields .acf-field-object tr{background:0 0;border-color:#23282d}#acf-field-group-fields .acf-field-object .acf-field .acf-label{background-color:#2d3136;border-color:#23282d}#acf-field-group-fields .acf-field-object.ui-sortable-helper{border-color:#191f25;box-shadow:none}#acf-field-group-fields .acf-field-object.ui-sortable-placeholder{background-color:#2d3136;border-color:#23282d;box-shadow:none}#acf-field-group-fields .acf-field-object+.acf-field-object-accordion::before,#acf-field-group-fields .acf-field-object+.acf-field-object-tab::before{background-color:#2d3136;border-color:#23282d}.acf-meta-box-wrap .acf-fields{background-color:#50626f;border-color:#191f25;color:#fff;background:0 0} \ No newline at end of file diff --git a/assets/build/css/acf-field-group.css b/assets/build/css/acf-field-group.css new file mode 100644 index 0000000..d0afe76 --- /dev/null +++ b/assets/build/css/acf-field-group.css @@ -0,0 +1,481 @@ +/*-------------------------------------------------------------------------------------------- +* +* Vars +* +*--------------------------------------------------------------------------------------------*/ +/* colors */ +/* acf-field */ +/* responsive */ +/*-------------------------------------------------------------------------------------------- +* +* Mixins +* +*--------------------------------------------------------------------------------------------*/ +/*-------------------------------------------------------------------------------------------- +* +* Field Group +* +*--------------------------------------------------------------------------------------------*/ +#acf-field-group-fields > .inside, +#acf-field-group-locations > .inside, +#acf-field-group-options > .inside { + padding: 0; + margin: 0; +} + +.postbox .handle-order-higher, +.postbox .handle-order-lower { + display: none; +} + +/*--------------------------------------------------------------------------------------------- +* +* Postbox: Publish +* +*---------------------------------------------------------------------------------------------*/ +#minor-publishing-actions, +#misc-publishing-actions #visibility, +#misc-publishing-actions .edit-timestamp { + display: none; +} + +#minor-publishing { + border-bottom: 0 none; +} + +#misc-pub-section { + border-bottom: 0 none; +} + +#misc-publishing-actions .misc-pub-section { + border-bottom-color: #F5F5F5; +} + +/*--------------------------------------------------------------------------------------------- +* +* Postbox: Fields +* +*---------------------------------------------------------------------------------------------*/ +#acf-field-group-fields { + border: 0 none; + box-shadow: none; + /* links */ + /* table header */ + /* show keys */ + /* fields */ +} +#acf-field-group-fields > .postbox-header, +#acf-field-group-fields > .handlediv, +#acf-field-group-fields > .hndle { + display: none; +} +#acf-field-group-fields a { + text-decoration: none; +} +#acf-field-group-fields a:active, #acf-field-group-fields a:focus { + outline: none; + box-shadow: none; +} +#acf-field-group-fields .li-field-order { + width: 20%; +} +#acf-field-group-fields .li-field-label { + width: 30%; +} +#acf-field-group-fields .li-field-name { + width: 25%; +} +#acf-field-group-fields .li-field-type { + width: 25%; +} +#acf-field-group-fields .li-field-key { + display: none; +} +#acf-field-group-fields.show-field-keys .li-field-label, +#acf-field-group-fields.show-field-keys .li-field-name, +#acf-field-group-fields.show-field-keys .li-field-type, +#acf-field-group-fields.show-field-keys .li-field-key { + width: 20%; +} +#acf-field-group-fields.show-field-keys .li-field-key { + display: block; +} +#acf-field-group-fields .acf-field-list-wrap { + border: #ccd0d4 solid 1px; +} +#acf-field-group-fields .acf-field-list { + background: #f5f5f5; + margin-top: -1px; + /* no fields */ + /* empty */ +} +#acf-field-group-fields .acf-field-list .no-fields-message { + padding: 15px 15px; + background: #fff; + display: none; +} +#acf-field-group-fields .acf-field-list.-empty .no-fields-message { + display: block; +} +.acf-admin-3-8 #acf-field-group-fields .acf-field-list-wrap { + border-color: #dfdfdf; +} + +/* field object */ +.acf-field-object { + border-top: #eeeeee solid 1px; + background: #fff; + /* sortable */ + /* meta */ + /* handle */ + /* open */ + /* + // debug + &[data-save="meta"] { + > .handle { + border-left: #ffb700 solid 5px !important; + } + } + + &[data-save="settings"] { + > .handle { + border-left: #0ec563 solid 5px !important; + } + } + */ + /* hover */ + /* settings */ + /* conditional logic */ +} +.acf-field-object.ui-sortable-helper { + border-top-color: #fff; + box-shadow: 0 0 0 1px #DFDFDF, 0 1px 4px rgba(0, 0, 0, 0.1); +} +.acf-field-object.ui-sortable-placeholder { + box-shadow: 0 -1px 0 0 #DFDFDF; + visibility: visible !important; + background: #F9F9F9; + border-top-color: transparent; + min-height: 54px; +} +.acf-field-object.ui-sortable-placeholder:after, .acf-field-object.ui-sortable-placeholder:before { + visibility: hidden; +} +.acf-field-object > .meta { + display: none; +} +.acf-field-object > .handle a { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} +.acf-field-object > .handle li { + padding-top: 10px; + padding-bottom: 10px; + word-wrap: break-word; +} +.acf-field-object > .handle .acf-icon { + margin: 1px 0 0; + cursor: move; + background: transparent; + float: left; + height: 28px; + line-height: 26px; + width: 28px; + font-size: 13px; + color: #444; + position: relative; + z-index: 1; +} +.acf-field-object > .handle strong { + display: block; + padding-bottom: 6px; + font-size: 14px; + line-height: 14px; + min-height: 14px; +} +.acf-field-object > .handle .row-options { + visibility: hidden; +} +.acf-field-object > .handle .row-options a { + margin-right: 4px; +} +.acf-field-object > .handle .row-options a.delete-field { + color: #a00; +} +.acf-field-object > .handle .row-options a.delete-field:hover { + color: #f00; +} +.acf-field-object.open + .acf-field-object { + border-top-color: #E1E1E1; +} +.acf-field-object.open > .handle { + background: #2a9bd9; + border: #2696d3 solid 1px; + text-shadow: #268FBB 0 1px 0; + color: #fff; + position: relative; + margin: -1px -1px 0 -1px; +} +.acf-field-object.open > .handle a { + color: #fff !important; +} +.acf-field-object.open > .handle a:hover { + text-decoration: underline !important; +} +.acf-field-object.open > .handle .acf-icon { + border-color: #fff; + color: #fff; +} +.acf-field-object.open > .handle .acf-required { + color: #fff; +} +.acf-field-object:hover > .handle .row-options, .acf-field-object.-hover > .handle .row-options { + visibility: visible; +} +.acf-field-object > .settings { + display: none; + width: 100%; +} +.acf-field-object > .settings > .acf-table { + border: none; +} +.acf-field-object .rule-groups { + margin-top: 20px; +} + +/*--------------------------------------------------------------------------------------------- +* +* Postbox: Locations +* +*---------------------------------------------------------------------------------------------*/ +.rule-groups h4 { + margin: 3px 0; +} +.rule-groups .rule-group { + margin: 0 0 5px; + /* Don't allow user to delete the first field group */ +} +.rule-groups .rule-group h4 { + margin: 0 0 3px; +} +.rule-groups .rule-group td.param { + width: 35%; +} +.rule-groups .rule-group td.operator { + width: 20%; +} +.rule-groups .rule-group td.add { + width: 40px; +} +.rule-groups .rule-group td.remove { + width: 28px; + vertical-align: middle; +} +.rule-groups .rule-group td.remove a { + visibility: hidden; +} +.rule-groups .rule-group tr:hover td.remove a { + visibility: visible; +} +.rule-groups .rule-group:first-child tr:first-child td.remove a { + visibility: hidden !important; +} +.rule-groups .rule-group select:empty { + background: #f8f8f8; +} + +/*--------------------------------------------------------------------------------------------- +* +* Options +* +*---------------------------------------------------------------------------------------------*/ +#acf-field-group-options tr[data-name=hide_on_screen] li { + float: left; + width: 33%; +} + +@media (max-width: 1100px) { + #acf-field-group-options tr[data-name=hide_on_screen] li { + width: 50%; + } +} +/*--------------------------------------------------------------------------------------------- +* +* Conditional Logic +* +*---------------------------------------------------------------------------------------------*/ +table.conditional-logic-rules { + background: transparent; + border: 0 none; + border-radius: 0; +} + +table.conditional-logic-rules tbody td { + background: transparent; + border: 0 none !important; + padding: 5px 2px !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Field: Tab +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-object-tab .acf-field-setting-name, .acf-field-object-accordion .acf-field-setting-name, +.acf-field-object-tab .acf-field-setting-instructions, +.acf-field-object-accordion .acf-field-setting-instructions, +.acf-field-object-tab .acf-field-setting-required, +.acf-field-object-accordion .acf-field-setting-required, +.acf-field-object-tab .acf-field-setting-warning, +.acf-field-object-accordion .acf-field-setting-warning, +.acf-field-object-tab .acf-field-setting-wrapper, +.acf-field-object-accordion .acf-field-setting-wrapper { + display: none; +} +.acf-field-object-tab .li-field-name, .acf-field-object-accordion .li-field-name { + visibility: hidden; +} +.acf-field-object + .acf-field-object-tab:before, .acf-field-object + .acf-field-object-accordion:before { + display: block; + content: ""; + height: 5px; + width: 100%; + background: #f5f5f5; + border-top: #e1e1e1 solid 1px; + border-bottom: #e1e1e1 solid 1px; + margin-top: -1px; +} +.acf-admin-3-8 .acf-field-object + .acf-field-object-tab:before, .acf-admin-3-8 .acf-field-object + .acf-field-object-accordion:before { + border-color: #E5E5E5; +} +.acf-field-object-tab p:first-child, .acf-field-object-accordion p:first-child { + margin: 0.5em 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* Field: Accordion +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-object-accordion .acf-field-setting-instructions { + display: table-row; +} + +/*--------------------------------------------------------------------------------------------- +* +* Field: Message +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-object-message tr[data-name=name], +.acf-field-object-message tr[data-name=instructions], +.acf-field-object-message tr[data-name=required] { + display: none !important; +} + +.acf-field-object-message .li-field-name { + visibility: hidden; +} + +.acf-field-object-message textarea { + height: 175px !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Field: Separator +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-object-separator tr[data-name=name], +.acf-field-object-separator tr[data-name=instructions], +.acf-field-object-separator tr[data-name=required] { + display: none !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Field: Date Picker +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-object-date-picker .acf-radio-list li, +.acf-field-object-time-picker .acf-radio-list li, +.acf-field-object-date-time-picker .acf-radio-list li { + line-height: 25px; +} +.acf-field-object-date-picker .acf-radio-list span, +.acf-field-object-time-picker .acf-radio-list span, +.acf-field-object-date-time-picker .acf-radio-list span { + display: inline-block; + min-width: 10em; +} +.acf-field-object-date-picker .acf-radio-list input[type=text], +.acf-field-object-time-picker .acf-radio-list input[type=text], +.acf-field-object-date-time-picker .acf-radio-list input[type=text] { + width: 100px; +} + +.acf-field-object-date-time-picker .acf-radio-list span { + min-width: 15em; +} +.acf-field-object-date-time-picker .acf-radio-list input[type=text] { + width: 200px; +} + +/*-------------------------------------------------------------------------------------------- +* +* Slug +* +*--------------------------------------------------------------------------------------------*/ +#slugdiv .inside { + padding: 12px; + margin: 0; +} +#slugdiv input[type=text] { + width: 100%; + height: 28px; + font-size: 14px; +} + +/*-------------------------------------------------------------------------------------------- +* +* RTL +* +*--------------------------------------------------------------------------------------------*/ +html[dir=rtl] .acf-field-object.open > .handle { + margin: -1px -1px 0; +} + +html[dir=rtl] .acf-field-object.open > .handle .acf-icon { + float: right; +} + +html[dir=rtl] .acf-field-object.open > .handle .li-field-order { + padding-left: 0 !important; + padding-right: 15px !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Device +* +*---------------------------------------------------------------------------------------------*/ +@media only screen and (max-width: 850px) { + tr.acf-field, +td.acf-label, +td.acf-input { + display: block !important; + width: auto !important; + border: 0 none !important; + } + + tr.acf-field { + border-top: #ededed solid 1px !important; + margin-bottom: 0 !important; + } + + td.acf-label { + background: transparent !important; + padding-bottom: 0 !important; + } +} \ No newline at end of file diff --git a/assets/build/css/acf-field-group.min.css b/assets/build/css/acf-field-group.min.css new file mode 100644 index 0000000..0484ca2 --- /dev/null +++ b/assets/build/css/acf-field-group.min.css @@ -0,0 +1 @@ +#acf-field-group-fields>.inside,#acf-field-group-locations>.inside,#acf-field-group-options>.inside{padding:0;margin:0}.postbox .handle-order-higher,.postbox .handle-order-lower{display:none}#minor-publishing-actions,#misc-publishing-actions #visibility,#misc-publishing-actions .edit-timestamp{display:none}#minor-publishing{border-bottom:0 none}#misc-pub-section{border-bottom:0 none}#misc-publishing-actions .misc-pub-section{border-bottom-color:#f5f5f5}#acf-field-group-fields{border:0 none;box-shadow:none}#acf-field-group-fields>.handlediv,#acf-field-group-fields>.hndle,#acf-field-group-fields>.postbox-header{display:none}#acf-field-group-fields a{text-decoration:none}#acf-field-group-fields a:active,#acf-field-group-fields a:focus{outline:0;box-shadow:none}#acf-field-group-fields .li-field-order{width:20%}#acf-field-group-fields .li-field-label{width:30%}#acf-field-group-fields .li-field-name{width:25%}#acf-field-group-fields .li-field-type{width:25%}#acf-field-group-fields .li-field-key{display:none}#acf-field-group-fields.show-field-keys .li-field-key,#acf-field-group-fields.show-field-keys .li-field-label,#acf-field-group-fields.show-field-keys .li-field-name,#acf-field-group-fields.show-field-keys .li-field-type{width:20%}#acf-field-group-fields.show-field-keys .li-field-key{display:block}#acf-field-group-fields .acf-field-list-wrap{border:#ccd0d4 solid 1px}#acf-field-group-fields .acf-field-list{background:#f5f5f5;margin-top:-1px}#acf-field-group-fields .acf-field-list .no-fields-message{padding:15px 15px;background:#fff;display:none}#acf-field-group-fields .acf-field-list.-empty .no-fields-message{display:block}.acf-admin-3-8 #acf-field-group-fields .acf-field-list-wrap{border-color:#dfdfdf}.acf-field-object{border-top:#eee solid 1px;background:#fff}.acf-field-object.ui-sortable-helper{border-top-color:#fff;box-shadow:0 0 0 1px #dfdfdf,0 1px 4px rgba(0,0,0,.1)}.acf-field-object.ui-sortable-placeholder{box-shadow:0 -1px 0 0 #dfdfdf;visibility:visible!important;background:#f9f9f9;border-top-color:transparent;min-height:54px}.acf-field-object.ui-sortable-placeholder:after,.acf-field-object.ui-sortable-placeholder:before{visibility:hidden}.acf-field-object>.meta{display:none}.acf-field-object>.handle a{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.acf-field-object>.handle li{padding-top:10px;padding-bottom:10px;word-wrap:break-word}.acf-field-object>.handle .acf-icon{margin:1px 0 0;cursor:move;background:0 0;float:left;height:28px;line-height:26px;width:28px;font-size:13px;color:#444;position:relative;z-index:1}.acf-field-object>.handle strong{display:block;padding-bottom:6px;font-size:14px;line-height:14px;min-height:14px}.acf-field-object>.handle .row-options{visibility:hidden}.acf-field-object>.handle .row-options a{margin-right:4px}.acf-field-object>.handle .row-options a.delete-field{color:#a00}.acf-field-object>.handle .row-options a.delete-field:hover{color:red}.acf-field-object.open+.acf-field-object{border-top-color:#e1e1e1}.acf-field-object.open>.handle{background:#2a9bd9;border:#2696d3 solid 1px;text-shadow:#268fbb 0 1px 0;color:#fff;position:relative;margin:-1px -1px 0 -1px}.acf-field-object.open>.handle a{color:#fff!important}.acf-field-object.open>.handle a:hover{text-decoration:underline!important}.acf-field-object.open>.handle .acf-icon{border-color:#fff;color:#fff}.acf-field-object.open>.handle .acf-required{color:#fff}.acf-field-object.-hover>.handle .row-options,.acf-field-object:hover>.handle .row-options{visibility:visible}.acf-field-object>.settings{display:none;width:100%}.acf-field-object>.settings>.acf-table{border:none}.acf-field-object .rule-groups{margin-top:20px}.rule-groups h4{margin:3px 0}.rule-groups .rule-group{margin:0 0 5px}.rule-groups .rule-group h4{margin:0 0 3px}.rule-groups .rule-group td.param{width:35%}.rule-groups .rule-group td.operator{width:20%}.rule-groups .rule-group td.add{width:40px}.rule-groups .rule-group td.remove{width:28px;vertical-align:middle}.rule-groups .rule-group td.remove a{visibility:hidden}.rule-groups .rule-group tr:hover td.remove a{visibility:visible}.rule-groups .rule-group:first-child tr:first-child td.remove a{visibility:hidden!important}.rule-groups .rule-group select:empty{background:#f8f8f8}#acf-field-group-options tr[data-name=hide_on_screen] li{float:left;width:33%}@media (max-width:1100px){#acf-field-group-options tr[data-name=hide_on_screen] li{width:50%}}table.conditional-logic-rules{background:0 0;border:0 none;border-radius:0}table.conditional-logic-rules tbody td{background:0 0;border:0 none!important;padding:5px 2px!important}.acf-field-object-accordion .acf-field-setting-instructions,.acf-field-object-accordion .acf-field-setting-name,.acf-field-object-accordion .acf-field-setting-required,.acf-field-object-accordion .acf-field-setting-warning,.acf-field-object-accordion .acf-field-setting-wrapper,.acf-field-object-tab .acf-field-setting-instructions,.acf-field-object-tab .acf-field-setting-name,.acf-field-object-tab .acf-field-setting-required,.acf-field-object-tab .acf-field-setting-warning,.acf-field-object-tab .acf-field-setting-wrapper{display:none}.acf-field-object-accordion .li-field-name,.acf-field-object-tab .li-field-name{visibility:hidden}.acf-field-object+.acf-field-object-accordion:before,.acf-field-object+.acf-field-object-tab:before{display:block;content:"";height:5px;width:100%;background:#f5f5f5;border-top:#e1e1e1 solid 1px;border-bottom:#e1e1e1 solid 1px;margin-top:-1px}.acf-admin-3-8 .acf-field-object+.acf-field-object-accordion:before,.acf-admin-3-8 .acf-field-object+.acf-field-object-tab:before{border-color:#e5e5e5}.acf-field-object-accordion p:first-child,.acf-field-object-tab p:first-child{margin:.5em 0}.acf-field-object-accordion .acf-field-setting-instructions{display:table-row}.acf-field-object-message tr[data-name=instructions],.acf-field-object-message tr[data-name=name],.acf-field-object-message tr[data-name=required]{display:none!important}.acf-field-object-message .li-field-name{visibility:hidden}.acf-field-object-message textarea{height:175px!important}.acf-field-object-separator tr[data-name=instructions],.acf-field-object-separator tr[data-name=name],.acf-field-object-separator tr[data-name=required]{display:none!important}.acf-field-object-date-picker .acf-radio-list li,.acf-field-object-date-time-picker .acf-radio-list li,.acf-field-object-time-picker .acf-radio-list li{line-height:25px}.acf-field-object-date-picker .acf-radio-list span,.acf-field-object-date-time-picker .acf-radio-list span,.acf-field-object-time-picker .acf-radio-list span{display:inline-block;min-width:10em}.acf-field-object-date-picker .acf-radio-list input[type=text],.acf-field-object-date-time-picker .acf-radio-list input[type=text],.acf-field-object-time-picker .acf-radio-list input[type=text]{width:100px}.acf-field-object-date-time-picker .acf-radio-list span{min-width:15em}.acf-field-object-date-time-picker .acf-radio-list input[type=text]{width:200px}#slugdiv .inside{padding:12px;margin:0}#slugdiv input[type=text]{width:100%;height:28px;font-size:14px}html[dir=rtl] .acf-field-object.open>.handle{margin:-1px -1px 0}html[dir=rtl] .acf-field-object.open>.handle .acf-icon{float:right}html[dir=rtl] .acf-field-object.open>.handle .li-field-order{padding-left:0!important;padding-right:15px!important}@media only screen and (max-width:850px){td.acf-input,td.acf-label,tr.acf-field{display:block!important;width:auto!important;border:0 none!important}tr.acf-field{border-top:#ededed solid 1px!important;margin-bottom:0!important}td.acf-label{background:0 0!important;padding-bottom:0!important}} \ No newline at end of file diff --git a/assets/build/css/acf-global.css b/assets/build/css/acf-global.css new file mode 100644 index 0000000..7232d99 --- /dev/null +++ b/assets/build/css/acf-global.css @@ -0,0 +1,1662 @@ +@charset "UTF-8"; +/*-------------------------------------------------------------------------------------------- +* +* Vars +* +*--------------------------------------------------------------------------------------------*/ +/* colors */ +/* acf-field */ +/* responsive */ +/*-------------------------------------------------------------------------------------------- +* +* Mixins +* +*--------------------------------------------------------------------------------------------*/ +/*-------------------------------------------------------------------------------------------- +* +* Global +* +*--------------------------------------------------------------------------------------------*/ +/* Horizontal List */ +.acf-hl { + padding: 0; + margin: 0; + list-style: none; + display: block; + position: relative; +} + +.acf-hl > li { + float: left; + display: block; + margin: 0; + padding: 0; +} + +.acf-hl > li.acf-fr { + float: right; +} + +/* Horizontal List: Clearfix */ +.acf-hl:before, .acf-hl:after, +.acf-bl:before, .acf-bl:after, +.acf-cf:before, .acf-cf:after { + content: ""; + display: block; + line-height: 0; +} + +.acf-hl:after, +.acf-bl:after, +.acf-cf:after { + clear: both; +} + +/* Block List */ +.acf-bl { + padding: 0; + margin: 0; + list-style: none; + display: block; + position: relative; +} + +.acf-bl > li { + display: block; + margin: 0; + padding: 0; + float: none; +} + +/* Visibility */ +.acf-hidden { + display: none !important; +} + +.acf-empty { + display: table-cell !important; +} +.acf-empty * { + display: none !important; +} + +/* Float */ +.acf-fl { + float: left; +} + +.acf-fr { + float: right; +} + +.acf-fn { + float: none; +} + +/* Align */ +.acf-al { + text-align: left; +} + +.acf-ar { + text-align: right; +} + +.acf-ac { + text-align: center; +} + +/* loading */ +.acf-loading, +.acf-spinner { + display: inline-block; + height: 20px; + width: 20px; + vertical-align: text-top; + background: transparent url(../../images/spinner.gif) no-repeat 50% 50%; +} + +/* spinner */ +.acf-spinner { + display: none; +} + +.acf-spinner.is-active { + display: inline-block; +} + +/* WP < 4.2 */ +.spinner.is-active { + display: inline-block; +} + +/* required */ +.acf-required { + color: #f00; +} + +/* show on hover */ +.acf-soh .acf-soh-target { + -webkit-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s; + -moz-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s; + -o-transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s; + transition: opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s; + visibility: hidden; + opacity: 0; +} + +.acf-soh:hover .acf-soh-target { + -webkit-transition-delay: 0s; + -moz-transition-delay: 0s; + -o-transition-delay: 0s; + transition-delay: 0s; + visibility: visible; + opacity: 1; +} + +/* show if value */ +.show-if-value { + display: none; +} + +.hide-if-value { + display: block; +} + +.has-value .show-if-value { + display: block; +} + +.has-value .hide-if-value { + display: none; +} + +/* select2 WP animation fix */ +.select2-search-choice-close { + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} + +/*--------------------------------------------------------------------------------------------- +* +* tooltip +* +*---------------------------------------------------------------------------------------------*/ +/* tooltip */ +.acf-tooltip { + background: #2F353E; + border-radius: 5px; + color: #fff; + padding: 5px 10px; + position: absolute; + font-size: 12px; + line-height: 1.4em; + z-index: 900000; + /* tip */ + /* positions */ +} +.acf-tooltip:before { + border: solid; + border-color: transparent; + border-width: 6px; + content: ""; + position: absolute; +} +.acf-tooltip.top { + margin-top: -8px; +} +.acf-tooltip.top:before { + top: 100%; + left: 50%; + margin-left: -6px; + border-top-color: #2F353E; + border-bottom-width: 0; +} +.acf-tooltip.right { + margin-left: 8px; +} +.acf-tooltip.right:before { + top: 50%; + margin-top: -6px; + right: 100%; + border-right-color: #2F353E; + border-left-width: 0; +} +.acf-tooltip.bottom { + margin-top: 8px; +} +.acf-tooltip.bottom:before { + bottom: 100%; + left: 50%; + margin-left: -6px; + border-bottom-color: #2F353E; + border-top-width: 0; +} +.acf-tooltip.left { + margin-left: -8px; +} +.acf-tooltip.left:before { + top: 50%; + margin-top: -6px; + left: 100%; + border-left-color: #2F353E; + border-right-width: 0; +} +.acf-tooltip .acf-overlay { + z-index: -1; +} + +/* confirm */ +.acf-tooltip.-confirm { + z-index: 900001; +} +.acf-tooltip.-confirm a { + text-decoration: none; + color: #9ea3a8; +} +.acf-tooltip.-confirm a:hover { + text-decoration: underline; +} +.acf-tooltip.-confirm a[data-event=confirm] { + color: #F55E4F; +} + +.acf-overlay { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; + cursor: default; +} + +.acf-tooltip-target { + position: relative; + z-index: 900002; +} + +/*--------------------------------------------------------------------------------------------- +* +* loading +* +*---------------------------------------------------------------------------------------------*/ +.acf-loading-overlay { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + cursor: default; + z-index: 99; + background: rgba(249, 249, 249, 0.5); +} +.acf-loading-overlay i { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-icon +* +*--------------------------------------------------------------------------------------------*/ +.acf-icon { + display: inline-block; + height: 28px; + width: 28px; + border: transparent solid 1px; + border-radius: 100%; + font-size: 20px; + line-height: 21px; + text-align: center; + text-decoration: none; + vertical-align: top; + box-sizing: border-box; +} +.acf-icon:before { + font-family: dashicons; + display: inline-block; + line-height: 1; + font-weight: 400; + font-style: normal; + speak: none; + text-decoration: inherit; + text-transform: none; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + width: 1em; + height: 1em; + vertical-align: middle; + text-align: center; +} + +.acf-icon.-plus:before { + content: ""; +} + +.acf-icon.-minus:before { + content: ""; +} + +.acf-icon.-cancel:before { + content: ""; +} + +.acf-icon.-pencil:before { + content: ""; +} + +.acf-icon.-location:before { + content: ""; +} + +.acf-icon.-up:before { + content: ""; + margin-top: -0.1em; +} + +.acf-icon.-down:before { + content: ""; + margin-top: 0.1em; +} + +.acf-icon.-left:before { + content: ""; + margin-left: -0.1em; +} + +.acf-icon.-right:before { + content: ""; + margin-left: 0.1em; +} + +.acf-icon.-sync:before { + content: ""; +} + +.acf-icon.-globe:before { + content: ""; + margin-top: 0.1em; + margin-left: 0.1em; +} + +.acf-icon.-picture:before { + content: ""; +} + +.acf-icon.-check:before { + content: ""; + margin-left: -0.1em; +} + +.acf-icon.-dot-3:before { + content: ""; + margin-top: -0.1em; +} + +.acf-icon.-arrow-combo:before { + content: ""; +} + +.acf-icon.-arrow-up:before { + content: ""; + margin-left: -0.1em; +} + +.acf-icon.-arrow-down:before { + content: ""; + margin-left: -0.1em; +} + +.acf-icon.-search:before { + content: ""; +} + +.acf-icon.-link-ext:before { + content: ""; +} + +.acf-icon.-duplicate { + position: relative; +} +.acf-icon.-duplicate:before, .acf-icon.-duplicate:after { + content: ""; + display: block; + box-sizing: border-box; + width: 46%; + height: 46%; + position: absolute; + top: 33%; + left: 23%; +} +.acf-icon.-duplicate:before { + margin: -1px 0 0 1px; + box-shadow: 2px -2px 0px 0px currentColor; +} +.acf-icon.-duplicate:after { + border: solid 2px currentColor; +} + +.acf-icon.-collapse:before { + content: ""; + margin-left: -0.1em; +} + +.-collapsed .acf-icon.-collapse:before { + content: ""; + margin-left: -0.1em; +} + +span.acf-icon { + color: #555d66; + border-color: #b5bcc2; + background-color: #fff; +} + +a.acf-icon { + color: #555d66; + border-color: #b5bcc2; + background-color: #fff; + position: relative; + transition: none; + cursor: pointer; +} +a.acf-icon:hover { + background: #f3f5f6; + border-color: #0071a1; + color: #0071a1; +} +a.acf-icon.-minus:hover, a.acf-icon.-cancel:hover { + background: #f7efef; + border-color: #a10000; + color: #dc3232; +} +a.acf-icon:active, a.acf-icon:focus { + outline: none; + box-shadow: none; +} + +.acf-icon.-clear { + border-color: transparent; + background: transparent; + color: #444; +} + +.acf-icon.light { + border-color: transparent; + background: #F5F5F5; + color: #23282d; +} + +.acf-icon.dark { + border-color: transparent !important; + background: #23282D; + color: #eee; +} + +a.acf-icon.dark:hover { + background: #191E23; + color: #00b9eb; +} +a.acf-icon.dark.-minus:hover, a.acf-icon.dark.-cancel:hover { + color: #D54E21; +} + +.acf-icon.grey { + border-color: transparent !important; + background: #b4b9be; + color: #fff !important; +} +.acf-icon.grey:hover { + background: #00A0D2; + color: #fff; +} +.acf-icon.grey.-minus:hover, .acf-icon.grey.-cancel:hover { + background: #32373C; +} + +.acf-icon.small, +.acf-icon.-small { + width: 20px; + height: 20px; + line-height: 14px; + font-size: 14px; +} +.acf-icon.small.-duplicate:before, .acf-icon.small.-duplicate:after, +.acf-icon.-small.-duplicate:before, +.acf-icon.-small.-duplicate:after { + opacity: 0.8; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-box +* +*--------------------------------------------------------------------------------------------*/ +.acf-box { + background: #FFFFFF; + border: 1px solid #ccd0d4; + position: relative; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + /* title */ + /* footer */ +} +.acf-box .title { + border-bottom: 1px solid #ccd0d4; + margin: 0; + padding: 15px; +} +.acf-box .title h3 { + font-size: 14px; + line-height: 1em; + margin: 0; + padding: 0; +} +.acf-box .inner { + padding: 15px; +} +.acf-box h2 { + color: #333333; + font-size: 26px; + line-height: 1.25em; + margin: 0.25em 0 0.75em; + padding: 0; +} +.acf-box h3 { + margin: 1.5em 0 0; +} +.acf-box p { + margin-top: 0.5em; +} +.acf-box a { + text-decoration: none; +} +.acf-box i.dashicons-external { + margin-top: -1px; +} +.acf-box .footer { + border-top: 1px solid #ccd0d4; + padding: 12px; + font-size: 13px; + line-height: 1.5; +} +.acf-box .footer p { + margin: 0; +} +.acf-admin-3-8 .acf-box { + border-color: #E5E5E5; +} +.acf-admin-3-8 .acf-box .title, +.acf-admin-3-8 .acf-box .footer { + border-color: #E5E5E5; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-notice +* +*--------------------------------------------------------------------------------------------*/ +.acf-notice { + position: relative; + display: block; + color: #fff; + margin: 5px 0 15px; + padding: 3px 12px; + background: #2a9bd9; + border-left: #1f7db1 solid 3px; +} +.acf-notice p { + font-size: 13px; + line-height: 1.5; + margin: 0.5em 0; + text-shadow: none; + color: inherit; +} +.acf-notice .acf-notice-dismiss { + position: absolute; + top: 9px; + right: 12px; + background: transparent !important; + color: inherit !important; + border-color: #fff !important; + opacity: 0.75; +} +.acf-notice .acf-notice-dismiss:hover { + opacity: 1; +} +.acf-notice.-dismiss { + padding-right: 40px; +} +.acf-notice.-error { + background: #d94f4f; + border-color: #c92c2c; +} +.acf-notice.-success { + background: #49ad52; + border-color: #3a8941; +} +.acf-notice.-warning { + background: #fd8d3b; + border-color: #fc7009; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-table +* +*--------------------------------------------------------------------------------------------*/ +.acf-table { + border: #ccd0d4 solid 1px; + background: #fff; + border-spacing: 0; + border-radius: 0; + table-layout: auto; + padding: 0; + margin: 0; + width: 100%; + clear: both; + box-sizing: content-box; + /* defaults */ + /* thead */ + /* tbody */ + /* -clear */ +} +.acf-table > tbody > tr > th, .acf-table > tbody > tr > td, +.acf-table > thead > tr > th, +.acf-table > thead > tr > td { + padding: 8px; + vertical-align: top; + background: #fff; + text-align: left; + border-style: solid; + font-weight: normal; +} +.acf-table > tbody > tr > th, +.acf-table > thead > tr > th { + position: relative; + color: #333333; +} +.acf-table > thead > tr > th { + border-color: #d5d9dd; + border-width: 0 0 1px 1px; +} +.acf-table > thead > tr > th:first-child { + border-left-width: 0; +} +.acf-table > tbody > tr { + z-index: 1; +} +.acf-table > tbody > tr > td { + border-color: #eeeeee; + border-width: 1px 0 0 1px; +} +.acf-table > tbody > tr > td:first-child { + border-left-width: 0; +} +.acf-table > tbody > tr:first-child > td { + border-top-width: 0; +} +.acf-table.-clear { + border: 0 none; +} +.acf-table.-clear > tbody > tr > td, .acf-table.-clear > tbody > tr > th, +.acf-table.-clear > thead > tr > td, +.acf-table.-clear > thead > tr > th { + border: 0 none; + padding: 4px; +} + +/* remove tr */ +.acf-remove-element { + -webkit-transition: all 0.25s ease-out; + -moz-transition: all 0.25s ease-out; + -o-transition: all 0.25s ease-out; + transition: all 0.25s ease-out; + transform: translate(50px, 0); + opacity: 0; +} + +/* fade-up */ +.acf-fade-up { + -webkit-transition: all 0.25s ease-out; + -moz-transition: all 0.25s ease-out; + -o-transition: all 0.25s ease-out; + transition: all 0.25s ease-out; + transform: translate(0, -10px); + opacity: 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* Fake table +* +*---------------------------------------------------------------------------------------------*/ +.acf-thead, +.acf-tbody, +.acf-tfoot { + width: 100%; + padding: 0; + margin: 0; +} +.acf-thead > li, +.acf-tbody > li, +.acf-tfoot > li { + box-sizing: border-box; + padding: 8px 12px; + font-size: 12px; + line-height: 14px; +} + +.acf-thead { + border-bottom: #ccd0d4 solid 1px; + color: #23282d; +} +.acf-thead > li { + font-size: 14px; + line-height: 1.4; + font-weight: bold; +} +.acf-admin-3-8 .acf-thead { + border-color: #dfdfdf; +} + +.acf-tfoot { + background: #f5f5f5; + border-top: #d5d9dd solid 1px; +} + +/*-------------------------------------------------------------------------------------------- +* +* Settings +* +*--------------------------------------------------------------------------------------------*/ +.acf-settings-wrap #poststuff { + padding-top: 15px; +} +.acf-settings-wrap .acf-box { + margin: 20px 0; +} +.acf-settings-wrap table { + margin: 0; +} +.acf-settings-wrap table .button { + vertical-align: middle; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-popup +* +*--------------------------------------------------------------------------------------------*/ +#acf-popup { + position: fixed; + z-index: 900000; + top: 0; + left: 0; + right: 0; + bottom: 0; + text-align: center; +} +#acf-popup .bg { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 0; + background: rgba(0, 0, 0, 0.25); +} +#acf-popup:before { + content: ""; + display: inline-block; + height: 100%; + vertical-align: middle; +} +#acf-popup .acf-popup-box { + display: inline-block; + vertical-align: middle; + z-index: 1; + min-width: 300px; + min-height: 160px; + border-color: #aaaaaa; + box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.25); + text-align: left; +} +html[dir=rtl] #acf-popup .acf-popup-box { + text-align: right; +} +#acf-popup .acf-popup-box .title { + min-height: 15px; + line-height: 15px; +} +#acf-popup .acf-popup-box .title .acf-icon { + position: absolute; + top: 10px; + right: 10px; +} +html[dir=rtl] #acf-popup .acf-popup-box .title .acf-icon { + right: auto; + left: 10px; +} +#acf-popup .acf-popup-box .inner { + min-height: 50px; + padding: 0; + margin: 15px; +} +#acf-popup .acf-popup-box .loading { + position: absolute; + top: 45px; + left: 0; + right: 0; + bottom: 0; + z-index: 2; + background: rgba(0, 0, 0, 0.1); + display: none; +} +#acf-popup .acf-popup-box .loading i { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.acf-submit { + margin-bottom: 0; + line-height: 28px; +} +.acf-submit span { + float: right; + color: #999; +} +.acf-submit span.-error { + color: #dd4232; +} +.acf-submit .button { + margin-right: 5px; +} + +/*-------------------------------------------------------------------------------------------- +* +* upgrade notice +* +*--------------------------------------------------------------------------------------------*/ +#acf-upgrade-notice { + position: relative; + background: #fff; + border-left: 4px solid #00a0d2; + padding: 20px; +} +#acf-upgrade-notice:after { + display: block; + clear: both; + content: ""; +} +#acf-upgrade-notice .col-content { + float: left; + width: 55%; + padding-left: 90px; +} +#acf-upgrade-notice .col-actions { + float: right; + text-align: center; + padding: 10px; +} +#acf-upgrade-notice img { + float: left; + width: 70px; + height: 70px; + margin: 0 0 0 -90px; +} +#acf-upgrade-notice h2 { + font-size: 16px; + margin: 2px 0 6.5px; +} +#acf-upgrade-notice p { + padding: 0; + margin: 0; +} +#acf-upgrade-notice .button:before { + margin-top: 11px; +} +@media screen and (max-width: 640px) { + #acf-upgrade-notice .col-content, +#acf-upgrade-notice .col-actions { + float: none; + padding-left: 90px; + width: auto; + text-align: left; + } +} + +/*-------------------------------------------------------------------------------------------- +* +* Welcome +* +*--------------------------------------------------------------------------------------------*/ +.acf-wrap h1 { + margin-top: 0; + padding-top: 20px; +} +.acf-wrap .about-text { + margin-top: 0.5em; + min-height: 50px; +} +.acf-wrap .about-headline-callout { + font-size: 2.4em; + font-weight: 300; + line-height: 1.3; + margin: 1.1em 0 0.2em; + text-align: center; +} +.acf-wrap .feature-section { + padding: 40px 0; +} +.acf-wrap .feature-section h2 { + margin-top: 20px; +} +.acf-wrap .changelog { + list-style: disc; + padding-left: 15px; +} +.acf-wrap .changelog li { + margin: 0 0 0.75em; +} +.acf-wrap .acf-three-col { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} +.acf-wrap .acf-three-col > div { + flex: 1; + align-self: flex-start; + min-width: 31%; + max-width: 31%; +} +@media screen and (max-width: 880px) { + .acf-wrap .acf-three-col > div { + min-width: 48%; + } +} +@media screen and (max-width: 640px) { + .acf-wrap .acf-three-col > div { + min-width: 100%; + } +} +.acf-wrap .acf-three-col h3 .badge { + display: inline-block; + vertical-align: top; + border-radius: 5px; + background: #fc9700; + color: #fff; + font-weight: normal; + font-size: 12px; + padding: 2px 5px; +} +.acf-wrap .acf-three-col img + h3 { + margin-top: 0.5em; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-hl cols +* +*--------------------------------------------------------------------------------------------*/ +.acf-hl[data-cols] { + margin-left: -10px; + margin-right: -10px; +} +.acf-hl[data-cols] > li { + padding: 0 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +/* sizes */ +.acf-hl[data-cols="2"] > li { + width: 50%; +} + +.acf-hl[data-cols="3"] > li { + width: 33.333%; +} + +.acf-hl[data-cols="4"] > li { + width: 25%; +} + +/* mobile */ +@media screen and (max-width: 640px) { + .acf-hl[data-cols] { + margin-left: 0; + margin-right: 0; + margin-top: -10px; + } + .acf-hl[data-cols] > li { + width: 100% !important; + padding: 10px 0 0; + } +} +/*-------------------------------------------------------------------------------------------- +* +* misc +* +*--------------------------------------------------------------------------------------------*/ +.acf-actions { + text-align: right; + z-index: 1; + /* hover */ + /* rtl */ +} +.acf-actions.-hover { + position: absolute; + display: none; + top: 0; + right: 0; + padding: 5px; +} +html[dir=rtl] .acf-actions.-hover { + right: auto; + left: 0; +} + +/* ul compatibility */ +ul.acf-actions li { + float: right; + margin-left: 4px; +} + +/*-------------------------------------------------------------------------------------------- +* +* RTL +* +*--------------------------------------------------------------------------------------------*/ +html[dir=rtl] .acf-fl { + float: right; +} + +html[dir=rtl] .acf-fr { + float: left; +} + +html[dir=rtl] .acf-hl > li { + float: right; +} + +html[dir=rtl] .acf-hl > li.acf-fr { + float: left; +} + +html[dir=rtl] .acf-icon.logo { + left: 0; + right: auto; +} + +html[dir=rtl] .acf-table thead th { + text-align: right; + border-right-width: 1px; + border-left-width: 0px; +} + +html[dir=rtl] .acf-table > tbody > tr > td { + text-align: right; + border-right-width: 1px; + border-left-width: 0px; +} + +html[dir=rtl] .acf-table > thead > tr > th:first-child, +html[dir=rtl] .acf-table > tbody > tr > td:first-child { + border-right-width: 0; +} + +html[dir=rtl] .acf-table > tbody > tr > td.order + td { + border-right-color: #e1e1e1; +} + +/*--------------------------------------------------------------------------------------------- +* +* acf-postbox-columns +* +*---------------------------------------------------------------------------------------------*/ +.acf-postbox-columns { + position: relative; + margin-top: -11px; + margin-bottom: -12px; + margin-left: -12px; + margin-right: 268px; +} +.acf-postbox-columns:after { + display: block; + clear: both; + content: ""; +} +.acf-postbox-columns .acf-postbox-main, +.acf-postbox-columns .acf-postbox-side { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding: 0 12px 12px; +} +.acf-postbox-columns .acf-postbox-main { + float: left; + width: 100%; +} +.acf-postbox-columns .acf-postbox-side { + float: right; + width: 280px; + margin-right: -280px; +} +.acf-postbox-columns .acf-postbox-side:before { + content: ""; + display: block; + position: absolute; + width: 1px; + height: 100%; + top: 0; + right: 0; + background: #d5d9dd; +} +.acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before { + background: #dfdfdf; +} + +/* mobile */ +@media only screen and (max-width: 850px) { + .acf-postbox-columns { + margin: 0; + } + .acf-postbox-columns .acf-postbox-main, +.acf-postbox-columns .acf-postbox-side { + float: none; + width: auto; + margin: 0; + padding: 0; + } + .acf-postbox-columns .acf-postbox-side { + margin-top: 1em; + } + .acf-postbox-columns .acf-postbox-side:before { + display: none; + } +} +/*--------------------------------------------------------------------------------------------- +* +* acf-panel +* +*---------------------------------------------------------------------------------------------*/ +.acf-panel { + margin-top: -1px; + border-top: 1px solid #d5d9dd; + border-bottom: 1px solid #d5d9dd; + /* open */ + /* inside postbox */ + /* fields */ +} +.acf-panel .acf-panel-title { + margin: 0; + padding: 12px; + font-weight: bold; + cursor: pointer; + font-size: inherit; +} +.acf-panel .acf-panel-title i { + float: right; +} +.acf-panel .acf-panel-inside { + margin: 0; + padding: 0 12px 12px; + display: none; +} +.acf-panel.-open .acf-panel-inside { + display: block; +} +.postbox .acf-panel { + margin-left: -12px; + margin-right: -12px; +} +.acf-panel .acf-field { + margin: 20px 0 0; +} +.acf-panel .acf-field .acf-label label { + color: #555d66; + font-weight: normal; +} +.acf-panel .acf-field:first-child { + margin-top: 0; +} +.acf-admin-3-8 .acf-panel { + border-color: #dfdfdf; +} + +/*--------------------------------------------------------------------------------------------- +* +* Admin Tools +* +*---------------------------------------------------------------------------------------------*/ +#acf-admin-tools .notice { + margin-top: 10px; +} + +.acf-meta-box-wrap { + margin-top: 10px; + /* acf-fields */ +} +.acf-meta-box-wrap .postbox { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.acf-meta-box-wrap .postbox .inside { + margin-bottom: 0; +} +.acf-meta-box-wrap .postbox .hndle { + font-size: 14px; + padding: 8px 12px; + margin: 0; + line-height: 1.4; + position: relative; + z-index: 1; + cursor: default; +} +.acf-meta-box-wrap .postbox .handlediv, +.acf-meta-box-wrap .postbox .handle-order-higher, +.acf-meta-box-wrap .postbox .handle-order-lower { + display: none; +} +.acf-meta-box-wrap .acf-fields { + border: #ebebeb solid 1px; + background: #fafafa; + border-radius: 3px; +} + +/* grid */ +.acf-meta-box-wrap.-grid { + margin-left: 8px; + margin-right: 8px; +} +.acf-meta-box-wrap.-grid .postbox { + float: left; + clear: left; + width: 50%; + margin: 0 0 16px; +} +.acf-meta-box-wrap.-grid .postbox:nth-child(odd) { + margin-left: -8px; +} +.acf-meta-box-wrap.-grid .postbox:nth-child(even) { + float: right; + clear: right; + margin-right: -8px; +} + +/* mobile */ +@media only screen and (max-width: 850px) { + .acf-meta-box-wrap.-grid { + margin-left: 0; + margin-right: 0; + } + .acf-meta-box-wrap.-grid .postbox { + margin-left: 0 !important; + margin-right: 0 !important; + width: 100%; + } +} +/* export tool */ +#acf-admin-tool-export { + /* panel: selection */ +} +#acf-admin-tool-export p { + max-width: 800px; +} +#acf-admin-tool-export ul { + column-width: 200px; +} +#acf-admin-tool-export .acf-postbox-side .button { + margin: 0; + width: 100%; +} +#acf-admin-tool-export textarea { + display: block; + width: 100%; + min-height: 500px; + background: #fafafa; + box-shadow: none; + padding: 7px; + border-radius: 3px; +} +#acf-admin-tool-export .acf-panel-selection .acf-label { + display: none; +} + +/*--------------------------------------------------------------------------------------------- +* +* Admin Navigation +* +*---------------------------------------------------------------------------------------------*/ +.acf-admin-toolbar { + background: #fff; + border-bottom: 1px solid #ccd0d4; + padding-top: 10px; +} +.acf-admin-toolbar h2 { + font-size: 14px; + line-height: 2.5714285714; + display: inline-block; + padding: 5px 0; + margin: 0 10px 0 0; +} +.acf-admin-toolbar h2 i { + vertical-align: middle; + color: #babbbc; +} +.acf-admin-toolbar .acf-tab { + display: inline-block; + font-size: 14px; + line-height: 2.5714285714; + padding: 5px; + margin: 0 5px; + text-decoration: none; + color: inherit; +} +.acf-admin-toolbar .acf-tab.is-active { + border-bottom: #0071a4 solid 3px; + padding-bottom: 10px; +} +.acf-admin-toolbar .acf-tab:hover { + color: #00a0d2; +} +.acf-admin-toolbar .acf-tab:focus { + box-shadow: none; +} +.acf-admin-toolbar a.btn-upgrade { + display: inline-flex; + background: #dee3ff; + border: 1px solid #c6d3f8; + box-sizing: border-box; + border-radius: 0.25rem; + padding: 0 0.75rem; + cursor: pointer; + vertical-align: middle; + margin-top: -6px; + margin-left: 20px; + text-decoration: none; +} +.acf-admin-toolbar a.btn-upgrade:hover { + background: #d1ddff; + border-color: #b9caf9; +} +.acf-admin-toolbar a.btn-upgrade p { + font-family: system-ui; + font-weight: 600; + letter-spacing: 0.2; + line-height: 1; + font-size: 0.625rem; + text-transform: uppercase; + color: #425fdd; + margin-left: 0.65rem; +} +#wpcontent .acf-admin-toolbar { + margin-left: -20px; + padding-left: 20px; +} +@media screen and (max-width: 600px) { + .acf-admin-toolbar { + display: none; + } +} + +/*--------------------------------------------------------------------------------------------- +* +* Field Groups +* +*---------------------------------------------------------------------------------------------*/ +.acf-admin-field-groups .tablenav.top { + display: none; +} +.acf-admin-field-groups .subsubsub { + margin-bottom: 3px; +} +.acf-admin-field-groups .wp-list-table td, .acf-admin-field-groups .wp-list-table th { + box-sizing: border-box; +} +.acf-admin-field-groups .wp-list-table tr:hover { + background: #f7f7f7; +} +@media screen and (min-width: 782px) { + .acf-admin-field-groups .wp-list-table .column-acf-count { + width: 10%; + } +} +.acf-admin-field-groups .wp-list-table .row-actions span.file { + display: block; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.acf-admin-field-groups .acf-secondary-text { + color: #a0a5aa; +} + +.acf-multi-dashicon { + position: relative; + z-index: 1; +} +.acf-multi-dashicon:before, .acf-multi-dashicon:after { + width: 18px; + height: 18px; + line-height: 18px; + font-size: 14px; + background: #fff; + border: #7e8993 solid 1px; + border-radius: 2px; + display: block; +} +.acf-multi-dashicon:after { + content: ""; + position: absolute; + top: -3px; + left: -3px; + z-index: -1; + background: #e7e7e7; +} + +.acf-css-tooltip { + position: relative; +} +.acf-css-tooltip:before { + content: attr(aria-label); + display: none; + position: absolute; + z-index: 999; + bottom: 100%; + left: 50%; + transform: translate(-50%, -8px); + background: #191e23; + border-radius: 2px; + padding: 5px 10px; + color: #fff; + font-size: 12px; + line-height: 1.4em; + white-space: pre; +} +.acf-css-tooltip:after { + content: ""; + display: none; + position: absolute; + z-index: 998; + bottom: 100%; + left: 50%; + transform: translate(-50%, 4px); + border: solid 6px transparent; + border-top-color: #191e23; +} +.acf-css-tooltip:hover:before, .acf-css-tooltip:hover:after, .acf-css-tooltip:focus:before, .acf-css-tooltip:focus:after { + display: block; +} + +.acf-diff .acf-diff-title { + position: absolute; + top: 0; + left: 0; + right: 0; + height: 40px; + padding: 14px 16px; + background: #f3f3f3; + border-bottom: #dddddd solid 1px; +} +.acf-diff .acf-diff-title strong { + font-size: 14px; + display: block; +} +.acf-diff .acf-diff-title .acf-diff-title-left, +.acf-diff .acf-diff-title .acf-diff-title-right { + width: 50%; + float: left; +} +.acf-diff .acf-diff-content { + position: absolute; + top: 70px; + left: 0; + right: 0; + bottom: 0; + overflow: auto; +} +.acf-diff table.diff { + border-spacing: 0; +} +.acf-diff table.diff col.diffsplit.middle { + width: 0; +} +.acf-diff table.diff td, .acf-diff table.diff th { + padding-top: 0.25em; + padding-bottom: 0.25em; +} +.acf-diff table.diff tr td:nth-child(2) { + width: auto; +} +.acf-diff table.diff td:nth-child(3) { + border-left: #dddddd solid 1px; +} +@media screen and (max-width: 600px) { + .acf-diff .acf-diff-title { + height: 70px; + } + .acf-diff .acf-diff-content { + top: 100px; + } +} + +/*--------------------------------------------------------------------------------------------- +* +* Modal +* +*---------------------------------------------------------------------------------------------*/ +.acf-modal { + position: fixed; + top: 30px; + left: 30px; + right: 30px; + bottom: 30px; + z-index: 160000; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7); + background: #fcfcfc; +} +.acf-modal .acf-modal-title, +.acf-modal .acf-modal-content, +.acf-modal .acf-modal-toolbar { + box-sizing: border-box; + position: absolute; + left: 0; + right: 0; +} +.acf-modal .acf-modal-title { + height: 50px; + top: 0; + border-bottom: 1px solid #ddd; +} +.acf-modal .acf-modal-title h2 { + margin: 0; + padding: 0 16px; + line-height: 50px; +} +.acf-modal .acf-modal-title .acf-modal-close { + position: absolute; + top: 0; + right: 0; + height: 50px; + width: 50px; + border: none; + border-left: 1px solid #ddd; + background: transparent; + cursor: pointer; + color: #666; +} +.acf-modal .acf-modal-title .acf-modal-close:hover { + color: #00a0d2; +} +.acf-modal .acf-modal-content { + top: 50px; + bottom: 60px; + background: #fff; + overflow: auto; + padding: 16px; +} +.acf-modal .acf-modal-feedback { + position: absolute; + top: 50%; + margin: -10px 0; + left: 0; + right: 0; + text-align: center; + opacity: 0.75; +} +.acf-modal .acf-modal-feedback.error { + opacity: 1; + color: #b52727; +} +.acf-modal .acf-modal-toolbar { + height: 60px; + bottom: 0; + padding: 15px 16px; + border-top: 1px solid #ddd; +} +.acf-modal .acf-modal-toolbar .button { + float: right; +} +@media only screen and (max-width: 640px) { + .acf-modal { + top: 0; + left: 0; + right: 0; + bottom: 0; + } +} + +.acf-modal-backdrop { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: #000; + opacity: 0.7; + z-index: 159900; +} + +/*--------------------------------------------------------------------------------------------- +* +* Retina +* +*---------------------------------------------------------------------------------------------*/ +@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { + .acf-loading, +.acf-spinner { + background-image: url(../../images/spinner@2x.gif); + background-size: 20px 20px; + } +} \ No newline at end of file diff --git a/assets/build/css/acf-global.min.css b/assets/build/css/acf-global.min.css new file mode 100644 index 0000000..a42627d --- /dev/null +++ b/assets/build/css/acf-global.min.css @@ -0,0 +1 @@ +@charset "UTF-8";.acf-hl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-hl>li{float:left;display:block;margin:0;padding:0}.acf-hl>li.acf-fr{float:right}.acf-bl:after,.acf-bl:before,.acf-cf:after,.acf-cf:before,.acf-hl:after,.acf-hl:before{content:"";display:block;line-height:0}.acf-bl:after,.acf-cf:after,.acf-hl:after{clear:both}.acf-bl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-bl>li{display:block;margin:0;padding:0;float:none}.acf-hidden{display:none!important}.acf-empty{display:table-cell!important}.acf-empty *{display:none!important}.acf-fl{float:left}.acf-fr{float:right}.acf-fn{float:none}.acf-al{text-align:left}.acf-ar{text-align:right}.acf-ac{text-align:center}.acf-loading,.acf-spinner{display:inline-block;height:20px;width:20px;vertical-align:text-top;background:transparent url(../../images/spinner.gif) no-repeat 50% 50%}.acf-spinner{display:none}.acf-spinner.is-active{display:inline-block}.spinner.is-active{display:inline-block}.acf-required{color:red}.acf-soh .acf-soh-target{-webkit-transition:opacity .25s 0s ease-in-out,visibility 0s linear .25s;-moz-transition:opacity .25s 0s ease-in-out,visibility 0s linear .25s;-o-transition:opacity .25s 0s ease-in-out,visibility 0s linear .25s;transition:opacity .25s 0s ease-in-out,visibility 0s linear .25s;visibility:hidden;opacity:0}.acf-soh:hover .acf-soh-target{-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;visibility:visible;opacity:1}.show-if-value{display:none}.hide-if-value{display:block}.has-value .show-if-value{display:block}.has-value .hide-if-value{display:none}.select2-search-choice-close{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.acf-tooltip{background:#2f353e;border-radius:5px;color:#fff;padding:5px 10px;position:absolute;font-size:12px;line-height:1.4em;z-index:900000}.acf-tooltip:before{border:solid;border-color:transparent;border-width:6px;content:"";position:absolute}.acf-tooltip.top{margin-top:-8px}.acf-tooltip.top:before{top:100%;left:50%;margin-left:-6px;border-top-color:#2f353e;border-bottom-width:0}.acf-tooltip.right{margin-left:8px}.acf-tooltip.right:before{top:50%;margin-top:-6px;right:100%;border-right-color:#2f353e;border-left-width:0}.acf-tooltip.bottom{margin-top:8px}.acf-tooltip.bottom:before{bottom:100%;left:50%;margin-left:-6px;border-bottom-color:#2f353e;border-top-width:0}.acf-tooltip.left{margin-left:-8px}.acf-tooltip.left:before{top:50%;margin-top:-6px;left:100%;border-left-color:#2f353e;border-right-width:0}.acf-tooltip .acf-overlay{z-index:-1}.acf-tooltip.-confirm{z-index:900001}.acf-tooltip.-confirm a{text-decoration:none;color:#9ea3a8}.acf-tooltip.-confirm a:hover{text-decoration:underline}.acf-tooltip.-confirm a[data-event=confirm]{color:#f55e4f}.acf-overlay{position:fixed;top:0;bottom:0;left:0;right:0;cursor:default}.acf-tooltip-target{position:relative;z-index:900002}.acf-loading-overlay{position:absolute;top:0;bottom:0;left:0;right:0;cursor:default;z-index:99;background:rgba(249,249,249,.5)}.acf-loading-overlay i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.acf-icon{display:inline-block;height:28px;width:28px;border:transparent solid 1px;border-radius:100%;font-size:20px;line-height:21px;text-align:center;text-decoration:none;vertical-align:top;box-sizing:border-box}.acf-icon:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;height:1em;vertical-align:middle;text-align:center}.acf-icon.-plus:before{content:""}.acf-icon.-minus:before{content:""}.acf-icon.-cancel:before{content:""}.acf-icon.-pencil:before{content:""}.acf-icon.-location:before{content:""}.acf-icon.-up:before{content:"";margin-top:-.1em}.acf-icon.-down:before{content:"";margin-top:.1em}.acf-icon.-left:before{content:"";margin-left:-.1em}.acf-icon.-right:before{content:"";margin-left:.1em}.acf-icon.-sync:before{content:""}.acf-icon.-globe:before{content:"";margin-top:.1em;margin-left:.1em}.acf-icon.-picture:before{content:""}.acf-icon.-check:before{content:"";margin-left:-.1em}.acf-icon.-dot-3:before{content:"";margin-top:-.1em}.acf-icon.-arrow-combo:before{content:""}.acf-icon.-arrow-up:before{content:"";margin-left:-.1em}.acf-icon.-arrow-down:before{content:"";margin-left:-.1em}.acf-icon.-search:before{content:""}.acf-icon.-link-ext:before{content:""}.acf-icon.-duplicate{position:relative}.acf-icon.-duplicate:after,.acf-icon.-duplicate:before{content:"";display:block;box-sizing:border-box;width:46%;height:46%;position:absolute;top:33%;left:23%}.acf-icon.-duplicate:before{margin:-1px 0 0 1px;box-shadow:2px -2px 0 0 currentColor}.acf-icon.-duplicate:after{border:solid 2px currentColor}.acf-icon.-collapse:before{content:"";margin-left:-.1em}.-collapsed .acf-icon.-collapse:before{content:"";margin-left:-.1em}span.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff}a.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff;position:relative;transition:none;cursor:pointer}a.acf-icon:hover{background:#f3f5f6;border-color:#0071a1;color:#0071a1}a.acf-icon.-cancel:hover,a.acf-icon.-minus:hover{background:#f7efef;border-color:#a10000;color:#dc3232}a.acf-icon:active,a.acf-icon:focus{outline:0;box-shadow:none}.acf-icon.-clear{border-color:transparent;background:0 0;color:#444}.acf-icon.light{border-color:transparent;background:#f5f5f5;color:#23282d}.acf-icon.dark{border-color:transparent!important;background:#23282d;color:#eee}a.acf-icon.dark:hover{background:#191e23;color:#00b9eb}a.acf-icon.dark.-cancel:hover,a.acf-icon.dark.-minus:hover{color:#d54e21}.acf-icon.grey{border-color:transparent!important;background:#b4b9be;color:#fff!important}.acf-icon.grey:hover{background:#00a0d2;color:#fff}.acf-icon.grey.-cancel:hover,.acf-icon.grey.-minus:hover{background:#32373c}.acf-icon.-small,.acf-icon.small{width:20px;height:20px;line-height:14px;font-size:14px}.acf-icon.-small.-duplicate:after,.acf-icon.-small.-duplicate:before,.acf-icon.small.-duplicate:after,.acf-icon.small.-duplicate:before{opacity:.8}.acf-box{background:#fff;border:1px solid #ccd0d4;position:relative;box-shadow:0 1px 1px rgba(0,0,0,.04)}.acf-box .title{border-bottom:1px solid #ccd0d4;margin:0;padding:15px}.acf-box .title h3{font-size:14px;line-height:1em;margin:0;padding:0}.acf-box .inner{padding:15px}.acf-box h2{color:#333;font-size:26px;line-height:1.25em;margin:.25em 0 .75em;padding:0}.acf-box h3{margin:1.5em 0 0}.acf-box p{margin-top:.5em}.acf-box a{text-decoration:none}.acf-box i.dashicons-external{margin-top:-1px}.acf-box .footer{border-top:1px solid #ccd0d4;padding:12px;font-size:13px;line-height:1.5}.acf-box .footer p{margin:0}.acf-admin-3-8 .acf-box{border-color:#e5e5e5}.acf-admin-3-8 .acf-box .footer,.acf-admin-3-8 .acf-box .title{border-color:#e5e5e5}.acf-notice{position:relative;display:block;color:#fff;margin:5px 0 15px;padding:3px 12px;background:#2a9bd9;border-left:#1f7db1 solid 3px}.acf-notice p{font-size:13px;line-height:1.5;margin:.5em 0;text-shadow:none;color:inherit}.acf-notice .acf-notice-dismiss{position:absolute;top:9px;right:12px;background:0 0!important;color:inherit!important;border-color:#fff!important;opacity:.75}.acf-notice .acf-notice-dismiss:hover{opacity:1}.acf-notice.-dismiss{padding-right:40px}.acf-notice.-error{background:#d94f4f;border-color:#c92c2c}.acf-notice.-success{background:#49ad52;border-color:#3a8941}.acf-notice.-warning{background:#fd8d3b;border-color:#fc7009}.acf-table{border:#ccd0d4 solid 1px;background:#fff;border-spacing:0;border-radius:0;table-layout:auto;padding:0;margin:0;width:100%;clear:both;box-sizing:content-box}.acf-table>tbody>tr>td,.acf-table>tbody>tr>th,.acf-table>thead>tr>td,.acf-table>thead>tr>th{padding:8px;vertical-align:top;background:#fff;text-align:left;border-style:solid;font-weight:400}.acf-table>tbody>tr>th,.acf-table>thead>tr>th{position:relative;color:#333}.acf-table>thead>tr>th{border-color:#d5d9dd;border-width:0 0 1px 1px}.acf-table>thead>tr>th:first-child{border-left-width:0}.acf-table>tbody>tr{z-index:1}.acf-table>tbody>tr>td{border-color:#eee;border-width:1px 0 0 1px}.acf-table>tbody>tr>td:first-child{border-left-width:0}.acf-table>tbody>tr:first-child>td{border-top-width:0}.acf-table.-clear{border:0 none}.acf-table.-clear>tbody>tr>td,.acf-table.-clear>tbody>tr>th,.acf-table.-clear>thead>tr>td,.acf-table.-clear>thead>tr>th{border:0 none;padding:4px}.acf-remove-element{-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out;transform:translate(50px,0);opacity:0}.acf-fade-up{-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out;transform:translate(0,-10px);opacity:0}.acf-tbody,.acf-tfoot,.acf-thead{width:100%;padding:0;margin:0}.acf-tbody>li,.acf-tfoot>li,.acf-thead>li{box-sizing:border-box;padding:8px 12px;font-size:12px;line-height:14px}.acf-thead{border-bottom:#ccd0d4 solid 1px;color:#23282d}.acf-thead>li{font-size:14px;line-height:1.4;font-weight:700}.acf-admin-3-8 .acf-thead{border-color:#dfdfdf}.acf-tfoot{background:#f5f5f5;border-top:#d5d9dd solid 1px}.acf-settings-wrap #poststuff{padding-top:15px}.acf-settings-wrap .acf-box{margin:20px 0}.acf-settings-wrap table{margin:0}.acf-settings-wrap table .button{vertical-align:middle}#acf-popup{position:fixed;z-index:900000;top:0;left:0;right:0;bottom:0;text-align:center}#acf-popup .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,.25)}#acf-popup:before{content:"";display:inline-block;height:100%;vertical-align:middle}#acf-popup .acf-popup-box{display:inline-block;vertical-align:middle;z-index:1;min-width:300px;min-height:160px;border-color:#aaa;box-shadow:0 5px 30px -5px rgba(0,0,0,.25);text-align:left}html[dir=rtl] #acf-popup .acf-popup-box{text-align:right}#acf-popup .acf-popup-box .title{min-height:15px;line-height:15px}#acf-popup .acf-popup-box .title .acf-icon{position:absolute;top:10px;right:10px}html[dir=rtl] #acf-popup .acf-popup-box .title .acf-icon{right:auto;left:10px}#acf-popup .acf-popup-box .inner{min-height:50px;padding:0;margin:15px}#acf-popup .acf-popup-box .loading{position:absolute;top:45px;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,.1);display:none}#acf-popup .acf-popup-box .loading i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.acf-submit{margin-bottom:0;line-height:28px}.acf-submit span{float:right;color:#999}.acf-submit span.-error{color:#dd4232}.acf-submit .button{margin-right:5px}#acf-upgrade-notice{position:relative;background:#fff;border-left:4px solid #00a0d2;padding:20px}#acf-upgrade-notice:after{display:block;clear:both;content:""}#acf-upgrade-notice .col-content{float:left;width:55%;padding-left:90px}#acf-upgrade-notice .col-actions{float:right;text-align:center;padding:10px}#acf-upgrade-notice img{float:left;width:70px;height:70px;margin:0 0 0 -90px}#acf-upgrade-notice h2{font-size:16px;margin:2px 0 6.5px}#acf-upgrade-notice p{padding:0;margin:0}#acf-upgrade-notice .button:before{margin-top:11px}@media screen and (max-width:640px){#acf-upgrade-notice .col-actions,#acf-upgrade-notice .col-content{float:none;padding-left:90px;width:auto;text-align:left}}.acf-wrap h1{margin-top:0;padding-top:20px}.acf-wrap .about-text{margin-top:.5em;min-height:50px}.acf-wrap .about-headline-callout{font-size:2.4em;font-weight:300;line-height:1.3;margin:1.1em 0 .2em;text-align:center}.acf-wrap .feature-section{padding:40px 0}.acf-wrap .feature-section h2{margin-top:20px}.acf-wrap .changelog{list-style:disc;padding-left:15px}.acf-wrap .changelog li{margin:0 0 .75em}.acf-wrap .acf-three-col{display:flex;flex-wrap:wrap;justify-content:space-between}.acf-wrap .acf-three-col>div{flex:1;align-self:flex-start;min-width:31%;max-width:31%}@media screen and (max-width:880px){.acf-wrap .acf-three-col>div{min-width:48%}}@media screen and (max-width:640px){.acf-wrap .acf-three-col>div{min-width:100%}}.acf-wrap .acf-three-col h3 .badge{display:inline-block;vertical-align:top;border-radius:5px;background:#fc9700;color:#fff;font-weight:400;font-size:12px;padding:2px 5px}.acf-wrap .acf-three-col img+h3{margin-top:.5em}.acf-hl[data-cols]{margin-left:-10px;margin-right:-10px}.acf-hl[data-cols]>li{padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-hl[data-cols="2"]>li{width:50%}.acf-hl[data-cols="3"]>li{width:33.333%}.acf-hl[data-cols="4"]>li{width:25%}@media screen and (max-width:640px){.acf-hl[data-cols]{margin-left:0;margin-right:0;margin-top:-10px}.acf-hl[data-cols]>li{width:100%!important;padding:10px 0 0}}.acf-actions{text-align:right;z-index:1}.acf-actions.-hover{position:absolute;display:none;top:0;right:0;padding:5px}html[dir=rtl] .acf-actions.-hover{right:auto;left:0}ul.acf-actions li{float:right;margin-left:4px}html[dir=rtl] .acf-fl{float:right}html[dir=rtl] .acf-fr{float:left}html[dir=rtl] .acf-hl>li{float:right}html[dir=rtl] .acf-hl>li.acf-fr{float:left}html[dir=rtl] .acf-icon.logo{left:0;right:auto}html[dir=rtl] .acf-table thead th{text-align:right;border-right-width:1px;border-left-width:0}html[dir=rtl] .acf-table>tbody>tr>td{text-align:right;border-right-width:1px;border-left-width:0}html[dir=rtl] .acf-table>tbody>tr>td:first-child,html[dir=rtl] .acf-table>thead>tr>th:first-child{border-right-width:0}html[dir=rtl] .acf-table>tbody>tr>td.order+td{border-right-color:#e1e1e1}.acf-postbox-columns{position:relative;margin-top:-11px;margin-bottom:-12px;margin-left:-12px;margin-right:268px}.acf-postbox-columns:after{display:block;clear:both;content:""}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 12px 12px}.acf-postbox-columns .acf-postbox-main{float:left;width:100%}.acf-postbox-columns .acf-postbox-side{float:right;width:280px;margin-right:-280px}.acf-postbox-columns .acf-postbox-side:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#d5d9dd}.acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before{background:#dfdfdf}@media only screen and (max-width:850px){.acf-postbox-columns{margin:0}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{float:none;width:auto;margin:0;padding:0}.acf-postbox-columns .acf-postbox-side{margin-top:1em}.acf-postbox-columns .acf-postbox-side:before{display:none}}.acf-panel{margin-top:-1px;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd}.acf-panel .acf-panel-title{margin:0;padding:12px;font-weight:700;cursor:pointer;font-size:inherit}.acf-panel .acf-panel-title i{float:right}.acf-panel .acf-panel-inside{margin:0;padding:0 12px 12px;display:none}.acf-panel.-open .acf-panel-inside{display:block}.postbox .acf-panel{margin-left:-12px;margin-right:-12px}.acf-panel .acf-field{margin:20px 0 0}.acf-panel .acf-field .acf-label label{color:#555d66;font-weight:400}.acf-panel .acf-field:first-child{margin-top:0}.acf-admin-3-8 .acf-panel{border-color:#dfdfdf}#acf-admin-tools .notice{margin-top:10px}.acf-meta-box-wrap{margin-top:10px}.acf-meta-box-wrap .postbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-meta-box-wrap .postbox .inside{margin-bottom:0}.acf-meta-box-wrap .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;position:relative;z-index:1;cursor:default}.acf-meta-box-wrap .postbox .handle-order-higher,.acf-meta-box-wrap .postbox .handle-order-lower,.acf-meta-box-wrap .postbox .handlediv{display:none}.acf-meta-box-wrap .acf-fields{border:#ebebeb solid 1px;background:#fafafa;border-radius:3px}.acf-meta-box-wrap.-grid{margin-left:8px;margin-right:8px}.acf-meta-box-wrap.-grid .postbox{float:left;clear:left;width:50%;margin:0 0 16px}.acf-meta-box-wrap.-grid .postbox:nth-child(odd){margin-left:-8px}.acf-meta-box-wrap.-grid .postbox:nth-child(even){float:right;clear:right;margin-right:-8px}@media only screen and (max-width:850px){.acf-meta-box-wrap.-grid{margin-left:0;margin-right:0}.acf-meta-box-wrap.-grid .postbox{margin-left:0!important;margin-right:0!important;width:100%}}#acf-admin-tool-export p{max-width:800px}#acf-admin-tool-export ul{column-width:200px}#acf-admin-tool-export .acf-postbox-side .button{margin:0;width:100%}#acf-admin-tool-export textarea{display:block;width:100%;min-height:500px;background:#fafafa;box-shadow:none;padding:7px;border-radius:3px}#acf-admin-tool-export .acf-panel-selection .acf-label{display:none}.acf-admin-toolbar{background:#fff;border-bottom:1px solid #ccd0d4;padding-top:10px}.acf-admin-toolbar h2{font-size:14px;line-height:2.5714285714;display:inline-block;padding:5px 0;margin:0 10px 0 0}.acf-admin-toolbar h2 i{vertical-align:middle;color:#babbbc}.acf-admin-toolbar .acf-tab{display:inline-block;font-size:14px;line-height:2.5714285714;padding:5px;margin:0 5px;text-decoration:none;color:inherit}.acf-admin-toolbar .acf-tab.is-active{border-bottom:#0071a4 solid 3px;padding-bottom:10px}.acf-admin-toolbar .acf-tab:hover{color:#00a0d2}.acf-admin-toolbar .acf-tab:focus{box-shadow:none}.acf-admin-toolbar a.btn-upgrade{display:inline-flex;background:#dee3ff;border:1px solid #c6d3f8;box-sizing:border-box;border-radius:.25rem;padding:0 .75rem;cursor:pointer;vertical-align:middle;margin-top:-6px;margin-left:20px;text-decoration:none}.acf-admin-toolbar a.btn-upgrade:hover{background:#d1ddff;border-color:#b9caf9}.acf-admin-toolbar a.btn-upgrade p{font-family:system-ui;font-weight:600;letter-spacing:.2;line-height:1;font-size:.625rem;text-transform:uppercase;color:#425fdd;margin-left:.65rem}#wpcontent .acf-admin-toolbar{margin-left:-20px;padding-left:20px}@media screen and (max-width:600px){.acf-admin-toolbar{display:none}}.acf-admin-field-groups .tablenav.top{display:none}.acf-admin-field-groups .subsubsub{margin-bottom:3px}.acf-admin-field-groups .wp-list-table td,.acf-admin-field-groups .wp-list-table th{box-sizing:border-box}.acf-admin-field-groups .wp-list-table tr:hover{background:#f7f7f7}@media screen and (min-width:782px){.acf-admin-field-groups .wp-list-table .column-acf-count{width:10%}}.acf-admin-field-groups .wp-list-table .row-actions span.file{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.acf-admin-field-groups .acf-secondary-text{color:#a0a5aa}.acf-multi-dashicon{position:relative;z-index:1}.acf-multi-dashicon:after,.acf-multi-dashicon:before{width:18px;height:18px;line-height:18px;font-size:14px;background:#fff;border:#7e8993 solid 1px;border-radius:2px;display:block}.acf-multi-dashicon:after{content:"";position:absolute;top:-3px;left:-3px;z-index:-1;background:#e7e7e7}.acf-css-tooltip{position:relative}.acf-css-tooltip:before{content:attr(aria-label);display:none;position:absolute;z-index:999;bottom:100%;left:50%;transform:translate(-50%,-8px);background:#191e23;border-radius:2px;padding:5px 10px;color:#fff;font-size:12px;line-height:1.4em;white-space:pre}.acf-css-tooltip:after{content:"";display:none;position:absolute;z-index:998;bottom:100%;left:50%;transform:translate(-50%,4px);border:solid 6px transparent;border-top-color:#191e23}.acf-css-tooltip:focus:after,.acf-css-tooltip:focus:before,.acf-css-tooltip:hover:after,.acf-css-tooltip:hover:before{display:block}.acf-diff .acf-diff-title{position:absolute;top:0;left:0;right:0;height:40px;padding:14px 16px;background:#f3f3f3;border-bottom:#ddd solid 1px}.acf-diff .acf-diff-title strong{font-size:14px;display:block}.acf-diff .acf-diff-title .acf-diff-title-left,.acf-diff .acf-diff-title .acf-diff-title-right{width:50%;float:left}.acf-diff .acf-diff-content{position:absolute;top:70px;left:0;right:0;bottom:0;overflow:auto}.acf-diff table.diff{border-spacing:0}.acf-diff table.diff col.diffsplit.middle{width:0}.acf-diff table.diff td,.acf-diff table.diff th{padding-top:.25em;padding-bottom:.25em}.acf-diff table.diff tr td:nth-child(2){width:auto}.acf-diff table.diff td:nth-child(3){border-left:#ddd solid 1px}@media screen and (max-width:600px){.acf-diff .acf-diff-title{height:70px}.acf-diff .acf-diff-content{top:100px}}.acf-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000;box-shadow:0 5px 15px rgba(0,0,0,.7);background:#fcfcfc}.acf-modal .acf-modal-content,.acf-modal .acf-modal-title,.acf-modal .acf-modal-toolbar{box-sizing:border-box;position:absolute;left:0;right:0}.acf-modal .acf-modal-title{height:50px;top:0;border-bottom:1px solid #ddd}.acf-modal .acf-modal-title h2{margin:0;padding:0 16px;line-height:50px}.acf-modal .acf-modal-title .acf-modal-close{position:absolute;top:0;right:0;height:50px;width:50px;border:none;border-left:1px solid #ddd;background:0 0;cursor:pointer;color:#666}.acf-modal .acf-modal-title .acf-modal-close:hover{color:#00a0d2}.acf-modal .acf-modal-content{top:50px;bottom:60px;background:#fff;overflow:auto;padding:16px}.acf-modal .acf-modal-feedback{position:absolute;top:50%;margin:-10px 0;left:0;right:0;text-align:center;opacity:.75}.acf-modal .acf-modal-feedback.error{opacity:1;color:#b52727}.acf-modal .acf-modal-toolbar{height:60px;bottom:0;padding:15px 16px;border-top:1px solid #ddd}.acf-modal .acf-modal-toolbar .button{float:right}@media only screen and (max-width:640px){.acf-modal{top:0;left:0;right:0;bottom:0}}.acf-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;opacity:.7;z-index:159900}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.acf-loading,.acf-spinner{background-image:url(../../images/spinner@2x.gif);background-size:20px 20px}} \ No newline at end of file diff --git a/assets/build/css/acf-input.css b/assets/build/css/acf-input.css new file mode 100644 index 0000000..7204169 --- /dev/null +++ b/assets/build/css/acf-input.css @@ -0,0 +1,2932 @@ +/*-------------------------------------------------------------------------------------------- +* +* Vars +* +*--------------------------------------------------------------------------------------------*/ +/* colors */ +/* acf-field */ +/* responsive */ +/*-------------------------------------------------------------------------------------------- +* +* Mixins +* +*--------------------------------------------------------------------------------------------*/ +/*-------------------------------------------------------------------------------------------- +* +* acf-field +* +*--------------------------------------------------------------------------------------------*/ +.acf-field, +.acf-field .acf-label, +.acf-field .acf-input { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + position: relative; +} + +.acf-field { + margin: 15px 0; + clear: both; +} +.acf-field p.description { + display: block; + margin: 0; + padding: 0; +} +.acf-field .acf-label { + vertical-align: top; + margin: 0 0 10px; +} +.acf-field .acf-label label { + display: block; + font-weight: bold; + margin: 0 0 3px; + padding: 0; +} +.acf-field .acf-label:empty { + margin-bottom: 0; +} +.acf-field .acf-input { + vertical-align: top; +} +.acf-field .acf-input > p.description { + margin-top: 5px; +} +.acf-field .acf-notice { + margin: 0 0 15px; + background: #edf2ff; + color: #0c6ca0; + border-color: #2183b9; +} +.acf-field .acf-notice.-error { + background: #ffe6e6; + color: #cc2727; + border-color: #d12626; +} +.acf-field .acf-notice.-success { + background: #eefbe8; + color: #0e7b17; + border-color: #32a23b; +} +.acf-field .acf-notice.-warning { + background: #fff3e6; + color: #bd4b0e; + border-color: #d16226; +} +td.acf-field, tr.acf-field { + margin: 0; +} + +.acf-field[data-width] { + float: left; + clear: none; + /* + @media screen and (max-width: $sm) { + float: none; + width: auto; + border-left-width: 0; + border-right-width: 0; + } + */ +} +.acf-field[data-width] + .acf-field[data-width] { + border-left: 1px solid #eeeeee; +} +html[dir=rtl] .acf-field[data-width] { + float: right; +} +html[dir=rtl] .acf-field[data-width] + .acf-field[data-width] { + border-left: none; + border-right: 1px solid #eeeeee; +} +td.acf-field[data-width], tr.acf-field[data-width] { + float: none; +} + +.acf-field.-c0 { + clear: both; + border-left-width: 0 !important; +} +html[dir=rtl] .acf-field.-c0 { + border-left-width: 1px !important; + border-right-width: 0 !important; +} + +.acf-field.-r0 { + border-top-width: 0 !important; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-fields +* +*--------------------------------------------------------------------------------------------*/ +.acf-fields { + position: relative; +} +.acf-fields:after { + display: block; + clear: both; + content: ""; +} +.acf-fields.-border { + border: #ccd0d4 solid 1px; + background: #fff; +} +.acf-fields > .acf-field { + position: relative; + margin: 0; + padding: 15px 12px; + border-top: #EEEEEE solid 1px; +} +.acf-fields > .acf-field:first-child { + border-top: none; + margin-top: 0; +} +td.acf-fields { + padding: 0 !important; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-fields (clear) +* +*--------------------------------------------------------------------------------------------*/ +.acf-fields.-clear > .acf-field { + border: none; + padding: 0; + margin: 15px 0; +} +.acf-fields.-clear > .acf-field[data-width] { + border: none !important; +} +.acf-fields.-clear > .acf-field > .acf-label { + padding: 0; +} +.acf-fields.-clear > .acf-field > .acf-input { + padding: 0; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-fields (left) +* +*--------------------------------------------------------------------------------------------*/ +.acf-fields.-left > .acf-field { + padding: 15px 0; +} +.acf-fields.-left > .acf-field:after { + display: block; + clear: both; + content: ""; +} +.acf-fields.-left > .acf-field:before { + content: ""; + display: block; + position: absolute; + z-index: 0; + background: #F9F9F9; + border-color: #E1E1E1; + border-style: solid; + border-width: 0 1px 0 0; + top: 0; + bottom: 0; + left: 0; + width: 20%; +} +.acf-fields.-left > .acf-field[data-width] { + float: none; + width: auto !important; + border-left-width: 0 !important; + border-right-width: 0 !important; +} +.acf-fields.-left > .acf-field > .acf-label { + float: left; + width: 20%; + margin: 0; + padding: 0 12px; +} +.acf-fields.-left > .acf-field > .acf-input { + float: left; + width: 80%; + margin: 0; + padding: 0 12px; +} +html[dir=rtl] .acf-fields.-left > .acf-field:before { + border-width: 0 0 0 1px; + left: auto; + right: 0; +} +html[dir=rtl] .acf-fields.-left > .acf-field > .acf-label { + float: right; +} +html[dir=rtl] .acf-fields.-left > .acf-field > .acf-input { + float: right; +} +#side-sortables .acf-fields.-left > .acf-field:before { + display: none; +} +#side-sortables .acf-fields.-left > .acf-field > .acf-label { + width: 100%; + margin-bottom: 10px; +} +#side-sortables .acf-fields.-left > .acf-field > .acf-input { + width: 100%; +} +@media screen and (max-width: 640px) { + .acf-fields.-left > .acf-field:before { + display: none; + } + .acf-fields.-left > .acf-field > .acf-label { + width: 100%; + margin-bottom: 10px; + } + .acf-fields.-left > .acf-field > .acf-input { + width: 100%; + } +} + +/* clear + left */ +.acf-fields.-clear.-left > .acf-field { + padding: 0; + border: none; +} +.acf-fields.-clear.-left > .acf-field:before { + display: none; +} +.acf-fields.-clear.-left > .acf-field > .acf-label { + padding: 0; +} +.acf-fields.-clear.-left > .acf-field > .acf-input { + padding: 0; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-table +* +*--------------------------------------------------------------------------------------------*/ +.acf-table tr.acf-field > td.acf-label { + padding: 15px 12px; + margin: 0; + background: #F9F9F9; + width: 20%; +} +.acf-table tr.acf-field > td.acf-input { + padding: 15px 12px; + margin: 0; + border-left-color: #E1E1E1; +} + +.acf-sortable-tr-helper { + position: relative !important; + display: table-row !important; +} + +/*-------------------------------------------------------------------------------------------- +* +* acf-postbox +* +*--------------------------------------------------------------------------------------------*/ +.acf-postbox { + position: relative; +} +.acf-postbox > .inside { + margin: 0 !important; + /* override WP style - do not delete - you have tried this before */ + padding: 0 !important; + /* override WP style - do not delete - you have tried this before */ +} +.acf-postbox .acf-hndle-cog { + color: #72777c; + font-size: 16px; + line-height: 36px; + height: 36px; + width: 1.62rem; + position: relative; + display: none; +} +.acf-postbox .acf-hndle-cog:hover { + color: #191e23; +} +.acf-postbox > .hndle:hover .acf-hndle-cog, +.acf-postbox > .postbox-header:hover .acf-hndle-cog { + display: inline-block; +} +.acf-postbox > .hndle .acf-hndle-cog { + height: 20px; + line-height: 20px; + float: right; + width: auto; +} +.acf-postbox > .hndle .acf-hndle-cog:hover { + color: #777777; +} +.acf-postbox .acf-replace-with-fields { + padding: 15px; + text-align: center; +} + +#post-body-content #acf_after_title-sortables { + margin: 20px 0 -20px; +} + +/* seamless */ +.acf-postbox.seamless { + border: 0 none; + background: transparent; + box-shadow: none; + /* hide hndle */ + /* inside */ +} +.acf-postbox.seamless > .postbox-header, +.acf-postbox.seamless > .hndle, +.acf-postbox.seamless > .handlediv { + display: none !important; +} +.acf-postbox.seamless > .inside { + display: block !important; + /* stop metabox from hiding when closed */ + margin-left: -12px !important; + margin-right: -12px !important; +} +.acf-postbox.seamless > .inside > .acf-field { + border-color: transparent; +} + +/* seamless (left) */ +.acf-postbox.seamless > .acf-fields.-left { + /* hide sidebar bg */ + /* mobile */ +} +.acf-postbox.seamless > .acf-fields.-left > .acf-field:before { + display: none; +} +@media screen and (max-width: 782px) { + .acf-postbox.seamless > .acf-fields.-left { + /* remove padding */ + } + .acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-label, .acf-postbox.seamless > .acf-fields.-left > .acf-field > .acf-input { + padding: 0; + } +} + +/*--------------------------------------------------------------------------------------------- +* +* Inputs +* +*---------------------------------------------------------------------------------------------*/ +.acf-field input[type=text], +.acf-field input[type=password], +.acf-field input[type=date], +.acf-field input[type=datetime], +.acf-field input[type=datetime-local], +.acf-field input[type=email], +.acf-field input[type=month], +.acf-field input[type=number], +.acf-field input[type=search], +.acf-field input[type=tel], +.acf-field input[type=time], +.acf-field input[type=url], +.acf-field input[type=week], +.acf-field textarea, +.acf-field select { + width: 100%; + padding: 4px 8px; + margin: 0; + box-sizing: border-box; + font-size: 14px; + line-height: 1.4; +} +.acf-admin-3-8 .acf-field input[type=text], +.acf-admin-3-8 .acf-field input[type=password], +.acf-admin-3-8 .acf-field input[type=date], +.acf-admin-3-8 .acf-field input[type=datetime], +.acf-admin-3-8 .acf-field input[type=datetime-local], +.acf-admin-3-8 .acf-field input[type=email], +.acf-admin-3-8 .acf-field input[type=month], +.acf-admin-3-8 .acf-field input[type=number], +.acf-admin-3-8 .acf-field input[type=search], +.acf-admin-3-8 .acf-field input[type=tel], +.acf-admin-3-8 .acf-field input[type=time], +.acf-admin-3-8 .acf-field input[type=url], +.acf-admin-3-8 .acf-field input[type=week], +.acf-admin-3-8 .acf-field textarea, +.acf-admin-3-8 .acf-field select { + padding: 3px 5px; +} +.acf-field textarea { + resize: vertical; +} + +body.acf-browser-firefox .acf-field select { + padding: 4px 5px; +} + +/*--------------------------------------------------------------------------------------------- +* +* Text +* +*---------------------------------------------------------------------------------------------*/ +.acf-input-prepend, +.acf-input-append, +.acf-input-wrap { + box-sizing: border-box; +} + +.acf-input-prepend, +.acf-input-append { + font-size: 14px; + line-height: 1.4; + padding: 4px 8px; + background: #f5f5f5; + border: #7e8993 solid 1px; + min-height: 30px; +} +.acf-admin-3-8 .acf-input-prepend, +.acf-admin-3-8 .acf-input-append { + padding: 3px 5px; + border-color: #dddddd; + min-height: 28px; +} + +.acf-input-prepend { + float: left; + border-right-width: 0; + border-radius: 3px 0 0 3px; +} + +.acf-input-append { + float: right; + border-left-width: 0; + border-radius: 0 3px 3px 0; +} + +.acf-input-wrap { + position: relative; + overflow: hidden; +} +.acf-input-wrap .acf-is-prepended { + border-radius: 0 3px 3px 0 !important; +} +.acf-input-wrap .acf-is-appended { + border-radius: 3px 0 0 3px !important; +} +.acf-input-wrap .acf-is-prepended.acf-is-appended { + border-radius: 0 !important; +} + +/* rtl */ +html[dir=rtl] .acf-input-prepend { + border-left-width: 0; + border-right-width: 1px; + border-radius: 0 3px 3px 0; + float: right; +} + +html[dir=rtl] .acf-input-append { + border-left-width: 1px; + border-right-width: 0; + border-radius: 3px 0 0 3px; + float: left; +} + +html[dir=rtl] input.acf-is-prepended { + border-radius: 3px 0 0 3px !important; +} + +html[dir=rtl] input.acf-is-appended { + border-radius: 0 3px 3px 0 !important; +} + +html[dir=rtl] input.acf-is-prepended.acf-is-appended { + border-radius: 0 !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Color Picker +* +*---------------------------------------------------------------------------------------------*/ +.acf-color-picker .wp-color-result { + border-color: #7e8993; +} +.acf-admin-3-8 .acf-color-picker .wp-color-result { + border-color: #ccd0d4; +} +.acf-color-picker .wp-picker-active { + position: relative; + z-index: 1; +} + +/*--------------------------------------------------------------------------------------------- +* +* Url +* +*---------------------------------------------------------------------------------------------*/ +.acf-url i { + position: absolute; + top: 5px; + left: 5px; + opacity: 0.5; + color: #7e8993; +} +.acf-url input[type=url] { + padding-left: 27px !important; +} +.acf-url.-valid i { + opacity: 1; +} + +/*--------------------------------------------------------------------------------------------- +* +* Select2 (v3) +* +*---------------------------------------------------------------------------------------------*/ +.select2-container.-acf { + /* open */ + /* single open */ +} +.select2-container.-acf .select2-choices { + background: #fff; + border-color: #ddd; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; + min-height: 31px; +} +.select2-container.-acf .select2-choices .select2-search-choice { + margin: 5px 0 5px 5px; + padding: 3px 5px 3px 18px; + border-color: #bbb; + background: #f9f9f9; + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset; + /* sortable item*/ + /* sortable shadow */ +} +.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper { + background: #5897fb; + border-color: #3f87fa; + color: #fff; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); +} +.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a { + visibility: hidden; +} +.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder { + background-color: #f7f7f7; + border-color: #f7f7f7; + visibility: visible !important; +} +.select2-container.-acf .select2-choices .select2-search-choice-focus { + border-color: #999; +} +.select2-container.-acf .select2-choices .select2-search-field input { + height: 31px; + line-height: 22px; + margin: 0; + padding: 5px 5px 5px 7px; +} +.select2-container.-acf .select2-choice { + border-color: #BBBBBB; +} +.select2-container.-acf .select2-choice .select2-arrow { + background: transparent; + border-left-color: #DFDFDF; + padding-left: 1px; +} +.select2-container.-acf .select2-choice .select2-result-description { + display: none; +} +.select2-container.-acf.select2-container-active .select2-choices, .select2-container.-acf.select2-dropdown-open .select2-choices { + border-color: #5B9DD9; + border-radius: 3px 3px 0 0; +} +.select2-container.-acf.select2-dropdown-open .select2-choice { + background: #fff; + border-color: #5B9DD9; +} + +/* rtl */ +html[dir=rtl] .select2-container.-acf .select2-search-choice-close { + left: 24px; +} +html[dir=rtl] .select2-container.-acf .select2-choice > .select2-chosen { + margin-left: 42px; +} +html[dir=rtl] .select2-container.-acf .select2-choice .select2-arrow { + padding-left: 0; + padding-right: 1px; +} + +/* description */ +.select2-drop { + /* search*/ + /* result */ +} +.select2-drop .select2-search { + padding: 4px 4px 0; +} +.select2-drop .select2-result { + /* hover*/ +} +.select2-drop .select2-result .select2-result-description { + color: #999; + font-size: 12px; + margin-left: 5px; +} +.select2-drop .select2-result.select2-highlighted .select2-result-description { + color: #fff; + opacity: 0.75; +} + +/*--------------------------------------------------------------------------------------------- +* +* Select2 (v4) +* +*---------------------------------------------------------------------------------------------*/ +.select2-container.-acf li { + margin-bottom: 0; +} +.select2-container.-acf .select2-selection { + border-color: #7e8993; +} +.acf-admin-3-8 .select2-container.-acf .select2-selection { + border-color: #aaa; +} +.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child { + float: none; +} +.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input { + width: 100% !important; +} +.select2-container.-acf .select2-selection--multiple .select2-selection__rendered { + padding-right: 0; +} +.select2-container.-acf .select2-selection--multiple .select2-selection__choice { + background-color: #f7f7f7; + border-color: #cccccc; + max-width: 100%; + overflow: hidden; + word-wrap: normal !important; + white-space: normal; +} +.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper { + background: #5897fb; + border-color: #3f87fa; + color: #fff; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); +} +.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span { + visibility: hidden; +} +.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder { + background-color: #f7f7f7; + border-color: #f7f7f7; + visibility: visible !important; +} +.select2-container.-acf .select2-selection--multiple .select2-search__field { + box-shadow: none !important; + min-height: 0; +} +.acf-row .select2-container.-acf .select2-selection--single { + overflow: hidden; +} +.acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered { + white-space: normal; +} + +.select2-container .select2-dropdown { + z-index: 900000; +} +.select2-container .select2-dropdown .select2-search__field { + line-height: 1.4; + min-height: 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* Link +* +*---------------------------------------------------------------------------------------------*/ +.acf-link .link-wrap { + display: none; + border: #ccd0d4 solid 1px; + border-radius: 3px; + padding: 5px; + line-height: 26px; + background: #fff; + word-wrap: break-word; + word-break: break-all; +} +.acf-link .link-wrap .link-title { + padding: 0 5px; +} +.acf-link.-value .button { + display: none; +} +.acf-link.-value .acf-icon.-link-ext { + display: none; +} +.acf-link.-value .link-wrap { + display: inline-block; +} +.acf-link.-external .acf-icon.-link-ext { + display: inline-block; +} + +#wp-link-backdrop { + z-index: 900000 !important; +} + +#wp-link-wrap { + z-index: 900001 !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Radio +* +*---------------------------------------------------------------------------------------------*/ +ul.acf-radio-list, +ul.acf-checkbox-list { + background: transparent; + position: relative; + padding: 1px; + margin: 0; + /* hl */ + /* rtl */ +} +ul.acf-radio-list li, +ul.acf-checkbox-list li { + font-size: 13px; + line-height: 22px; + margin: 0; + position: relative; + word-wrap: break-word; + /* attachment sidebar fix*/ +} +ul.acf-radio-list li label, +ul.acf-checkbox-list li label { + display: inline; +} +ul.acf-radio-list li input[type=checkbox], +ul.acf-radio-list li input[type=radio], +ul.acf-checkbox-list li input[type=checkbox], +ul.acf-checkbox-list li input[type=radio] { + margin: -1px 4px 0 0; + vertical-align: middle; +} +ul.acf-radio-list li input[type=text], +ul.acf-checkbox-list li input[type=text] { + width: auto; + vertical-align: middle; + margin: 2px 0; +} +ul.acf-radio-list li span, +ul.acf-checkbox-list li span { + float: none; +} +ul.acf-radio-list li i, +ul.acf-checkbox-list li i { + vertical-align: middle; +} +ul.acf-radio-list.acf-hl li, +ul.acf-checkbox-list.acf-hl li { + margin-right: 20px; + clear: none; +} +html[dir=rtl] ul.acf-radio-list input[type=checkbox], +html[dir=rtl] ul.acf-radio-list input[type=radio], +html[dir=rtl] ul.acf-checkbox-list input[type=checkbox], +html[dir=rtl] ul.acf-checkbox-list input[type=radio] { + margin-left: 4px; + margin-right: 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* Button Group +* +*---------------------------------------------------------------------------------------------*/ +.acf-button-group { + display: inline-block; + /* default (horizontal) */ + /* vertical */ +} +.acf-button-group label { + display: inline-block; + border: #7e8993 solid 1px; + position: relative; + z-index: 1; + padding: 5px 10px; + background: #fff; +} +.acf-button-group label:hover { + color: #016087; + background: #f3f5f6; + border-color: #0071a1; + z-index: 2; +} +.acf-button-group label.selected { + border-color: #007cba; + background: #008dd4; + color: #fff; + z-index: 2; +} +.acf-button-group input { + display: none !important; +} +.acf-button-group { + padding-left: 1px; + display: inline-flex; + flex-direction: row; + flex-wrap: nowrap; +} +.acf-button-group label { + margin: 0 0 0 -1px; + flex: 1; + text-align: center; + white-space: nowrap; +} +.acf-button-group label:first-child { + border-radius: 3px 0 0 3px; +} +html[dir=rtl] .acf-button-group label:first-child { + border-radius: 0 3px 3px 0; +} +.acf-button-group label:last-child { + border-radius: 0 3px 3px 0; +} +html[dir=rtl] .acf-button-group label:last-child { + border-radius: 3px 0 0 3px; +} +.acf-button-group label:only-child { + border-radius: 3px; +} +.acf-button-group.-vertical { + padding-left: 0; + padding-top: 1px; + flex-direction: column; +} +.acf-button-group.-vertical label { + margin: -1px 0 0 0; +} +.acf-button-group.-vertical label:first-child { + border-radius: 3px 3px 0 0; +} +.acf-button-group.-vertical label:last-child { + border-radius: 0 0 3px 3px; +} +.acf-button-group.-vertical label:only-child { + border-radius: 3px; +} +.acf-admin-3-8 .acf-button-group label { + border-color: #ccd0d4; +} +.acf-admin-3-8 .acf-button-group label:hover { + border-color: #0071a1; +} +.acf-admin-3-8 .acf-button-group label.selected { + border-color: #007cba; +} + +/*--------------------------------------------------------------------------------------------- +* +* Checkbox +* +*---------------------------------------------------------------------------------------------*/ +.acf-checkbox-list .button { + margin: 10px 0 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* True / False +* +*---------------------------------------------------------------------------------------------*/ +.acf-switch { + display: inline-block; + border-radius: 5px; + cursor: pointer; + position: relative; + background: #f5f5f5; + height: 30px; + vertical-align: middle; + border: #7e8993 solid 1px; + -webkit-transition: background 0.25s ease; + -moz-transition: background 0.25s ease; + -o-transition: background 0.25s ease; + transition: background 0.25s ease; + /* hover */ + /* active */ + /* message */ +} +.acf-switch span { + display: inline-block; + float: left; + text-align: center; + font-size: 13px; + line-height: 22px; + padding: 4px 10px; + min-width: 15px; +} +.acf-switch span i { + vertical-align: middle; +} +.acf-switch .acf-switch-on { + color: #fff; + text-shadow: #007cba 0 1px 0; +} +.acf-switch .acf-switch-slider { + position: absolute; + top: 2px; + left: 2px; + bottom: 2px; + right: 50%; + z-index: 1; + background: #fff; + border-radius: 3px; + border: #7e8993 solid 1px; + -webkit-transition: all 0.25s ease; + -moz-transition: all 0.25s ease; + -o-transition: all 0.25s ease; + transition: all 0.25s ease; + transition-property: left, right; +} +.acf-switch:hover, .acf-switch.-focus { + border-color: #0071a1; + background: #f3f5f6; + color: #016087; +} +.acf-switch:hover .acf-switch-slider, .acf-switch.-focus .acf-switch-slider { + border-color: #0071a1; +} +.acf-switch.-on { + background: #0d99d5; + border-color: #007cba; + /* hover */ +} +.acf-switch.-on .acf-switch-slider { + left: 50%; + right: 2px; + border-color: #007cba; +} +.acf-switch.-on:hover { + border-color: #007cba; +} +.acf-switch + span { + margin-left: 6px; +} +.acf-admin-3-8 .acf-switch { + border-color: #ccd0d4; +} +.acf-admin-3-8 .acf-switch .acf-switch-slider { + border-color: #ccd0d4; +} +.acf-admin-3-8 .acf-switch:hover, .acf-admin-3-8 .acf-switch.-focus { + border-color: #0071a1; +} +.acf-admin-3-8 .acf-switch:hover .acf-switch-slider, .acf-admin-3-8 .acf-switch.-focus .acf-switch-slider { + border-color: #0071a1; +} +.acf-admin-3-8 .acf-switch.-on { + border-color: #007cba; +} +.acf-admin-3-8 .acf-switch.-on .acf-switch-slider { + border-color: #007cba; +} +.acf-admin-3-8 .acf-switch.-on:hover { + border-color: #007cba; +} + +/* checkbox */ +.acf-switch-input { + opacity: 0; + position: absolute; + margin: 0; +} + +/* in media modal */ +.compat-item .acf-true-false .message { + float: none; + padding: 0; + vertical-align: middle; +} + +/*-------------------------------------------------------------------------- +* +* Google Map +* +*-------------------------------------------------------------------------*/ +.acf-google-map { + position: relative; + border: #ccd0d4 solid 1px; + background: #fff; +} +.acf-google-map .title { + position: relative; + border-bottom: #ccd0d4 solid 1px; +} +.acf-google-map .title .search { + margin: 0; + font-size: 14px; + line-height: 30px; + height: 40px; + padding: 5px 10px; + border: 0 none; + box-shadow: none; + border-radius: 0; + font-family: inherit; + cursor: text; +} +.acf-google-map .title .acf-loading { + position: absolute; + top: 10px; + right: 11px; + display: none; +} +.acf-google-map .title .acf-icon:active { + display: inline-block !important; +} +.acf-google-map .canvas { + height: 400px; +} +.acf-google-map:hover .title .acf-actions { + display: block; +} +.acf-google-map .title .acf-icon.-location { + display: inline-block; +} +.acf-google-map .title .acf-icon.-cancel, +.acf-google-map .title .acf-icon.-search { + display: none; +} +.acf-google-map.-value .title .search { + font-weight: bold; +} +.acf-google-map.-value .title .acf-icon.-location { + display: none; +} +.acf-google-map.-value .title .acf-icon.-cancel { + display: inline-block; +} +.acf-google-map.-searching .title .acf-icon.-location { + display: none; +} +.acf-google-map.-searching .title .acf-icon.-cancel, +.acf-google-map.-searching .title .acf-icon.-search { + display: inline-block; +} +.acf-google-map.-searching .title .acf-actions { + display: block; +} +.acf-google-map.-searching .title .search { + font-weight: normal !important; +} +.acf-google-map.-loading .title a { + display: none !important; +} +.acf-google-map.-loading .title i { + display: inline-block; +} + +/* autocomplete */ +.pac-container { + border-width: 1px 0; + box-shadow: none; +} + +.pac-container:after { + display: none; +} + +.pac-container .pac-item:first-child { + border-top: 0 none; +} + +.pac-container .pac-item { + padding: 5px 10px; + cursor: pointer; +} + +html[dir=rtl] .pac-container .pac-item { + text-align: right; +} + +/*-------------------------------------------------------------------------- +* +* Relationship +* +*-------------------------------------------------------------------------*/ +.acf-relationship { + background: #fff; + border: #ccd0d4 solid 1px; + /* list */ + /* selection (bottom) */ +} +.acf-relationship .filters { + border-bottom: #ccd0d4 solid 1px; + background: #fff; + /* widths */ +} +.acf-relationship .filters:after { + display: block; + clear: both; + content: ""; +} +.acf-relationship .filters .filter { + margin: 0; + padding: 0; + float: left; + width: 100%; + box-sizing: border-box; + padding: 7px 7px 7px 0; +} +.acf-relationship .filters .filter:first-child { + padding-left: 7px; +} +.acf-relationship .filters .filter input, .acf-relationship .filters .filter select { + margin: 0; + float: none; + /* potential fix for media popup? */ +} +.acf-relationship .filters .filter input:focus, .acf-relationship .filters .filter input:active, .acf-relationship .filters .filter select:focus, .acf-relationship .filters .filter select:active { + outline: none; + box-shadow: none; +} +.acf-relationship .filters .filter input { + border-color: transparent; + box-shadow: none; + padding-left: 3px; + padding-right: 3px; +} +.acf-relationship .filters.-f2 .filter { + width: 50%; +} +.acf-relationship .filters.-f3 .filter { + width: 25%; +} +.acf-relationship .filters.-f3 .filter.-search { + width: 50%; +} +.acf-relationship .list { + margin: 0; + padding: 5px; + height: 160px; + overflow: auto; +} +.acf-relationship .list .acf-rel-label, +.acf-relationship .list .acf-rel-item, +.acf-relationship .list p { + padding: 5px; + margin: 0; + display: block; + position: relative; + min-height: 18px; +} +.acf-relationship .list .acf-rel-label { + font-weight: bold; +} +.acf-relationship .list .acf-rel-item { + cursor: pointer; + /* hover */ + /* disabled */ +} +.acf-relationship .list .acf-rel-item b { + text-decoration: underline; + font-weight: normal; +} +.acf-relationship .list .acf-rel-item .thumbnail { + background: #e0e0e0; + width: 22px; + height: 22px; + float: left; + margin: -2px 5px 0 0; +} +.acf-relationship .list .acf-rel-item .thumbnail img { + max-width: 22px; + max-height: 22px; + margin: 0 auto; + display: block; +} +.acf-relationship .list .acf-rel-item .thumbnail.-icon { + background: #fff; +} +.acf-relationship .list .acf-rel-item .thumbnail.-icon img { + max-height: 20px; + margin-top: 1px; +} +.acf-relationship .list .acf-rel-item:hover { + background: #3875D7; + color: #fff; +} +.acf-relationship .list .acf-rel-item:hover .thumbnail { + background: #a2bfec; +} +.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon { + background: #fff; +} +.acf-relationship .list .acf-rel-item.disabled { + opacity: 0.5; +} +.acf-relationship .list .acf-rel-item.disabled:hover { + background: transparent; + color: #333; + cursor: default; +} +.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail { + background: #e0e0e0; +} +.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon { + background: #fff; +} +.acf-relationship .list ul { + padding-bottom: 5px; +} +.acf-relationship .list ul .acf-rel-label, +.acf-relationship .list ul .acf-rel-item, +.acf-relationship .list ul p { + padding-left: 20px; +} +.acf-relationship .selection { + position: relative; + /* choices */ + /* values */ +} +.acf-relationship .selection:after { + display: block; + clear: both; + content: ""; +} +.acf-relationship .selection .values, +.acf-relationship .selection .choices { + width: 50%; + background: #fff; + float: left; +} +.acf-relationship .selection .choices { + background: #F9F9F9; +} +.acf-relationship .selection .choices .list { + border-right: #DFDFDF solid 1px; +} +.acf-relationship .selection .values .acf-icon { + position: absolute; + top: 4px; + right: 7px; + display: none; + /* rtl */ +} +html[dir=rtl] .acf-relationship .selection .values .acf-icon { + right: auto; + left: 7px; +} +.acf-relationship .selection .values .acf-rel-item:hover .acf-icon { + display: block; +} +.acf-relationship .selection .values .acf-rel-item { + cursor: move; +} +.acf-relationship .selection .values .acf-rel-item b { + text-decoration: none; +} + +/* menu item fix */ +.menu-item .acf-relationship ul { + width: auto; +} +.menu-item .acf-relationship li { + display: block; +} + +/*-------------------------------------------------------------------------- +* +* WYSIWYG +* +*-------------------------------------------------------------------------*/ +.acf-editor-wrap.delay .acf-editor-toolbar { + content: ""; + display: block; + background: #f5f5f5; + border-bottom: #dddddd solid 1px; + color: #555d66; + padding: 10px; +} +.acf-editor-wrap.delay .wp-editor-area { + padding: 10px; + border: none; + color: inherit !important; +} +.acf-editor-wrap iframe { + min-height: 200px; +} +.acf-editor-wrap .wp-editor-container { + border: 1px solid #ccd0d4; + box-shadow: none !important; +} +.acf-editor-wrap .wp-editor-tabs { + box-sizing: content-box; +} +.acf-editor-wrap .wp-switch-editor { + border-color: #ccd0d4; + border-bottom-color: transparent; +} + +#mce_fullscreen_container { + z-index: 900000 !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Tab +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-tab { + display: none !important; +} + +.hidden-by-tab { + display: none !important; +} + +.acf-tab-wrap { + clear: both; + z-index: 1; +} + +.acf-tab-group { + border-bottom: #ccc solid 1px; + padding: 10px 10px 0; +} +.acf-tab-group li { + margin: 0 0.5em 0 0; +} +.acf-tab-group li a { + padding: 5px 10px; + display: block; + color: #555; + font-size: 14px; + font-weight: 600; + line-height: 24px; + border: #ccc solid 1px; + border-bottom: 0 none; + text-decoration: none; + background: #e5e5e5; + transition: none; +} +.acf-tab-group li a:hover { + background: #FFF; +} +.acf-tab-group li a:focus { + outline: none; + box-shadow: none; +} +.acf-tab-group li a:empty { + display: none; +} +html[dir=rtl] .acf-tab-group li { + margin: 0 0 0 0.5em; +} +.acf-tab-group li.active a { + background: #F1F1F1; + color: #000; + padding-bottom: 6px; + margin-bottom: -1px; + position: relative; + z-index: 1; +} + +.acf-fields > .acf-tab-wrap { + background: #F9F9F9; +} +.acf-fields > .acf-tab-wrap .acf-tab-group { + position: relative; + border-top: #ccd0d4 solid 1px; + border-bottom: #ccd0d4 solid 1px; + z-index: 2; + margin-bottom: -1px; +} +.acf-fields > .acf-tab-wrap .acf-tab-group li a { + background: #f1f1f1; + border-color: #ccd0d4; +} +.acf-fields > .acf-tab-wrap .acf-tab-group li a:hover { + background: #FFF; +} +.acf-fields > .acf-tab-wrap .acf-tab-group li.active a { + background: #FFFFFF; +} +.acf-admin-3-8 .acf-fields > .acf-tab-wrap .acf-tab-group { + border-color: #dfdfdf; +} +.acf-fields > .acf-tab-wrap:first-child .acf-tab-group { + border-top: none; +} + +.acf-fields.-left > .acf-tab-wrap .acf-tab-group { + padding-left: 20%; + /* mobile */ + /* rtl */ +} +@media screen and (max-width: 640px) { + .acf-fields.-left > .acf-tab-wrap .acf-tab-group { + padding-left: 10px; + } +} +html[dir=rtl] .acf-fields.-left > .acf-tab-wrap .acf-tab-group { + padding-left: 0; + padding-right: 20%; + /* mobile */ +} +@media screen and (max-width: 850px) { + html[dir=rtl] .acf-fields.-left > .acf-tab-wrap .acf-tab-group { + padding-right: 10px; + } +} + +.acf-tab-wrap.-left .acf-tab-group { + position: absolute; + left: 0; + width: 20%; + border: 0 none; + padding: 0 !important; + /* important overrides 'left aligned labels' */ + margin: 1px 0 0; +} +.acf-tab-wrap.-left .acf-tab-group li { + float: none; + margin: -1px 0 0; +} +.acf-tab-wrap.-left .acf-tab-group li a { + border: 1px solid #ededed; + font-size: 13px; + line-height: 18px; + color: #0073aa; + padding: 10px; + margin: 0; + font-weight: normal; + border-width: 1px 0; + border-radius: 0; + background: transparent; +} +.acf-tab-wrap.-left .acf-tab-group li a:hover { + color: #00a0d2; +} +.acf-tab-wrap.-left .acf-tab-group li.active a { + border-color: #DFDFDF; + color: #000; + margin-right: -1px; + background: #fff; +} +html[dir=rtl] .acf-tab-wrap.-left .acf-tab-group { + left: auto; + right: 0; +} +html[dir=rtl] .acf-tab-wrap.-left .acf-tab-group li.active a { + margin-right: 0; + margin-left: -1px; +} +.acf-field + .acf-tab-wrap.-left:before { + content: ""; + display: block; + position: relative; + z-index: 1; + height: 10px; + border-top: #DFDFDF solid 1px; + border-bottom: #DFDFDF solid 1px; + margin-bottom: -1px; +} +.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a { + border-top: none; +} + +/* sidebar */ +.acf-fields.-sidebar { + padding: 0 0 0 20% !important; + position: relative; + /* before */ + /* rtl */ +} +.acf-fields.-sidebar:before { + content: ""; + display: block; + position: absolute; + top: 0; + left: 0; + width: 20%; + bottom: 0; + border-right: #DFDFDF solid 1px; + background: #F9F9F9; + z-index: 1; +} +html[dir=rtl] .acf-fields.-sidebar { + padding: 0 20% 0 0 !important; +} +html[dir=rtl] .acf-fields.-sidebar:before { + border-left: #DFDFDF solid 1px; + border-right-width: 0; + left: auto; + right: 0; +} +.acf-fields.-sidebar.-left { + padding: 0 0 0 180px !important; + /* rtl */ +} +html[dir=rtl] .acf-fields.-sidebar.-left { + padding: 0 180px 0 0 !important; +} +.acf-fields.-sidebar.-left:before { + background: #F1F1F1; + border-color: #dfdfdf; + width: 180px; +} +.acf-fields.-sidebar.-left > .acf-tab-wrap.-left .acf-tab-group { + width: 180px; +} +.acf-fields.-sidebar.-left > .acf-tab-wrap.-left .acf-tab-group li a { + border-color: #e4e4e4; +} +.acf-fields.-sidebar.-left > .acf-tab-wrap.-left .acf-tab-group li.active a { + background: #F9F9F9; +} +.acf-fields.-sidebar > .acf-field-tab + .acf-field { + border-top: none; +} + +.acf-fields.-clear > .acf-tab-wrap { + background: transparent; +} +.acf-fields.-clear > .acf-tab-wrap .acf-tab-group { + margin-top: 0; + border-top: none; + padding-left: 0; + padding-right: 0; +} +.acf-fields.-clear > .acf-tab-wrap .acf-tab-group li a { + background: #e5e5e5; +} +.acf-fields.-clear > .acf-tab-wrap .acf-tab-group li a:hover { + background: #fff; +} +.acf-fields.-clear > .acf-tab-wrap .acf-tab-group li.active a { + background: #f1f1f1; +} + +/* seamless */ +.acf-postbox.seamless > .acf-fields.-sidebar { + margin-left: 0 !important; +} +.acf-postbox.seamless > .acf-fields.-sidebar:before { + background: transparent; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap { + background: transparent; + margin-bottom: 10px; + padding-left: 12px; + padding-right: 12px; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group { + border-top: 0 none; + border-color: #ccd0d4; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li a { + background: #e5e5e5; + border-color: #ccd0d4; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li a:hover { + background: #fff; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap .acf-tab-group li.active a { + background: #f1f1f1; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left:before { + border-top: none; + height: auto; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group { + margin-bottom: 0; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a { + border-width: 1px 0 1px 1px !important; + border-color: #cccccc; + background: #e5e5e5; +} +.acf-postbox.seamless > .acf-fields > .acf-tab-wrap.-left .acf-tab-group li.active a { + background: #f1f1f1; +} + +.menu-edit .acf-fields.-clear > .acf-tab-wrap .acf-tab-group li a, +.widget .acf-fields.-clear > .acf-tab-wrap .acf-tab-group li a { + background: #f1f1f1; +} +.menu-edit .acf-fields.-clear > .acf-tab-wrap .acf-tab-group li a:hover, .menu-edit .acf-fields.-clear > .acf-tab-wrap .acf-tab-group li.active a, +.widget .acf-fields.-clear > .acf-tab-wrap .acf-tab-group li a:hover, +.widget .acf-fields.-clear > .acf-tab-wrap .acf-tab-group li.active a { + background: #fff; +} + +.compat-item .acf-tab-wrap td { + display: block; +} + +/* within gallery sidebar */ +.acf-gallery-side .acf-tab-wrap { + border-top: 0 none !important; +} + +.acf-gallery-side .acf-tab-wrap .acf-tab-group { + margin: 10px 0 !important; + padding: 0 !important; +} + +.acf-gallery-side .acf-tab-group li.active a { + background: #F9F9F9 !important; +} + +/* withing widget */ +.widget .acf-tab-group { + border-bottom-color: #e8e8e8; +} + +.widget .acf-tab-group li a { + background: #F1F1F1; +} + +.widget .acf-tab-group li.active a { + background: #fff; +} + +/* media popup (edit image) */ +.media-modal.acf-expanded .compat-attachment-fields > tbody > tr.acf-tab-wrap .acf-tab-group { + padding-left: 23%; + border-bottom-color: #DDDDDD; +} + +/* table */ +.form-table > tbody > tr.acf-tab-wrap .acf-tab-group { + padding: 0 5px 0 210px; +} + +/* rtl */ +html[dir=rtl] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { + padding: 0 210px 0 5px; +} + +/*-------------------------------------------------------------------------------------------- +* +* oembed +* +*--------------------------------------------------------------------------------------------*/ +.acf-oembed { + position: relative; + border: #ccd0d4 solid 1px; + background: #fff; +} +.acf-oembed .title { + position: relative; + border-bottom: #ccd0d4 solid 1px; + padding: 5px 10px; +} +.acf-oembed .title .input-search { + margin: 0; + font-size: 14px; + line-height: 30px; + height: 30px; + padding: 0; + border: 0 none; + box-shadow: none; + border-radius: 0; + font-family: inherit; + cursor: text; +} +.acf-oembed .title .acf-actions { + padding: 6px; +} +.acf-oembed .canvas { + position: relative; + min-height: 250px; + background: #F9F9F9; +} +.acf-oembed .canvas .canvas-media { + position: relative; + z-index: 1; +} +.acf-oembed .canvas iframe { + display: block; + margin: 0; + padding: 0; + width: 100%; +} +.acf-oembed .canvas .acf-icon.-picture { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + z-index: 0; + height: 42px; + width: 42px; + font-size: 42px; + color: #999; +} +.acf-oembed .canvas .acf-loading-overlay { + background: rgba(255, 255, 255, 0.9); +} +.acf-oembed .canvas .canvas-error { + position: absolute; + top: 50%; + left: 0%; + right: 0%; + margin: -9px 0 0 0; + text-align: center; + display: none; +} +.acf-oembed .canvas .canvas-error p { + padding: 8px; + margin: 0; + display: inline; +} +.acf-oembed.has-value .canvas { + min-height: 50px; +} +.acf-oembed.has-value .input-search { + font-weight: bold; +} +.acf-oembed.has-value .title:hover .acf-actions { + display: block; +} + +/*-------------------------------------------------------------------------------------------- +* +* Image +* +*--------------------------------------------------------------------------------------------*/ +.acf-image-uploader { + position: relative; + /* image wrap*/ + /* input */ + /* rtl */ +} +.acf-image-uploader:after { + display: block; + clear: both; + content: ""; +} +.acf-image-uploader p { + margin: 0; +} +.acf-image-uploader .image-wrap { + position: relative; + float: left; + /* hover */ +} +.acf-image-uploader .image-wrap img { + max-width: 100%; + max-height: 100%; + width: auto; + height: auto; + display: block; + min-width: 30px; + min-height: 30px; + background: #f1f1f1; + margin: 0; + padding: 0; + /* svg */ +} +.acf-image-uploader .image-wrap img[src$=".svg"] { + min-height: 100px; + min-width: 100px; +} +.acf-image-uploader .image-wrap:hover .acf-actions { + display: block; +} +.acf-image-uploader input.button { + width: auto; +} +html[dir=rtl] .acf-image-uploader .image-wrap { + float: right; +} + +/*-------------------------------------------------------------------------------------------- +* +* File +* +*--------------------------------------------------------------------------------------------*/ +.acf-file-uploader { + position: relative; + /* hover */ + /* rtl */ +} +.acf-file-uploader p { + margin: 0; +} +.acf-file-uploader .file-wrap { + border: #ccd0d4 solid 1px; + min-height: 84px; + position: relative; + background: #fff; +} +.acf-file-uploader .file-icon { + position: absolute; + top: 0; + left: 0; + bottom: 0; + padding: 10px; + background: #F1F1F1; + border-right: #d5d9dd solid 1px; +} +.acf-file-uploader .file-icon img { + display: block; + padding: 0; + margin: 0; + max-width: 48px; +} +.acf-file-uploader .file-info { + padding: 10px; + margin-left: 69px; +} +.acf-file-uploader .file-info p { + margin: 0 0 2px; + font-size: 13px; + line-height: 1.4em; + word-break: break-all; +} +.acf-file-uploader .file-info a { + text-decoration: none; +} +.acf-file-uploader:hover .acf-actions { + display: block; +} +html[dir=rtl] .acf-file-uploader .file-icon { + left: auto; + right: 0; + border-left: #E5E5E5 solid 1px; + border-right: none; +} +html[dir=rtl] .acf-file-uploader .file-info { + margin-right: 69px; + margin-left: 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* Date Picker +* +*---------------------------------------------------------------------------------------------*/ +.acf-ui-datepicker .ui-datepicker { + z-index: 900000 !important; +} +.acf-ui-datepicker .ui-datepicker .ui-widget-header a { + cursor: pointer; + transition: none; +} + +/* fix highlight state overriding hover / active */ +.acf-ui-datepicker .ui-state-highlight.ui-state-hover { + border: 1px solid #98b7e8 !important; + background: #98b7e8 !important; + font-weight: normal !important; + color: #ffffff !important; +} + +.acf-ui-datepicker .ui-state-highlight.ui-state-active { + border: 1px solid #3875d7 !important; + background: #3875d7 !important; + font-weight: normal !important; + color: #ffffff !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Separator field +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-separator { + /* fields */ +} +.acf-field-separator .acf-label { + margin-bottom: 0; +} +.acf-field-separator .acf-label label { + font-weight: normal; +} +.acf-field-separator .acf-input { + display: none; +} +.acf-fields > .acf-field-separator { + background: #f9f9f9; + border-bottom: 1px solid #dfdfdf; + border-top: 1px solid #dfdfdf; + margin-bottom: -1px; + z-index: 2; +} + +/*--------------------------------------------------------------------------------------------- +* +* Taxonomy +* +*---------------------------------------------------------------------------------------------*/ +.acf-taxonomy-field { + position: relative; + /* hover */ + /* select */ +} +.acf-taxonomy-field .categorychecklist-holder { + border: #ccd0d4 solid 1px; + border-radius: 3px; + max-height: 200px; + overflow: auto; +} +.acf-taxonomy-field .acf-checkbox-list { + margin: 0; + padding: 10px; +} +.acf-taxonomy-field .acf-checkbox-list ul.children { + padding-left: 18px; +} +.acf-taxonomy-field:hover .acf-actions { + display: block; +} +.acf-taxonomy-field[data-ftype=select] .acf-actions { + padding: 0; + margin: -9px; +} + +/*--------------------------------------------------------------------------------------------- +* +* Range +* +*---------------------------------------------------------------------------------------------*/ +.acf-range-wrap { + /* rtl */ +} +.acf-range-wrap .acf-append, +.acf-range-wrap .acf-prepend { + display: inline-block; + vertical-align: middle; + line-height: 28px; + margin: 0 7px 0 0; +} +.acf-range-wrap .acf-append { + margin: 0 0 0 7px; +} +.acf-range-wrap input[type=range] { + display: inline-block; + padding: 0; + margin: 0; + vertical-align: middle; + height: 28px; +} +.acf-range-wrap input[type=range]:focus { + outline: none; +} +.acf-range-wrap input[type=number] { + display: inline-block; + min-width: 3em; + margin-left: 10px; + vertical-align: middle; +} +html[dir=rtl] .acf-range-wrap input[type=number] { + margin-right: 10px; + margin-left: 0; +} +html[dir=rtl] .acf-range-wrap .acf-append { + margin: 0 7px 0 0; +} +html[dir=rtl] .acf-range-wrap .acf-prepend { + margin: 0 0 0 7px; +} + +/*--------------------------------------------------------------------------------------------- +* +* acf-accordion +* +*---------------------------------------------------------------------------------------------*/ +.acf-accordion { + margin: -1px 0; + padding: 0; + background: #fff; + border-top: 1px solid #d5d9dd; + border-bottom: 1px solid #d5d9dd; + z-index: 1; +} +.acf-accordion .acf-accordion-title { + margin: 0; + padding: 12px; + font-weight: bold; + cursor: pointer; + font-size: inherit; + font-size: 13px; + line-height: 1.4em; +} +.acf-accordion .acf-accordion-title:hover { + background: #f3f4f5; +} +.acf-accordion .acf-accordion-title label { + margin: 0; + padding: 0; + font-size: 13px; + line-height: 1.4em; +} +.acf-accordion .acf-accordion-title p { + font-weight: normal; +} +.acf-accordion .acf-accordion-title .acf-accordion-icon { + float: right; +} +.acf-accordion .acf-accordion-title svg.acf-accordion-icon { + position: absolute; + right: 10px; + top: 50%; + transform: translateY(-50%); + color: #191e23; + fill: currentColor; +} +.acf-accordion .acf-accordion-content { + margin: 0; + padding: 0 12px 12px; + display: none; +} +.acf-accordion.-open > .acf-accordion-content { + display: block; +} + +.acf-field.acf-accordion { + margin: -1px 0; + padding: 0 !important; + border-color: #d5d9dd; +} +.acf-field.acf-accordion .acf-label.acf-accordion-title { + padding: 12px; + width: auto; + float: none; + width: auto; +} +.acf-field.acf-accordion .acf-input.acf-accordion-content { + padding: 0; + float: none; + width: auto; +} +.acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields { + border-top: #eeeeee solid 1px; +} +.acf-field.acf-accordion .acf-input.acf-accordion-content > .acf-fields.-clear { + padding: 0 12px 15px; +} + +/* field specific (left) */ +.acf-fields.-left > .acf-field.acf-accordion:before { + display: none; +} +.acf-fields.-left > .acf-field.acf-accordion .acf-accordion-title { + width: auto; + margin: 0 !important; + padding: 12px; + float: none !important; +} +.acf-fields.-left > .acf-field.acf-accordion .acf-accordion-content { + padding: 0 !important; +} + +/* field specific (clear) */ +.acf-fields.-clear > .acf-field.acf-accordion { + border: #cccccc solid 1px; + background: transparent; +} +.acf-fields.-clear > .acf-field.acf-accordion + .acf-field.acf-accordion { + margin-top: -16px; +} + +/* table */ +tr.acf-field.acf-accordion { + background: transparent; +} +tr.acf-field.acf-accordion > .acf-input { + padding: 0 !important; + border: #cccccc solid 1px; +} +tr.acf-field.acf-accordion .acf-accordion-content { + padding: 0 12px 12px; +} + +/* #addtag */ +#addtag div.acf-field.error { + border: 0 none; + padding: 8px 0; +} + +#addtag > .acf-field.acf-accordion { + padding-right: 0; + margin-right: 5%; +} +#addtag > .acf-field.acf-accordion + p.submit { + margin-top: 0; +} + +/* border */ +tr.acf-accordion { + margin: 15px 0 !important; +} +tr.acf-accordion + tr.acf-accordion { + margin-top: -16px !important; +} + +/* seamless */ +.acf-postbox.seamless > .acf-fields > .acf-accordion { + margin-left: 12px; + margin-right: 12px; + border: #ccd0d4 solid 1px; +} + +/* rtl */ +/* menu item */ +/* +.menu-item-settings > .field-acf > .acf-field.acf-accordion { + border: #dfdfdf solid 1px; + margin: 10px -13px 10px -11px; + + + .acf-field.acf-accordion { + margin-top: -11px; + } +} +*/ +/* widget */ +.widget .widget-content > .acf-field.acf-accordion { + border: #dfdfdf solid 1px; + margin-bottom: 10px; +} +.widget .widget-content > .acf-field.acf-accordion .acf-accordion-title { + margin-bottom: 0; +} +.widget .widget-content > .acf-field.acf-accordion + .acf-field.acf-accordion { + margin-top: -11px; +} + +.media-modal .compat-attachment-fields .acf-field.acf-accordion + .acf-field.acf-accordion { + margin-top: -1px; +} +.media-modal .compat-attachment-fields .acf-field.acf-accordion > .acf-input { + width: 100%; +} +.media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields > tbody > tr > td { + padding-bottom: 5px; +} + +/*--------------------------------------------------------------------------------------------- +* +* Block Editor +* +*---------------------------------------------------------------------------------------------*/ +.block-editor .edit-post-sidebar .acf-postbox > .postbox-header, +.block-editor .edit-post-sidebar .acf-postbox > .hndle { + border-bottom-width: 0 !important; +} +.block-editor .edit-post-sidebar .acf-postbox.closed > .postbox-header, +.block-editor .edit-post-sidebar .acf-postbox.closed > .hndle { + border-bottom-width: 1px !important; +} +.block-editor .edit-post-sidebar .acf-fields { + min-height: 1px; + overflow: auto; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field { + border-width: 0; + border-color: #e2e4e7; + margin: 16px; + padding: 0; + width: auto !important; + min-height: 0 !important; + float: none !important; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field > .acf-label { + margin-bottom: 5px; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field > .acf-label label { + font-weight: normal; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field.acf-accordion { + padding: 0; + margin: 0; + border-top-width: 1px; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field.acf-accordion:first-child { + border-top-width: 0; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field.acf-accordion .acf-accordion-title { + margin: 0; + padding: 15px; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field.acf-accordion .acf-accordion-title label { + font-weight: bold; +} +.block-editor .edit-post-sidebar .acf-fields > .acf-field.acf-accordion .acf-accordion-content > .acf-fields { + border-top-width: 0; +} + +/*-------------------------------------------------------------------------------------------- +* +* User +* +*--------------------------------------------------------------------------------------------*/ +.form-table > tbody { + /* field */ + /* tab wrap */ + /* misc */ +} +.form-table > tbody > .acf-field { + /* label */ + /* input */ +} +.form-table > tbody > .acf-field > .acf-label { + padding: 20px 10px 20px 0; + width: 210px; + /* rtl */ +} +html[dir=rtl] .form-table > tbody > .acf-field > .acf-label { + padding: 20px 0 20px 10px; +} +.form-table > tbody > .acf-field > .acf-label label { + font-size: 14px; + color: #23282d; +} +.form-table > tbody > .acf-field > .acf-input { + padding: 15px 10px; + /* rtl */ +} +html[dir=rtl] .form-table > tbody > .acf-field > .acf-input { + padding: 15px 10px 15px 5%; +} +.form-table > tbody > .acf-tab-wrap td { + padding: 15px 5% 15px 0; + /* rtl */ +} +html[dir=rtl] .form-table > tbody > .acf-tab-wrap td { + padding: 15px 0 15px 5%; +} +.form-table > tbody .form-table th.acf-th { + width: auto; +} + +#your-profile, +#createuser { + /* override for user css */ + /* allow sub fields to display correctly */ +} +#your-profile .acf-field input[type=text], +#your-profile .acf-field input[type=password], +#your-profile .acf-field input[type=number], +#your-profile .acf-field input[type=search], +#your-profile .acf-field input[type=email], +#your-profile .acf-field input[type=url], +#your-profile .acf-field select, +#createuser .acf-field input[type=text], +#createuser .acf-field input[type=password], +#createuser .acf-field input[type=number], +#createuser .acf-field input[type=search], +#createuser .acf-field input[type=email], +#createuser .acf-field input[type=url], +#createuser .acf-field select { + max-width: 25em; +} +#your-profile .acf-field textarea, +#createuser .acf-field textarea { + max-width: 500px; +} +#your-profile .acf-field .acf-field input[type=text], +#your-profile .acf-field .acf-field input[type=password], +#your-profile .acf-field .acf-field input[type=number], +#your-profile .acf-field .acf-field input[type=search], +#your-profile .acf-field .acf-field input[type=email], +#your-profile .acf-field .acf-field input[type=url], +#your-profile .acf-field .acf-field textarea, +#your-profile .acf-field .acf-field select, +#createuser .acf-field .acf-field input[type=text], +#createuser .acf-field .acf-field input[type=password], +#createuser .acf-field .acf-field input[type=number], +#createuser .acf-field .acf-field input[type=search], +#createuser .acf-field .acf-field input[type=email], +#createuser .acf-field .acf-field input[type=url], +#createuser .acf-field .acf-field textarea, +#createuser .acf-field .acf-field select { + max-width: none; +} + +#registerform h2 { + margin: 1em 0; +} +#registerform .acf-field { + margin-top: 0; + /* + .acf-input { + input { + font-size: 24px; + padding: 5px; + height: auto; + } + } + */ +} +#registerform .acf-field .acf-label { + margin-bottom: 0; +} +#registerform .acf-field .acf-label label { + font-weight: normal; + line-height: 1.5; +} +#registerform p.submit { + text-align: right; +} + +/*-------------------------------------------------------------------------------------------- +* +* Term +* +*--------------------------------------------------------------------------------------------*/ +#acf-term-fields { + padding-right: 5%; +} +#acf-term-fields > .acf-field > .acf-label { + margin: 0; +} +#acf-term-fields > .acf-field > .acf-label label { + font-size: 12px; + font-weight: normal; +} + +p.submit .spinner, +p.submit .acf-spinner { + vertical-align: top; + float: none; + margin: 4px 4px 0; +} + +#edittag .acf-fields.-left > .acf-field { + padding-left: 220px; +} +#edittag .acf-fields.-left > .acf-field:before { + width: 209px; +} +#edittag .acf-fields.-left > .acf-field > .acf-label { + width: 220px; + margin-left: -220px; + padding: 0 10px; +} +#edittag .acf-fields.-left > .acf-field > .acf-input { + padding: 0; +} + +#edittag > .acf-fields.-left { + width: 96%; +} +#edittag > .acf-fields.-left > .acf-field > .acf-label { + padding-left: 0; +} + +/*-------------------------------------------------------------------------------------------- +* +* Comment +* +*--------------------------------------------------------------------------------------------*/ +.editcomment td:first-child { + white-space: nowrap; + width: 131px; +} + +/*-------------------------------------------------------------------------------------------- +* +* Widget +* +*--------------------------------------------------------------------------------------------*/ +#widgets-right .widget .acf-field .description { + padding-left: 0; + padding-right: 0; +} + +.acf-widget-fields > .acf-field .acf-label { + margin-bottom: 5px; +} +.acf-widget-fields > .acf-field .acf-label label { + font-weight: normal; + margin: 0; +} + +/*-------------------------------------------------------------------------------------------- +* +* Nav Menu +* +*--------------------------------------------------------------------------------------------*/ +.acf-menu-settings { + border-top: 1px solid #eee; + margin-top: 2em; +} +.acf-menu-settings.-seamless { + border-top: none; + margin-top: 15px; +} +.acf-menu-settings.-seamless > h2 { + display: none; +} +.acf-menu-settings .list li { + display: block; + margin-bottom: 0; +} + +.acf-fields.acf-menu-item-fields { + clear: both; + padding-top: 1px; +} +.acf-fields.acf-menu-item-fields > .acf-field { + margin: 5px 0; + padding-right: 10px; +} +.acf-fields.acf-menu-item-fields > .acf-field .acf-label { + margin-bottom: 0; +} +.acf-fields.acf-menu-item-fields > .acf-field .acf-label label { + font-style: italic; + font-weight: normal; +} + +/*--------------------------------------------------------------------------------------------- +* +* Attachment Form (single) +* +*---------------------------------------------------------------------------------------------*/ +#post .compat-attachment-fields .compat-field-acf-form-data { + display: none; +} +#post .compat-attachment-fields, +#post .compat-attachment-fields > tbody, +#post .compat-attachment-fields > tbody > tr, +#post .compat-attachment-fields > tbody > tr > th, +#post .compat-attachment-fields > tbody > tr > td { + display: block; +} +#post .compat-attachment-fields > tbody > .acf-field { + margin: 15px 0; +} +#post .compat-attachment-fields > tbody > .acf-field > .acf-label { + margin: 0; +} +#post .compat-attachment-fields > tbody > .acf-field > .acf-label label { + margin: 0; + padding: 0; +} +#post .compat-attachment-fields > tbody > .acf-field > .acf-label label p { + margin: 0 0 3px !important; +} +#post .compat-attachment-fields > tbody > .acf-field > .acf-input { + margin: 0; +} + +/*--------------------------------------------------------------------------------------------- +* +* Media Model +* +*---------------------------------------------------------------------------------------------*/ +/* WP sets tables to act as divs. ACF uses tables, so these muct be reset */ +.media-modal .compat-attachment-fields td.acf-input table { + display: table; + table-layout: auto; +} +.media-modal .compat-attachment-fields td.acf-input table tbody { + display: table-row-group; +} +.media-modal .compat-attachment-fields td.acf-input table tr { + display: table-row; +} +.media-modal .compat-attachment-fields td.acf-input table td, .media-modal .compat-attachment-fields td.acf-input table th { + display: table-cell; +} + +/* field widths floats */ +.media-modal .compat-attachment-fields > tbody > .acf-field { + margin: 5px 0; +} +.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label { + min-width: 30%; + margin: 0; + padding: 0; + float: left; + text-align: right; + display: block; + float: left; +} +.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label > label { + padding-top: 6px; + margin: 0; + color: #666666; + font-weight: 400; + line-height: 16px; +} +.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-input { + width: 65%; + margin: 0; + padding: 0; + float: right; + display: block; +} +.media-modal .compat-attachment-fields > tbody > .acf-field p.description { + margin: 0; +} + +/* restricted selection (copy of WP .upload-errors)*/ +.acf-selection-error { + background: #ffebe8; + border: 1px solid #c00; + border-radius: 3px; + padding: 8px; + margin: 20px 0 0; +} +.acf-selection-error .selection-error-label { + background: #CC0000; + border-radius: 3px; + color: #fff; + font-weight: bold; + margin-right: 8px; + padding: 2px 4px; +} +.acf-selection-error .selection-error-message { + color: #b44; + display: block; + padding-top: 8px; + word-wrap: break-word; + white-space: pre-wrap; +} + +/* disabled attachment */ +.media-modal .attachment.acf-disabled .thumbnail { + opacity: 0.25 !important; +} +.media-modal .attachment.acf-disabled .attachment-preview:before { + background: rgba(0, 0, 0, 0.15); + z-index: 1; + position: relative; +} + +/* misc */ +.media-modal { + /* compat-item */ + /* allow line breaks in upload error */ + /* fix required span */ + /* sidebar */ + /* mobile md */ +} +.media-modal .compat-field-acf-form-data, +.media-modal .compat-field-acf-blank { + display: none !important; +} +.media-modal .upload-error-message { + white-space: pre-wrap; +} +.media-modal .acf-required { + padding: 0 !important; + margin: 0 !important; + float: none !important; + color: #f00 !important; +} +.media-modal .media-sidebar .compat-item { + padding-bottom: 20px; +} +@media (max-width: 900px) { + .media-modal { + /* label */ + /* field */ + } + .media-modal .setting span, +.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-label { + width: 98%; + float: none; + text-align: left; + min-height: 0; + padding: 0; + } + .media-modal .setting input, +.media-modal .setting textarea, +.media-modal .compat-attachment-fields > tbody > .acf-field > .acf-input { + float: none; + height: auto; + max-width: none; + width: 98%; + } +} + +/*--------------------------------------------------------------------------------------------- +* +* Media Model (expand details) +* +*---------------------------------------------------------------------------------------------*/ +.media-modal .acf-expand-details { + float: right; + padding: 8px 10px; + margin-right: 6px; + font-size: 13px; + height: 18px; + line-height: 18px; + color: #666; + text-decoration: none; +} +.media-modal .acf-expand-details:focus, .media-modal .acf-expand-details:active { + outline: 0 none; + box-shadow: none; + color: #666; +} +.media-modal .acf-expand-details:hover { + color: #000; +} +.media-modal .acf-expand-details .is-open { + display: none; +} +.media-modal .acf-expand-details .is-closed { + display: block; +} +@media (max-width: 640px) { + .media-modal .acf-expand-details { + display: none; + } +} + +/* expanded */ +.media-modal.acf-expanded { + /* toggle */ +} +.media-modal.acf-expanded .acf-expand-details .is-open { + display: block; +} +.media-modal.acf-expanded .acf-expand-details .is-closed { + display: none; +} +.media-modal.acf-expanded .attachments-browser .media-toolbar, +.media-modal.acf-expanded .attachments-browser .attachments { + right: 740px; +} +.media-modal.acf-expanded .media-sidebar { + width: 708px; +} +.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail { + float: left; + max-height: none; +} +.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img { + max-width: 100%; + max-height: 200px; +} +.media-modal.acf-expanded .media-sidebar .attachment-info .details { + float: right; +} +.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail, +.media-modal.acf-expanded .media-sidebar .attachment-details .setting .name, +.media-modal.acf-expanded .media-sidebar .compat-attachment-fields > tbody > .acf-field > .acf-label { + min-width: 20%; + margin-right: 0; +} +.media-modal.acf-expanded .media-sidebar .attachment-info .details, +.media-modal.acf-expanded .media-sidebar .attachment-details .setting input, +.media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea, +.media-modal.acf-expanded .media-sidebar .attachment-details .setting + .description, +.media-modal.acf-expanded .media-sidebar .compat-attachment-fields > tbody > .acf-field > .acf-input { + min-width: 77%; +} +@media (max-width: 900px) { + .media-modal.acf-expanded .attachments-browser .media-toolbar { + display: none; + } + .media-modal.acf-expanded .attachments { + display: none; + } + .media-modal.acf-expanded .media-sidebar { + width: auto; + max-width: none !important; + bottom: 0 !important; + } + .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail { + min-width: 0; + max-width: none; + width: 30%; + } + .media-modal.acf-expanded .media-sidebar .attachment-info .details { + min-width: 0; + max-width: none; + width: 67%; + } +} +@media (max-width: 640px) { + .media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail, .media-modal.acf-expanded .media-sidebar .attachment-info .details { + width: 100%; + } +} + +/*--------------------------------------------------------------------------------------------- +* +* ACF Media Model +* +*---------------------------------------------------------------------------------------------*/ +.acf-media-modal { + /* hide embed settings */ +} +.acf-media-modal .media-embed .setting.align, +.acf-media-modal .media-embed .setting.link-to { + display: none; +} + +/*--------------------------------------------------------------------------------------------- +* +* ACF Media Model (Select Mode) +* +*---------------------------------------------------------------------------------------------*/ +/*--------------------------------------------------------------------------------------------- +* +* ACF Media Model (Edit Mode) +* +*---------------------------------------------------------------------------------------------*/ +.acf-media-modal.-edit { + /* resize modal */ + left: 15%; + right: 15%; + top: 100px; + bottom: 100px; + /* hide elements */ + /* full width */ + /* tidy up incorrect distance */ + /* title box shadow (to match media grid) */ + /* sidebar */ + /* mobile md */ + /* mobile sm */ +} +.acf-media-modal.-edit .media-frame-menu, +.acf-media-modal.-edit .media-frame-router, +.acf-media-modal.-edit .media-frame-content .attachments, +.acf-media-modal.-edit .media-frame-content .media-toolbar { + display: none; +} +.acf-media-modal.-edit .media-frame-title, +.acf-media-modal.-edit .media-frame-content, +.acf-media-modal.-edit .media-frame-toolbar, +.acf-media-modal.-edit .media-sidebar { + width: auto; + left: 0; + right: 0; +} +.acf-media-modal.-edit .media-frame-content { + top: 50px; +} +.acf-media-modal.-edit .media-frame-title { + border-bottom: 1px solid #DFDFDF; + box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1); +} +.acf-media-modal.-edit .media-sidebar { + padding: 0 16px; + /* WP details */ + /* ACF fields */ + /* WP required message */ +} +.acf-media-modal.-edit .media-sidebar .attachment-details { + overflow: visible; + /* hide 'Attachment Details' heading */ + /* remove overflow */ + /* move thumbnail */ +} +.acf-media-modal.-edit .media-sidebar .attachment-details > h3, .acf-media-modal.-edit .media-sidebar .attachment-details > h2 { + display: none; +} +.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info { + background: #fff; + border-bottom: #dddddd solid 1px; + padding: 16px; + margin: 0 -16px 16px; +} +.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail { + margin: 0 16px 0 0; +} +.acf-media-modal.-edit .media-sidebar .attachment-details .setting { + margin: 0 0 5px; +} +.acf-media-modal.-edit .media-sidebar .attachment-details .setting span { + margin: 0; +} +.acf-media-modal.-edit .media-sidebar .compat-attachment-fields > tbody > .acf-field { + margin: 0 0 5px; +} +.acf-media-modal.-edit .media-sidebar .compat-attachment-fields > tbody > .acf-field p.description { + margin-top: 3px; +} +.acf-media-modal.-edit .media-sidebar .media-types-required-info { + display: none; +} +@media (max-width: 900px) { + .acf-media-modal.-edit { + top: 30px; + right: 30px; + bottom: 30px; + left: 30px; + } +} +@media (max-width: 640px) { + .acf-media-modal.-edit { + top: 0; + right: 0; + bottom: 0; + left: 0; + } +} +@media (max-width: 480px) { + .acf-media-modal.-edit .media-frame-content { + top: 40px; + } +} + +.acf-temp-remove { + position: relative; + opacity: 1; + -webkit-transition: all 0.25s ease; + -moz-transition: all 0.25s ease; + -o-transition: all 0.25s ease; + transition: all 0.25s ease; + overflow: hidden; + /* overlay prevents hover */ +} +.acf-temp-remove:after { + display: block; + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 99; +} + +.hidden-by-conditional-logic { + display: none !important; +} +.hidden-by-conditional-logic.appear-empty { + display: table-cell !important; +} +.hidden-by-conditional-logic.appear-empty .acf-input { + display: none !important; +} + +.acf-postbox.acf-hidden { + display: none !important; +} + +.acf-attention { + transition: border 0.25s ease-out; +} +.acf-attention.-focused { + border: #23282d solid 1px !important; + transition: none; +} + +tr.acf-attention { + transition: box-shadow 0.25s ease-out; + position: relative; +} +tr.acf-attention.-focused { + box-shadow: #23282d 0 0 0px 1px !important; +} + +#editor .edit-post-layout__metaboxes { + padding: 0; +} +#editor .edit-post-layout__metaboxes .edit-post-meta-boxes-area { + margin: 0; +} +#editor .metabox-location-side .postbox-container { + float: none; +} +#editor .postbox { + color: #444; +} +#editor .postbox > .postbox-header .hndle { + border-bottom: none; +} +#editor .postbox > .postbox-header .hndle:hover { + background: transparent; +} +#editor .postbox > .postbox-header .handle-actions .handle-order-higher, +#editor .postbox > .postbox-header .handle-actions .handle-order-lower { + width: 1.62rem; +} +#editor .postbox > .postbox-header .handle-actions .acf-hndle-cog { + height: 44px; + line-height: 44px; +} +#editor .postbox > .postbox-header:hover { + background: #f0f0f0; +} +#editor .postbox:last-child.closed > .postbox-header { + border-bottom: none; +} +#editor .postbox:last-child > .inside { + border-bottom: none; +} +#editor .block-editor-writing-flow__click-redirect { + min-height: 50px; +} + +body.is-dragging-metaboxes #acf_after_title-sortables { + outline: 3px dashed #646970; + display: flow-root; + min-height: 60px; + margin-bottom: 3px !important; +} \ No newline at end of file diff --git a/assets/build/css/acf-input.min.css b/assets/build/css/acf-input.min.css new file mode 100644 index 0000000..d1da899 --- /dev/null +++ b/assets/build/css/acf-input.min.css @@ -0,0 +1 @@ +.acf-field,.acf-field .acf-input,.acf-field .acf-label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.acf-field{margin:15px 0;clear:both}.acf-field p.description{display:block;margin:0;padding:0}.acf-field .acf-label{vertical-align:top;margin:0 0 10px}.acf-field .acf-label label{display:block;font-weight:700;margin:0 0 3px;padding:0}.acf-field .acf-label:empty{margin-bottom:0}.acf-field .acf-input{vertical-align:top}.acf-field .acf-input>p.description{margin-top:5px}.acf-field .acf-notice{margin:0 0 15px;background:#edf2ff;color:#0c6ca0;border-color:#2183b9}.acf-field .acf-notice.-error{background:#ffe6e6;color:#cc2727;border-color:#d12626}.acf-field .acf-notice.-success{background:#eefbe8;color:#0e7b17;border-color:#32a23b}.acf-field .acf-notice.-warning{background:#fff3e6;color:#bd4b0e;border-color:#d16226}td.acf-field,tr.acf-field{margin:0}.acf-field[data-width]{float:left;clear:none}.acf-field[data-width]+.acf-field[data-width]{border-left:1px solid #eee}html[dir=rtl] .acf-field[data-width]{float:right}html[dir=rtl] .acf-field[data-width]+.acf-field[data-width]{border-left:none;border-right:1px solid #eee}td.acf-field[data-width],tr.acf-field[data-width]{float:none}.acf-field.-c0{clear:both;border-left-width:0!important}html[dir=rtl] .acf-field.-c0{border-left-width:1px!important;border-right-width:0!important}.acf-field.-r0{border-top-width:0!important}.acf-fields{position:relative}.acf-fields:after{display:block;clear:both;content:""}.acf-fields.-border{border:#ccd0d4 solid 1px;background:#fff}.acf-fields>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:#eee solid 1px}.acf-fields>.acf-field:first-child{border-top:none;margin-top:0}td.acf-fields{padding:0!important}.acf-fields.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acf-fields.-clear>.acf-field[data-width]{border:none!important}.acf-fields.-clear>.acf-field>.acf-label{padding:0}.acf-fields.-clear>.acf-field>.acf-input{padding:0}.acf-fields.-left>.acf-field{padding:15px 0}.acf-fields.-left>.acf-field:after{display:block;clear:both;content:""}.acf-fields.-left>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#f9f9f9;border-color:#e1e1e1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acf-fields.-left>.acf-field[data-width]{float:none;width:auto!important;border-left-width:0!important;border-right-width:0!important}.acf-fields.-left>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acf-fields.-left>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir=rtl] .acf-fields.-left>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir=rtl] .acf-fields.-left>.acf-field>.acf-label{float:right}html[dir=rtl] .acf-fields.-left>.acf-field>.acf-input{float:right}#side-sortables .acf-fields.-left>.acf-field:before{display:none}#side-sortables .acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acf-fields.-left>.acf-field>.acf-input{width:100%}@media screen and (max-width:640px){.acf-fields.-left>.acf-field:before{display:none}.acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acf-fields.-left>.acf-field>.acf-input{width:100%}}.acf-fields.-clear.-left>.acf-field{padding:0;border:none}.acf-fields.-clear.-left>.acf-field:before{display:none}.acf-fields.-clear.-left>.acf-field>.acf-label{padding:0}.acf-fields.-clear.-left>.acf-field>.acf-input{padding:0}.acf-table tr.acf-field>td.acf-label{padding:15px 12px;margin:0;background:#f9f9f9;width:20%}.acf-table tr.acf-field>td.acf-input{padding:15px 12px;margin:0;border-left-color:#e1e1e1}.acf-sortable-tr-helper{position:relative!important;display:table-row!important}.acf-postbox{position:relative}.acf-postbox>.inside{margin:0!important;padding:0!important}.acf-postbox .acf-hndle-cog{color:#72777c;font-size:16px;line-height:36px;height:36px;width:1.62rem;position:relative;display:none}.acf-postbox .acf-hndle-cog:hover{color:#191e23}.acf-postbox>.hndle:hover .acf-hndle-cog,.acf-postbox>.postbox-header:hover .acf-hndle-cog{display:inline-block}.acf-postbox>.hndle .acf-hndle-cog{height:20px;line-height:20px;float:right;width:auto}.acf-postbox>.hndle .acf-hndle-cog:hover{color:#777}.acf-postbox .acf-replace-with-fields{padding:15px;text-align:center}#post-body-content #acf_after_title-sortables{margin:20px 0 -20px}.acf-postbox.seamless{border:0 none;background:0 0;box-shadow:none}.acf-postbox.seamless>.handlediv,.acf-postbox.seamless>.hndle,.acf-postbox.seamless>.postbox-header{display:none!important}.acf-postbox.seamless>.inside{display:block!important;margin-left:-12px!important;margin-right:-12px!important}.acf-postbox.seamless>.inside>.acf-field{border-color:transparent}.acf-postbox.seamless>.acf-fields.-left>.acf-field:before{display:none}@media screen and (max-width:782px){.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-input,.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-label{padding:0}}.acf-field input[type=date],.acf-field input[type=datetime-local],.acf-field input[type=datetime],.acf-field input[type=email],.acf-field input[type=month],.acf-field input[type=number],.acf-field input[type=password],.acf-field input[type=search],.acf-field input[type=tel],.acf-field input[type=text],.acf-field input[type=time],.acf-field input[type=url],.acf-field input[type=week],.acf-field select,.acf-field textarea{width:100%;padding:4px 8px;margin:0;box-sizing:border-box;font-size:14px;line-height:1.4}.acf-admin-3-8 .acf-field input[type=date],.acf-admin-3-8 .acf-field input[type=datetime-local],.acf-admin-3-8 .acf-field input[type=datetime],.acf-admin-3-8 .acf-field input[type=email],.acf-admin-3-8 .acf-field input[type=month],.acf-admin-3-8 .acf-field input[type=number],.acf-admin-3-8 .acf-field input[type=password],.acf-admin-3-8 .acf-field input[type=search],.acf-admin-3-8 .acf-field input[type=tel],.acf-admin-3-8 .acf-field input[type=text],.acf-admin-3-8 .acf-field input[type=time],.acf-admin-3-8 .acf-field input[type=url],.acf-admin-3-8 .acf-field input[type=week],.acf-admin-3-8 .acf-field select,.acf-admin-3-8 .acf-field textarea{padding:3px 5px}.acf-field textarea{resize:vertical}body.acf-browser-firefox .acf-field select{padding:4px 5px}.acf-input-append,.acf-input-prepend,.acf-input-wrap{box-sizing:border-box}.acf-input-append,.acf-input-prepend{font-size:14px;line-height:1.4;padding:4px 8px;background:#f5f5f5;border:#7e8993 solid 1px;min-height:30px}.acf-admin-3-8 .acf-input-append,.acf-admin-3-8 .acf-input-prepend{padding:3px 5px;border-color:#ddd;min-height:28px}.acf-input-prepend{float:left;border-right-width:0;border-radius:3px 0 0 3px}.acf-input-append{float:right;border-left-width:0;border-radius:0 3px 3px 0}.acf-input-wrap{position:relative;overflow:hidden}.acf-input-wrap .acf-is-prepended{border-radius:0 3px 3px 0!important}.acf-input-wrap .acf-is-appended{border-radius:3px 0 0 3px!important}.acf-input-wrap .acf-is-prepended.acf-is-appended{border-radius:0!important}html[dir=rtl] .acf-input-prepend{border-left-width:0;border-right-width:1px;border-radius:0 3px 3px 0;float:right}html[dir=rtl] .acf-input-append{border-left-width:1px;border-right-width:0;border-radius:3px 0 0 3px;float:left}html[dir=rtl] input.acf-is-prepended{border-radius:3px 0 0 3px!important}html[dir=rtl] input.acf-is-appended{border-radius:0 3px 3px 0!important}html[dir=rtl] input.acf-is-prepended.acf-is-appended{border-radius:0!important}.acf-color-picker .wp-color-result{border-color:#7e8993}.acf-admin-3-8 .acf-color-picker .wp-color-result{border-color:#ccd0d4}.acf-color-picker .wp-picker-active{position:relative;z-index:1}.acf-url i{position:absolute;top:5px;left:5px;opacity:.5;color:#7e8993}.acf-url input[type=url]{padding-left:27px!important}.acf-url.-valid i{opacity:1}.select2-container.-acf .select2-choices{background:#fff;border-color:#ddd;box-shadow:0 1px 2px rgba(0,0,0,.07) inset;min-height:31px}.select2-container.-acf .select2-choices .select2-search-choice{margin:5px 0 5px 5px;padding:3px 5px 3px 18px;border-color:#bbb;background:#f9f9f9;box-shadow:0 1px 0 rgba(255,255,255,.25) inset}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a{visibility:hidden}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible!important}.select2-container.-acf .select2-choices .select2-search-choice-focus{border-color:#999}.select2-container.-acf .select2-choices .select2-search-field input{height:31px;line-height:22px;margin:0;padding:5px 5px 5px 7px}.select2-container.-acf .select2-choice{border-color:#bbb}.select2-container.-acf .select2-choice .select2-arrow{background:0 0;border-left-color:#dfdfdf;padding-left:1px}.select2-container.-acf .select2-choice .select2-result-description{display:none}.select2-container.-acf.select2-container-active .select2-choices,.select2-container.-acf.select2-dropdown-open .select2-choices{border-color:#5b9dd9;border-radius:3px 3px 0 0}.select2-container.-acf.select2-dropdown-open .select2-choice{background:#fff;border-color:#5b9dd9}html[dir=rtl] .select2-container.-acf .select2-search-choice-close{left:24px}html[dir=rtl] .select2-container.-acf .select2-choice>.select2-chosen{margin-left:42px}html[dir=rtl] .select2-container.-acf .select2-choice .select2-arrow{padding-left:0;padding-right:1px}.select2-drop .select2-search{padding:4px 4px 0}.select2-drop .select2-result .select2-result-description{color:#999;font-size:12px;margin-left:5px}.select2-drop .select2-result.select2-highlighted .select2-result-description{color:#fff;opacity:.75}.select2-container.-acf li{margin-bottom:0}.select2-container.-acf .select2-selection{border-color:#7e8993}.acf-admin-3-8 .select2-container.-acf .select2-selection{border-color:#aaa}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child{float:none}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input{width:100%!important}.select2-container.-acf .select2-selection--multiple .select2-selection__rendered{padding-right:0}.select2-container.-acf .select2-selection--multiple .select2-selection__choice{background-color:#f7f7f7;border-color:#ccc;max-width:100%;overflow:hidden;word-wrap:normal!important;white-space:normal}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span{visibility:hidden}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible!important}.select2-container.-acf .select2-selection--multiple .select2-search__field{box-shadow:none!important;min-height:0}.acf-row .select2-container.-acf .select2-selection--single{overflow:hidden}.acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered{white-space:normal}.select2-container .select2-dropdown{z-index:900000}.select2-container .select2-dropdown .select2-search__field{line-height:1.4;min-height:0}.acf-link .link-wrap{display:none;border:#ccd0d4 solid 1px;border-radius:3px;padding:5px;line-height:26px;background:#fff;word-wrap:break-word;word-break:break-all}.acf-link .link-wrap .link-title{padding:0 5px}.acf-link.-value .button{display:none}.acf-link.-value .acf-icon.-link-ext{display:none}.acf-link.-value .link-wrap{display:inline-block}.acf-link.-external .acf-icon.-link-ext{display:inline-block}#wp-link-backdrop{z-index:900000!important}#wp-link-wrap{z-index:900001!important}ul.acf-checkbox-list,ul.acf-radio-list{background:0 0;position:relative;padding:1px;margin:0}ul.acf-checkbox-list li,ul.acf-radio-list li{font-size:13px;line-height:22px;margin:0;position:relative;word-wrap:break-word}ul.acf-checkbox-list li label,ul.acf-radio-list li label{display:inline}ul.acf-checkbox-list li input[type=checkbox],ul.acf-checkbox-list li input[type=radio],ul.acf-radio-list li input[type=checkbox],ul.acf-radio-list li input[type=radio]{margin:-1px 4px 0 0;vertical-align:middle}ul.acf-checkbox-list li input[type=text],ul.acf-radio-list li input[type=text]{width:auto;vertical-align:middle;margin:2px 0}ul.acf-checkbox-list li span,ul.acf-radio-list li span{float:none}ul.acf-checkbox-list li i,ul.acf-radio-list li i{vertical-align:middle}ul.acf-checkbox-list.acf-hl li,ul.acf-radio-list.acf-hl li{margin-right:20px;clear:none}html[dir=rtl] ul.acf-checkbox-list input[type=checkbox],html[dir=rtl] ul.acf-checkbox-list input[type=radio],html[dir=rtl] ul.acf-radio-list input[type=checkbox],html[dir=rtl] ul.acf-radio-list input[type=radio]{margin-left:4px;margin-right:0}.acf-button-group{display:inline-block}.acf-button-group label{display:inline-block;border:#7e8993 solid 1px;position:relative;z-index:1;padding:5px 10px;background:#fff}.acf-button-group label:hover{color:#016087;background:#f3f5f6;border-color:#0071a1;z-index:2}.acf-button-group label.selected{border-color:#007cba;background:#008dd4;color:#fff;z-index:2}.acf-button-group input{display:none!important}.acf-button-group{padding-left:1px;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.acf-button-group label{margin:0 0 0 -1px;flex:1;text-align:center;white-space:nowrap}.acf-button-group label:first-child{border-radius:3px 0 0 3px}html[dir=rtl] .acf-button-group label:first-child{border-radius:0 3px 3px 0}.acf-button-group label:last-child{border-radius:0 3px 3px 0}html[dir=rtl] .acf-button-group label:last-child{border-radius:3px 0 0 3px}.acf-button-group label:only-child{border-radius:3px}.acf-button-group.-vertical{padding-left:0;padding-top:1px;flex-direction:column}.acf-button-group.-vertical label{margin:-1px 0 0 0}.acf-button-group.-vertical label:first-child{border-radius:3px 3px 0 0}.acf-button-group.-vertical label:last-child{border-radius:0 0 3px 3px}.acf-button-group.-vertical label:only-child{border-radius:3px}.acf-admin-3-8 .acf-button-group label{border-color:#ccd0d4}.acf-admin-3-8 .acf-button-group label:hover{border-color:#0071a1}.acf-admin-3-8 .acf-button-group label.selected{border-color:#007cba}.acf-checkbox-list .button{margin:10px 0 0}.acf-switch{display:inline-block;border-radius:5px;cursor:pointer;position:relative;background:#f5f5f5;height:30px;vertical-align:middle;border:#7e8993 solid 1px;-webkit-transition:background .25s ease;-moz-transition:background .25s ease;-o-transition:background .25s ease;transition:background .25s ease}.acf-switch span{display:inline-block;float:left;text-align:center;font-size:13px;line-height:22px;padding:4px 10px;min-width:15px}.acf-switch span i{vertical-align:middle}.acf-switch .acf-switch-on{color:#fff;text-shadow:#007cba 0 1px 0}.acf-switch .acf-switch-slider{position:absolute;top:2px;left:2px;bottom:2px;right:50%;z-index:1;background:#fff;border-radius:3px;border:#7e8993 solid 1px;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;transition-property:left,right}.acf-switch.-focus,.acf-switch:hover{border-color:#0071a1;background:#f3f5f6;color:#016087}.acf-switch.-focus .acf-switch-slider,.acf-switch:hover .acf-switch-slider{border-color:#0071a1}.acf-switch.-on{background:#0d99d5;border-color:#007cba}.acf-switch.-on .acf-switch-slider{left:50%;right:2px;border-color:#007cba}.acf-switch.-on:hover{border-color:#007cba}.acf-switch+span{margin-left:6px}.acf-admin-3-8 .acf-switch{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch .acf-switch-slider{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch.-focus,.acf-admin-3-8 .acf-switch:hover{border-color:#0071a1}.acf-admin-3-8 .acf-switch.-focus .acf-switch-slider,.acf-admin-3-8 .acf-switch:hover .acf-switch-slider{border-color:#0071a1}.acf-admin-3-8 .acf-switch.-on{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on .acf-switch-slider{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on:hover{border-color:#007cba}.acf-switch-input{opacity:0;position:absolute;margin:0}.compat-item .acf-true-false .message{float:none;padding:0;vertical-align:middle}.acf-google-map{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-google-map .title{position:relative;border-bottom:#ccd0d4 solid 1px}.acf-google-map .title .search{margin:0;font-size:14px;line-height:30px;height:40px;padding:5px 10px;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-google-map .title .acf-loading{position:absolute;top:10px;right:11px;display:none}.acf-google-map .title .acf-icon:active{display:inline-block!important}.acf-google-map .canvas{height:400px}.acf-google-map:hover .title .acf-actions{display:block}.acf-google-map .title .acf-icon.-location{display:inline-block}.acf-google-map .title .acf-icon.-cancel,.acf-google-map .title .acf-icon.-search{display:none}.acf-google-map.-value .title .search{font-weight:700}.acf-google-map.-value .title .acf-icon.-location{display:none}.acf-google-map.-value .title .acf-icon.-cancel{display:inline-block}.acf-google-map.-searching .title .acf-icon.-location{display:none}.acf-google-map.-searching .title .acf-icon.-cancel,.acf-google-map.-searching .title .acf-icon.-search{display:inline-block}.acf-google-map.-searching .title .acf-actions{display:block}.acf-google-map.-searching .title .search{font-weight:400!important}.acf-google-map.-loading .title a{display:none!important}.acf-google-map.-loading .title i{display:inline-block}.pac-container{border-width:1px 0;box-shadow:none}.pac-container:after{display:none}.pac-container .pac-item:first-child{border-top:0 none}.pac-container .pac-item{padding:5px 10px;cursor:pointer}html[dir=rtl] .pac-container .pac-item{text-align:right}.acf-relationship{background:#fff;border:#ccd0d4 solid 1px}.acf-relationship .filters{border-bottom:#ccd0d4 solid 1px;background:#fff}.acf-relationship .filters:after{display:block;clear:both;content:""}.acf-relationship .filters .filter{margin:0;padding:0;float:left;width:100%;box-sizing:border-box;padding:7px 7px 7px 0}.acf-relationship .filters .filter:first-child{padding-left:7px}.acf-relationship .filters .filter input,.acf-relationship .filters .filter select{margin:0;float:none}.acf-relationship .filters .filter input:active,.acf-relationship .filters .filter input:focus,.acf-relationship .filters .filter select:active,.acf-relationship .filters .filter select:focus{outline:0;box-shadow:none}.acf-relationship .filters .filter input{border-color:transparent;box-shadow:none;padding-left:3px;padding-right:3px}.acf-relationship .filters.-f2 .filter{width:50%}.acf-relationship .filters.-f3 .filter{width:25%}.acf-relationship .filters.-f3 .filter.-search{width:50%}.acf-relationship .list{margin:0;padding:5px;height:160px;overflow:auto}.acf-relationship .list .acf-rel-item,.acf-relationship .list .acf-rel-label,.acf-relationship .list p{padding:5px;margin:0;display:block;position:relative;min-height:18px}.acf-relationship .list .acf-rel-label{font-weight:700}.acf-relationship .list .acf-rel-item{cursor:pointer}.acf-relationship .list .acf-rel-item b{text-decoration:underline;font-weight:400}.acf-relationship .list .acf-rel-item .thumbnail{background:#e0e0e0;width:22px;height:22px;float:left;margin:-2px 5px 0 0}.acf-relationship .list .acf-rel-item .thumbnail img{max-width:22px;max-height:22px;margin:0 auto;display:block}.acf-relationship .list .acf-rel-item .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item .thumbnail.-icon img{max-height:20px;margin-top:1px}.acf-relationship .list .acf-rel-item:hover{background:#3875d7;color:#fff}.acf-relationship .list .acf-rel-item:hover .thumbnail{background:#a2bfec}.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item.disabled{opacity:.5}.acf-relationship .list .acf-rel-item.disabled:hover{background:0 0;color:#333;cursor:default}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail{background:#e0e0e0}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon{background:#fff}.acf-relationship .list ul{padding-bottom:5px}.acf-relationship .list ul .acf-rel-item,.acf-relationship .list ul .acf-rel-label,.acf-relationship .list ul p{padding-left:20px}.acf-relationship .selection{position:relative}.acf-relationship .selection:after{display:block;clear:both;content:""}.acf-relationship .selection .choices,.acf-relationship .selection .values{width:50%;background:#fff;float:left}.acf-relationship .selection .choices{background:#f9f9f9}.acf-relationship .selection .choices .list{border-right:#dfdfdf solid 1px}.acf-relationship .selection .values .acf-icon{position:absolute;top:4px;right:7px;display:none}html[dir=rtl] .acf-relationship .selection .values .acf-icon{right:auto;left:7px}.acf-relationship .selection .values .acf-rel-item:hover .acf-icon{display:block}.acf-relationship .selection .values .acf-rel-item{cursor:move}.acf-relationship .selection .values .acf-rel-item b{text-decoration:none}.menu-item .acf-relationship ul{width:auto}.menu-item .acf-relationship li{display:block}.acf-editor-wrap.delay .acf-editor-toolbar{content:"";display:block;background:#f5f5f5;border-bottom:#ddd solid 1px;color:#555d66;padding:10px}.acf-editor-wrap.delay .wp-editor-area{padding:10px;border:none;color:inherit!important}.acf-editor-wrap iframe{min-height:200px}.acf-editor-wrap .wp-editor-container{border:1px solid #ccd0d4;box-shadow:none!important}.acf-editor-wrap .wp-editor-tabs{box-sizing:content-box}.acf-editor-wrap .wp-switch-editor{border-color:#ccd0d4;border-bottom-color:transparent}#mce_fullscreen_container{z-index:900000!important}.acf-field-tab{display:none!important}.hidden-by-tab{display:none!important}.acf-tab-wrap{clear:both;z-index:1}.acf-tab-group{border-bottom:#ccc solid 1px;padding:10px 10px 0}.acf-tab-group li{margin:0 .5em 0 0}.acf-tab-group li a{padding:5px 10px;display:block;color:#555;font-size:14px;font-weight:600;line-height:24px;border:#ccc solid 1px;border-bottom:0 none;text-decoration:none;background:#e5e5e5;transition:none}.acf-tab-group li a:hover{background:#fff}.acf-tab-group li a:focus{outline:0;box-shadow:none}.acf-tab-group li a:empty{display:none}html[dir=rtl] .acf-tab-group li{margin:0 0 0 .5em}.acf-tab-group li.active a{background:#f1f1f1;color:#000;padding-bottom:6px;margin-bottom:-1px;position:relative;z-index:1}.acf-fields>.acf-tab-wrap{background:#f9f9f9}.acf-fields>.acf-tab-wrap .acf-tab-group{position:relative;border-top:#ccd0d4 solid 1px;border-bottom:#ccd0d4 solid 1px;z-index:2;margin-bottom:-1px}.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1;border-color:#ccd0d4}.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#fff}.acf-admin-3-8 .acf-fields>.acf-tab-wrap .acf-tab-group{border-color:#dfdfdf}.acf-fields>.acf-tab-wrap:first-child .acf-tab-group{border-top:none}.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:20%}@media screen and (max-width:640px){.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:10px}}html[dir=rtl] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:0;padding-right:20%}@media screen and (max-width:850px){html[dir=rtl] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-right:10px}}.acf-tab-wrap.-left .acf-tab-group{position:absolute;left:0;width:20%;border:0 none;padding:0!important;margin:1px 0 0}.acf-tab-wrap.-left .acf-tab-group li{float:none;margin:-1px 0 0}.acf-tab-wrap.-left .acf-tab-group li a{border:1px solid #ededed;font-size:13px;line-height:18px;color:#0073aa;padding:10px;margin:0;font-weight:400;border-width:1px 0;border-radius:0;background:0 0}.acf-tab-wrap.-left .acf-tab-group li a:hover{color:#00a0d2}.acf-tab-wrap.-left .acf-tab-group li.active a{border-color:#dfdfdf;color:#000;margin-right:-1px;background:#fff}html[dir=rtl] .acf-tab-wrap.-left .acf-tab-group{left:auto;right:0}html[dir=rtl] .acf-tab-wrap.-left .acf-tab-group li.active a{margin-right:0;margin-left:-1px}.acf-field+.acf-tab-wrap.-left:before{content:"";display:block;position:relative;z-index:1;height:10px;border-top:#dfdfdf solid 1px;border-bottom:#dfdfdf solid 1px;margin-bottom:-1px}.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a{border-top:none}.acf-fields.-sidebar{padding:0 0 0 20%!important;position:relative}.acf-fields.-sidebar:before{content:"";display:block;position:absolute;top:0;left:0;width:20%;bottom:0;border-right:#dfdfdf solid 1px;background:#f9f9f9;z-index:1}html[dir=rtl] .acf-fields.-sidebar{padding:0 20% 0 0!important}html[dir=rtl] .acf-fields.-sidebar:before{border-left:#dfdfdf solid 1px;border-right-width:0;left:auto;right:0}.acf-fields.-sidebar.-left{padding:0 0 0 180px!important}html[dir=rtl] .acf-fields.-sidebar.-left{padding:0 180px 0 0!important}.acf-fields.-sidebar.-left:before{background:#f1f1f1;border-color:#dfdfdf;width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group{width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a{border-color:#e4e4e4}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#f9f9f9}.acf-fields.-sidebar>.acf-field-tab+.acf-field{border-top:none}.acf-fields.-clear>.acf-tab-wrap{background:0 0}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group{margin-top:0;border-top:none;padding-left:0;padding-right:0}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields.-sidebar{margin-left:0!important}.acf-postbox.seamless>.acf-fields.-sidebar:before{background:0 0}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap{background:0 0;margin-bottom:10px;padding-left:12px;padding-right:12px}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group{border-top:0 none;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left:before{border-top:none;height:auto}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group{margin-bottom:0}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li a{border-width:1px 0 1px 1px!important;border-color:#ccc;background:#e5e5e5}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#fff}.compat-item .acf-tab-wrap td{display:block}.acf-gallery-side .acf-tab-wrap{border-top:0 none!important}.acf-gallery-side .acf-tab-wrap .acf-tab-group{margin:10px 0!important;padding:0!important}.acf-gallery-side .acf-tab-group li.active a{background:#f9f9f9!important}.widget .acf-tab-group{border-bottom-color:#e8e8e8}.widget .acf-tab-group li a{background:#f1f1f1}.widget .acf-tab-group li.active a{background:#fff}.media-modal.acf-expanded .compat-attachment-fields>tbody>tr.acf-tab-wrap .acf-tab-group{padding-left:23%;border-bottom-color:#ddd}.form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 5px 0 210px}html[dir=rtl] .form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 210px 0 5px}.acf-oembed{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-oembed .title{position:relative;border-bottom:#ccd0d4 solid 1px;padding:5px 10px}.acf-oembed .title .input-search{margin:0;font-size:14px;line-height:30px;height:30px;padding:0;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-oembed .title .acf-actions{padding:6px}.acf-oembed .canvas{position:relative;min-height:250px;background:#f9f9f9}.acf-oembed .canvas .canvas-media{position:relative;z-index:1}.acf-oembed .canvas iframe{display:block;margin:0;padding:0;width:100%}.acf-oembed .canvas .acf-icon.-picture{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;height:42px;width:42px;font-size:42px;color:#999}.acf-oembed .canvas .acf-loading-overlay{background:rgba(255,255,255,.9)}.acf-oembed .canvas .canvas-error{position:absolute;top:50%;left:0;right:0;margin:-9px 0 0 0;text-align:center;display:none}.acf-oembed .canvas .canvas-error p{padding:8px;margin:0;display:inline}.acf-oembed.has-value .canvas{min-height:50px}.acf-oembed.has-value .input-search{font-weight:700}.acf-oembed.has-value .title:hover .acf-actions{display:block}.acf-image-uploader{position:relative}.acf-image-uploader:after{display:block;clear:both;content:""}.acf-image-uploader p{margin:0}.acf-image-uploader .image-wrap{position:relative;float:left}.acf-image-uploader .image-wrap img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;min-width:30px;min-height:30px;background:#f1f1f1;margin:0;padding:0}.acf-image-uploader .image-wrap img[src$=".svg"]{min-height:100px;min-width:100px}.acf-image-uploader .image-wrap:hover .acf-actions{display:block}.acf-image-uploader input.button{width:auto}html[dir=rtl] .acf-image-uploader .image-wrap{float:right}.acf-file-uploader{position:relative}.acf-file-uploader p{margin:0}.acf-file-uploader .file-wrap{border:#ccd0d4 solid 1px;min-height:84px;position:relative;background:#fff}.acf-file-uploader .file-icon{position:absolute;top:0;left:0;bottom:0;padding:10px;background:#f1f1f1;border-right:#d5d9dd solid 1px}.acf-file-uploader .file-icon img{display:block;padding:0;margin:0;max-width:48px}.acf-file-uploader .file-info{padding:10px;margin-left:69px}.acf-file-uploader .file-info p{margin:0 0 2px;font-size:13px;line-height:1.4em;word-break:break-all}.acf-file-uploader .file-info a{text-decoration:none}.acf-file-uploader:hover .acf-actions{display:block}html[dir=rtl] .acf-file-uploader .file-icon{left:auto;right:0;border-left:#e5e5e5 solid 1px;border-right:none}html[dir=rtl] .acf-file-uploader .file-info{margin-right:69px;margin-left:0}.acf-ui-datepicker .ui-datepicker{z-index:900000!important}.acf-ui-datepicker .ui-datepicker .ui-widget-header a{cursor:pointer;transition:none}.acf-ui-datepicker .ui-state-highlight.ui-state-hover{border:1px solid #98b7e8!important;background:#98b7e8!important;font-weight:400!important;color:#fff!important}.acf-ui-datepicker .ui-state-highlight.ui-state-active{border:1px solid #3875d7!important;background:#3875d7!important;font-weight:400!important;color:#fff!important}.acf-field-separator .acf-label{margin-bottom:0}.acf-field-separator .acf-label label{font-weight:400}.acf-field-separator .acf-input{display:none}.acf-fields>.acf-field-separator{background:#f9f9f9;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;margin-bottom:-1px;z-index:2}.acf-taxonomy-field{position:relative}.acf-taxonomy-field .categorychecklist-holder{border:#ccd0d4 solid 1px;border-radius:3px;max-height:200px;overflow:auto}.acf-taxonomy-field .acf-checkbox-list{margin:0;padding:10px}.acf-taxonomy-field .acf-checkbox-list ul.children{padding-left:18px}.acf-taxonomy-field:hover .acf-actions{display:block}.acf-taxonomy-field[data-ftype=select] .acf-actions{padding:0;margin:-9px}.acf-range-wrap .acf-append,.acf-range-wrap .acf-prepend{display:inline-block;vertical-align:middle;line-height:28px;margin:0 7px 0 0}.acf-range-wrap .acf-append{margin:0 0 0 7px}.acf-range-wrap input[type=range]{display:inline-block;padding:0;margin:0;vertical-align:middle;height:28px}.acf-range-wrap input[type=range]:focus{outline:0}.acf-range-wrap input[type=number]{display:inline-block;min-width:3em;margin-left:10px;vertical-align:middle}html[dir=rtl] .acf-range-wrap input[type=number]{margin-right:10px;margin-left:0}html[dir=rtl] .acf-range-wrap .acf-append{margin:0 7px 0 0}html[dir=rtl] .acf-range-wrap .acf-prepend{margin:0 0 0 7px}.acf-accordion{margin:-1px 0;padding:0;background:#fff;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd;z-index:1}.acf-accordion .acf-accordion-title{margin:0;padding:12px;font-weight:700;cursor:pointer;font-size:inherit;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title:hover{background:#f3f4f5}.acf-accordion .acf-accordion-title label{margin:0;padding:0;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title p{font-weight:400}.acf-accordion .acf-accordion-title .acf-accordion-icon{float:right}.acf-accordion .acf-accordion-title svg.acf-accordion-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#191e23;fill:currentColor}.acf-accordion .acf-accordion-content{margin:0;padding:0 12px 12px;display:none}.acf-accordion.-open>.acf-accordion-content{display:block}.acf-field.acf-accordion{margin:-1px 0;padding:0!important;border-color:#d5d9dd}.acf-field.acf-accordion .acf-label.acf-accordion-title{padding:12px;width:auto;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content{padding:0;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields{border-top:#eee solid 1px}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields.-clear{padding:0 12px 15px}.acf-fields.-left>.acf-field.acf-accordion:before{display:none}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-title{width:auto;margin:0!important;padding:12px;float:none!important}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-content{padding:0!important}.acf-fields.-clear>.acf-field.acf-accordion{border:#ccc solid 1px;background:0 0}.acf-fields.-clear>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-16px}tr.acf-field.acf-accordion{background:0 0}tr.acf-field.acf-accordion>.acf-input{padding:0!important;border:#ccc solid 1px}tr.acf-field.acf-accordion .acf-accordion-content{padding:0 12px 12px}#addtag div.acf-field.error{border:0 none;padding:8px 0}#addtag>.acf-field.acf-accordion{padding-right:0;margin-right:5%}#addtag>.acf-field.acf-accordion+p.submit{margin-top:0}tr.acf-accordion{margin:15px 0!important}tr.acf-accordion+tr.acf-accordion{margin-top:-16px!important}.acf-postbox.seamless>.acf-fields>.acf-accordion{margin-left:12px;margin-right:12px;border:#ccd0d4 solid 1px}.widget .widget-content>.acf-field.acf-accordion{border:#dfdfdf solid 1px;margin-bottom:10px}.widget .widget-content>.acf-field.acf-accordion .acf-accordion-title{margin-bottom:0}.widget .widget-content>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-11px}.media-modal .compat-attachment-fields .acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-1px}.media-modal .compat-attachment-fields .acf-field.acf-accordion>.acf-input{width:100%}.media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields>tbody>tr>td{padding-bottom:5px}.block-editor .edit-post-sidebar .acf-postbox>.hndle,.block-editor .edit-post-sidebar .acf-postbox>.postbox-header{border-bottom-width:0!important}.block-editor .edit-post-sidebar .acf-postbox.closed>.hndle,.block-editor .edit-post-sidebar .acf-postbox.closed>.postbox-header{border-bottom-width:1px!important}.block-editor .edit-post-sidebar .acf-fields{min-height:1px;overflow:auto}.block-editor .edit-post-sidebar .acf-fields>.acf-field{border-width:0;border-color:#e2e4e7;margin:16px;padding:0;width:auto!important;min-height:0!important;float:none!important}.block-editor .edit-post-sidebar .acf-fields>.acf-field>.acf-label{margin-bottom:5px}.block-editor .edit-post-sidebar .acf-fields>.acf-field>.acf-label label{font-weight:400}.block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion{padding:0;margin:0;border-top-width:1px}.block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion:first-child{border-top-width:0}.block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-title{margin:0;padding:15px}.block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-title label{font-weight:700}.block-editor .edit-post-sidebar .acf-fields>.acf-field.acf-accordion .acf-accordion-content>.acf-fields{border-top-width:0}.form-table>tbody>.acf-field>.acf-label{padding:20px 10px 20px 0;width:210px}html[dir=rtl] .form-table>tbody>.acf-field>.acf-label{padding:20px 0 20px 10px}.form-table>tbody>.acf-field>.acf-label label{font-size:14px;color:#23282d}.form-table>tbody>.acf-field>.acf-input{padding:15px 10px}html[dir=rtl] .form-table>tbody>.acf-field>.acf-input{padding:15px 10px 15px 5%}.form-table>tbody>.acf-tab-wrap td{padding:15px 5% 15px 0}html[dir=rtl] .form-table>tbody>.acf-tab-wrap td{padding:15px 0 15px 5%}.form-table>tbody .form-table th.acf-th{width:auto}#createuser .acf-field input[type=email],#createuser .acf-field input[type=number],#createuser .acf-field input[type=password],#createuser .acf-field input[type=search],#createuser .acf-field input[type=text],#createuser .acf-field input[type=url],#createuser .acf-field select,#your-profile .acf-field input[type=email],#your-profile .acf-field input[type=number],#your-profile .acf-field input[type=password],#your-profile .acf-field input[type=search],#your-profile .acf-field input[type=text],#your-profile .acf-field input[type=url],#your-profile .acf-field select{max-width:25em}#createuser .acf-field textarea,#your-profile .acf-field textarea{max-width:500px}#createuser .acf-field .acf-field input[type=email],#createuser .acf-field .acf-field input[type=number],#createuser .acf-field .acf-field input[type=password],#createuser .acf-field .acf-field input[type=search],#createuser .acf-field .acf-field input[type=text],#createuser .acf-field .acf-field input[type=url],#createuser .acf-field .acf-field select,#createuser .acf-field .acf-field textarea,#your-profile .acf-field .acf-field input[type=email],#your-profile .acf-field .acf-field input[type=number],#your-profile .acf-field .acf-field input[type=password],#your-profile .acf-field .acf-field input[type=search],#your-profile .acf-field .acf-field input[type=text],#your-profile .acf-field .acf-field input[type=url],#your-profile .acf-field .acf-field select,#your-profile .acf-field .acf-field textarea{max-width:none}#registerform h2{margin:1em 0}#registerform .acf-field{margin-top:0}#registerform .acf-field .acf-label{margin-bottom:0}#registerform .acf-field .acf-label label{font-weight:400;line-height:1.5}#registerform p.submit{text-align:right}#acf-term-fields{padding-right:5%}#acf-term-fields>.acf-field>.acf-label{margin:0}#acf-term-fields>.acf-field>.acf-label label{font-size:12px;font-weight:400}p.submit .acf-spinner,p.submit .spinner{vertical-align:top;float:none;margin:4px 4px 0}#edittag .acf-fields.-left>.acf-field{padding-left:220px}#edittag .acf-fields.-left>.acf-field:before{width:209px}#edittag .acf-fields.-left>.acf-field>.acf-label{width:220px;margin-left:-220px;padding:0 10px}#edittag .acf-fields.-left>.acf-field>.acf-input{padding:0}#edittag>.acf-fields.-left{width:96%}#edittag>.acf-fields.-left>.acf-field>.acf-label{padding-left:0}.editcomment td:first-child{white-space:nowrap;width:131px}#widgets-right .widget .acf-field .description{padding-left:0;padding-right:0}.acf-widget-fields>.acf-field .acf-label{margin-bottom:5px}.acf-widget-fields>.acf-field .acf-label label{font-weight:400;margin:0}.acf-menu-settings{border-top:1px solid #eee;margin-top:2em}.acf-menu-settings.-seamless{border-top:none;margin-top:15px}.acf-menu-settings.-seamless>h2{display:none}.acf-menu-settings .list li{display:block;margin-bottom:0}.acf-fields.acf-menu-item-fields{clear:both;padding-top:1px}.acf-fields.acf-menu-item-fields>.acf-field{margin:5px 0;padding-right:10px}.acf-fields.acf-menu-item-fields>.acf-field .acf-label{margin-bottom:0}.acf-fields.acf-menu-item-fields>.acf-field .acf-label label{font-style:italic;font-weight:400}#post .compat-attachment-fields .compat-field-acf-form-data{display:none}#post .compat-attachment-fields,#post .compat-attachment-fields>tbody,#post .compat-attachment-fields>tbody>tr,#post .compat-attachment-fields>tbody>tr>td,#post .compat-attachment-fields>tbody>tr>th{display:block}#post .compat-attachment-fields>tbody>.acf-field{margin:15px 0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label{margin:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label{margin:0;padding:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label p{margin:0 0 3px!important}#post .compat-attachment-fields>tbody>.acf-field>.acf-input{margin:0}.media-modal .compat-attachment-fields td.acf-input table{display:table;table-layout:auto}.media-modal .compat-attachment-fields td.acf-input table tbody{display:table-row-group}.media-modal .compat-attachment-fields td.acf-input table tr{display:table-row}.media-modal .compat-attachment-fields td.acf-input table td,.media-modal .compat-attachment-fields td.acf-input table th{display:table-cell}.media-modal .compat-attachment-fields>tbody>.acf-field{margin:5px 0}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:30%;margin:0;padding:0;float:left;text-align:right;display:block;float:left}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label>label{padding-top:6px;margin:0;color:#666;font-weight:400;line-height:16px}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{width:65%;margin:0;padding:0;float:right;display:block}.media-modal .compat-attachment-fields>tbody>.acf-field p.description{margin:0}.acf-selection-error{background:#ffebe8;border:1px solid #c00;border-radius:3px;padding:8px;margin:20px 0 0}.acf-selection-error .selection-error-label{background:#c00;border-radius:3px;color:#fff;font-weight:700;margin-right:8px;padding:2px 4px}.acf-selection-error .selection-error-message{color:#b44;display:block;padding-top:8px;word-wrap:break-word;white-space:pre-wrap}.media-modal .attachment.acf-disabled .thumbnail{opacity:.25!important}.media-modal .attachment.acf-disabled .attachment-preview:before{background:rgba(0,0,0,.15);z-index:1;position:relative}.media-modal .compat-field-acf-blank,.media-modal .compat-field-acf-form-data{display:none!important}.media-modal .upload-error-message{white-space:pre-wrap}.media-modal .acf-required{padding:0!important;margin:0!important;float:none!important;color:red!important}.media-modal .media-sidebar .compat-item{padding-bottom:20px}@media (max-width:900px){.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label,.media-modal .setting span{width:98%;float:none;text-align:left;min-height:0;padding:0}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input,.media-modal .setting input,.media-modal .setting textarea{float:none;height:auto;max-width:none;width:98%}}.media-modal .acf-expand-details{float:right;padding:8px 10px;margin-right:6px;font-size:13px;height:18px;line-height:18px;color:#666;text-decoration:none}.media-modal .acf-expand-details:active,.media-modal .acf-expand-details:focus{outline:0 none;box-shadow:none;color:#666}.media-modal .acf-expand-details:hover{color:#000}.media-modal .acf-expand-details .is-open{display:none}.media-modal .acf-expand-details .is-closed{display:block}@media (max-width:640px){.media-modal .acf-expand-details{display:none}}.media-modal.acf-expanded .acf-expand-details .is-open{display:block}.media-modal.acf-expanded .acf-expand-details .is-closed{display:none}.media-modal.acf-expanded .attachments-browser .attachments,.media-modal.acf-expanded .attachments-browser .media-toolbar{right:740px}.media-modal.acf-expanded .media-sidebar{width:708px}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{float:left;max-height:none}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img{max-width:100%;max-height:200px}.media-modal.acf-expanded .media-sidebar .attachment-info .details{float:right}.media-modal.acf-expanded .media-sidebar .attachment-details .setting .name,.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:20%;margin-right:0}.media-modal.acf-expanded .media-sidebar .attachment-details .setting input,.media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea,.media-modal.acf-expanded .media-sidebar .attachment-details .setting+.description,.media-modal.acf-expanded .media-sidebar .attachment-info .details,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-input{min-width:77%}@media (max-width:900px){.media-modal.acf-expanded .attachments-browser .media-toolbar{display:none}.media-modal.acf-expanded .attachments{display:none}.media-modal.acf-expanded .media-sidebar{width:auto;max-width:none!important;bottom:0!important}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{min-width:0;max-width:none;width:30%}.media-modal.acf-expanded .media-sidebar .attachment-info .details{min-width:0;max-width:none;width:67%}}@media (max-width:640px){.media-modal.acf-expanded .media-sidebar .attachment-info .details,.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{width:100%}}.acf-media-modal .media-embed .setting.align,.acf-media-modal .media-embed .setting.link-to{display:none}.acf-media-modal.-edit{left:15%;right:15%;top:100px;bottom:100px}.acf-media-modal.-edit .media-frame-content .attachments,.acf-media-modal.-edit .media-frame-content .media-toolbar,.acf-media-modal.-edit .media-frame-menu,.acf-media-modal.-edit .media-frame-router{display:none}.acf-media-modal.-edit .media-frame-content,.acf-media-modal.-edit .media-frame-title,.acf-media-modal.-edit .media-frame-toolbar,.acf-media-modal.-edit .media-sidebar{width:auto;left:0;right:0}.acf-media-modal.-edit .media-frame-content{top:50px}.acf-media-modal.-edit .media-frame-title{border-bottom:1px solid #dfdfdf;box-shadow:0 4px 4px -4px rgba(0,0,0,.1)}.acf-media-modal.-edit .media-sidebar{padding:0 16px}.acf-media-modal.-edit .media-sidebar .attachment-details{overflow:visible}.acf-media-modal.-edit .media-sidebar .attachment-details>h2,.acf-media-modal.-edit .media-sidebar .attachment-details>h3{display:none}.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info{background:#fff;border-bottom:#ddd solid 1px;padding:16px;margin:0 -16px 16px}.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail{margin:0 16px 0 0}.acf-media-modal.-edit .media-sidebar .attachment-details .setting{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .attachment-details .setting span{margin:0}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field p.description{margin-top:3px}.acf-media-modal.-edit .media-sidebar .media-types-required-info{display:none}@media (max-width:900px){.acf-media-modal.-edit{top:30px;right:30px;bottom:30px;left:30px}}@media (max-width:640px){.acf-media-modal.-edit{top:0;right:0;bottom:0;left:0}}@media (max-width:480px){.acf-media-modal.-edit .media-frame-content{top:40px}}.acf-temp-remove{position:relative;opacity:1;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease;overflow:hidden}.acf-temp-remove:after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.hidden-by-conditional-logic{display:none!important}.hidden-by-conditional-logic.appear-empty{display:table-cell!important}.hidden-by-conditional-logic.appear-empty .acf-input{display:none!important}.acf-postbox.acf-hidden{display:none!important}.acf-attention{transition:border .25s ease-out}.acf-attention.-focused{border:#23282d solid 1px!important;transition:none}tr.acf-attention{transition:box-shadow .25s ease-out;position:relative}tr.acf-attention.-focused{box-shadow:#23282d 0 0 0 1px!important}#editor .edit-post-layout__metaboxes{padding:0}#editor .edit-post-layout__metaboxes .edit-post-meta-boxes-area{margin:0}#editor .metabox-location-side .postbox-container{float:none}#editor .postbox{color:#444}#editor .postbox>.postbox-header .hndle{border-bottom:none}#editor .postbox>.postbox-header .hndle:hover{background:0 0}#editor .postbox>.postbox-header .handle-actions .handle-order-higher,#editor .postbox>.postbox-header .handle-actions .handle-order-lower{width:1.62rem}#editor .postbox>.postbox-header .handle-actions .acf-hndle-cog{height:44px;line-height:44px}#editor .postbox>.postbox-header:hover{background:#f0f0f0}#editor .postbox:last-child.closed>.postbox-header{border-bottom:none}#editor .postbox:last-child>.inside{border-bottom:none}#editor .block-editor-writing-flow__click-redirect{min-height:50px}body.is-dragging-metaboxes #acf_after_title-sortables{outline:3px dashed #646970;display:flow-root;min-height:60px;margin-bottom:3px!important} \ No newline at end of file diff --git a/assets/build/css/pro/acf-pro-field-group.css b/assets/build/css/pro/acf-pro-field-group.css new file mode 100644 index 0000000..3a4f499 --- /dev/null +++ b/assets/build/css/pro/acf-pro-field-group.css @@ -0,0 +1,67 @@ +/*-------------------------------------------------------------------------------------------- +* +* Vars +* +*--------------------------------------------------------------------------------------------*/ +/* colors */ +/* acf-field */ +/* responsive */ +/*-------------------------------------------------------------------------------------------- +* +* Mixins +* +*--------------------------------------------------------------------------------------------*/ +/*--------------------------------------------------------------------------------------------- +* +* Flexible Content +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-setting-fc_layout .acf-fc-meta { + margin: 0 0 10px; + padding: 0; +} +.acf-field-setting-fc_layout .acf-fc-meta li { + margin: 0 0 10px; + padding: 0; +} +.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display, +.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-min { + float: left; + width: 33%; + padding-right: 10px; +} +.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-label .acf-input-prepend, +.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-name .acf-input-prepend, +.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display .acf-input-prepend { + min-width: 60px; +} +.acf-field-setting-fc_layout .acf-fl-actions { + visibility: hidden; +} +.acf-field-setting-fc_layout .acf-fl-actions .reorder-layout { + cursor: move; +} +.acf-field-setting-fc_layout .acf-fl-actions a { + padding: 1px 0; + font-size: 13px; + line-height: 20px; +} +.acf-field-setting-fc_layout:hover .acf-fl-actions, .acf-field-setting-fc_layout.-hover .acf-fl-actions { + visibility: visible; +} + +/*--------------------------------------------------------------------------------------------- +* +* Clone +* +*---------------------------------------------------------------------------------------------*/ +.acf-field-object-clone { + /* group */ + /* seamless */ +} +.acf-field-object-clone[data-display=seamless] .acf-field-setting-instructions, +.acf-field-object-clone[data-display=seamless] .acf-field-setting-layout, +.acf-field-object-clone[data-display=seamless] .acf-field-setting-wrapper, +.acf-field-object-clone[data-display=seamless] .acf-field-setting-conditional_logic { + display: none; +} \ No newline at end of file diff --git a/assets/build/css/pro/acf-pro-field-group.min.css b/assets/build/css/pro/acf-pro-field-group.min.css new file mode 100644 index 0000000..4835759 --- /dev/null +++ b/assets/build/css/pro/acf-pro-field-group.min.css @@ -0,0 +1 @@ +.acf-field-setting-fc_layout .acf-fc-meta{margin:0 0 10px;padding:0}.acf-field-setting-fc_layout .acf-fc-meta li{margin:0 0 10px;padding:0}.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display,.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-min{float:left;width:33%;padding-right:10px}.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display .acf-input-prepend,.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-label .acf-input-prepend,.acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-name .acf-input-prepend{min-width:60px}.acf-field-setting-fc_layout .acf-fl-actions{visibility:hidden}.acf-field-setting-fc_layout .acf-fl-actions .reorder-layout{cursor:move}.acf-field-setting-fc_layout .acf-fl-actions a{padding:1px 0;font-size:13px;line-height:20px}.acf-field-setting-fc_layout.-hover .acf-fl-actions,.acf-field-setting-fc_layout:hover .acf-fl-actions{visibility:visible}.acf-field-object-clone[data-display=seamless] .acf-field-setting-conditional_logic,.acf-field-object-clone[data-display=seamless] .acf-field-setting-instructions,.acf-field-object-clone[data-display=seamless] .acf-field-setting-layout,.acf-field-object-clone[data-display=seamless] .acf-field-setting-wrapper{display:none} \ No newline at end of file diff --git a/assets/build/css/pro/acf-pro-input.css b/assets/build/css/pro/acf-pro-input.css new file mode 100644 index 0000000..5b5893d --- /dev/null +++ b/assets/build/css/pro/acf-pro-input.css @@ -0,0 +1,683 @@ +/*-------------------------------------------------------------------------------------------- +* +* Vars +* +*--------------------------------------------------------------------------------------------*/ +/* colors */ +/* acf-field */ +/* responsive */ +/*-------------------------------------------------------------------------------------------- +* +* Mixins +* +*--------------------------------------------------------------------------------------------*/ +/*--------------------------------------------------------------------------------------------- +* +* Repeater +* +*---------------------------------------------------------------------------------------------*/ +.acf-repeater { + /* table */ + /* row handle (add/remove) */ + /* add in spacer to th (force correct width) */ + /* row */ + /* sortable */ + /* layouts */ + /* + &.-row > table > tbody > tr:before, + &.-block > table > tbody > tr:before { + content: ""; + display: table-row; + height: 2px; + background: #f00; + } + */ + /* empty */ + /* collapsed */ + /* collapsed (block layout) */ + /* collapsed (table layout) */ +} +.acf-repeater > table { + margin: 0 0 8px; + background: #F9F9F9; +} +.acf-repeater .acf-row-handle { + width: 16px; + text-align: center !important; + vertical-align: middle !important; + position: relative; + /* icons */ + /* .order */ + /* remove */ +} +.acf-repeater .acf-row-handle .acf-icon { + display: none; + position: absolute; + top: 0; + margin: -8px 0 0 -2px; + /* minus icon */ +} +.acf-repeater .acf-row-handle .acf-icon.-minus { + top: 50%; + /* ie fix */ +} +body.browser-msie .acf-repeater .acf-row-handle .acf-icon.-minus { + top: 25px; +} +.acf-repeater .acf-row-handle.order { + background: #f4f4f4; + cursor: move; + color: #aaa; + text-shadow: #fff 0 1px 0; +} +.acf-repeater .acf-row-handle.order:hover { + color: #666; +} +.acf-repeater .acf-row-handle.order + td { + border-left-color: #DFDFDF; +} +.acf-repeater .acf-row-handle.remove { + background: #F9F9F9; + border-left-color: #DFDFDF; +} +.acf-repeater th.acf-row-handle:before { + content: ""; + width: 16px; + display: block; + height: 1px; +} +.acf-repeater .acf-row { + /* hide clone */ + /* hover */ +} +.acf-repeater .acf-row.acf-clone { + display: none !important; +} +.acf-repeater .acf-row:hover, .acf-repeater .acf-row.-hover { + /* icons */ +} +.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon, .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon { + display: block; +} +.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.show-on-shift, .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.show-on-shift { + display: none; +} +body.acf-keydown-shift .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.show-on-shift, body.acf-keydown-shift .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.show-on-shift { + display: block; +} +body.acf-keydown-shift .acf-repeater .acf-row:hover > .acf-row-handle .acf-icon.hide-on-shift, body.acf-keydown-shift .acf-repeater .acf-row.-hover > .acf-row-handle .acf-icon.hide-on-shift { + display: none; +} +.acf-repeater > table > tbody > tr.ui-sortable-helper { + box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); +} +.acf-repeater > table > tbody > tr.ui-sortable-placeholder { + visibility: visible !important; +} +.acf-repeater > table > tbody > tr.ui-sortable-placeholder td { + background: #F9F9F9; +} +.acf-repeater.-row > table > tbody > tr > td, .acf-repeater.-block > table > tbody > tr > td { + border-top-color: #E1E1E1; +} +.acf-repeater.-empty > table > thead > tr > th { + border-bottom: 0 none; +} +.acf-repeater.-empty.-row > table, .acf-repeater.-empty.-block > table { + display: none; +} +.acf-repeater .acf-row.-collapsed > .acf-field { + display: none !important; +} +.acf-repeater .acf-row.-collapsed > td.acf-field.-collapsed-target { + display: table-cell !important; +} +.acf-repeater .acf-row.-collapsed > .acf-fields > * { + display: none !important; +} +.acf-repeater .acf-row.-collapsed > .acf-fields > .acf-field.-collapsed-target { + display: block !important; +} +.acf-repeater .acf-row.-collapsed > .acf-fields > .acf-field.-collapsed-target[data-width] { + float: none !important; + width: auto !important; +} +.acf-repeater.-table .acf-row.-collapsed .acf-field.-collapsed-target { + border-left-color: #dfdfdf; +} +.acf-repeater.-max .acf-icon[data-event=add-row] { + display: none !important; +} + +/*--------------------------------------------------------------------------------------------- +* +* Flexible Content +* +*---------------------------------------------------------------------------------------------*/ +.acf-flexible-content { + position: relative; +} +.acf-flexible-content > .clones { + display: none; +} +.acf-flexible-content > .values { + margin: 0 0 8px; +} +.acf-flexible-content > .values > .ui-sortable-placeholder { + visibility: visible !important; + border: 1px dashed #b4b9be; + box-shadow: none; + background: transparent; +} +.acf-flexible-content .layout { + position: relative; + margin: 20px 0 0; + background: #fff; + border: 1px solid #ccd0d4; +} +.acf-flexible-content .layout:first-child { + margin-top: 0; +} +.acf-flexible-content .layout .acf-fc-layout-handle { + display: block; + position: relative; + padding: 8px 10px; + cursor: move; + border-bottom: #ccd0d4 solid 1px; + color: #444; + font-size: 14px; + line-height: 1.4em; +} +.acf-flexible-content .layout .acf-fc-layout-order { + display: block; + width: 20px; + height: 20px; + border-radius: 10px; + display: inline-block; + text-align: center; + line-height: 20px; + margin: 0 2px 0 0; + background: #F1F1F1; + font-size: 12px; + color: #444; +} +html[dir=rtl] .acf-flexible-content .layout .acf-fc-layout-order { + float: right; + margin-right: 0; + margin-left: 5px; +} +.acf-flexible-content .layout .acf-fc-layout-controls { + position: absolute; + top: 8px; + right: 8px; +} +.acf-flexible-content .layout .acf-fc-layout-controls .acf-icon { + display: block; + float: left; + margin: 0 0 0 5px; +} +.acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-plus, .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-minus, .acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-duplicate { + visibility: hidden; +} +html[dir=rtl] .acf-flexible-content .layout .acf-fc-layout-controls { + right: auto; + left: 9px; +} +.acf-flexible-content .layout.is-selected { + border-color: #7e8993; +} +.acf-flexible-content .layout.is-selected .acf-fc-layout-handle { + border-color: #7e8993; +} +.acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-plus, .acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-minus, .acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-duplicate, .acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-plus, .acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-minus, .acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-duplicate { + visibility: visible; +} +.acf-flexible-content .layout.-collapsed > .acf-fc-layout-handle { + border-bottom-width: 0; +} +.acf-flexible-content .layout.-collapsed > .acf-fields, +.acf-flexible-content .layout.-collapsed > .acf-table { + display: none; +} +.acf-flexible-content .layout > .acf-table { + border: 0 none; + box-shadow: none; +} +.acf-flexible-content .layout > .acf-table > tbody > tr { + background: #fff; +} +.acf-flexible-content .layout > .acf-table > thead > tr > th { + background: #F9F9F9; +} +.acf-flexible-content .no-value-message { + padding: 19px; + border: #ccc dashed 2px; + text-align: center; + display: none; +} +.acf-flexible-content.-empty > .no-value-message { + display: block; +} + +.acf-fc-popup { + padding: 5px 0; + z-index: 900001; + min-width: 135px; +} +.acf-fc-popup ul, .acf-fc-popup li { + list-style: none; + display: block; + margin: 0; + padding: 0; +} +.acf-fc-popup li { + position: relative; + float: none; + white-space: nowrap; +} +.acf-fc-popup .badge { + display: inline-block; + border-radius: 8px; + font-size: 9px; + line-height: 15px; + padding: 0 5px; + background: #d54e21; + text-align: center; + color: #fff; + vertical-align: top; + margin: 0 0 0 5px; +} +.acf-fc-popup a { + color: #eee; + padding: 5px 10px; + display: block; + text-decoration: none; + position: relative; +} +.acf-fc-popup a:hover { + background: #0073aa; + color: #fff; +} +.acf-fc-popup a.disabled { + color: #888; + background: transparent; +} + +/*--------------------------------------------------------------------------------------------- +* +* Galery +* +*---------------------------------------------------------------------------------------------*/ +.acf-gallery { + border: #ccd0d4 solid 1px; + height: 400px; + position: relative; + /* main */ + /* attachments */ + /* attachment */ + /* toolbar */ + /* sidebar */ + /* side info */ + /* side data */ + /* column widths */ + /* resizable */ +} +.acf-gallery .acf-gallery-main { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: #fff; + z-index: 2; +} +.acf-gallery .acf-gallery-attachments { + position: absolute; + top: 0; + right: 0; + bottom: 48px; + left: 0; + padding: 5px; + overflow: auto; + overflow-x: hidden; +} +.acf-gallery .acf-gallery-attachment { + width: 25%; + float: left; + cursor: pointer; + position: relative; + /* hover */ + /* sortable */ + /* active */ + /* icon */ + /* rtl */ +} +.acf-gallery .acf-gallery-attachment .margin { + margin: 5px; + border: #d5d9dd solid 1px; + position: relative; + overflow: hidden; + background: #eee; +} +.acf-gallery .acf-gallery-attachment .margin:before { + content: ""; + display: block; + padding-top: 100%; +} +.acf-gallery .acf-gallery-attachment .thumbnail { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + transform: translate(50%, 50%); +} +html[dir=rtl] .acf-gallery .acf-gallery-attachment .thumbnail { + transform: translate(-50%, 50%); +} +.acf-gallery .acf-gallery-attachment .thumbnail img { + display: block; + height: auto; + max-height: 100%; + width: auto; + transform: translate(-50%, -50%); +} +html[dir=rtl] .acf-gallery .acf-gallery-attachment .thumbnail img { + transform: translate(50%, -50%); +} +.acf-gallery .acf-gallery-attachment .filename { + position: absolute; + bottom: 0; + left: 0; + right: 0; + padding: 5%; + background: #F4F4F4; + background: rgba(255, 255, 255, 0.8); + border-top: #DFDFDF solid 1px; + font-weight: bold; + text-align: center; + word-wrap: break-word; + max-height: 90%; + overflow: hidden; +} +.acf-gallery .acf-gallery-attachment .actions { + position: absolute; + top: 0; + right: 0; + display: none; +} +.acf-gallery .acf-gallery-attachment:hover .actions { + display: block; +} +.acf-gallery .acf-gallery-attachment.ui-sortable-helper .margin { + border: none; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); +} +.acf-gallery .acf-gallery-attachment.ui-sortable-placeholder .margin { + background: #F1F1F1; + border: none; +} +.acf-gallery .acf-gallery-attachment.ui-sortable-placeholder .margin * { + display: none !important; +} +.acf-gallery .acf-gallery-attachment.active .margin { + box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 5px #0073aa; +} +.acf-gallery .acf-gallery-attachment.-icon .thumbnail img { + transform: translate(-50%, -70%); +} +html[dir=rtl] .acf-gallery .acf-gallery-attachment { + float: right; +} +.acf-gallery.sidebar-open { + /* hide attachment actions when sidebar is open */ + /* allow sidebar to move over main for small widths (widget edit box) */ +} +.acf-gallery.sidebar-open .acf-gallery-attachment .actions { + display: none; +} +.acf-gallery.sidebar-open .acf-gallery-side { + z-index: 2; +} +.acf-gallery .acf-gallery-toolbar { + position: absolute; + right: 0; + bottom: 0; + left: 0; + padding: 10px; + border-top: #d5d9dd solid 1px; + background: #fff; + min-height: 28px; +} +.acf-gallery .acf-gallery-toolbar .acf-hl li { + line-height: 24px; +} +.acf-gallery .acf-gallery-toolbar .bulk-actions-select { + width: auto; + margin: 0 1px 0 0; +} +.acf-gallery .acf-gallery-side { + position: absolute; + top: 0; + right: 0; + bottom: 0; + width: 0; + background: #F9F9F9; + border-left: #ccd0d4 solid 1px; + z-index: 1; + overflow: hidden; +} +.acf-gallery .acf-gallery-side .acf-gallery-side-inner { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: 349px; +} +.acf-gallery .acf-gallery-side-info { + position: relative; + width: 100%; + padding: 10px; + margin: -10px 0 15px -10px; + background: #F1F1F1; + border-bottom: #DFDFDF solid 1px; +} +.acf-gallery .acf-gallery-side-info:after { + display: block; + clear: both; + content: ""; +} +html[dir=rtl] .acf-gallery .acf-gallery-side-info { + margin-left: 0; + margin-right: -10px; +} +.acf-gallery .acf-gallery-side-info img { + float: left; + width: auto; + max-width: 65px; + max-height: 65px; + margin: 0 10px 1px 0; + background: #FFFFFF; + padding: 3px; + border: #ccd0d4 solid 1px; + border-radius: 1px; + /* rtl */ +} +html[dir=rtl] .acf-gallery .acf-gallery-side-info img { + float: right; + margin: 0 0 0 10px; +} +.acf-gallery .acf-gallery-side-info p { + font-size: 13px; + line-height: 15px; + margin: 3px 0; + word-break: break-all; + color: #666; +} +.acf-gallery .acf-gallery-side-info p strong { + color: #000; +} +.acf-gallery .acf-gallery-side-info a { + text-decoration: none; +} +.acf-gallery .acf-gallery-side-info a.acf-gallery-edit { + color: #21759b; +} +.acf-gallery .acf-gallery-side-info a.acf-gallery-remove { + color: #bc0b0b; +} +.acf-gallery .acf-gallery-side-info a:hover { + text-decoration: underline; +} +.acf-gallery .acf-gallery-side-data { + position: absolute; + top: 0; + right: 0; + bottom: 48px; + left: 0; + overflow: auto; + overflow-x: inherit; + padding: 10px; +} +.acf-gallery .acf-gallery-side-data .acf-label, +.acf-gallery .acf-gallery-side-data th.label { + color: #666666; + font-size: 12px; + line-height: 25px; + padding: 0 4px 8px 0 !important; + width: auto !important; + vertical-align: top; +} +html[dir=rtl] .acf-gallery .acf-gallery-side-data .acf-label, +html[dir=rtl] .acf-gallery .acf-gallery-side-data th.label { + padding: 0 0 8px 4px !important; +} +.acf-gallery .acf-gallery-side-data .acf-label label, +.acf-gallery .acf-gallery-side-data th.label label { + font-weight: normal; +} +.acf-gallery .acf-gallery-side-data .acf-input, +.acf-gallery .acf-gallery-side-data td.field { + padding: 0 0 8px !important; +} +.acf-gallery .acf-gallery-side-data textarea { + min-height: 0; + height: 60px; +} +.acf-gallery .acf-gallery-side-data p.help { + font-size: 12px; +} +.acf-gallery .acf-gallery-side-data p.help:hover { + font-weight: normal; +} +.acf-gallery[data-columns="1"] .acf-gallery-attachment { + width: 100%; +} +.acf-gallery[data-columns="2"] .acf-gallery-attachment { + width: 50%; +} +.acf-gallery[data-columns="3"] .acf-gallery-attachment { + width: 33.333%; +} +.acf-gallery[data-columns="4"] .acf-gallery-attachment { + width: 25%; +} +.acf-gallery[data-columns="5"] .acf-gallery-attachment { + width: 20%; +} +.acf-gallery[data-columns="6"] .acf-gallery-attachment { + width: 16.666%; +} +.acf-gallery[data-columns="7"] .acf-gallery-attachment { + width: 14.285%; +} +.acf-gallery[data-columns="8"] .acf-gallery-attachment { + width: 12.5%; +} +.acf-gallery .ui-resizable-handle { + display: block; + position: absolute; +} +.acf-gallery .ui-resizable-s { + bottom: -5px; + cursor: ns-resize; + height: 7px; + left: 0; + width: 100%; +} + +/* media modal selected */ +.acf-media-modal .attachment.acf-selected { + box-shadow: 0 0 0 3px #fff inset, 0 0 0 7px #0073aa inset !important; +} +.acf-media-modal .attachment.acf-selected .check { + display: none !important; +} +.acf-media-modal .attachment.acf-selected .thumbnail { + opacity: 0.25 !important; +} +.acf-media-modal .attachment.acf-selected .attachment-preview:before { + background: rgba(0, 0, 0, 0.15); + z-index: 1; + position: relative; +} + +/*-------------------------------------------------------------------------------------------- +* +* ACF Blocks +* +*--------------------------------------------------------------------------------------------*/ +.acf-block-component .components-placeholder { + margin: 0; +} + +.acf-block-component .acf-block-fields { + background: #fff; + text-align: left; + font-size: 13px; + line-height: 1.4em; + color: #444; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +} +html[dir=rtl] .acf-block-component .acf-block-fields { + text-align: right; +} +.acf-block-component .acf-block-fields p { + font-size: 13px; + line-height: 1.5; +} + +.acf-block-body .acf-block-fields { + border: #adb2ad solid 1px; +} +.acf-block-body .acf-block-fields .acf-tab-wrap .acf-tab-group { + margin-left: 0; + padding: 16px 20px 0; +} +.acf-block-body .acf-fields > .acf-field { + padding: 16px 20px; +} +.acf-block-body .acf-fields > .acf-field.acf-accordion { + border-color: #adb2ad; +} +.acf-block-body .acf-fields > .acf-field.acf-accordion .acf-accordion-title { + padding: 16px 20px; +} +.acf-block-body .acf-block-preview { + min-height: 10px; +} + +.acf-block-panel .acf-block-fields { + border-top: #e2e4e7 solid 1px; + min-height: 1px; +} +.acf-block-panel .acf-block-fields:empty { + border-top: none; +} +.acf-block-panel .acf-block-fields .acf-tab-wrap { + background: transparent; +} + +.components-panel__body .acf-block-panel { + margin: 16px -16px -16px; +} \ No newline at end of file diff --git a/assets/build/css/pro/acf-pro-input.min.css b/assets/build/css/pro/acf-pro-input.min.css new file mode 100644 index 0000000..fdedb20 --- /dev/null +++ b/assets/build/css/pro/acf-pro-input.min.css @@ -0,0 +1 @@ +.acf-repeater>table{margin:0 0 8px;background:#f9f9f9}.acf-repeater .acf-row-handle{width:16px;text-align:center!important;vertical-align:middle!important;position:relative}.acf-repeater .acf-row-handle .acf-icon{display:none;position:absolute;top:0;margin:-8px 0 0 -2px}.acf-repeater .acf-row-handle .acf-icon.-minus{top:50%}body.browser-msie .acf-repeater .acf-row-handle .acf-icon.-minus{top:25px}.acf-repeater .acf-row-handle.order{background:#f4f4f4;cursor:move;color:#aaa;text-shadow:#fff 0 1px 0}.acf-repeater .acf-row-handle.order:hover{color:#666}.acf-repeater .acf-row-handle.order+td{border-left-color:#dfdfdf}.acf-repeater .acf-row-handle.remove{background:#f9f9f9;border-left-color:#dfdfdf}.acf-repeater th.acf-row-handle:before{content:"";width:16px;display:block;height:1px}.acf-repeater .acf-row.acf-clone{display:none!important}.acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon,.acf-repeater .acf-row:hover>.acf-row-handle .acf-icon{display:block}.acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.show-on-shift,.acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.show-on-shift{display:none}body.acf-keydown-shift .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.show-on-shift,body.acf-keydown-shift .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.show-on-shift{display:block}body.acf-keydown-shift .acf-repeater .acf-row.-hover>.acf-row-handle .acf-icon.hide-on-shift,body.acf-keydown-shift .acf-repeater .acf-row:hover>.acf-row-handle .acf-icon.hide-on-shift{display:none}.acf-repeater>table>tbody>tr.ui-sortable-helper{box-shadow:0 1px 5px rgba(0,0,0,.2)}.acf-repeater>table>tbody>tr.ui-sortable-placeholder{visibility:visible!important}.acf-repeater>table>tbody>tr.ui-sortable-placeholder td{background:#f9f9f9}.acf-repeater.-block>table>tbody>tr>td,.acf-repeater.-row>table>tbody>tr>td{border-top-color:#e1e1e1}.acf-repeater.-empty>table>thead>tr>th{border-bottom:0 none}.acf-repeater.-empty.-block>table,.acf-repeater.-empty.-row>table{display:none}.acf-repeater .acf-row.-collapsed>.acf-field{display:none!important}.acf-repeater .acf-row.-collapsed>td.acf-field.-collapsed-target{display:table-cell!important}.acf-repeater .acf-row.-collapsed>.acf-fields>*{display:none!important}.acf-repeater .acf-row.-collapsed>.acf-fields>.acf-field.-collapsed-target{display:block!important}.acf-repeater .acf-row.-collapsed>.acf-fields>.acf-field.-collapsed-target[data-width]{float:none!important;width:auto!important}.acf-repeater.-table .acf-row.-collapsed .acf-field.-collapsed-target{border-left-color:#dfdfdf}.acf-repeater.-max .acf-icon[data-event=add-row]{display:none!important}.acf-flexible-content{position:relative}.acf-flexible-content>.clones{display:none}.acf-flexible-content>.values{margin:0 0 8px}.acf-flexible-content>.values>.ui-sortable-placeholder{visibility:visible!important;border:1px dashed #b4b9be;box-shadow:none;background:0 0}.acf-flexible-content .layout{position:relative;margin:20px 0 0;background:#fff;border:1px solid #ccd0d4}.acf-flexible-content .layout:first-child{margin-top:0}.acf-flexible-content .layout .acf-fc-layout-handle{display:block;position:relative;padding:8px 10px;cursor:move;border-bottom:#ccd0d4 solid 1px;color:#444;font-size:14px;line-height:1.4em}.acf-flexible-content .layout .acf-fc-layout-order{display:block;width:20px;height:20px;border-radius:10px;display:inline-block;text-align:center;line-height:20px;margin:0 2px 0 0;background:#f1f1f1;font-size:12px;color:#444}html[dir=rtl] .acf-flexible-content .layout .acf-fc-layout-order{float:right;margin-right:0;margin-left:5px}.acf-flexible-content .layout .acf-fc-layout-controls{position:absolute;top:8px;right:8px}.acf-flexible-content .layout .acf-fc-layout-controls .acf-icon{display:block;float:left;margin:0 0 0 5px}.acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-duplicate,.acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-minus,.acf-flexible-content .layout .acf-fc-layout-controls .acf-icon.-plus{visibility:hidden}html[dir=rtl] .acf-flexible-content .layout .acf-fc-layout-controls{right:auto;left:9px}.acf-flexible-content .layout.is-selected{border-color:#7e8993}.acf-flexible-content .layout.is-selected .acf-fc-layout-handle{border-color:#7e8993}.acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-duplicate,.acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-minus,.acf-flexible-content .layout.-hover .acf-fc-layout-controls .acf-icon.-plus,.acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-duplicate,.acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-minus,.acf-flexible-content .layout:hover .acf-fc-layout-controls .acf-icon.-plus{visibility:visible}.acf-flexible-content .layout.-collapsed>.acf-fc-layout-handle{border-bottom-width:0}.acf-flexible-content .layout.-collapsed>.acf-fields,.acf-flexible-content .layout.-collapsed>.acf-table{display:none}.acf-flexible-content .layout>.acf-table{border:0 none;box-shadow:none}.acf-flexible-content .layout>.acf-table>tbody>tr{background:#fff}.acf-flexible-content .layout>.acf-table>thead>tr>th{background:#f9f9f9}.acf-flexible-content .no-value-message{padding:19px;border:#ccc dashed 2px;text-align:center;display:none}.acf-flexible-content.-empty>.no-value-message{display:block}.acf-fc-popup{padding:5px 0;z-index:900001;min-width:135px}.acf-fc-popup li,.acf-fc-popup ul{list-style:none;display:block;margin:0;padding:0}.acf-fc-popup li{position:relative;float:none;white-space:nowrap}.acf-fc-popup .badge{display:inline-block;border-radius:8px;font-size:9px;line-height:15px;padding:0 5px;background:#d54e21;text-align:center;color:#fff;vertical-align:top;margin:0 0 0 5px}.acf-fc-popup a{color:#eee;padding:5px 10px;display:block;text-decoration:none;position:relative}.acf-fc-popup a:hover{background:#0073aa;color:#fff}.acf-fc-popup a.disabled{color:#888;background:0 0}.acf-gallery{border:#ccd0d4 solid 1px;height:400px;position:relative}.acf-gallery .acf-gallery-main{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;z-index:2}.acf-gallery .acf-gallery-attachments{position:absolute;top:0;right:0;bottom:48px;left:0;padding:5px;overflow:auto;overflow-x:hidden}.acf-gallery .acf-gallery-attachment{width:25%;float:left;cursor:pointer;position:relative}.acf-gallery .acf-gallery-attachment .margin{margin:5px;border:#d5d9dd solid 1px;position:relative;overflow:hidden;background:#eee}.acf-gallery .acf-gallery-attachment .margin:before{content:"";display:block;padding-top:100%}.acf-gallery .acf-gallery-attachment .thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(50%,50%)}html[dir=rtl] .acf-gallery .acf-gallery-attachment .thumbnail{transform:translate(-50%,50%)}.acf-gallery .acf-gallery-attachment .thumbnail img{display:block;height:auto;max-height:100%;width:auto;transform:translate(-50%,-50%)}html[dir=rtl] .acf-gallery .acf-gallery-attachment .thumbnail img{transform:translate(50%,-50%)}.acf-gallery .acf-gallery-attachment .filename{position:absolute;bottom:0;left:0;right:0;padding:5%;background:#f4f4f4;background:rgba(255,255,255,.8);border-top:#dfdfdf solid 1px;font-weight:700;text-align:center;word-wrap:break-word;max-height:90%;overflow:hidden}.acf-gallery .acf-gallery-attachment .actions{position:absolute;top:0;right:0;display:none}.acf-gallery .acf-gallery-attachment:hover .actions{display:block}.acf-gallery .acf-gallery-attachment.ui-sortable-helper .margin{border:none;box-shadow:0 1px 3px rgba(0,0,0,.3)}.acf-gallery .acf-gallery-attachment.ui-sortable-placeholder .margin{background:#f1f1f1;border:none}.acf-gallery .acf-gallery-attachment.ui-sortable-placeholder .margin *{display:none!important}.acf-gallery .acf-gallery-attachment.active .margin{box-shadow:0 0 0 1px #fff,0 0 0 5px #0073aa}.acf-gallery .acf-gallery-attachment.-icon .thumbnail img{transform:translate(-50%,-70%)}html[dir=rtl] .acf-gallery .acf-gallery-attachment{float:right}.acf-gallery.sidebar-open .acf-gallery-attachment .actions{display:none}.acf-gallery.sidebar-open .acf-gallery-side{z-index:2}.acf-gallery .acf-gallery-toolbar{position:absolute;right:0;bottom:0;left:0;padding:10px;border-top:#d5d9dd solid 1px;background:#fff;min-height:28px}.acf-gallery .acf-gallery-toolbar .acf-hl li{line-height:24px}.acf-gallery .acf-gallery-toolbar .bulk-actions-select{width:auto;margin:0 1px 0 0}.acf-gallery .acf-gallery-side{position:absolute;top:0;right:0;bottom:0;width:0;background:#f9f9f9;border-left:#ccd0d4 solid 1px;z-index:1;overflow:hidden}.acf-gallery .acf-gallery-side .acf-gallery-side-inner{position:absolute;top:0;left:0;bottom:0;width:349px}.acf-gallery .acf-gallery-side-info{position:relative;width:100%;padding:10px;margin:-10px 0 15px -10px;background:#f1f1f1;border-bottom:#dfdfdf solid 1px}.acf-gallery .acf-gallery-side-info:after{display:block;clear:both;content:""}html[dir=rtl] .acf-gallery .acf-gallery-side-info{margin-left:0;margin-right:-10px}.acf-gallery .acf-gallery-side-info img{float:left;width:auto;max-width:65px;max-height:65px;margin:0 10px 1px 0;background:#fff;padding:3px;border:#ccd0d4 solid 1px;border-radius:1px}html[dir=rtl] .acf-gallery .acf-gallery-side-info img{float:right;margin:0 0 0 10px}.acf-gallery .acf-gallery-side-info p{font-size:13px;line-height:15px;margin:3px 0;word-break:break-all;color:#666}.acf-gallery .acf-gallery-side-info p strong{color:#000}.acf-gallery .acf-gallery-side-info a{text-decoration:none}.acf-gallery .acf-gallery-side-info a.acf-gallery-edit{color:#21759b}.acf-gallery .acf-gallery-side-info a.acf-gallery-remove{color:#bc0b0b}.acf-gallery .acf-gallery-side-info a:hover{text-decoration:underline}.acf-gallery .acf-gallery-side-data{position:absolute;top:0;right:0;bottom:48px;left:0;overflow:auto;overflow-x:inherit;padding:10px}.acf-gallery .acf-gallery-side-data .acf-label,.acf-gallery .acf-gallery-side-data th.label{color:#666;font-size:12px;line-height:25px;padding:0 4px 8px 0!important;width:auto!important;vertical-align:top}html[dir=rtl] .acf-gallery .acf-gallery-side-data .acf-label,html[dir=rtl] .acf-gallery .acf-gallery-side-data th.label{padding:0 0 8px 4px!important}.acf-gallery .acf-gallery-side-data .acf-label label,.acf-gallery .acf-gallery-side-data th.label label{font-weight:400}.acf-gallery .acf-gallery-side-data .acf-input,.acf-gallery .acf-gallery-side-data td.field{padding:0 0 8px!important}.acf-gallery .acf-gallery-side-data textarea{min-height:0;height:60px}.acf-gallery .acf-gallery-side-data p.help{font-size:12px}.acf-gallery .acf-gallery-side-data p.help:hover{font-weight:400}.acf-gallery[data-columns="1"] .acf-gallery-attachment{width:100%}.acf-gallery[data-columns="2"] .acf-gallery-attachment{width:50%}.acf-gallery[data-columns="3"] .acf-gallery-attachment{width:33.333%}.acf-gallery[data-columns="4"] .acf-gallery-attachment{width:25%}.acf-gallery[data-columns="5"] .acf-gallery-attachment{width:20%}.acf-gallery[data-columns="6"] .acf-gallery-attachment{width:16.666%}.acf-gallery[data-columns="7"] .acf-gallery-attachment{width:14.285%}.acf-gallery[data-columns="8"] .acf-gallery-attachment{width:12.5%}.acf-gallery .ui-resizable-handle{display:block;position:absolute}.acf-gallery .ui-resizable-s{bottom:-5px;cursor:ns-resize;height:7px;left:0;width:100%}.acf-media-modal .attachment.acf-selected{box-shadow:0 0 0 3px #fff inset,0 0 0 7px #0073aa inset!important}.acf-media-modal .attachment.acf-selected .check{display:none!important}.acf-media-modal .attachment.acf-selected .thumbnail{opacity:.25!important}.acf-media-modal .attachment.acf-selected .attachment-preview:before{background:rgba(0,0,0,.15);z-index:1;position:relative}.acf-block-component .components-placeholder{margin:0}.acf-block-component .acf-block-fields{background:#fff;text-align:left;font-size:13px;line-height:1.4em;color:#444;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}html[dir=rtl] .acf-block-component .acf-block-fields{text-align:right}.acf-block-component .acf-block-fields p{font-size:13px;line-height:1.5}.acf-block-body .acf-block-fields{border:#adb2ad solid 1px}.acf-block-body .acf-block-fields .acf-tab-wrap .acf-tab-group{margin-left:0;padding:16px 20px 0}.acf-block-body .acf-fields>.acf-field{padding:16px 20px}.acf-block-body .acf-fields>.acf-field.acf-accordion{border-color:#adb2ad}.acf-block-body .acf-fields>.acf-field.acf-accordion .acf-accordion-title{padding:16px 20px}.acf-block-body .acf-block-preview{min-height:10px}.acf-block-panel .acf-block-fields{border-top:#e2e4e7 solid 1px;min-height:1px}.acf-block-panel .acf-block-fields:empty{border-top:none}.acf-block-panel .acf-block-fields .acf-tab-wrap{background:0 0}.components-panel__body .acf-block-panel{margin:16px -16px -16px} \ No newline at end of file diff --git a/assets/js/acf-field-group.js b/assets/build/js/acf-field-group.js similarity index 97% rename from assets/js/acf-field-group.js rename to assets/build/js/acf-field-group.js index fb2781b..50c0de6 100644 --- a/assets/js/acf-field-group.js +++ b/assets/build/js/acf-field-group.js @@ -44,7 +44,7 @@ alert( acf.__('Field group title is required') ); // focus - $title.focus(); + $title.trigger('focus'); } }, @@ -180,7 +180,6 @@ }); })(jQuery); - (function($, undefined){ acf.FieldObject = acf.Model.extend({ @@ -407,9 +406,35 @@ }, initialize: function(){ - // do nothing + this.addProFields(); }, - + + addProFields: function() { + // Make sure we're only running this on free version. + if (acf.data.fieldTypes.hasOwnProperty('clone')) { + return; + } + + // Make sure we haven't appended these fields before. + var $fieldTypeSelect = $('.field-type').not('.acf-free-field-type'); + + // Append pro fields to "Layout" group. + var $layoutGroup = $fieldTypeSelect.find('optgroup option[value="group"]').parent(); + $layoutGroup.append( + '' + + '' + + '' + ); + + // Add pro fields to "Content" group. + var $contentGroup = $fieldTypeSelect.find('optgroup option[value="image"]').parent(); + $contentGroup.append( + '' + ); + + $fieldTypeSelect.addClass('acf-free-field-type'); + }, + render: function(){ // vars @@ -714,8 +739,8 @@ // focus label var $label = newField.$setting('label input'); setTimeout(function(){ - $label.focus(); - }, 251); + $label.trigger('focus'); + }, 251); // update newField label / name var label = newField.prop('label'); @@ -994,7 +1019,6 @@ }); })(jQuery); - (function($, undefined){ /** @@ -1243,7 +1267,6 @@ acf.registerFieldSetting( TimePickerReturnFormatFieldSetting ); })(jQuery); - (function($, undefined){ /** @@ -1647,7 +1670,6 @@ }, }); })(jQuery); - (function($, undefined){ /** @@ -2100,7 +2122,7 @@ // focus label var $label = newField.$input('label'); setTimeout(function(){ - $label.focus(); + $label.trigger('focus'); }, 251); // open @@ -2116,7 +2138,6 @@ }); })(jQuery); - (function($, undefined){ /** @@ -2221,7 +2242,6 @@ }); })(jQuery); - (function($, undefined){ var _acf = acf.getCompatibility( acf ); @@ -2502,12 +2522,4 @@ } }); -})(jQuery); - -// @codekit-prepend "_field-group.js"; -// @codekit-prepend "_field-group-field.js"; -// @codekit-prepend "_field-group-settings.js"; -// @codekit-prepend "_field-group-conditions.js"; -// @codekit-prepend "_field-group-fields.js"; -// @codekit-prepend "_field-group-locations.js"; -// @codekit-prepend "_field-group-compatibility.js"; \ No newline at end of file +})(jQuery); \ No newline at end of file diff --git a/assets/build/js/acf-field-group.min.js b/assets/build/js/acf-field-group.min.js new file mode 100644 index 0000000..41a03a0 --- /dev/null +++ b/assets/build/js/acf-field-group.min.js @@ -0,0 +1 @@ +!function(n){new acf.Model({id:"fieldGroupManager",events:{"submit #post":"onSubmit",'click a[href="#"]':"onClick","click .submitdelete":"onClickTrash"},filters:{find_fields_args:"filterFindFieldArgs"},onSubmit:function(e,t){var i=n("#titlewrap #title");i.val()||(e.preventDefault(),acf.unlockForm(t),alert(acf.__("Field group title is required")),i.trigger("focus"))},onClick:function(e){e.preventDefault()},onClickTrash:function(e){confirm(acf.__("Move to trash. Are you sure?"))||e.preventDefault()},filterFindFieldArgs:function(e){return e.visible=!0,e}}),new acf.Model({id:"screenOptionsManager",wait:"prepare",events:{change:"onChange"},initialize:function(){var e=n("#adv-settings"),t=n("#acf-append-show-on-screen");e.find(".metabox-prefs").append(t.html()),e.find(".metabox-prefs br").remove(),t.remove(),this.$el=n("#acf-field-key-hide"),this.render()},isChecked:function(){return this.$el.prop("checked")},onChange:function(e,t){var i=this.isChecked()?1:0;acf.updateUserSetting("show_field_keys",i),this.render()},render:function(){this.isChecked()?n("#acf-field-group-fields").addClass("show-field-keys"):n("#acf-field-group-fields").removeClass("show-field-keys")}}),new acf.Model({actions:{new_field:"onNewField"},onNewField:function(e){var t,i;e.has("append")&&(i=e.get("append"),(t=e.$el.siblings('[data-name="'+i+'"]').first()).length&&((t=(i=t.children(".acf-input")).children("ul")).length||(i.wrapInner('