/* Repeater */
.acf-repeater.-row table.acf-table tr.acf-row > td {
	border-top: 3px solid #cccccc;
}

.acf-repeater.-row table.acf-table tr.acf-row:nth-last-child(2) > td {
	border-bottom: 3px solid #cccccc;
}

.acf-repeater .acf-row-handle.order {
	font-weight: bold;
	font-size: 15px;
	color: #7d154f !important;
	-webkit-transition: all 100ms;
  	transition: all 100ms;
}

.acf-repeater .acf-row-handle.order:hover {
	background: #ffffff;
}


#edittag {
	max-width: 100%;
}

.icl_tt_form.wpml-dialog.ui-dialog-content.ui-widget-content {
	max-height: 500px !important;
}

.info.notice-info[data-id="wpml-taxonomy-hierarchy-sync"],
#MSG_QUOTA_REACHED.shortpixel.shortpixel-notice {
	display: none;
}


#wpfooter {
    display: none!important;
}