/home/moonrcjl/public_html/test/wp-content/plugins/pure-metafields/metaboxes/css/puremeta-style.css
/*!
* PureMetaFields - v1.3.1 - 2022-03-12
* https://tpmetabox.net
* Copyright (c) 2022
* Licensed GPLv2+
*/
.tm-meta-wrapper:not(#side-sortables .tm-meta-wrapper) {
display: flex;
flex-wrap: wrap;
}
.tm-meta-column-1:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 100%;
}
.tm-meta-column-2:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 50%;
}
.tm-meta-column-3:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 33.33%;
}
.tm-meta-column-4:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 25%;
}
.tm-meta-column-5:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 20%;
}
.tm-meta-column-6:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 16.66%;
}
.tm-meta-column-7:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 14.28%;
}
.tm-meta-column-8:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 12.5%;
}
.tm-meta-column-9:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 11.11%;
}
.tm-meta-column-10:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 10%;
}
.tm-meta-column-11:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 9%;
}
.tm-meta-column-12:not(#side-sortables .tm-meta-wrapper) .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
flex: 0 0 8.33%;
}
.tm-field-row:not(#side-sortables .tm-meta-wrapper) {
width: 33.33%;
}
#side-sortables .tm-meta-wrapper .tm-field-row {
width: 100%;
}
.repeater-field .tm-field-row:not(#side-sortables .tm-meta-wrapper) {
width: 100%;
}
#side-sortables .tm-meta-wrapper .tm-field-row {
padding-left: 0;
padding-right: 0;
}
.tm-field-row .tm-field-row {
padding: 0 2px 15px;
margin-top: 10px;
}
.tm-field-row.repeater:not(#side-sortables .tm-meta-wrapper) {
grid-column: span 6 / span 6;
}
.tm-field-row>label,
.tm-field-row>.label {
display: block;
font-weight: 500;
margin-bottom: 12px;
font-size: 14px;
line-height: 1;
}
.tm-field-row>label.label-repeater,
.tm-field-row>.label {
font-size: 20px;
}
#tm-meta-box .postbox-header h2 {
font-size: 16px;
}
.tm-input {
height: 40px;
}
.tm-input-sm {
width: 100%;
}
.tm-switch {
position: relative;
display: inline-block;
width: 50px;
height: 22px;
}
.tm-switch input,
.tm-button-groups input {
opacity: 0;
width: 0;
height: 0;
display: none;
}
.tm-slider {
display: inline-block;
width: 46px;
height: 24px;
background: #cad2ef;
border-radius: 20px;
position: relative;
-webkit-transition: all .3s 0s ease-out;
-moz-transition: all .3s 0s ease-out;
-ms-transition: all .3s 0s ease-out;
-o-transition: all .3s 0s ease-out;
transition: all .3s 0s ease-out;
cursor: pointer;
}
.tm-slider::before {
display: inline-block;
position: absolute;
content: "";
top: 3px;
left: 3px;
bottom: 3px;
right: 54%;
border-radius: 50%;
box-shadow: 1px 2px 3px rgba(18, 20, 32, .3);
background-image: -webkit-linear-gradient(180deg, #FFFFFF 0%, #D6DCEF 100%);
background-image: -moz-linear-gradient(180deg, #FFFFFF 0%, #D6DCEF 100%);
background-image: -ms-linear-gradient(180deg, #FFFFFF 0%, #D6DCEF 100%);
background-image: -o-linear-gradient(180deg, #FFFFFF 0%, #D6DCEF 100%);
background-image: linear-gradient(180deg, #FFFFFF 0%, #D6DCEF 100%);
transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-property: all;
transition-delay: 0s;
transition-property: left, right;
transition-delay: 0s, .08s;
}
.tm-meta-wrapper input:checked+.tm-slider,
.tm-meta-wrapper input:checked+span {
background-color: #3362FF;
color: #fefefe;
border-color: #f1eded;
}
.tm-meta-wrapper input:focus+.tm-slider,
.tm-meta-wrapper input:focus+span {
box-shadow: 0 0 1px #010F1C;
}
.tm-meta-wrapper input:checked+.tm-slider:before {
left: 54%;
right: 3px;
transition: .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-property: all;
transition-delay: 0s;
transition-property: left, right;
transition-delay: .08s, 0s;
}
.tm-button-groups {
display: flex;
flex-wrap: wrap;
}
.tm-button-groups .tm-button-radio {
border: 1px solid #f1eded;
display: flex;
text-align: center;
margin-right: 3px;
margin-bottom: 8px;
border-radius: 6px;
}
.tm-button-groups .tm-button-radio span {
width: 100%;
padding: 12px 37px;
transition: 0.4s;
font-weight: 600;
border-radius: 6px;
cursor: pointer;
}
.tm-textarea {
height: 150px;
width: 100%;
}
.tm-gallery-field button,
.tm-image-field button {
font-size: 14px;
color: #3c434a;
text-align: center;
border: 1px solid #E0E2E3;
font-weight: 500;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
background-color: #f6f6f9;
border-radius: 6px;
padding: 11px 17px;
display: flex;
align-items: center;
}
.tm-gallery-field button svg,
.tm-image-field button svg {
-webkit-transform: translateY(2px);
-moz-transform: translateY(2px);
-ms-transform: translateY(2px);
-o-transform: translateY(2px);
transform: translateY(2px);
}
.tm-gallery-field button>*,
.tm-image-field button>* {
margin: 0 3px;
}
.tm-gallery-field button:hover,
.tm-image-field button:hover {
background-color: #5F4AFE;
border-color: #5F4AFE;
color: #fff;
cursor: pointer;
}
.tm-field-row:not(.image) .tm-gallery-container {
margin-top: 15px;
}
.tm-gallery-actions,
.tm-gallery-img-actions {
position: absolute;
top: -8px;
right: -8px;
opacity: 0;
visibility: hidden;
transition: all .4s ease;
}
.tm-gallery-item:hover .tm-gallery-actions,
.tm-gallery-img-actions {
opacity: 1;
visibility: visible;
}
.tm-gallery-actions a,
.tm-gallery-img-actions a {
color: #fff;
font-size: 11px;
text-decoration: none;
display: inline-block;
background: #3362FF;
transition: 0.3s;
}
.tm-gallery-actions a:hover,
.tm-gallery-img-actions a:hover {
color: #fff;
background: #f00;
}
.tm-gallery-actions span,
.tm-gallery-img-actions span {
font-size: 15px;
width: 24px;
height: 24px;
line-height: 23px;
text-align: center;
transform: translateX(1px);
}
.tm-gallery-img img {
width: 100%;
height: 104px;
object-fit: cover;
border: 1px solid #E0E2E3;
}
.tm-image-actions {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
color: #fff;
box-sizing: border-box;
padding: 10px;
visibility: hidden;
opacity: 0;
transition: 0.3s;
text-align: right;
}
.tm-image-actions a {
color: #fff;
}
.tm-image-actions a.delete {
margin-left: auto;
}
.tm-image-actions a:hover {
color: #ccc;
transition: 0.3s;
}
.tm-gallery-item {
margin: 0 10px 10px 0;
position: relative;
cursor: pointer;
display: inline-block;
width: 100px;
height: 100px;
transition: 0.3s;
}
.tm-gallery-item:hover>.tm-image-actions {
visibility: visible;
opacity: 1;
transition: 0.3s;
}
.tp-metabox-repeater .tp-metabox-repeater-item-wrapper {
padding: 10px 20px;
}
.tp-metabox-repeater .tp-metabox-repeater-item-wrapper .tm-field-row {
padding: 0;
}
.tp-metabox-repeater .tp-metabox-repeater-row:not(:last-child) {
margin-bottom: 8px;
}
.tp-metabox-repeater .tp-metabox-repeater-row {
border: 1px solid #E0E2E3;
outline: 0;
text-align: left;
}
/* #side-sortables .tp-metabox-repeater .tp-metabox-repeater-row {
padding: 17px 0px 17px 10px;
} */
/* #side-sortables .tm-field-row:not(.image) .tm-gallery-container {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0px;
} */
.tp-metabox-repeater .tp-metabox-repeater-row .tp-metabox-repeater-collapse,
.tp-metabox-repeater-row .tp-metabox-repeater-collapse {
padding: 10px 20px;
display: flex;
width: 100%;
background-color: transparent;
border: 0;
border-bottom: 1px solid #ddd;
font-size: 16px;
font-weight: 500;
color: #010F1C;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
}
.tp-metabox-repeater .tp-metabox-repeater-row .tp-metabox-repeater-collapse span svg {
margin-right: 3px;
}
.tp-metabox-repeater .tp-metabox-repeater-row .tp-metabox-repeater-collapse:hover {
color: #3362FF;
cursor: pointer;
}
.tp-metabox-repeater .tp-metabox-repeater-row.dragged {
background: #efefef;
}
.tp-metabox-repeater .tp-metabox-repeater-row.dragged {
cursor: grabbing;
}
.tp-metabox-repeater .tp-metabox-repeater-row table {
width: 100%;
}
.tp-metabox-repeater .tp-metabox-repeater-row table tr {
margin-bottom: 20px;
}
.tp-metabox-repeater .tp-metabox-repeater-row table th {
text-align: left;
vertical-align: baseline;
}
.repeater-field {
margin-bottom: 20px;
}
/* external css */
.tm-meta-wrapper .select2-container {
max-width: 380px !important;
width: 100% !important;
}
.tm-meta-wrapper .select2-container .select2-selection--single {
height: 40px !important;
}
.tm-meta-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 40px !important;
}
.tm-meta-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px !important;
}
.tm-meta-wrapper .wp-picker-container {
max-width: 380px;
width: 100%;
}
.tm-meta-wrapper .wp-picker-container .wp-color-result.button,
.tm-meta-wrapper .wp-color-result {
padding: 0 0 0 50px;
max-width: 200px !important;
width: 100% !important;
font-size: 14px;
color: #010F1C;
outline: 0;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
border: 1px solid #E0E2E3;
background: #f6f6f9;
border-radius: 6px;
}
.tm-meta-wrapper .wp-color-result-text {
border-left: 1px solid #E0E2E3;
}
.tm-meta-wrapper .wp-color-result {
height: 44px;
}
.tm-meta-wrapper .wp-picker-clear {
height: 40px;
}
.tm-meta-wrapper .wp-color-result-text {
line-height: 2.8;
height: 40px;
color: #3c434a;
font-size: 14px;
font-weight: 400;
}
.tm-meta-wrapper input[type=text],
.tm-meta-wrapper input[type=email],
.tm-meta-wrapper input[type=tel],
.tm-meta-wrapper input[type=number],
.tm-meta-wrapper input[type=password],
.tm-meta-wrapper input[type=url],
.tm-meta-wrapper input[type=search],
.tm-meta-wrapper textarea {
outline: none;
height: 45px;
width: 100%;
line-height: 45px;
font-size: 14px;
color: #010F1C;
outline: 0;
padding: 16px 27px 16px 20px;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
border: 1px solid #e0e1e3;;
background: transparent;
border-radius: 6px;
}
.tm-meta-wrapper input[type=text]::-webkit-input-placeholder,
.tm-meta-wrapper input[type=email]::-webkit-input-placeholder,
.tm-meta-wrapper input[type=tel]::-webkit-input-placeholder,
.tm-meta-wrapper input[type=number]::-webkit-input-placeholder,
.tm-meta-wrapper input[type=password]::-webkit-input-placeholder,
.tm-meta-wrapper input[type=url]::-webkit-input-placeholder,
.tm-meta-wrapper input[type=search]::-webkit-input-placeholder,
.tm-meta-wrapper textarea::-webkit-input-placeholder {
color: #a3aab2;
font-size: 14px;
font-weight: 400;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=search]:focus,
.tm-meta-wrapper textarea:focus {
outline: 0;
box-shadow: none;
border-color: #5F4AFE;;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=search]:focus::placeholder,
.tm-meta-wrapper textarea:focus::placeholder {
opacity: 0;
}
#side-sortables .tm-meta-wrapper input[type=text],
#side-sortables .tm-meta-wrapper input[type=email],
#side-sortables .tm-meta-wrapper input[type=tel],
#side-sortables .tm-meta-wrapper input[type=number],
#side-sortables .tm-meta-wrapper input[type=password],
#side-sortables .tm-meta-wrapper input[type=url],
#side-sortables .tm-meta-wrapper input[type=search],
#side-sortables .tm-meta-wrapper textarea {
padding-left: 10px;
padding-right: 10px;
}
#side-sortables .tm-meta-wrapper input[type=text] {
height: 45px;
}
.tm-meta-wrapper textarea {
line-height: 1.4;
padding-top: 17px;
padding-bottom: 17px;
height: 165px;
}
.tp-repeater-row-add-btn {
font-size: 14px;
color: #010F1C;
text-align: center;
padding: 9px 30px;
border: 1px solid #E0E2E3;
font-weight: 600;
margin-top: 15px;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
background-color: #F5F5F5;
}
.tp-repeater-row-add-btn:hover {
background-color: #010F1C;
border-color: #010F1C;
color: #fff;
cursor: pointer;
}
.tp-repeater-row-delete-btn {
position: absolute;
top: 0;
right: 0;
border: 0;
outline: 0;
background-color: transparent;
color: #010F1C;
border-left: 1px solid #E0E2E3;
width: 50px;
height: 40px;
text-align: center;
line-height: 38px;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
}
.tp-repeater-row-delete-btn svg {
-webkit-transform: translateY(4px);
-moz-transform: translateY(4px);
-ms-transform: translateY(4px);
-o-transform: translateY(4px);
transform: translateY(4px);
}
.tp-repeater-row-delete-btn:hover {
color: #f00;
cursor: pointer;
}
.tp-metabox-repeater-row {
position: relative;
}
.tm-field-row .select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #E0E2E3;
border-radius: 0;
}
.tm-meta-wrapper .select2-container .select2-selection--single {
height: 56px !important;
}
.tm-meta-wrapper .select2-container .select2-selection--single {
border-color: #E0E2E3 !important;
}
.tm-meta-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #010F1C;
line-height: 56px !important;
}
.tm-meta-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 56px !important;
}
.tm-meta-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
right: 11px !important;
}
.tm-meta-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 26px;
}
.tm-meta-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 26px;
}
.tm-meta-wrapper .select2-shofy_product_single_layout-select-container:focus-visible {
outline: 0;
}
.tm-meta-wrapper .select2-container.select2-container--focus .select2-selection--single,
.tm-meta-wrapper .select2-container.select2-container--open .select2-selection--multiple,
.tm-meta-wrapper .select2-container.select2-container--open .select2-selection--single {
border-color: #3362FF !important;
box-shadow: none !important;
}
.tm-meta-column-5 .tp-metabox-repeater-row {
padding-right: 17px !important;
}
.select2-dropdown.select2-dropdown--below {
box-shadow: none !important;
border: 1px solid #3362FF !important;
}
.select2-dropdown.select2-dropdown--above {
box-shadow: none !important;
border: 1px solid #3362FF !important;
}
.select2-dropdown {
border-color: #010F1C !important;
}
.select2-results__option.select2-results__option--highlighted {
background-color: #3362FF !important;
color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: #3362FF !important;
color: #fff !important;
}
.tm-meta-wrapper .tpmeta-checkbox {
margin-bottom: 8px;
}
.tm-meta-wrapper .tpmeta-checkbox input[type=checkbox]::before {
display: none;
}
.tm-meta-wrapper .tpmeta-checkbox input[type=checkbox] {
display: none;
}
.tm-meta-wrapper .tpmeta-checkbox label {
position: relative;
padding-left: 26px;
font-size: 14px;
color: #010F1C;
cursor: pointer;
}
.tm-meta-wrapper .tpmeta-checkbox label::before {
position: absolute;
content: '';
left: 0;
top: 0px;
width: 16px;
height: 16px;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: transparent;
border-radius: 4px;
}
.tm-meta-wrapper .tpmeta-checkbox label::after {
position: absolute;
content: url('../images/icons/check.svg');
left: 4px;
top: -1px;
width: 16px;
visibility: hidden;
opacity: 0;
}
.tm-meta-wrapper .tpmeta-checkbox input[type=checkbox]:checked~label {}
.tm-meta-wrapper .tpmeta-checkbox input[type=checkbox]:checked~label::before {
background-color: #3362FF;
border-color: #3362FF;
}
.tm-meta-wrapper .tpmeta-checkbox input[type=checkbox]:checked~label::after {
opacity: 1;
visibility: visible;
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #3362FF;
border: none;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
color: #fff;
}
span.select2-container .select2-selection--multiple .select2-selection__choice {
padding: 2px 6px;
padding-left: 25px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #fff;
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
border-right: 1px solid rgba(255, 255, 255, .1);
padding: 0 4px;
top: 50%;
transform: translateY(-50%);
}
span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
span.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
background-color: #f00;
color: #fff;
outline: none;
}
span.select2-container .select2-selection--multiple {
min-height: 45px;
border-color: #E0E2E3;
border-radius: 0;
}
span.select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #E0E2E3;
border-radius: 0;
cursor: text;
}
.select2-container .select2-selection--multiple {
min-height: 30px !;
border-color: #E0E2E3 !important;
border-radius: 0 !important;
}
.tm-select-field.normal {
border: 1px solid #E0E2E3;
padding: 13px 18px !important;
border-radius: 0;
}
.tm-select-field.normal:focus-visible {
color: transparent;
outline: 0;
text-shadow: none;
border-color: #3362FF;
}
.tm-select-field.normal option[selected=selected] {
background-color: #3362FF;
color: #fff;
}
.tm-select-field.normal:hover {
color: #95999D;
}
.tm-select-field.normal option:not([selected=selected]):hover {
color: #3362FF;
}
/* harun-css-here */
.inside.pure-metafields {
margin:0 !important;
padding: 0;
font-size: 15px;
font-weight: 500;
}
.zoom-toggle {
transition: all 0.3s ease;
transform-origin: top;
}
.zoom-hidden {
opacity: 0;
transform: scale(0.9);
pointer-events: none;
height: 0;
overflow: hidden;
}
[class*="tm-meta-column-"] .tm-field-row {
border-right: 1px solid #eaecf0;
padding: 18px !important;
padding-bottom: 18px;
border-bottom: 1px solid #eaecf0;
padding-bottom: 11px !important;
}
.tm-meta-wrapper > * {
box-sizing: border-box;
}
[class*="tm-meta-column-"] .tpmeta-checkbox input[type="checkbox"]:checked ~ label::before {
background-color: #5F4AFE;
border-color: #5F4AFE;
}
[class*="tm-meta-column-"] input:checked + .tm-slider, .tm-meta-wrapper input:checked + span {
background-color: #5F4AFE;
}
[class*="tm-meta-column-"] .tpmeta-checkbox label::after {
left: 4px;
top: -2px;
width: 16px;
}
[class*="tm-meta-column-"] .dashicons, .dashicons-before::before {
transition: all .4s ease;
}
.tm-image-item {
position: relative;
display: inline-block;
}
.tm-image-item:hover .tm-image-actions{
opacity: 1;
visibility: visible;
}
.tm-image-item .tm-image-actions a{
box-shadow: none;
outline: none;
}
.tm-image-actions a .dashicons {
width: 25px;
height: 25px;
background: #010F1C;
display: inline-block;
border-radius: 50%;
color: #fff;
border: none;
text-decoration: none !important;
line-height: 25px;
font-size: 16px;
}
.tm-image-actions a.tm-delete:hover span{
color: #fe4a59;
}
.tm-image-actions a .dashicons:focus {
outline: none;
}
.tm-image-item .tm-image-prev {
margin-bottom: 10px;
}
.tm-gallery-item .tm-gallery-actions a{
background: none;
box-shadow: none;
outline: none;
}
.tm-gallery-item .tm-gallery-actions span{
width: 25px;
height: 25px;
background: #010F1C;
display: inline-block;
border-radius: 50%;
color: #fff;
border: none;
text-decoration: none !important;
line-height: 25px;
font-size: 16px;
}
.tm-gallery-item .tm-gallery-actions a:hover span{
color: #fe4a59;
}
.tm-gallery-item{
padding-bottom: 6px;
}
[class*="tm-meta-column-"] .tm-field-row .tm-field-row{
width: auto!important;
padding: 0!important;
border: none;
}
[class*="tm-meta-column-"] .tm-field-row .tm-select-field {
height: 45px;
width: 100%;
font-size: 14px;
color: #3c434a;
outline: 0;
position: relative;
padding: 12px 27px 12px 20px;
transition: all 0.3s 0s ease-in-out;
border: 1px solid transparent;
box-shadow: 0 1px 1px 0 rgba(25, 24, 34, 0.12), 0 0 1px 0 rgba(25, 24, 34, 0.12);
background-color: #f6f6f9;
border-radius: 6px;
font-weight: 400;
line-height: 1;
}
[class*="tm-meta-column-"] .tm-field-row .tm-select-field[multiple] {
min-height: 150px;
}
/* Change selected option background + text color */
[class*="tm-meta-column-"] .tm-field-row .tm-select-field[multiple] option:checked {
background-color: #5F4AFE!important; /* WP blue */
color: #fff; /* White text */
}
.tp-metabox-repeater .tp-metabox-repeater-row {
border: none;
}
.tp-metabox-repeater .tp-metabox-repeater-row .tp-metabox-repeater-collapse, .tp-metabox-repeater-row .tp-metabox-repeater-collapse {
height: 45px;
width: 100%;
line-height: 7px;
font-size: 18px;
color: #010F1C;
outline: 0;
padding: 16px 27px 16px 20px;
-webkit-transition: all 0.3s 0s ease-in-out;
-moz-transition: all 0.3s 0s ease-in-out;
-ms-transition: all 0.3s 0s ease-in-out;
-o-transition: all 0.3s 0s ease-in-out;
transition: all 0.3s 0s ease-in-out;
border: 1px solid #e0e1e3;
background: transparent;
border-radius: 6px;
}
.tp-metabox-repeater .tp-metabox-repeater-row .tp-metabox-repeater-collapse span svg {
margin-right: 10px;
width: 13px;
}
.tp-repeater-row-delete-btn {
height: 44px;
}
.tp-repeater-row-delete-btn svg {
width: 16px;
}
.tp-repeater-row-add-btn {
border-radius: 6px;
}
.tp-repeater-row-add-btn:hover {
background: #5F4AFE;
border-color: #5F4AFE;
}
.tp-metabox-repeater .tp-metabox-repeater-item-wrapper {
padding: 10px 0px;
}
.single-image-edit .attachments-wrapper,
.single-image-edit .attachments-browser .media-toolbar{
display: none;
}
.single-image-edit .media-sidebar {
width: 100%;
left: 0;
box-sizing: border-box;
}
.single-image-edit .media-sidebar .attachment-info {
position: absolute;
border: 0;
width: 25%;
display: flex;
flex-wrap: wrap;
}
.single-image-edit .media-sidebar .attachment-info .thumbnail.thumbnail-image,
.single-image-edit .media-sidebar .attachment-info .thumbnail img {
max-width: unset;
max-height: unset;
}
.single-image-edit .media-sidebar .attachment-info > * {
flex: 0 0 100%;
}
.single-image-edit .attachment-details {
min-height: 600px;
}