/**
 * Admin CSS
 */

/* google map widget */
.pt-widget-single-location,
.pt-widget-single-testimonial,
.pt-widget-single-person,
.pt-widget-single-social-icon {
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.03);
	margin-bottom: 10px;
}
.pt-remove-location,
.pt-remove-testimonial,
.pt-remove-person,
.pt-remove-social-icon {
	text-decoration: none;
}

/* banner widget */
.button-shortcodes {
	color: #999999;
}

/* icon box */
.icon-widget {
	font-size: 16px;
	color: #999999;
}

.icon-widget:hover {
	color: #454545;
}

/* skype widget */
.skype-widget-small-text {
	color: #999999;
}
.skype-widget-small-text code{
	font-size: 10px;
}

/* Remove Custom Sidebar premium buttons */
.csb-pro-layer {
	display: none;
}

/* PT/PW icon for page builder widgets (add new widget section) */
.widget-icon.pw-pb-widget-icon {
	background-size: cover;
	background-image: url("../images/pt.svg");
}
