/**********************************************/
/* Fonts
/**********************************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700,800);

@font-face {
	font-family: 'Social Pug';
	src:url('../fonts/socialpug.eot?gd6mr8');
	src:url('../fonts/socialpug.eot?#iefix') format('embedded-opentype'),
		url('../fonts/socialpug.woff') format('woff'),
		url('../fonts/socialpug.ttf') format('truetype'),
		url('../fonts/socialpug.svg#socialpug') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="dpsp-icon-"]:before, [class*=" dpsp-icon-"]:before {
  font-family: "Social Pug";
  font-style: normal;
  font-weight: normal;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.dpsp-icon-ok:before { content: '\e880'; }
.dpsp-icon-remove:before { content: '\e881'; }
.dpsp-icon-edit:before { content: '\e882'; }
.dpsp-icon-facebook:before { content: '\e800'; }
.dpsp-icon-twitter:before { content: '\e801'; }
.dpsp-icon-google-plus:before { content: '\e802'; }
.dpsp-icon-pinterest:before { content: '\e803'; }
.dpsp-icon-linkedin:before { content: '\e804'; }
.dpsp-icon-email:before { content: '\e816'; }
.dpsp-icon-print:before { content: '\e817'; }


/**********************************************/
/* General
/**********************************************/

/* Transitions */
.dpsp-transition {
	-moz-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

/* Grid system */
[class*="dpsp-col-"] { float: left; padding: 5px; -moz-box-sizing: border-box; box-sizing: border-box; }
.dpsp-row { margin: 0 -5px; }
.dpsp-row.dpsp-m-padding { margin: 0 -8px; }
.dpsp-row.dpsp-m-padding [class*="dpsp-col-"] { padding: 8px; }
.dpsp-row.dpsp-big-padding { margin: 0 -15px; }
.dpsp-row.dpsp-big-padding [class*="dpsp-col-"] { padding: 15px; }

.dpsp-col-1-1 { width: 100%; }
.dpsp-col-1-2 { width: 50%; }
.dpsp-col-1-3 { width: 33.3333%; }
.dpsp-col-2-3 { width: 66.6666%; }
.dpsp-col-1-4 { width: 25%; }
.dpsp-col-3-4 { width: 75%; }
.dpsp-col-1-5 { width: 20%; }
.dpsp-col-2-5 { width: 40%; }
.dpsp-col-3-5 { width: 60%; }
.dpsp-col-4-5 { width: 80%; }

.dpsp-col-3-8 { width: 37.5%; }

.dpsp-row:after { content: ''; display: block; clear: both; }

/* Admin notices */
.wrap div.dpsp-admin-notice { position: relative; margin-top: 16px; }


/* Other */
.dpsp-page-wrapper {
	float: left;
	position: relative;
	width: 100%;
    max-width: 675px;
}

.dpsp-page-wrapper hr {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}

h1.dpsp-page-title {
	padding-right: 0;
	padding-bottom: 15px;
}

.dpsp-section {
	margin-bottom: 50px;
}

.dpsp-section:after {
	content: '';
	display: block;
	clear: both;
}

.dpsp-section-title {
	margin: 2.75em 0 1.3em 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.dpsp-section-title .add-new-h2,
.dpsp-section-title .add-new-h2:focus {
	float: right;
	padding: 3px 6px;
	top: -1px;
	margin-left: 15px;
	box-shadow: none;
}

.dpsp-social-platforms .add-new-h2 {
	display: inline-block;
	padding: 8px 16px;
	top: 0;
	margin-left: 0;
}

.dpsp-social-platforms .add-new-h2:active {
	top: 0;
	margin-left: 0;
	padding: 8px 16px;
}

/* Social Networks background colors */
.dpsp-background-color-network-facebook    { background: #3a579a; }
.dpsp-background-color-network-twitter     { background: #00abf0; }
.dpsp-background-color-network-google-plus { background: #df4a32; }
.dpsp-background-color-network-pinterest   { background: #c92228; }
.dpsp-background-color-network-linkedin    { background: #0077b5; }
.dpsp-background-color-network-email 	   { background: #27ae60; }
.dpsp-background-color-network-print 	   { background: #bdc3c7; }


/******************************************************************************************/
/* General Pages Header
/******************************************************************************************/
.dpsp-page-header { background: #41A4A9; margin-left: -20px; line-height: 60px; color: #fff; }
.dpsp-page-header .dpsp-logo { padding: 0 10px 0 20px; }
.dpsp-page-header .dpsp-logo-inner { font-family: 'Raleway'; font-weight: 700; font-size: 22px; }
.dpsp-page-header .dpsp-logo-inner span { font-weight: 300; }

.mv-grow-logo {
	max-width: 50px;
	display: inline-block;
	vertical-align: top;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
}

.dpsp-page-header:after { content: ''; display: block; clear: both; }

.dpsp-page-header nav { display: inline-block; margin-left: 25px; line-height: 62px; }
.dpsp-page-header nav a { display: inline-block; color: #fff; background: rgba(255,255,255,0.20); text-decoration: none; font-size: 0.9em; line-height: 1; padding: 8px 12px; border-radius: 3px; font-weight: bold; margin: 0 5px; box-shadow: 0 0 2px 2px rgba(52,152,219,0.15); }
.dpsp-page-header nav a .dashicons { font-size: 14px; height: auto; width: auto; margin-right: 5px; margin-top: -2px; }
.dpsp-page-header nav a:hover { background: rgba(255,255,255,0.30); }

#dpsp-to-premium { display: inline-block; line-height: 18px; padding: 14px 26px; color: #fff; background: #e74c3c; text-decoration: none; font-size: 13px; border-radius: 3px; font-weight: bold; }
#dpsp-to-premium .dashicons { font-size: 18px; height: auto; width: auto; margin-right: 8px; }
#dpsp-to-premium:hover { background: #ea6153; }


/******************************************************************************************/
/* General Cards
/******************************************************************************************/
.dpsp-card { margin-bottom: 2em; margin-top: 1.5em; background: #fff; box-shadow: 0 3px 10px -2px rgba(94,135,161,0.3); max-width: 675px; border-radius: 3px; box-sizing: border-box; }

.dpsp-card-header { position: relative; padding: 20px; border-bottom: 1px solid rgba(200, 215, 225, 0.5); font-size: 14px; font-weight: bold; }

.dpsp-card-inner { padding: 20px; }
.dpsp-card-inner:after { content: ''; display: block; clear: both; }

.dpsp-card-footer { position: relative; padding: 20px; border-top: 1px solid rgba(200, 215, 225, 0.5); background: rgba(200, 215, 225, 0.15); }

.dpsp-card-footer-actions { text-align: right; }
.dpsp-card-footer-actions:after { content: ''; display: block; clear: both; }
.dpsp-card-footer-actions a { float: left; color: #777; line-height: 34px; outline: 0; box-shadow: none; }
.dpsp-card-footer-actions a:hover { color: #444; }


/******************************************************************************************/
/* General Buttons
/******************************************************************************************/
.dpsp-button-primary { display: inline-block; border:none; background: #41a4a9; color: #fff !important; cursor: pointer; margin: 0; outline: 0; overflow: hidden; font-size: 13px; font-weight: 500; text-overflow: ellipsis; text-decoration: none; vertical-align: middle; box-sizing: border-box; line-height: 21px; border-radius: 3em; padding: 0.5em 2em; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none !important; }
.dpsp-button-primary:hover { color: #fff; background-color: #243c4a; }
.dpsp-button-primary:focus { color: #fff; }
.dpsp-button-primary.dpsp-active,
.dpsp-button-primary:active { border-width: 2px 1px 1px; }
.dpsp-button-primary.dpsp-hidden { display: none; }

.dpsp-button-secondary { display: inline-block; background: #fff; border-color: #c8d7e1; border-style: solid; border-width: 1px 1px 2px; color: #2e4453; cursor: pointer; margin: 0; outline: 0; overflow: hidden; font-size: 13px; font-weight: 500; text-overflow: ellipsis; text-decoration: none; vertical-align: middle; box-sizing: border-box; line-height: 21px; border-radius: 4px; padding: 5px 11px; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-shadow: none !important; }
.dpsp-button-secondary:hover { color: #2e4453; border-color: #a8bece; }
.dpsp-button-secondary:focus { color: #2e4453; }
.dpsp-button-secondary.dpsp-active,
.dpsp-button-secondary:active { border-width: 2px 1px 1px; }
.dpsp-button-secondary.dpsp-hidden { display: none; }
.dpsp-button-secondary[disabled],
.dpsp-button-secondary.disabled { color: #e9eff3; background: #fff; border-color: #e9eff3; cursor: default; }


/**********************************************/
/* Sortable Networks Panel
/**********************************************/

/* Select Networks button */
#dpsp-select-networks { position: absolute; top: 50%; margin-top: -17px; right: 10px; }

/* Empty Networks Placeholder */
#dpsp-sortable-networks-empty {
	display: none;
	position: relative;
	text-align: center;
	color: #848484;
}

#dpsp-sortable-networks-empty:after {
	content: '';
	display: block;
	width: 130px;
	height: 70px;
	position: absolute;
	top: -17px;
	right: 80px;
	background: url('../img/dpsp-selectable-empty.png') no-repeat center;
	background-size: 100%;
	opacity: 0;
	transition: all 0.15s ease-in;
}

#dpsp-sortable-networks-empty.dpsp-active {
	display: block;
}

#dpsp-sortable-networks-empty.dpsp-active:after {
	opacity: 1;
}

.dpsp-social-platforms-sort-list {
	margin-top: 0;
	margin-bottom: 0;
}

.dpsp-social-platforms-sort-list li {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.dpsp-social-platforms-sort-list li.dpsp-last {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dpsp-social-platforms-sort-list li.ui-sortable-helper {
	box-shadow: 0 3px 12px 3px rgba( 0, 0, 0, 0.1 );
}

.dpsp-social-platforms-sort-list.empty li {
	background: none;
	border: 2px dashed #c1c1c1;
	padding: 20px;
}

.dpsp-social-platforms-sort-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.dpsp-social-platforms-sort-list li:last-of-type {
	margin-bottom: 0;
}

.dpsp-social-platforms-sort-list li.dpsp-sort-placeholder {
	background: #f9f9f9;
	height: 55px;
	box-shadow: inset 0 3px 12px 3px rgba( 0, 0, 0, 0.02 );
	border-radius: 0;
}

.dpsp-social-platforms-sort-list li .dpsp-sort-handle {
	float: left;
	display: block;
	width: 44px;
	height: 44px;
	cursor: move;
}

.dpsp-social-platforms-sort-list li .dpsp-sort-handle:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 23px;
	width: 20px;
	height: 1px;
	background: #c1c1c1;
	box-shadow: 
	0 0.25em 0 0 #c1c1c1,
	0 0.5em 0 0 #c1c1c1;
}

.dpsp-social-platforms-sort-list li .dpsp-list-icon {
	float: left;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 1.1em;
}

.dpsp-social-platforms-sort-list li .dpsp-list-icon-social {
	color: #fff;
}


/**
 * Sort list label input field
 *
 */
.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper { position: relative; float: left; padding: 8px; }

.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper input { border: 0; line-height: 28px; width: 250px; border-radius: 3px; margin: 0; outline: 0; padding: 0 7px; font-weight: bold; font-size: 1em; color: #444; box-shadow: none; transition: background-color 0.1s ease-in-out; }
.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper input:placeholder-shown { font-weight: normal; font-style: italic; }

.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper input:focus,
.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper:hover input { background: #f5f5f5; }

/* Remove styling for the edit label field from the sticky bar tool */
.dpsp-page-sticky-bar .dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper input { cursor: default; background-color: transparent !important; }


/**
 * Sort list actions
 *
 */
.dpsp-social-platforms-sort-list li .dpsp-list-actions { float: right; margin-right: 6px; }
.dpsp-social-platforms-sort-list li .dpsp-list-actions a { position: relative; display: inline-block; color: #747474; text-decoration: none; line-height: 28px; vertical-align: middle; margin: 8px 2px 8px 0; padding: 0 6px 0 3px; border-radius: 3px; box-shadow: none; transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }
.dpsp-social-platforms-sort-list li .dpsp-list-actions a .dashicons { position: relative; top: -1px; vertical-align: text-top; line-height: 18px; height: 18px; width: 18px; font-size: 18px; margin-right: 2px; }

.dpsp-social-platforms-sort-list li .dpsp-list-actions a:hover { background: #f4f4f4; color: #353535; }

/* Remove Edit Label action from sticky bar tool */
.dpsp-page-sticky-bar .dpsp-social-platforms-sort-list li .dpsp-list-actions .dpsp-list-edit-label { display: none; }


/**********************************************/
/* All networks selector list
/**********************************************/
#dpsp-networks-selector-wrapper {
	display: none;
}

#dpsp-networks-selector {
	padding: 20px;
	margin: 0;
}

#dpsp-networks-selector li {
	position: relative;
	float: left;
	width: 33.3333%;
	margin-bottom: 1em;
	padding: 0 10px;
	box-sizing: border-box;
}

#dpsp-networks-selector:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#dpsp-networks-selector .dpsp-network-item {
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	box-sizing: border-box;
	cursor: pointer;
}

#dpsp-networks-selector .dpsp-network-item-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	color: #555;
	background: #fff;
	border: 2px solid #c8d7e1;
	border-radius: 15px;
	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
}

#dpsp-networks-selector .dpsp-network-item-checkbox:before {
	position: relative;
	opacity: 0;
	transition: all 0.15s ease-in;
}

#dpsp-networks-selector .dpsp-network-item:hover .dpsp-network-item-checkbox:before {
	opacity: 0.15;
}

#dpsp-networks-selector .dpsp-network-item[data-checked="true"] .dpsp-network-item-checkbox:before {
	opacity: 1;
}

#dpsp-networks-selector .dpsp-network-item[data-checked="true"]:hover .dpsp-network-item-checkbox:before {
	opacity: 1;
}

#dpsp-networks-selector .dpsp-network-item-name-wrapper {
	height: 30px;
	line-height: 30px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
}

#dpsp-networks-selector .dpsp-network-item-name-wrapper .dpsp-list-icon { 
	display: inline-block;
	margin-right: 12px;
	margin-left: 5px;
}

#dpsp-networks-selector .dpsp-network-item-name-wrapper h4 { 
	display: inline-block;
	margin: 0;
}


/**********************************************/
/* Settings fields
/**********************************************/
.dpsp-setting-field-wrapper {
	position: relative;
	left: auto;
	margin-bottom: 12px;
	min-height: 39px;
	transition: opacity 0.4s ease-in-out;
}

.dpsp-setting-field-wrapper.disabled {
	position: absolute;
	left: -9999px;
	visibility: hidden;
	opacity: 0;
}

.dpsp-setting-field-wrapper.dpsp-last {
	margin-bottom: 0;
}

.dpsp-setting-field-label {
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	width: 235px;
	vertical-align: top;
	padding-right: 15px;
	box-sizing: border-box;
}

.dpsp-setting-field-wrapper.dpsp-has-field-label {
	padding-left: 243px;
}

.dpsp-setting-field-wrapper.dpsp-has-field-label .dpsp-setting-field-inner {
	position: relative;
	top: -18px;
	margin-left: 243px;
}

/* Text */
.dpsp-setting-field-wrapper input[type=text] {
	margin: 0;
	box-shadow: none;
	padding: 10px 12px;
	border-radius: 2px;
	border: 1px solid #c8d7e1;
	width: 100%;
}

.dpsp-setting-field-wrapper input[type=text]:focus {
	border-color: #0087be;
    box-shadow: 0 0 1px 0px #78dcfa;
}

/* Select */
.dpsp-setting-field-wrapper select {
	min-width: 200px;
}

.dpsp-setting-field-select *:focus {
	outline: 0 !important;
}

/* Select2 */
.dpsp-setting-field-wrapper select {
	min-width: 200px;
}

.dpsp-setting-field-select *:focus {
	outline: 0 !important;
}

.dpsp-setting-field-select .select2-container {
	width: 100% !important;
}

.dpsp-setting-field-select .select2-selection {
	border-color: #fff;
	height: 39px;
	border-radius: 2px;
	border: 1px solid #c8d7e1;
}

.dpsp-setting-field-select .select2-selection .select2-selection__rendered {
	line-height: 37px !important; 
	padding-left: 10px;
}

.dpsp-setting-field-select .select2-selection .select2-selection__arrow {
	height: 37px;
	padding-right: 10px;
}

.dpsp-select2 .select2-dropdown {
	border-color: #c8d7e1;
	border-radius: 0;
}

.dpsp-select2 .select2-dropdown li {
	margin: 0;
	line-height: 36px;
	padding: 0 10px;
}

.dpsp-select2 .select2-results__option[aria-selected="true"] { 
	background: #e8eaeb; 
}

.dpsp-select2 .select2-results__option--highlighted { 
	background: #00aadc !important; 
}

.dpsp-select2 .select2-dropdown--below {
	top: 32px;
	box-shadow: 0 4px 3px 2px rgba(0,0,0,0.08);
}

.dpsp-select2 .select2-dropdown--above {
	box-shadow: 0 -4px 3px 2px rgba(0,0,0,0.08);
}

.dpsp-setting-field-select .select2-container--open {
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.08);
}


/* Textarea */
.dpsp-setting-field-wrapper textarea { 
	min-height: 100px;
	min-width: 450px;
	border: 0;
	box-shadow: none;
	padding: 5px 8px;
	border-radius: 3px;
}

/* Checkbox and Radio */
.dpsp-setting-field-wrapper input[type=checkbox],
.dpsp-setting-field-wrapper input[type=radio] {
	display: none;
}

.dpsp-setting-field-checkbox.dpsp-single .dpsp-setting-field-label {
	padding-right: 18px;
}

.dpsp-setting-field-checkbox.dpsp-multiple .dpsp-settings-field-checkbox,
.dpsp-setting-field-radio.dpsp-multiple .dpsp-settings-field-radio {
	display: inline-block;
	margin-right: 12px;
	position: relative;
	padding-left: 23px;
}

.dpsp-setting-field-checkbox input[type=checkbox] + label span,
.dpsp-setting-field-radio input[type=radio] + label span {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.dpsp-setting-field-radio input[type=radio] + label span {
	border-radius: 50%;
}

.dpsp-setting-field-checkbox.dpsp-single input[type=checkbox] + label span {
	top: 0;
	right: 0;
}

.dpsp-setting-field-checkbox.dpsp-multiple input[type=checkbox] + label span,
.dpsp-setting-field-radio.dpsp-multiple input[type=radio] + label span {
	top: 0;
	left: 0;
}

.dpsp-setting-field-checkbox input[type=checkbox] + label span:before {
	display: inline-block;
	content: '\f147';
	font: 400 20px/1 'dashicons';
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin: -5px 0 0 -3px;
	color: transparent;
	transition: color 0.1s ease-in-out;
}

.dpsp-setting-field-radio input[type=radio] + label span:before {
	content: '';
	position: relative;
	top: 5px;
	left: 5px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}


.dpsp-setting-field-checkbox input[type=checkbox]:checked + label span {
	background: #41a4a9;
	border-color: transparent;
}

.dpsp-setting-field-checkbox input[type=checkbox]:checked + label span:before {
	color: #fff;
}


.dpsp-setting-field-radio input[type=radio]:checked + label span {
	background: #41a4a9;
	border-color: transparent;
}

.dpsp-setting-field-radio input[type=radio]:checked + label span:before {
	background: #fff;
}

/* Tooltip */
.dpsp-setting-field-tooltip-wrapper {
	position: absolute;
	top: 2px;
	left: 217px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.dpsp-setting-field-tooltip-icon:before {
	content: '?';
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #34495e;
	border-radius: 9px;
	cursor: pointer;
	transition: all 0.15s ease-in;
}

.dpsp-setting-field-tooltip-icon:hover:before {
	background: #34495e;
}

.dpsp-setting-field-tooltip {
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: -25px;
	width: 220px;
	background: rgba( 52, 73, 94, 0.975 );
	color: #fff;
	border-radius: 4px;
	padding: 8px 12px;
}

.dpsp-setting-field-tooltip a {
	color: rgba( 52,152,219,1 );
}

.dpsp-setting-field-tooltip:before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4.5px 6px 4.5px;
	border-color: transparent transparent rgba( 52, 73, 94, 0.975 ) transparent;
}


.dpsp-settings-button-style {
	cursor: pointer;
	width: 10%;
	margin-right: 1.5%;
	margin-bottom: 10px;
	padding: 12px;
	border-radius: 5px;
	border: 1px solid transparent;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dpsp-setting-field-share-text input { width: 350px; }

/* Switches */
.dpsp-setting-field-wrapper .dpsp-switch { float: none; margin-left: 0; }

/* Settings - Facebook App Authorized */
.dpsp-setting-field-facebook-app-authorized { background: rgba(0, 184, 148, 0.3); padding: 9px; border-radius: 3px; color: #27ae60; }
.dpsp-setting-field-facebook-app-authorized-expired { background: rgba( 192, 57, 43, 0.3); padding: 9px; border-radius: 3px; color: #c0392b; margin-bottom: 10px; }

.dpsp-setting-field-facebook-authorize-app,
.dpsp-setting-field-facebook-app-id,
.dpsp-setting-field-facebook-app-secret { display: none; }

/**********************************************/
/* Settings page styles
/**********************************************/
.dpsp-page-wrapper .dpsp-settings-button-style .dpsp-networks-btns-wrapper li {
	margin-bottom: 6px;
}

.dpsp-page-wrapper .dpsp-settings-button-style .dpsp-networks-btns-wrapper li:last-of-type {
	margin-bottom: 0;
}

/* Page sidebar specific styles */
.dpsp-page-sidebar .dpsp-settings-button-style .dpsp-networks-btns-wrapper .dpsp-network-btn {
	margin: 0 auto;
}

.dpsp-page-sidebar .dpsp-settings-button-style .dpsp-shape-rounded .dpsp-networks-btns-wrapper .dpsp-network-btn,
.dpsp-page-sidebar .dpsp-settings-button-style .dpsp-shape-rounded .dpsp-networks-btns-wrapper .dpsp-network-btn:before {
	border-radius: 5px;
}


/* Page content specific styles */
.dpsp-page-content .dpsp-settings-button-style {
	width: 24.25%;
	margin-right: 1%
}

.dpsp-page-content .dpsp-section-button-style label:nth-of-type(4n) {
	margin-right: 0;
}


.dpsp-settings-button-style:hover {
	border-color: #e1e1e1;
}

.dpsp-settings-button-style-input {
	display: none !important;
}

.dpsp-settings-button-style-input:checked + label {
	border-color: rgba(52, 152, 219, 0.3);
	background: rgba(52, 152, 219, 0.075);
}


/**********************************************/
/* Toolkit Page
/**********************************************/
#dpsp-toolkit-welcome { padding: 35px 25px; background: #fff; margin-left: -20px; text-align: center; overflow: hidden; }
#dpsp-toolkit-welcome h2 { font-size: 1.8em; margin-top: 0; margin-bottom: 1.6em; }
#dpsp-toolkit-welcome p { font-size: 14px; }
#dpsp-toolkit-welcome .button { margin-top: 1.6em; box-shadow: none; outline: 0; }

.dpsp-tool-wrapper { background: #fff; border-radius: 3px; overflow: hidden; }
.dpsp-tool-wrapper img { max-width: 100%; height: auto; }
.dpsp-tool-wrapper a { color: #777; text-decoration: none; }
.dpsp-tool-wrapper a:hover { color: rgba(52,152,219,0.75); }
.dpsp-tool-wrapper h4 { font-size: 15px; margin-bottom: 0; margin-top: 0; padding: 10px; text-align: center; }

.dpsp-tool-wrapper .dpsp-tool-actions { position: relative; padding: 15px; }
.dpsp-tool-wrapper .dpsp-tool-actions:after { content: ''; display: block; clear: both; }

.dpsp-tool-wrapper .dpsp-tool-actions-overlay { z-index: 1; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255,255,255,0.6); opacity: 0; }
.dpsp-tool-wrapper .dpsp-tool-actions-overlay .spinner { float: none; visibility: visible; opacity: 1; margin: 15px 0 0 15px; }

.dpsp-tool-wrapper .dpsp-tool-actions.dpsp-active span { opacity: 0; }
.dpsp-tool-wrapper .dpsp-tool-actions.dpsp-inactive span { opacity: 0.4; }

.dpsp-tool-wrapper .dpsp-tool-actions .dpsp-tool-settings { line-height: 1; vertical-align: middle; }
.dpsp-tool-wrapper .dpsp-tool-actions .dpsp-tool-settings:focus { box-shadow: none; }
.dpsp-tool-wrapper .dpsp-tool-actions.dpsp-inactive .dpsp-tool-settings { display: none; }

.dpsp-tool-wrapper .dpsp-tool-actions .dpsp-tool-settings i { margin-right: 3px; }

.dpsp-tool-wrapper .dpsp-switch span { text-transform: uppercase; font-size: 0.85em; margin-right: 5px; }
.dpsp-tool-wrapper .dpsp-switch label { display: inline-block !important; }

.dpsp-page-toolkit .dpsp-col-3-8 { padding-top: 0 !important; }

/**********************************************/
/* Extensions Page
/**********************************************/
.dpsp-page-extensions { max-width: 1000px; }

.dpsp-page-extensions .dpsp-card { margin-top: 0; margin-bottom: 0; }

.dpsp-unavailable > a { display: block; line-height: 0; }
.dpsp-unavailable h4 { padding-bottom: 0; border-bottom: 0; border-top: 1px solid #f1f1f1; text-align: left; }
.dpsp-unavailable p.dpsp-description { margin: 0; padding: 10px; }
.dpsp-unavailable .dpsp-tool-actions { padding: 15px 10px; overflow: hidden; text-align: center; background: #f9f9f9; border-top: 1px solid #f1f1f1; }
.dpsp-unavailable .dpsp-tool-actions .button { padding-left: 25px; padding-right: 25px; }
.dpsp-unavailable .dpsp-description { height: 57px; }


/**********************************************/
/* Settings page sidebar
/**********************************************/
.dpsp-settings-sidebar {
	float: left;
	margin-top: 63px;
	padding-left: 20px;
	width: 365px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dpsp-settings-sidebar p {
	color: #767676;
}

@media screen and ( max-width : 1225px ) {

	.dpsp-settings-sidebar {
		border-left: 0;
		padding-left: 0;
	}

}

#dpsp-settings-sidebar-social-pug-pro img { max-width: 100%; height: auto; padding: 0 20px; box-sizing: border-box; }
#dpsp-settings-sidebar-social-pug-pro h3 { text-align: center; line-height: 1.7em; font-weight: bold; }
#dpsp-settings-sidebar-social-pug-pro p { position: relative; padding-left: 45px; color: #454545; margin-bottom: 20px; }

#dpsp-settings-sidebar-social-pug-pro p .dpsp-dashicons { position: absolute; top: -5px; left: 0; display: inline-block; width: 30px; height: 30px; }
#dpsp-settings-sidebar-social-pug-pro p .dpsp-dashicons:after { content: ''; display: block; position: absolute; z-index: 1; top: -1px; left: 2px; width: 30px; height: 30px; border-radius: 20px; background: #41a4a9 }

#dpsp-settings-sidebar-social-pug-pro p .dashicons { position: absolute; top: 0; left: 0; width: 30px; height: 30px; font-size: 24px; line-height: 30px;  color: #fff; z-index: 2;}
#dpsp-settings-sidebar-social-pug-pro .dpsp-button-primary { width: 100%; text-align: center; padding: 10px 0; box-sizing: border-box; }

#dpsp-settings-sidebar-opt-in-hound img { max-width: 35px; height: auto; margin-right: 10px; border-radius: 50px; vertical-align: middle; }

/**********************************************/
/* Settings page sidebar: MailChimp Subscribe
/**********************************************/
#dpsp-mailchimp-subscribe-wrapper h3 { margin-bottom: 0; }
#dpsp-mailchimp-subscribe-wrapper p { margin-top: 5px; margin-bottom: 15px; }
#dpsp-mailchimp-subscribe-wrapper label { display: block; margin-bottom: 5px; }
#dpsp-mailchimp-subscribe-wrapper input[type=text],
#dpsp-mailchimp-subscribe-wrapper input[type=email] { margin-bottom: 10px; width: 100%; }


/**********************************************/
/* Checkbox switch
/**********************************************/

/* Default */
.dpsp-switch {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	float: right;
}
.dpsp-page-wrapper .cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.dpsp-page-wrapper .cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}
.dpsp-page-wrapper input.cmn-toggle-round + label {
	padding: 3px;
	width: 36px;
	height: 18px;
	background-color: #c9d6e0;
	border-radius: 20px;
	transition: background 0.4s;
	box-sizing: content-box;
}
.dpsp-page-wrapper input.cmn-toggle-round + label:before,
.dpsp-page-wrapper input.cmn-toggle-round + label:after {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	content: "";
}
.dpsp-page-wrapper input.cmn-toggle-round + label:before {
	right: 2px;
	border-radius: 18px;
	transition: background 0.4s;
}
.dpsp-page-wrapper input.cmn-toggle-round + label:after {
	width: 20px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: margin 0.4s;
}
.dpsp-page-wrapper input.cmn-toggle-round:checked + label {
	background-color: #41a4a9;
}

.dpsp-page-wrapper input.cmn-toggle-round:checked + label:after {
	margin-left: 18px;
}

/* Small */
.dpsp-switch.small input.cmn-toggle-round + label {
	width: 30px;
	height: 15px;
}
.dpsp-switch.small input.cmn-toggle-round + label:after {
	width: 17px;
}
.dpsp-switch.small input.cmn-toggle-round:checked + label:after {
	margin-left: 15px;
}


/**********************************************/
/* Admin Notices
/**********************************************/
.wrap div.dpsp-admin-notice { position: relative; margin-top: 16px; }
.wrap div.dpsp-admin-notice h4 { font-size: 16px; }
.wrap div.dpsp-admin-notice p { font-size: 14px; }

.dpsp-admin-notice-activation { border-color: rgba(52,152,219,0.75); }
.dpsp-admin-notice-activation h4 { font-size: 1.05em; }
.dpsp-admin-notice-activation a { text-decoration: none; }
.dpsp-admin-notice-activation .dpsp-admin-notice-link { display: inline-block; padding: 6px 8px; margin-bottom: 10px; color: rgba(52,152,219,1); font-weight: 500; background: #e9e9e9; border-radius: 2px; margin-right: 10px; }
.dpsp-admin-notice-activation .dpsp-admin-notice-link span { display: inline-block; text-decoration: none; margin-right: 10px; }
.dpsp-admin-notice-activation .dpsp-admin-notice-link:hover { color: #fff; background: rgba(52,152,219,0.75); }

.dpsp-admin-notice-wp-rating { border-color: rgba(52,152,219,0.75); }
.dpsp-admin-notice-wp-rating h4 { font-size: 1.05em; }
.dpsp-admin-notice-wp-rating p:last-of-type { margin-bottom: 20px; }
.dpsp-admin-notice-wp-rating a { text-decoration: none; }
.dpsp-admin-notice-wp-rating .dpsp-admin-notice-link { display: inline-block; padding: 6px 8px; margin-bottom: 10px; color: rgba(52,152,219,1); font-weight: 500; background: #e9e9e9; border-radius: 2px; margin-right: 10px; }
.dpsp-admin-notice-wp-rating .dpsp-admin-notice-link span { display: inline-block; text-decoration: none; margin-right: 10px; }
.dpsp-admin-notice-wp-rating .dpsp-admin-notice-link:hover { color: #fff; background: rgba(52,152,219,0.75); }
.dpsp-admin-notice-wp-rating .dashicons-star-filled { position: relative; top: 1px; width: 15px; height: 15px; font-size: 15px; }

.dpsp-admin-notice-opt-in-hound { position: relative; padding-left: 140px; border-color: rgba(52,152,219,0.75); }
.dpsp-admin-notice-opt-in-hound h4 { font-size: 1.05em; }
.dpsp-admin-notice-opt-in-hound p:last-of-type { margin-bottom: 20px; }
.dpsp-admin-notice-opt-in-hound a { text-decoration: none; }
.dpsp-admin-notice-opt-in-hound img { position: absolute; top: 20px; left: 20px; border-radius: 50px; max-width: 100px; height: auto; }

.wrap div.dpsp-admin-notice.dpsp-admin-grow-notice {
	display: flex;
	flex-flow: row;
}

@media screen and (max-width: 500px) {
	.wrap div.dpsp-admin-notice.dpsp-admin-grow-notice {
		flex-flow: column;
	}
	
}

.wrap div.dpsp-admin-notice .notice-img-wrap {
	padding: 1em;
	flex: 0 0 150px;
}

.wrap div.dpsp-admin-notice .notice-img-wrap img {
	float: left;
}

.wrap div.dpsp-admin-notice .notice-text-wrap {
	flex: 1 1 auto;
}


.wrap div.dpsp-admin-notice .notice-subtext {
	font-style: italic;
	font-size: 0.9em;
}

/**********************************************/
/* Feedback Form
/**********************************************/
#dpsp-feedback-form-overlay { display: none; z-index: 9999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.35; }
#dpsp-feedback-form { display: none; z-index: 10000; position: fixed; top: 10%; left: 50%; background: #fff; border-radius: 3px; max-width: 700px; margin-left: -350px; width: 100%; }
#dpsp-feedback-form .dpsp-header { position: relative; background: rgba(52,152,219,0.75); padding: 27px 35px; }
#dpsp-feedback-form > form { padding: 30px 35px; }
#dpsp-feedback-form h2 { color: #fff; margin-top: 0; margin-bottom: 0; }
#dpsp-feedback-form label { display: block; margin-bottom: 5px; font-weight: bold; }
#dpsp-feedback-form textarea { width: 100%; margin-bottom: 10px; min-height: 80px; }
#dpsp-feedback-form input[type=email],
#dpsp-feedback-form input[type=text] { width: 50%; margin-bottom: 10px; }
#dpsp-feedback-form input[type=submit] { margin-top: 15px; }

#dpsp-feedback-form .spinner { float: none; visibility: visible; margin-top: 19px; }
#dpsp-feedback-form .dpsp-error { display: none; margin-top: 20px; margin-left: 15px; color: #c0392b; }

#dpsp-feedback-done { display: none; position: relative; padding: 35px 25px; }
#dpsp-feedback-done img { float: left; }
#dpsp-feedback-done:after { content: ''; display: block; clear: both; }

#dpsp-feedback-done > div { position: relative; float: left; top: -10px; margin-left: 40px; background: #f1f1f1; border-radius: 10px; padding: 10px 20px; max-width: 400px; }
#dpsp-feedback-done > div p { font-size: 1.1em; }
#dpsp-feedback-done > div p:first-of-type { font-weight: bold; }
#dpsp-feedback-done > div:before { content: ''; display: block; position: absolute; left: -30px; bottom: 10px; width: 25px; height: 25px; border-radius: 50%; background: #f1f1f1; }
#dpsp-feedback-done > div:after { content: ''; display: block; position: absolute; left: -50px; bottom: 20px; width: 15px; height: 15px; border-radius: 50%; background: #f1f1f1; }
#dpsp-feedback-done > a { position: absolute; bottom: 35px; right: 35px; }

#dpsp-close-feedback { position: absolute; right: 25px; top: 50%; margin-top: -10px; color: #fff; text-decoration: none; }


/**********************************************/
/* Meta-box: Statistics
/**********************************************/
.dpsp-statistic-bars-wrapper { padding-top: 10px; }
.dpsp-statistic-bars-wrapper:after { content: ''; display: block; width: 0; clear: both; }

.dpsp-statistic-bar-header { opacity: 0.6; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #f1f1f1; }
.dpsp-statistic-bar-wrapper.dpsp-statistic-bar-header:hover { background: none; }

.dpsp-statistic-bar-wrapper { position: relative; height: 30px; padding-left: 110px; padding-right: 110px; transition: opacity 0.2s ease-in-out; }
.dpsp-statistic-bar-wrapper:hover { background: #f7f7f7; }
.dpsp-statistic-bar-wrapper label { position: absolute; left: 10px; top: 0; height: 30px; width: 109px; line-height: 30px; font-weight: bold; font-size: 12px; }
.dpsp-statistic-bar-wrapper .dpsp-network-share-count { position: absolute; top: 0; right: 0; height: 30px; width: 110px; line-height: 30px; font-weight: bold; font-size: 12px; }
.dpsp-statistic-bar-wrapper .dpsp-network-share-count .dpsp-count { display: inline-block; width: 55px; text-align: center; }
.dpsp-statistic-bar-wrapper .dpsp-network-share-count .dpsp-percentage { display: inline-block; width: 40px; text-align: center; }
.dpsp-statistic-bar-wrapper .dpsp-network-share-count .dpsp-divider { width: 1px; margin: 0 2px; opacity: 0.5; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar { position: relative; top: 10px; height: 10px; width: 100%; background: #e7e7e7; border-radius: 5px; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-inner { height: 10px; width: 0; border-radius: 5px; }

.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-facebook .dpsp-statistic-bar-inner { background: #3a579a; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-twitter .dpsp-statistic-bar-inner { background: #00abf0; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-google-plus .dpsp-statistic-bar-inner { background: #df4a32; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-pinterest .dpsp-statistic-bar-inner { background: #c92228; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-linkedin .dpsp-statistic-bar-inner { background: #0077b5; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-stumbleupon .dpsp-statistic-bar-inner { background: #ec4b24; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-reddit .dpsp-statistic-bar-inner { background: #ff5700; }
.dpsp-statistic-bar-wrapper .dpsp-statistic-bar-vkontakte .dpsp-statistic-bar-inner { background: #4d75a3; }

.dpsp-statistic-bar-footer { opacity: 0.6; margin: 10px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.dpsp-statistic-bar-wrapper.dpsp-statistic-bar-footer:hover { background: none; }

#dpsp-refresh-share-counts-wrapper:after { content: ''; display: block; width: 0; clear: both; }
#dpsp-refresh-share-counts { float: right; }


/**********************************************/
/* Opt-in Hound Promo
/**********************************************/
#opt-in-hound-promo-box { background: #fff; max-width: 800px; margin: 35px auto; border-radius: 4px; overflow: hidden; box-shadow: 0 0 20px 4px #e9e9e9; }
#opt-in-hound-promo-box img { max-width: 100%; height: auto; }
#opt-in-hound-promo-box hr { margin: 50px 0; }

#opt-in-hound-promo-box-banner { position: relative; }

#opt-in-hound-promo-box-inner { padding: 0 50px; }

#opt-in-hound-promo-box .opt-in-hound-promo-box-title { font-size: 28px; font-weight: bold; margin: 15px 0; }
#opt-in-hound-promo-box .opt-in-hound-promo-box-title span { font-weight: 300; font-size: 22px; }
#opt-in-hound-promo-box .opt-in-hound-promo-box-sub-title { font-size: 20px; font-weight: 300; line-height: 1.3; }

#opt-in-hound-promo-box .opt-in-hound-promo-box-title,
#opt-in-hound-promo-box .opt-in-hound-promo-box-sub-title { text-align: center; color: #4d5b68; }

#opt-in-hound-promo-box .dpsp-row { margin-bottom: 35px; }
#opt-in-hound-promo-box .dpsp-row .opt-in-hound-promo-box-sub-title { margin-top: 0; }

#opt-in-hound-promo-box .dpsp-col-1-3 { text-align: center; }
#opt-in-hound-promo-box .dpsp-col-1-4 { border-right: 1px solid #f1f1f1; }
#opt-in-hound-promo-box .dpsp-col-1-4.dpsp-last { border-right: 0; }

#opt-in-hound-promo-box .dpsp-col-1-4 img { margin: -20px 0; }

#opt-in-hound-promo-box .opt-in-hound-promo-box-cta { text-align: center; margin: 35px 0; }
#opt-in-hound-promo-box .opt-in-hound-promo-box-cta.dpsp-last { margin: 35px 0 50px 0; }
#opt-in-hound-promo-box .opt-in-hound-promo-box-cta .button-primary { font-size: 120%; font-weight: 500; height: 38px; line-height: 34px; padding: 0 25px; }

#opt-in-hound-promo-box-disclaimer { max-width: 800px; margin: 0 auto; font-size: 12px; color: #a1a1a1; }

.dpsp-page-extensions.dpsp-sub-page-opt-in-hound div.notice { display: none; }

/**********************************************/
/* Deactivation Form
/**********************************************/
#dpsp-deactivate-modal { display: none; z-index: 9999; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.35);  }
#dpsp-deactivate-wrapper { z-index: 10000; position: fixed; top: 10%; left: 50%; background: #fff; border-radius: 4px; max-width: 700px; margin-left: -350px; width: 100%; overflow: hidden; }

#dpsp-deactivate-wrapper p { margin-top: 0; margin-bottom: 10px; }
#dpsp-deactivate-wrapper hr { margin: 25px 0; border: 0; border-top: 1px solid #e1e1e1; }

#dpsp-deactivate-wrapper textarea { min-height: 65px; width: 100%; }
#dpsp-deactivate-wrapper .dpsp-deactivate-close { line-height: 26px; margin-left: 10px; }

#dpsp-deactivate-contact-me { display: none; }
#dpsp-deactivate-contact-me label { display: block; margin-bottom: 10px; }
#dpsp-deactivate-contact-me input[type=email] { display: block; min-width: 250px; width: 50%; }

#dpsp-deactivate-header { position: relative; padding: 25px 20px 22px 20px; background: #f5f5f5; border-bottom: 1px solid #e1e1e1; overflow: hidden; }

#dpsp-deactivate-header img { position: absolute; right: 15px; top: auto; bottom: -29px; max-width: 80px; }
#dpsp-deactivate-header h3 { margin: 0; }

#dpsp-deactivate-inner { padding: 20px 20px 25px; }

#dpsp-deactivate-footer { padding: 20px; background: #f5f5f5; border-top: 1px solid #e1e1e1; }
#dpsp-deactivate-footer a:last-of-type { float: right; }

/************************************************************/
/* Browser Window Sketch
/************************************************************/
.browser-window {
    border: 1px solid rgba(52,152,219,0.75);
    border-radius: 5px;
    line-height: 0;
    overflow: hidden;
}
.browser-header {
    text-align: left;
    border-bottom: 1px solid rgba(52,152,219,0.75);
    height: 20px;
}
.browser-header:before {
    display: block;
    content: '○ ○ ○';
    position: relative;
    top: 10px;
    left: 7px;
    font-size: 20px;
    color: rgba(52,152,219,0.75);
}

/**********************************************/
/* Mobile Display
/**********************************************/
@media screen and ( max-width : 785px ) {

	.dpsp-page-title-wrapper h2 {
		position: relative;
		padding-right: 50px;
	}

	.dpsp-page-title-wrapper h2 .dpsp-switch {
		position: absolute;
		top: 15px;
		right: 0;
	}

	.dpsp-social-platforms-sort-list {
		overflow: auto;
	}

}

@media screen and ( max-width : 720px ) {

	.dpsp-col-1-4 {
		width: 50%;
	}

	#dpsp-networks-selector li {
		width: 100%;
		padding: 0;
	}

	#dpsp-networks-selector-footer {
		text-align: center;
	}

	.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper {
		width: auto;
	}

	.dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper input, 
	.dpsp-page-sidebar .dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper input:focus, 
	.dpsp-page-sidebar .dpsp-social-platforms-sort-list li .dpsp-list-input-wrapper:hover input {
		width: 150px;
		padding-right: 10px;
	}

	.dpsp-settings-button-style {
		width: auto;
	}

	.dpsp-page-content .dpsp-settings-button-style {
		width: 49.5%;
	}

	.dpsp-page-content .dpsp-section-button-style label:nth-of-type(4n) {
		margin-right: 1%;
	}

	.dpsp-page-content .dpsp-section-button-style label:nth-of-type(2n) {
		margin-right: 0;
	}

	.dpsp-setting-field-label {
		width: 100%;
		margin-bottom: 10px;
	}

	.dpsp-setting-field-wrapper {
		margin-bottom: 30px;
	}

}