/* Company Directory Settings Pages */
.staff_directory_admin_wrap .form-table{
	clear: none;
}

.staff_directory_admin_wrap .plugin_is_registered {
    background-color: white;
    border-left: 4px solid green;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: green;
    font-weight: bold;
    padding: 10px 15px;
}
.staff_directory_admin_wrap .plugin_is_not_registered {
	background-color: white;
	border: 1px solid #ececec;
	border-left: 6px solid green;
	box-shadow: 1px 1px 1px lightgray;
	color: green;
	font-weight: bold;
	padding: 10px 15px;
}

.staff_directory_admin_wrap .plugin_is_not_registered a {
    color: #0074a2;
    text-decoration: underline;
}

/* GP Widget styling (in admin) */
.staff_grid_widget .text_field,
.staff_table_widget .text_field,
.staff_grid_widget .color_picker,
.staff_table_widget .opacity_picker,
.staff_table_widget .color_picker,
.staff_grid_widget .opacity_picker {
    margin-bottom: 12px;
}

.staff_grid_widget .text_field label,
.staff_table_widget .text_field label,
.staff_grid_widget .color_picker label,
.staff_table_widget .opacity_picker label,
.staff_table_widget .color_picker label,
.staff_grid_widget .opacity_picker label {
    font-weight: 600;
}

.gp_admin_widget_fieldset {
	border: 1px solid lightgray;
    margin: 30px 0 40px;
    padding: 10px 17px;
}

.gp_admin_widget_fieldset legend {
    margin-left: -4px;
    padding: 0 4px;
}

.gp_admin_widget_fieldset > p {
    margin: 10px 3px;
    
}

.gp_widget_form_wrapper .radio_wrapper .radio_option {
    margin-bottom: 4px;
    margin-top: 4px;
}

.gp_widget_form_wrapper .radio_wrapper .radio_option input[type="text"] {
    margin-top: 10px;
	position: relative;
	top: 4px;
}

.gp_widget_form_wrapper .radio_wrapper .dependent_field {
	display: none;
}

.gp_widget_form_wrapper .radio_wrapper .dependent_field {
	margin: 4px auto 4px 20px;
}

.gp_widget_form_wrapper .radio_wrapper h4,
.gp_widget_form_wrapper .dependent_field h4 {
	margin-bottom: 4px;
}


.gp_widget_form_wrapper .wp-picker-container {
	display: block !important;
	margin: 4px 0 8px;
}

.gp_widget_form_wrapper .opacity_picker input[type="number"] {
	display: block;
	margin: 4px 0 8px;
	max-width: 100px;
}

.gp_widget_form_wrapper .dimension_input input[type="text"] {
	display: block;
	margin: 4px 0 8px;
	max-width: 200px;
}

 .staff_table_fields_to_display .sortable {
	box-shadow: 1px 1px lightgray;
	cursor: move;
	padding: 4px 10px;
	position: relative;
    margin-bottom: 4px;
    background-color: lightgoldenrodyellow;
    border: #efefef;
    margin-top: 2px;
}

 .staff_table_fields_to_display .sortable:last-child {
	 margin-bottom: 0;
 }


.staff_table_fields_to_display .sortable::after {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAJUlEQVQ4jWNgGAUMDAwMDRRiyg2gGFDsAooNoBhQ7AKKDRjpAABBvzAB48pXegAAAABJRU5ErkJggg==');
	content: "";
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 6px;
	top: 6px;
}



/* New Signup Style */
/*
.staff_directory_admin_wrap {
    position: relative;
}

@media only screen and (min-width: 1074px) {
	.staff_directory_admin_wrap {
		min-height: 1000px;
		padding-right: 300px;
	}
}

.wrap.staff_directory_admin_wrap.is_pro {
    padding-right: 0px;

}

.gp_mega_september #signup_wrapper {
    margin-right: 10px;
    max-width: 800px;
}
*/
/* End New Signup Style */

/* galahad */
.company_directory_pro_support_button {
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0 0;
    padding: 10px;
    text-decoration: none;
}
/* GP Support Form CSS */
.gp_support_form_wrapper label {
    display: block;
    font-weight: bold;
    margin: 10px 0 2px;
}
.gp_support_form_wrapper .form_field {
    margin: 10px 0;
}
.gp_support_form_wrapper {
    margin: 20px 0;
}
.help_box {
    margin: 25px 0;
}
.help_box > p {
    margin: 0 0 1em;
}
.gold_plugins_settings .button {
    white-space: normal;
}
.gold_plugins_settings .label_text {
    display: block;
    margin-left: 26px;
}
div.gp_updated {
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid green;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0px 10px 0;
    padding: 1px 12px;
}
div.gp_error {
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid red;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 0px 10px 0;
    padding: 1px 12px;
}

#wpbody-content > .gp_updated,
#wpbody-content > .gp_error {
    margin-right: 10px;
}

.ajax_response_message {
    color: forestgreen;
    font-size: 14px;
    font-style: italic;
}

.c_d_pro_link {
	color:#e64a19;
	font-weight:bold;
	font-size:108%;
}

/* Sortable Staff Member CSS */
.type-staff-member.ui-sortable-helper,
.company-directory-sortable-helper {
	border: 2px dashed dodgerblue !important;
	min-height: 80px;
	width: 100%;
	background: white !important;
}

.company-directory-sortable-placeholder {
	border: 2px dashed dodgerblue !important;
	min-height: 150px;
	width: 100%;
	background: lightskyblue !important;
}

.type-staff-member .menu_order_input {
	display: none;
}

.type-staff-member .sortable_handle {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAJUlEQVQ4jWNgGAUMDAwMDRRiyg2gGFDsAooNoBhQ7AKKDRjpAABBvzAB48pXegAAAABJRU5ErkJggg==');
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid lightgray;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 32px;
	width: 32px;
}

.type-staff-member.ui-sortable-helper {
    display: table;
}

/* Old signup form css */
.company_directory_admin_wrap #mc_embed_signup .save_now {
	margin-top: 10px;
	padding-left: 10px;
}
.company_directory_admin_wrap #mc_embed_signup .gp_logo {
	bottom: -8px;
	background: purple none repeat scroll 0% 0%; 
	left: -20px; 
	margin: 1px 20px; 
	padding: 20px; 
	position: absolute; 
	right: -20px; 
	text-align: center; 
}

.company_directory_admin_wrap #mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
.company_directory_admin_wrap #mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
.company_directory_admin_wrap #mc_embed_signup input {-webkit-appearance:none;}
.company_directory_admin_wrap #mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
.company_directory_admin_wrap #mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
.company_directory_admin_wrap #mc_embed_signup input:focus {border-color:#333;}
.company_directory_admin_wrap #mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.company_directory_admin_wrap #mc_embed_signup .button:hover {background-color:#777;}
.company_directory_admin_wrap #mc_embed_signup .small-meta {font-size: 11px;}
.company_directory_admin_wrap #mc_embed_signup .nowrap {white-space:nowrap;}     
.company_directory_admin_wrap #mc_embed_signup .clear {clear:none; display:inline;}

.company_directory_admin_wrap #signup_wrapper #mc_embed_signup {
	padding-bottom: 90px;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 5px;	
	border-bottom-right-radius: 5px;	
}
.company_directory_admin_wrap #mc_embed_signup h3 { 
	color: purple;
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}
.company_directory_admin_wrap #mc_embed_signup p.pitch {  
	color: #454545;
    margin-bottom: 20px;
}
.company_directory_admin_wrap #mc_embed_signup .secure {
	text-align: center;
	font-size: 8px;
	line-height: 16px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	color: darkgray;
	padding-top: 8px;
	padding-bottom: 8px;
}

.company_directory_admin_wrap #mc_embed_signup .secure img {
	display: inline-block;
	margin-right: 5px;
    position: relative;
    top: 2px;
}


.company_directory_admin_wrap #mc_embed_signup .explain {
	color: #808080;
	width: auto;
}
.company_directory_admin_wrap #mc_embed_signup label {
	color: purple;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.company_directory_admin_wrap #mc_embed_signup input.name,
.company_directory_admin_wrap #mc_embed_signup input.email {
	display:block;
	padding:8px 0;
	margin:0 4% 10px 0;
	text-indent:5px;
	width:100%;
	min-width:130px;
}
.company_directory_admin_wrap #mc_embed_signup #mce-NAME {
	margin-bottom: 20px;
}
.company_directory_admin_wrap #mc_embed_signup .smallBlueButton {
	margin: 10px 0;
    width: 100%;
}


.company_directory_admin_wrap #mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
.company_directory_admin_wrap #mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
.company_directory_admin_wrap #mc_embed_signup #mce-error-response {display:none;}
.company_directory_admin_wrap #mc_embed_signup #mce-success-response {color:#529214; display:none;}
.company_directory_admin_wrap #mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}		
.company_directory_admin_wrap #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
.company_directory_admin_wrap #mc_embed_signup{    
			background-color: white;
			border: 1px solid #DCDCDC;
			clear: left;
			color: #008000;
			font: 14px Helvetica,Arial,sans-serif;
			margin-top: 0px;
			margin-bottom: 0px;
			max-width: 800px;
			padding: 15px 12px 5px;
}
.company_directory_admin_wrap #mc_embed_signup form{padding: 10px}

.company_directory_admin_wrap #mc_embed_signup .special-offer {
	color: #808080;
	margin: 0;
	padding: 0 0 3px;
	text-transform: uppercase;
}
.company_directory_admin_wrap #mc_embed_signup .button {
  background: #5dd934;
  background-image: -webkit-linear-gradient(top, #5dd934, #549e18);
  background-image: -moz-linear-gradient(top, #5dd934, #549e18);
  background-image: -ms-linear-gradient(top, #5dd934, #549e18);
  background-image: -o-linear-gradient(top, #5dd934, #549e18);
  background-image: linear-gradient(to bottom, #5dd934, #549e18);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  line-height: 1.5;
  height: auto;
  margin-top: 7px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.company_directory_admin_wrap #mc_embed_signup .button:hover {
  background: #65e831;
  background-image: -webkit-linear-gradient(top, #65e831, #5dd934);
  background-image: -moz-linear-gradient(top, #65e831, #5dd934);
  background-image: -ms-linear-gradient(top, #65e831, #5dd934);
  background-image: -o-linear-gradient(top, #65e831, #5dd934);
  background-image: linear-gradient(to bottom, #65e831, #5dd934);
  text-decoration: none;
}
.company_directory_admin_wrap #signup_wrapper {
	max-width: 800px;
}
@media only screen and (max-width: 1075px) {
	.company_directory_admin_wrap #signup_wrapper {
		position: static;
		margin: 30px 0 0 -10px;
		width: 300px;
	}
}
.company_directory_admin_wrap #signup_wrapper .u_to_p
{
	font-size: 10px;
	margin: 0;
	padding: 2px 0 0 3px;
	text-align: center;	
}

/* Upgrade Page */
.company_directory_admin_wrap {
	position: relative;
}
.company_directory_admin_wrap .stars {
    margin-bottom: 10px;
    white-space: nowrap
}
.company_directory_admin_wrap .stars  .dashicons-star-filled {
	color: gold;
	text-shadow: 1px 1px goldenrod;	
}
.company_directory_admin_wrap .gp_upgrade {
	max-width: 95%;
}

.company_directory_admin_wrap .gp_upgrade .gp_upgrade_header {
	margin-top: 40px;
	margin-bottom: 40px;
}

.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body {
    background-color: white;
    border: 1px solid lightgray;
	padding: 0;
	max-width: 960px;
}

.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .customer_testimonial {
	width: 480px;
	box-sizing: border-box;
	margin-left: 0px;
	padding: 50px 40px 20px;
}

.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .header_wrapper {
	box-shadow: 0px 5px 10px lightgray;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .video_wrapper iframe {
	max-width: 100%;	
}

@media only screen and (max-width: 600px) {
	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .customer_testimonial {
		padding: 20px;
		max-width: 100%;
		width: auto;
	}
	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .upgrade_left_col {
		padding: 0 30px;
	}
}
@media only screen and (max-width: 1160px) {

	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body {
		max-width: 480px;
		min-width: 300px;
	}
	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .bottom_cols > div {
		border: 0 none;
		display: block;
		width: 100%;
	}
	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .bottom_cols > .how_to_upgrade {
		border-bottom: 1px solid lightgray;
	}
}

@media only screen and (min-width: 1160px) {

	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .header_wrapper {
		height: 270px;
		padding-bottom: 0;
	}

	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .gp_slideshow {
		float: left;
	}

	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .video_wrapper {
		float: left;
	}

	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .customer_testimonial {
		margin-left: 480px;
	}

}

.company_directory_admin_wrap #signup_wrapper {
	position: absolute;
	margin-right: 320px;
	left: 980px;
	right: auto;
	top: 58px;
	width: 344px;
}

.upgrade_left_col ul > li::before {
	background-image: url('../img/check-mark.png');
	content: " ";
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 100;
	display: block;
	height: 14px;
	width: 14px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}
.upgrade_left_col ul > li {
	position: relative;
	padding-left: 24px;			
	margin-left: 19px;
	font-size: 14px;
	line-height: 1.5;
	max-width: 450px;
}
.company_directory_admin_wrap #signup_wrapper #mc_embed_signup {
	padding-bottom: 15px;
}	
.sidebar_hello_t.hello_t_banner {
	padding: 1px 20px;
	border: 1px solid #DCDCDC;
}	
.sidebar_hello_t .whiteButton {
	width: 100%;
	box-sizing: border-box;
}		
.company_directory_admin_wrap .upgrade_left_col {
	margin: 20px auto 20px;
	max-width: 600px;
}

.company_directory_admin_wrap .upgrade_left_col {
	padding: 0 60px 20px;
	max-width: 560px;
}

.company_directory_admin_wrap .upgrade_left_col h3 {
	line-height: 1.25;
	margin-bottom: 20px;
}
.company_directory_admin_wrap .upgrade_left_col .all_features_link {
	font-size: 14px;
}
.company_directory_admin_wrap .bottom_cols {
	border-top: 1px solid lightgray;
	margin-top: 53px;
}
.company_directory_admin_wrap .bottom_cols > div {
	width: 49%;
	display: inline-block;
	padding: 20px 40px;
	box-sizing: border-box;
	vertical-align: top;
}
.company_directory_admin_wrap .how_to_upgrade {
	border-right: 1px solid lightgray;
}


@media only screen and (min-width: 1300px) and (max-width: 1400px) {
	.company_directory_admin_wrap .gp_upgrade #signup_wrapper {
		border-radius: 5px;
		margin-top: 40px;
	}
	
	.company_directory_admin_wrap .gp_upgrade #signup_wrapper #mc_embed_signup {
		min-height: 400px;
		max-width: none;
		margin-right: 0;
		width:470px;
	}
	.company_directory_admin_wrap .gp_upgrade #signup_wrapper .hello_t_banner {
		min-height: 400px;
		border-left: 0 none;
		max-width: none;
		width: 490px;
	}
		
}
	
@media only screen and (max-width: 1530px) {

	.company_directory_admin_wrap #signup_wrapper {
		left: initial;
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
		right: auto;
		top: 0;
		margin-top: 20px;
		padding-left: 0;
		max-width: none;
		min-width: 300px;
		width: 100%;
	}

	.company_directory_admin_wrap #signup_wrapper #mc_embed_signup {
		box-sizing: border-box;
		float: left;
		width: 100%;
		max-width: 480px;
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.company_directory_admin_wrap #signup_wrapper .hello_t_banner {
		box-sizing: border-box;
		float: left;
		margin-top: 0;
		max-width: 480px;
		width: 100%;
	}

}

.company_directory_admin_wrap .upgrade_button {
	padding: 12px 0 0 14px;
}

/* Upgrade to Pro link */
#adminmenu .company_directory_free_admin_menu ul.wp-submenu > li:last-child > a {
	color: #3ce038;
	font-weight: bold;
}

#adminmenu .company_directory_free_admin_menu ul.wp-submenu > li:last-child > a.current {
	color: inherit;
}

.company_directory_admin_wrap .upgrade_button a {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:12px 26px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.company_directory_admin_wrap .upgrade_button a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
	background-color:#a5cc52;
}
.company_directory_admin_wrap .upgrade_button a:active {
	position:relative;
	top:1px;
}

.company_directory_admin_wrap .whiteButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#969494;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:11px 24px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width: 100%;
	box-sizing: border-box;
}
.company_directory_admin_wrap .whiteButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.company_directory_admin_wrap .whiteButton:active {
	position:relative;
	top:1px;
}

.company_directory_admin_wrap #mc-show-coupon-codes {
	margin-top: 32px;
}

.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .gp_slideshow .slide .caption {
	background-color: #212121;
	background-color: #212121b3;
	color: white;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	min-height: 40px;
}
.company_directory_admin_wrap .gp_upgrade .upgrade_intro {
	margin: 20px auto 20px;
    max-width: 750px;
	padding: 30px;
    font-size: 18px;
}


.gp_slideshow {
	border-right: 1px solid lightgray;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 480px;
	max-height: 270px;
	max-width: 100%;
}

.gp_slideshow ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 270px;
	list-style: none;
}

.gp_slideshow ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 480px;
  height: 270px;
  background: #ccc;
  text-align: center;
  line-height: 270px;
}


@media only screen and (max-width: 600px) {
	.company_directory_admin_wrap .gp_upgrade .gp_upgrade_body .gp_slideshow .slide .caption {
		text-align: left;
		padding-left: 20px;
	}
}


.gp_slideshow a.control_prev,
.gp_slideshow a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

.gp_slideshow a.control_prev:hover,
.gp_slideshow a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

.gp_slideshow a.control_prev {
  border-radius: 0 2px 2px 0;
}

.gp_slideshow a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.gp_upgrade_notification {
	padding: 10px;
	border: 1px solid #ddd;
	border-left: 2px solid green;
	background-color: lightyellow;
	width: 93%;
}

.company_directory_demo_wrap {
	box-sizing: border-box;
	position: relative;
}

.company_directory_demo_wrap_inner {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

.company_directory_demo_modal {
	background-color: white;
	box-sizing: border-box;
	border: 1px solid lightgray;
	box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.15);
	min-height: 450px;
	left: 50%;
	font-size: 16px;
	position: absolute;
	top: 120px;
	text-align: center;
	margin: 0 0 0 -400px;
	width: 800px;
}

.company_directory_demo_modal * {
	box-sizing: border-box;
}

.company_directory_demo_modal_top {
	padding: 40px;
	
}

.company_directory_demo_modal_bottom {
	background-color: #f5f5f5;
	padding: 35px 40px 20px;
}

.company_directory_demo_modal_bottom .company_directory_btn {
	background-color: #e27730;
	border-color: #e27730;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 28px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: none;
	outline: 0;
}
.company_directory_demo_modal_bottom .company_directory_btn:hover {
	background-color: #b85a1b;
	border-color: #b85a1b;
	color: #fff;
}

.company_directory_demo_modal .company_directory_after_button_text {
	font-size: 14px;
	margin-top: 10px;
}

.company_directory_demo_modal h2 {
	margin-top: 0;
}

.company_directory_demo_modal p {
	font-size: 16px;
	color: #656565;
	max-width: 650px;
	margin: 0 auto 10px;
}

.company_directory_feature_list {
	box-sizing: border-box;
	list-style-type: none;
	float: left;
	margin: 20px 0 0;
	padding: 0 0 0 64px;
	text-align: left;
	width: 50%;
}

.company_directory_feature_list_left {
}

.company_directory_feature_list_right {
}

.company_directory_feature_list li {
	color: #656565;
	font-size: 16px;
	padding: 6px 0;
    text-align: left;
    width: 250px;
}

.company_directory_feature_list li > div {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.company_directory_checkbox {
	display: inline-block;	
	height: 16px;
	width: 16px;
}
.company_directory_checkbox {
	 color: green;
	 fill: green;
}

#company_directory_notice_bar_spacer {
	height: 30px;
	display: none;
}

.company_directory_notice_bar_show #company_directory_notice_bar_spacer {
	display: block;
}

#company_directory_notice_bar {
	background-color: #DDDDDD;
	border-top: 3px solid #96d7af;
	border-bottom: 1px solid #d7d7d7;
	color: #777777;
	text-align: center;
	position: absolute;
	padding: 7px;
	margin-bottom: -4px;
	opacity: 1;
	transition: all .3s ease-in-out;
	max-height: 100px;
	overflow: hidden;
	left: 0px;
	box-sizing: revert;
	top: 0;
	right: 0;
}

#company_directory_notice_bar .company_directory_notice_bar_message {
	display: block;
	margin-left: 160px;
}

#company_directory_notice_bar .dismiss {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 5px;
	margin-top: 1px;
	background: 0 0;
	color: #72777c;
	cursor: pointer;
}

#company_directory_notice_bar .dismiss::before {
	background: 0 0;
	color: #72777c;
	content: "\f335";
	display: block;
	font: normal 20px/20px dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased;
}

.company_directory_notice_bar_show #screen-meta-links button {
	position: relative;
	top: -30px;
	left: -10px;
}

.company_directory_notice_bar_show #screen-meta-links button.screen-meta-active {
	/* top: auto; */
}
	
.company_directory_notice_bar_show #screen-meta {
	position: relative;
	top: -30px;
	margin-right: 30px;
}