/*  3.4 Warnings / Notices
-------------------------------------------------------------------*/
.@{p}general-warning {
	text-align: center;
	color: @color-white;
	font-weight: 600;
}

/*  JS Required | Warning
----------------------------------*/
.@{p}no-js-warning {
	padding: 15px 0;
	background-color: @color-light-red;
}


/*  Plugin options/settings Notice
----------------------------------*/
.@{p}settings-notice {
	max-width: 1200px !important;
}


/* Metabox | Notice
----------------------------------*/

.@{p}grouped-fields__limit-warning {
	padding: 10px 10px;
	background-color: @color-main-cyan;

	@media (min-width: 700px) {
		float: left;
		width: 60%;
		clear: both;
	}
	margin-bottom: @span-main;
} //.social-icons__limit-warning


