.acf-field .acf-label p, .acf-field p.description { display: none; }
.acf-field .acf-label p.tooltip__hidden, .acf-field p.description.tooltip__hidden, p.tooltip__hidden { display: none; }
.qtip { font-size: 13px; line-height: 1.4; }
/*.qtip-acf { background-color: #000000; border-color: #000000; color: #f3f3f3; font-size: 13px; }*/
.dashicons.dashicons-editor-help.acf__tooltip { color: #E0613C; width: 18px; height: 18px; font-size: 20px; cursor: pointer; }
.qtip-acf a { color: #f3f3f3; }
.qtip-dark a, .qtip-tipsy a, .qtip-youtube a, .qtip-jtools a { color: #ffffff; }
.qtip-content a { color: #e0623c; }

.qtip-acf { background: #fff; box-shadow: 0 2px 60px rgba(0, 0, 0, 0.3); border-radius: 11px; max-width: 323px; border: none; font-size: 12px; }
.qtip-content { padding: 30px; color: #777778; font-weight: 400; }
.qtip-content strong { color: #1D1F1E; font-weight: 600; min-width: 80px; display: inline-block; }
.qtip-tip { height: 44px !important; width: 44px !important; margin-top: -22px !important; left: -13px !important; }
.qtip-tip canvas { display: none; }
.qtip-tip:before { content: ''; background: url(../images/tooltip-arrow.png); height: 44px; width: 44px; position: absolute; z-index: 8; }

@media screen and (max-width:560px) {
	.qtip-content strong { min-width: inherit; }
}