/* Admin CSS styles for Business Profile */

.bpfwp-clear {
  clear: both;
}
.bpfwp-hidden {
  display: none;
}

.bpfwp-meta-input {
  width: 100%;
  padding-top: 2em;
  display: block;
}
.bpfwp-meta-input.bpfwp-meta-post_type {
  float: left;
}

.bpfwp-meta-input.bpfwp-meta-post_type h4 {
  clear: both;
  padding-top: 16px;
}

.bpfwp-meta-input label {
  max-width: 175px;
  display: inline-block;
  width: 100%;
}

.bpfwp-meta-input label.bold-label {
  font-weight: bold;
}
.bpfwp-meta-input label.default-label {
  font-weight: bold;
  font-size: 1.3em;
}

.bpfwp-meta-input textarea,
.bpfwp-meta-input select,
.bpfwp-meta-input input[type="text"],
.bpfwp-meta-input input[type="email"],
.bpfwp-meta-input input[type="tel"] {
  border: 2px solid#ccc;
  border-radius: 5px;
  box-shadow: none;
  max-width: 300px;
  display: inline-block;
  width: 100%;
  float: none;
  margin: 0;
}
.bpfwp-meta-input select.no-margin {
  margin-bottom: 0;
}

.bpfwp-meta-input textarea {
	height: 8em;
}

.bpfwp-meta-input input[type="checkbox"] {
  margin: 12px 0 24px;
}

.bpfwp-meta-input input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1em;
}
.bpfwp-meta-input input:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
  font-size: 1em;
}
.bpfwp-meta-input input::-moz-placeholder {  /* Firefox 19+ */
	color: #aaa;
  font-size: 1em;
}
.bpfwp-meta-input input:-ms-input-placeholder {
	color: #aaa;
  font-size: 1em;
}

.sap-coords-result {
	padding: 0.25em 1em;
}

.sap-coords-result .dashicons {
	color: #aaa;
}

.bpfwp-meta-opening-hours .sap-scheduler-rule {
	border: 1px solid #eee;
}


/****************************
* SCHEMA DEFAULTS HELPERS
****************************/
.bpfwp-meta-input input[type="text"].bpfwp-schema-defaults-field {
  width: calc(100% - 36px);
  border-right: none;
  margin-right: 0;
  float: left;
}
.bpfwp-schema-defaults-helper {
  display: block;
  position: relative;
  background: #1b335f;
  color: #ffffff;
  width: 20px;
  font-size: 14px;
  padding: 8px 5px 0px 5px;
  height: 24px;
  border-left: none;
  float: left;
  text-align: center;
  cursor: pointer;
  left: -4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bpfwp-schema-defaults-helper-box {
  position: fixed;
  background: #ffffff;
  top: 10vh;
  width: 90%;
  max-width: 960px;
  height: 80vh;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10001;
}
.bpfwp-schema-defaults-helper-box-inside {
	position: relative;
	float: left;
	width: calc(100% - 72px);
  height: calc(100% - 24px);
  padding: 0 24px;
	border: 6px solid #eee;
	margin: 6px;
	overflow-y: scroll;
}
.bpfwp-schema-defaults-helper-box-exit {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: #eee;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.bpfwp-schema-defaults-helper-box h4 {
  margin: 1.33em 0 0.5em;
}

.bpfwp-schema-defaults-helper-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(210,210,210,0.75);
  top: 0;
  left: 0;
  z-index: 10000;
}

.bpfwp-schema-defaults-helper-metas-container {
  margin-bottom: 8px;
}

.bpfwp-schema-defaults-helper-option {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
}
.bpfwp-schema-defaults-helper-option:hover {
  background: rgba(27,51,95,.1);
}
.bpfwp-schema-defaults-helper-option-name {
  width: 180px;
  float: left;
}
.bpfwp-schema-defaults-helper-option-description {
  width: calc(100% - 231px);
  float: left;
}
.bpfwp-schema-defaults-helper-option-name {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 12px;
}
.bpfwp-schema-defaults-helper-option-description {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 4px 12px;
}
.bpfwp-schema-defaults-helper-option:first-of-type .bpfwp-schema-defaults-helper-option-name,
.bpfwp-schema-defaults-helper-option:first-of-type .bpfwp-schema-defaults-helper-option-description {
  border-top: 1px solid #ccc;
}


/*** UPGRADE BANNER ***/
.bpfwp-temp-upgrade-banner {
  position: relative;
  float: left;
  clear: both;
  margin-left: -20px;
  width: calc(100% + 20px);
  padding-top: 22px;
  height: 42px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #365388;
}
.bpfwp-temp-upgrade-banner:hover {
  color: #eee;
}



/*
==============================================
NEW DASHBOARD
==============================================
*/


/*** WRAP ***/

.business-profile_page_bpfwp-dashboard #wpcontent {
  padding-left: 0;
}
.business-profile_page_bpfwp-dashboard .wrap {
  margin: 10px 0 0;
}

.bpfwp-import-export-container {
  position: relative;
  float: left;
  margin-left: 32px;
  width: calc(100% - 32px);
}


/*** BANNER ***/

.bpfwp-dashboard-new-upgrade-banner {
  position: relative;
  float: left;
  margin-left: -20px;
  width: calc(100% + 20px);
  height: 256px;
  background: url(../img/bpfwp-dashboard-banner.png) center no-repeat #0C154C;
}
.bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-icon {
  position: absolute;
  height: 112px;
  width: 112px;
  left: 172px;
  top: 72px;
  background: url(../img/bpfwp-icon.png) no-repeat;
  background-size: 112px 112px;
}
.bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-buttons {
  position: absolute;
  height: 112px;
  width: 192px;
  right: 128px;
  top: 84px;
}
.bpfwp-dashboard-new-upgrade-button  {
  position: relative;
  float: right;
  width: 188px;
  border: 2px solid #7CA3BF;
  background-color: #7CA3BF;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  border-radius: 2px;
}
.bpfwp-dashboard-new-upgrade-button:hover  {
  background-color: #91B5CE;
  border-color: #91B5CE;
  color: #fff;
}
.bpfwp-dashboard-new-upgrade-button.bpfwp-dashboard-new-trial-button  {
  background-color: transparent;
  color: #7CA3BF;
  font-size: 11px;
  cursor: pointer;
  width: 192px;
}
.bpfwp-dashboard-new-upgrade-button.bpfwp-dashboard-new-trial-button:hover  {
  background-color: #7CA3BF;
  border-color: #7CA3BF;
  color: #fff;
}
.bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-text {
  position: absolute;
  width: calc(100% - 680px);
  height: 112px;
  top: 76px;
  left: 320px;
  color: #fff;
}
.bpfwp-dashboard-banner-title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 29px;
  line-height: 32px;
  font-weight: bold;
}
.bpfwp-dashboard-banner-brief {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
}

@media screen and (min-width: 1700px) {
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-icon {
    left: 272px;
  }
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-buttons {
    right: 228px;
  }
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-text {
    width: calc(100% - 880px);
    left: 420px;
  }
}
@media screen and (max-width: 1200px) {
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-icon {
    left: 54px;
  }
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-buttons {
    right: 32px;
  }
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-text {
    width: calc(100% - 466px);
    left: 202px;
  }
}
@media screen and (max-width: 800px) {
  .bpfwp-dashboard-new-upgrade-banner {
    height: 512px;
    height: 300px;
  }
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-icon {
    left: calc(50% - 56px);
    top: 48px;
    display: none;
  }
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-text {
    width: 80%;
    left: 10%;
    top: 208px;
    height: 160px;
    text-align: center;
    height: 140px;
    top: 42px;
  }
  .bpfwp-dashboard-banner-brief {
    display: none;
  }  
  .bpfwp-dashboard-new-upgrade-banner .bpfwp-dashboard-banner-buttons {
    right: calc(50% - 96px);
    top: 368px;
    top: 172px;
  }
}







/*** MENU ***/

.bpfwp-admin-header-menu {
  background-color: #1b335f;
  margin-bottom: 16px;
  position: relative;
  float: left;
  width: 100%;
}
.business-profile_page_bpfwp-settings .bpfwp-admin-header-menu,
.post-type-schema .bpfwp-admin-header-menu,
.post-type-location .bpfwp-admin-header-menu,
.business-profile_page_bpfwp-custom-fields .bpfwp-admin-header-menu {
  margin-left: -20px;
  width: calc(100% + 20px);
}
.bpfwp-admin-header-menu .nav-tab-wrapper, .wrap .bpfwp-admin-header-menu h2.nav-tab-wrapper {
  border-bottom: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
}
.bpfwp-admin-header-menu .nav-tab {
  border: none;
  margin-left: 0;
  padding: 12px 48px;
  font-size: 12px;
  text-transform: uppercase;
  background: #1b335f;
  color: #fff;
  border-right: 1px solid #42639F;
}

.bpfwp-admin-header-menu .nav-tab:hover {
  background: #365388;
}
.bpfwp-admin-header-menu .nav-tab-active {
  background: #365388;
  color: #fff;
}
.bpfwp-admin-header-menu .nav-tab-active:hover {
  background: #365388;
  color: #fff;
}
.bpfwp-admin-header-menu .nav-tab#bpfwp-dash-mobile-menu-open {
  display: none;
}

@media screen and (max-width: 1440px) {
  .bpfwp-admin-header-menu .nav-tab {
    padding: 12px 32px;
  }
}
@media screen and (max-width: 1150px) {
  .bpfwp-admin-header-menu .nav-tab {
    padding: 12px 18px;
  }
}
@media screen and (max-width: 800px) {
  .bpfwp-admin-header-menu .nav-tab {
    padding: 12px 0;
    margin: 0;
    width: 100%;
    clear: both;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #42639F;
  }
  .bpfwp-admin-header-menu .nav-tab:last-of-type {
    border-bottom: none;
  }
  .bpfwp-admin-header-menu .nav-tab {
    display: none;
  }
  .bpfwp-admin-header-menu .nav-tab#bpfwp-dash-mobile-menu-open {
    display: block;
  }
  #bpfwp-dash-mobile-menu-up-caret {
    display: none;
  }
  #bpfwp-dash-mobile-menu-down-caret {
    display: inline;
  }
}









/*** CONTENT ***/

#bpfwp-dashboard-content-area {
  position: relative;
  float: left;
  width: calc(100% - 162px);
  margin: 32px 20px 32px 142px;
}
#bpfwp-dashboard-content-left {
  position: relative;
  float: left;
  width: 74%;
}
#bpfwp-dashboard-content-right {
  position: relative;
  float: right;
  width: 24%;
}

.bpfwp-dashboard-new-widget-box {
  position: relative;
  float: left;
  background: #fff;
  box-shadow: -2px 2px 6px #ccc;
  margin-bottom: 16px;
}
.bpfwp-dashboard-new-widget-box.ewd-widget-box-full {
  width: 100%;
}
.bpfwp-dashboard-new-widget-box.ewd-widget-box-two-thirds {
  width: 66%;
}
.bpfwp-dashboard-new-widget-box.ewd-widget-box-one-third {
  width: 32%;
  margin-left: 2%;
}
.bpfwp-dashboard-new-widget-box-top, .bpfwp-dashboard-new-widget-box-bottom {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  padding: 8px 16px;
  color: #777;
}
.bpfwp-dashboard-new-widget-box-top {
  padding: 12px 16px;
  font-weight: bold;
  color: #444;
}
.bpfwp-dashboard-new-widget-box-bottom {
  border-top: 1px solid #e2e2e2;
}

.bpfwp-dashboard-key-widget {
  position: relative; 
  float: left;
  width: calc(100% - 144px);
  min-height: 30px;
  margin: 24px 24px 8px;
  padding: 0 0 0 96px;
  background-image: url(../img/dash-asset-key.png);
  background-position: left top;
  background-size: 64px 30px;
  background-repeat: no-repeat;
}
.bpfwp-dashboard-key-widget-input {
  position: relative;
  float: left;
  width: calc(65% - 2px);
  height: 30px;
  padding: 4px 8px !important;
  background: none;
  border: 1px solid #e2e2e2 !important;
  margin: 0 !important;
}
.bpfwp-dashboard-key-widget-input::placeholder {
  color: #bbb;
}
.bpfwp-dashboard-key-widget-submit {
  position: relative;
  float: left;
  width: 35%;
  height: 30px;
  font-size: 14px;
  background: #f2b52f;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 !important;
}
.bpfwp-dashboard-key-widget-submit:hover {
  background: #F2BD49;
}
.bpfwp-dashboard-key-widget-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 7px;
  font-size: 11px;
  color: #888;
  font-style: italic;
  font-weight: normal;
}
.bpfwp-dashboard-key-widget-text a {
  color: #7CA3BF;
  text-decoration: none;
  font-weight: bold;
}
.bpfwp-dashboard-key-widget-text a:hover {
  color: #91B5CE;
  text-decoration: none;
}

#bpfwp-dashboard-support-widget-box .bpfwp-dashboard-new-widget-box-top {
  cursor: pointer;
}
#bpfwp-dash-mobile-support-down-caret {
  display: none;
  float: right;
}
#bpfwp-dash-mobile-support-up-caret {
  display: inline;
  float: right;
}
.bpfwp-dashboard-support-widgets {
  position: relative;
  float: left;
  width: 90%;
  padding: 14px 5%;
}
.bpfwp-dashboard-support-widgets li {
  position: relative;
  float: left;
  width: 18.25%;
  margin-right: 9%;
}
.bpfwp-dashboard-support-widgets li:last-of-type {
  margin-right: 0;
}
.bpfwp-dashboard-support-widgets li a {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: #444;
  text-decoration: none;
  font-weight: bold;
}
.bpfwp-dashboard-support-widgets li a:hover {
  color: #1b335f;
}
.bpfwp-dashboard-support-widgets li img {
  position: relative;
  float: left;
  width: 80%;
  height: auto;
  border: none;
  padding: 0 10% 12px;
}
.bpfwp-dashboard-support-widgets li .bpfwp-dashboard-support-widgets-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 2px;
}

#bpfwp-dashboard-optional-table .bpfwp-dashboard-new-widget-box-top {
  cursor: pointer;
}
#bpfwp-dash-optional-table-down-caret {
  display: none;
  float: right;
}
#bpfwp-dash-optional-table-up-caret {
  display: inline;
  float: right;
}

.bpfwp-dashboard-testimonials {
  position: relative;
  float: left;
  width: 100%;
}
.bpfwp-dashboard-testimonials li {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.bpfwp-dashboard-testimonials li img {
  position: relative;
  float: left;
  width: 140px;
  height: auto;
  margin-top: 8px;
  margin-left: calc(50% - 70px);
}
.bpfwp-dashboard-testimonials li .bpfwp-dashboard-testimonial-title {
  position: relative;
  float: left;
  width: 100%;
  margin: 28px 0 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.bpfwp-dashboard-testimonials li .bpfwp-dashboard-testimonial-author {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
}
.bpfwp-dashboard-testimonials li .bpfwp-dashboard-testimonial-text {
  position: relative;
  float: left;
  width: 80%;
  margin: 24px 10% 0;
  font-size: 12px;
}
.bpfwp-dashboard-testimonials li .bpfwp-dashboard-testimonial-text a {
  color: #7CA3BF;
  text-decoration: none;
  font-weight: bold;
}
.bpfwp-dashboard-testimonials li .bpfwp-dashboard-testimonial-text a:hover {
  color: #91B5CE;
}

.bpfwp-dashboard-review-ask {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  padding: 16px 16px 12px;
  text-align: center;
}
.bpfwp-dashboard-review-ask img {
  position: relative;
  float: left;
  width: 110px;
  height: auto;
  margin-left: calc(50% - 55px);
}
.bpfwp-dashboard-review-ask-text {
  position: relative;
  float: left;
  width: 100%;
  margin: 24px 0;
}
.bpfwp-dashboard-review-ask-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 2px);
  border: 1px solid #888;
  background-color: transparent;
  color: #888;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.bpfwp-dashboard-review-ask-button:hover  {
  background-color: #888;
  border-color: #888;
  color: #fff;
}
.bpfwp-dashboard-review-ask-dismiss {
  position: relative;
  float: left;
  background: transparent;
  border: none;
  margin: 16px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.bpfwp-dashboard-review-ask-dismiss:hover {
  color: #555;
}

.bpfwp-dashboard-guarantee {
  position: relative; 
  float: left;
  width: calc(100% - 208px);
  min-height: 127px;
  margin: 20px 24px;
  padding: 0 0 0 160px;
  background-image: url(../img/dash-asset-badge.png);
  background-position: left top;
  background-size: 128px 127px;
  background-repeat: no-repeat;
  color: #777;
}
.bpfwp-dashboard-guarantee-title, .bpfwp-dashboard-guarantee-text {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 16px;
}
.bpfwp-dashboard-guarantee-title {
  font-size: 24px;
  line-height: 24px;
}
.bpfwp-dashboard-guarantee-text {
  font-size: 12px;
  font-weight: normal;
}

.bpfwp-dashboard-get-premium-widget-trial-time {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 6px;
  background: #1b335f;
}
.bpfwp-dashboard-get-premium-widget-trial-days, .bpfwp-dashboard-get-premium-widget-trial-hours {
  position: relative;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 43px;
  line-height: 35px;
  padding: 24px 0 8px;
  font-weight: bold;
}
.bpfwp-dashboard-get-premium-widget-trial-days span, .bpfwp-dashboard-get-premium-widget-trial-hours span {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: normal;  
}
.bpfwp-dashboard-get-premium-widget-trial-days {
  width: calc(50% - 7px);
  border-right: 7px solid #fff;
}
.bpfwp-dashboard-get-premium-widget-trial-hours {
  width: 50%;
}
.bpfwp-dashboard-get-premium-widget-trial-time-left {
  position: relative;
  float: left;
  width: 100%;
  margin: 28px 0 24px;
  color: #1b335f;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.bpfwp-dashboard-get-premium-widget-features-title {
  position: relative;
  float: left;
  width: calc(100% - 16px);
  padding: 8px 8px 10px;
  color: #7CA3BF;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.bpfwp-dashboard-get-premium-widget-features {
  position: relative;
  float: left;
  width: calc(100% - 16px);
  padding: 0 8px;
  -webkit-margin-after: 0;
}
.bpfwp-dashboard-get-premium-widget-features li {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 36px);
  margin-bottom: 8px;
  padding-left: 36px;
  background-image: url(../img/dash-asset-checkmark.png);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  font-style: italic;
}
.bpfwp-dashboard-get-premium-widget-features li:last-of-type {
  background-image: none;
}
.bpfwp-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px 10px;
  border: 2px solid #7CA3BF;
  background-color: #7CA3BF;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.bpfwp-dashboard-get-premium-widget-button:hover  {
  background-color: #91B5CE;
  border-color: #91B5CE;
  color: #fff;
}
.bpfwp-dashboard-get-premium-widget-button.bpfwp-dashboard-new-trial-button  {
  background-color: transparent;
  color: #7CA3BF;
  font-size: 11px;
  cursor: pointer;
  width: calc(100% - 16px);
  margin: 0 8px 16px; 
}
.bpfwp-dashboard-get-premium-widget-button.bpfwp-dashboard-new-trial-button:hover  {
  background-color: #7CA3BF;
  border-color: #7CA3BF;
  color: #fff;
}

.bpfwp-dashboard-other-plugins {
  position: relative;
  float: left;
  width: 100%;
}
.bpfwp-dashboard-other-plugins li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.bpfwp-dashboard-other-plugins li:last-of-type {
  margin-bottom: 12px;
}
.bpfwp-dashboard-other-plugins li img {
  position: relative;
  float: left;
  width: 64px;
  height: auto;
  margin-right: 16px;
  border: none;
}
.bpfwp-dashboard-other-plugins li .bpfwp-dashboard-other-plugins-text {
  position: relative;
  float: left;
  width: calc(100% - 80px);
}
.bpfwp-dashboard-other-plugins li .bpfwp-dashboard-other-plugins-title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.bpfwp-dashboard-other-plugins li .bpfwp-dashboard-other-plugins-blurb {
  position: relative;
  float: left;
  width: 100%;
  font-size: 11px;
  margin-top: 8px;
}

@media screen and (min-width: 1441px) {
  #bpfwp-dashboard-content-area {
    width: calc(100% - 194px);
    margin: 32px 20px 32px 174px;
  }
}
@media screen and (max-width: 1150px) {
  #bpfwp-dashboard-content-area {
    width: calc(100% - 40px);
    margin: 16px 20px 32px;
  }
}
@media screen and (max-width: 1000px) {
  .bpfwp-dashboard-key-widget-submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  #bpfwp-dashboard-content-left, #bpfwp-dashboard-content-right {
    float: left;
    width: 100%;
  }
  .bpfwp-dashboard-new-widget-box.ewd-widget-box-two-thirds, .bpfwp-dashboard-new-widget-box.ewd-widget-box-one-third {
    width: 100%;
    margin-left: 0;
  }  

  .bpfwp-dashboard-key-widget {
    width: calc(100% - 48px);
    margin: 16px 24px 8px;
    padding: 54px 0 0 0;
    background-image: url(../img/dash-asset-key.png);
    background-size: 64px 30px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .bpfwp-dashboard-key-widget-input {
    width: 100%;
  }
  .bpfwp-dashboard-key-widget-submit {
    width: 100%;
    margin: 8px 0 0 0 !important;
    font-size: 14px;
  }
  .bpfwp-dashboard-key-widget-text {
    margin-top: 16px;
    text-align: center;
  }

  .bpfwp-dashboard-support-widgets {
    width: 90%;
    padding: 0 5%;
  }
  .bpfwp-dashboard-support-widgets li {
    width: 100%;
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
  }
  .bpfwp-dashboard-support-widgets li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  .bpfwp-dashboard-support-widgets li a {
    text-align: left;
    color: #444;
  }
  .bpfwp-dashboard-support-widgets li a:hover {
    color: #1b335f;
  }
  .bpfwp-dashboard-support-widgets li img {
    width: 32px;
    height: 32px;
    padding: 0 24px 0 16px;
  }
  .bpfwp-dashboard-support-widgets li .bpfwp-dashboard-support-widgets-text {
    width: calc(100% - 72px);
    margin-top: 7px;
    text-transform: uppercase;
    font-size: 11px;
  }
  #bpfwp-dashboard-support-widget-box .bpfwp-dashboard-new-widget-box-bottom {
    border-top: none;
  }

  #bpfwp-dashboard-get-premium-widget-box {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  #bpfwp-dashboard-guarantee-widget-box {
    background: #1b335f;    
  }
  .bpfwp-dashboard-guarantee {
    width: calc(100% - 48px);
    padding: 0;
    height: 199px;
    background-image: url(../img/dash-asset-badge.png);
    background-size: 200px 199px;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .bpfwp-dashboard-guarantee-title, .bpfwp-dashboard-guarantee-text {
    display: none;
  }
}



/*** FOOTER ***/

#bpfwp-dashboard-new-footer-one {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  color: #777;
}
.bpfwp-dashboard-new-footer-one-inside {
  position: relative;
  float: left;
  width: 80%;
  margin: 0 10%;
}
.bpfwp-dashboard-new-footer-one-left {
  position: relative;
  float: left;
  width: calc(100% - 224px);
  margin-bottom: 32px;
}
.bpfwp-dashboard-new-footer-one-title {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 56px;
  font-size: 24px;
  font-weight: bold;
}
.bpfwp-dashboard-new-footer-one-benefits {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 32px;
}
.bpfwp-dashboard-new-footer-one-benefits li {
  position: relative;
  float: left;
  width: calc(33.333333% - 36px);
  margin-bottom: 11px;
  padding-left: 36px;
  background-image: url(../img/dash-asset-checkmark.png);
  background-position: left top;
  background-size: 20px;
  background-repeat: no-repeat;
  font-style: italic;
}

.bpfwp-dashboard-new-footer-one-buttons {
  position: relative;
  float: right;
  width: 192px;
  margin-top: 112px;
}

#bpfwp-dashboard-new-footer-two {
  position: relative;
  float: left;
  width: 100%;
  background: #1b335f;
  color: #D3DFF5;
}
.bpfwp-dashboard-new-footer-two-inside {
  position: relative;
  float: left;
  width: 90%;
  margin: 48px 5%;
}
.bpfwp-dashboard-new-footer-two-icon {
  position: relative;
  float: left;
  width: 200px;
  height: auto;
  margin-right: 40px;
}
.bpfwp-dashboard-new-footer-two-blurb {
  position: relative;
  float: left;
  width: 300px;
  line-height: 1.7;
  font-size: 12px;
}
.bpfwp-dashboard-new-footer-two-menu {
  position: relative;
  float: right;
  width: 150px;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}
.bpfwp-dashboard-new-footer-two-menu li {
  clear: both;
  position: relative;
  float: right;
  width: 100%;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
  font-size: 13px;
}
.bpfwp-dashboard-new-footer-two-menu li:first-of-type {
  margin-bottom: 9px;
}
.bpfwp-dashboard-new-footer-two-menu li:last-of-type {
  margin-bottom: 0;
}
.bpfwp-dashboard-new-footer-two-menu li a {
  font-weight: normal;
  color: #D3DFF5;
  text-decoration: none;
  font-size: 12px;
}
.bpfwp-dashboard-new-footer-two-menu li a:hover {
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .bpfwp-dashboard-new-footer-one-left {
    width: 100%;
    margin-bottom: 0;
  }
  .bpfwp-dashboard-new-footer-one-title {
    margin-top: 56px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .bpfwp-dashboard-new-footer-one-benefits li {
    width: calc(50% - 36px);
  }
  .bpfwp-dashboard-new-footer-one-buttons {
    float: left;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .bpfwp-dashboard-new-footer-one-buttons .bpfwp-dashboard-new-upgrade-button {
    float: left;
    margin-left: calc(50% - 96px);
  }

  .bpfwp-dashboard-new-footer-two-icon {
    clear: both;
    float: left;
    margin: 0 0 16px calc(50% - 55px);
  }
  .bpfwp-dashboard-new-footer-two-blurb {
    display: none;
  }
  .bpfwp-dashboard-new-footer-two-menu {
    float: left;
    width: 100%;
    margin-top: 32px;
  }
  .bpfwp-dashboard-new-footer-two-menu li {
    float: left;
    text-align: center;
    margin-bottom: 4px;
    font-size: 17px;
  }
  .bpfwp-dashboard-new-footer-two-menu li:first-of-type {
    margin-bottom: 9px;
  }
  .bpfwp-dashboard-new-footer-two-menu li:last-of-type {
    margin-bottom: 0;
  }
  .bpfwp-dashboard-new-footer-two-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .bpfwp-dashboard-new-footer-one-benefits li {
    clear: both;
    width: calc(100% - 36px);
  }
}








/************************/
/***** OPTIONS PAGE *****/
/************************/

/* Side Menu */
.business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper {
  position: relative;
  float: left;
  border: none;
  width: 180px;
  box-shadow: -1px 1px 8px #ccc;
  overflow: hidden;
  padding-top: 0;
  margin-top: 20px;
}
.business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper a {
  clear: both;
  display: block;
  position: relative;
  float: left;
  background-color: #e2e2e2;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  color: #555;
  font-weight: bold;
  padding-left: 20px;
  width: calc(100% - 20px);
  text-align: left;
  margin: 0;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper a:last-of-type {
  border-bottom: none;
}
.business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper a.nav-tab-active {
  box-shadow: none;
  background-color: #fff !important;
  color: #1b335f;
  border-left: 4px solid #1b335f;
}
.business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper a:hover {
  color: #29324e;
  background-color: rgba(199,199,199, 0.5);
  box-shadow: none;
  border-left: 4px solid #29324e;
}
.business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper a.nav-tab-active:hover {
  color: #1b335f;
  background-color: #fff;
  border-left: 4px solid #1b335f;
}

/* Right side */
.business-profile_page_bpfwp-settings .wrap form {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 276px);
  padding: 32px 48px;
  z-index: 999;
  background:#fff;
  margin: 20px 0 0 !important;
  min-height: 400px;
  border: none;
}

.business-profile_page_bpfwp-settings .wrap form h2:first-of-type {
    font-size: 18px;
    color: #1b335f;
    margin: 0 0 32px !important;
}

.business-profile_page_bpfwp-settings .wrap form h2:nth-of-type(1n+2) {
    position: relative;
    float: left;
    background: #1b335f;
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 12px 2%;
    width: 96%;
    text-transform: uppercase;
    z-index: 2;
}
.business-profile_page_bpfwp-settings .wrap form .form-table {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 16px;
  box-shadow: 0 1px 12px #ddd;
  display: block;
  padding: 11px 5%;
}

.business-profile_page_bpfwp-settings .wrap form p.description {
  display: none;
}
.business-profile_page_bpfwp-settings .wrap form .form-table p.description {
  display: block;
}
.business-profile_page_bpfwp-settings .wrap form .form-table p.description.disabled {
  color: #b5b5b5;
}


.bpfwp-premium-options-table-overlay + table th,
.bpfwp-premium-options-table-overlay + table td {
  color: #b5b5b5;
}





/************************
TOGGLE SWITCHES
************************/
.bpfwp-admin-hide-radios {
  display: none;
}

/* The switch - the box around the slider */
.bpfwp-admin-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.bpfwp-admin-switch input {display:none;}

/* The slider */
.bpfwp-admin-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.bpfwp-admin-switch-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .bpfwp-admin-switch-slider {
  background-color: #1b335f;
}

input:focus + .bpfwp-admin-switch-slider {
  box-shadow: 0 0 1px #1b335f;
}

input:checked + .bpfwp-admin-switch-slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.bpfwp-admin-switch-slider.round {
  border-radius: 34px;
}

.bpfwp-admin-switch-slider.round:before {
  border-radius: 50%;
}


/* RADIO BUTTON AND CHECKBOX */
.business-profile_page_bpfwp-settings .wrap form .form-table fieldset label {
  line-height: 1.4em;
  margin: .25em 0 .5em;
  display: inline-block;
  font-size: 14px;
}

.bpfwp-admin-input-container input, .bpfwp-admin-input-container input:disabled {
  position: absolute;
  opacity: 0;
}
.bpfwp-admin-radio-button {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
  top: 1px;
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 50%;
}
.bpfwp-admin-input-container:hover input ~ .bpfwp-admin-radio-button {
  background-color: #E6FFFB;
  border-color: #1b335f;
}
.bpfwp-admin-input-container input:checked ~ .bpfwp-admin-radio-button {
  border-color: #1b335f;
  background-color: #fff;
}
.bpfwp-admin-radio-button:after {
  content: "";
  position: absolute;
  display: none;
}
.bpfwp-admin-input-container input:checked ~ .bpfwp-admin-radio-button:after {
  display: block;
}
.bpfwp-admin-input-container .bpfwp-admin-radio-button:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1b335f;
}

.bpfwp-admin-checkbox {
  position: relative;
  float: left;
  height: 14px;
  width: 14px;
  top: 1px;
  margin-right: 12px;
  background-color: #fff;
  border: 2px solid #aaa;
}
.bpfwp-admin-input-container:hover input ~ .bpfwp-admin-checkbox {
  background-color: #E6FFFB;
  border-color: #1b335f;
}
.bpfwp-admin-input-container input:checked ~ .bpfwp-admin-checkbox {
  border-color: #1b335f;
  background-color: #fff;
}
.bpfwp-admin-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.bpfwp-admin-input-container input:checked ~ .bpfwp-admin-checkbox:after {
  display: block;
}
.bpfwp-admin-input-container .bpfwp-admin-checkbox:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #1b335f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Textbox and Text Area and Select boxes */
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=text],
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=search], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=tel], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=url], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=week], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=password], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=color], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=email], 
.business-profile_page_bpfwp-settings .wrap form .form-table input[type=number], 
.business-profile_page_bpfwp-settings .wrap form .form-table textarea,
.business-profile_page_bpfwp-settings .wrap form .form-table select {
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: none;
}
.business-profile_page_bpfwp-settings .wrap form .form-table select,
.business-profile_page_bpfwp-settings .wrap form .form-table textarea {
  width: auto !important;
  min-width: 50%;
  max-width: 100% !important;
}
#bpfwp-dining-block-length_count,
#bpfwp-dining-block-length_unit {
	min-width: 0;
}

.business-profile_page_bpfwp-settings .wrap form .form-table textarea {
  min-width: 300px;
  min-height: 200px;
}
.business-profile_page_bpfwp-settings .wrap form .form-table .wp-editor-wrap textarea {
  border: none;
  border-radius: 0;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}


/**************************
OTHER OPTION PAGE STYLING
**************************/

/*LOCK PREMIUM CONTENT*/
.bpfwp-premium-options-table {
  position: relative;
  min-height: 240px;
}
.bpfwp-premium-options-table.Yes {
  min-height: 0;
}
.bpfwp-premium-options-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 500px;
  background: rgba(0,0,0,.45);
  z-index: 2;
}
.section-disabled {
  position: absolute;
  margin-top: 16px;
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #fff;
  left: calc(50% - 116px);
}
.section-disabled img {
  position: relative;
  float: left;
  width: 40px;
  height: auto;
  margin: 16px 80px 24px;
}
.section-disabled p {
  margin: 16px 0;
  text-align: center;
  color: #888;
}
.section-disabled .bpfwp-dashboard-get-premium-widget-button  {
  clear: both;
  position: relative;
  float: left;
  width: calc(100% - 20px);
  margin: 16px 8px;
  border: 2px solid #7CA3BF;
  background-color: #7CA3BF;
  color: #fff;
  padding: 6px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
}
.section-disabled .bpfwp-dashboard-get-premium-widget-button:hover  {
  background-color: #91B5CE;
  border-color: #91B5CE;
  color: #fff;
}


/*************
RESPONSIVE
*************/
@media screen and (max-width: 1099px) {
  .business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper {
    clear: both;
    width: 100%;
  }
  .business-profile_page_bpfwp-settings .wrap form {
    clear: both;
    width: calc(100% - 96px);
  }
}
@media screen and (max-width: 782px) {
  .business-profile_page_bpfwp-settings .wrap h2.nav-tab-wrapper {
    margin: 0 0 20px 0;
  }
  .business-profile_page_bpfwp-settings .wrap form {
    width: calc(100% - 96px);
  }
  .bpfwp-admin-section-heading {
    text-align: center;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table,
  .ufaq-styling-set .form-table {
    box-shadow: none;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table,
  .ufaq-styling-set .form-table,
  .business-profile_page_bpfwp-settings .wrap form .form-table tbody,
  .business-profile_page_bpfwp-settings .wrap form .form-table tr,
  .business-profile_page_bpfwp-settings .wrap form .form-table th,
  .business-profile_page_bpfwp-settings .wrap form .form-table td {
    clear: both;
    float: left;
    width: 100%;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table {
    padding: 11px 0;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table th {
    padding: 20px 5% 8px;
    width: 90%;
    height: auto;
    margin: 0;
    background-image: url(../images/options-asset-info.png);
    background-position: 95% 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table td {
    padding-top: 4px;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table td fieldset {
    position: relative;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table td label {
    position: relative;
    clear: both;
    float: left;
    width: 90%;
    margin-left: 5% !important;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table td label.bpfwp-admin-switch {
    position: absolute;
    width: 40px;
    top: -35px;
    right: 5%;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table td p {
    display: none;
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5% 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .business-profile_page_bpfwp-settings .wrap form .form-table td input[type="button"] {
    display: block;
    margin: 10px auto 4px;
  }
  .bpfwp-admin-styling-section .ewd-admin-labelling-section label {
    width: 95%; 
    margin: 0 2.5% 8px;
  }
  .bpfwp-admin-input-container {
    width: calc(100% - 16px);
    padding-left: 16px;
  }

  .bpfwp-admin-styling-section {
    box-shadow: none;
  }
  .bpfwp-admin-styling-subsection, .bpfwp-admin-styling-subsection:first-of-type {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .bpfwp-admin-styling-subsection-label {
    width: 90%;
    padding: 0 5% 8px;
  }
  .ewdOptionHasInfo .bpfwp-admin-styling-subsection-label {
    padding: 0 calc(5% + 38px) 8px 5%;
    width: calc(90% - 38px);     
    background-image: url(../images/options-asset-info.png);
    background-position: 95% 0;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .bpfwp-admin-styling-subsection:first-of-type .bpfwp-admin-styling-subsection-label {
    padding: 20px 5% 8px;
  }
  .ewdOptionHasInfo:first-of-type .bpfwp-admin-styling-subsection-label {
    padding: 20px calc(5% + 38px) 8px 5%;
    background-image: url(../images/options-asset-info.png);
    background-position: 950% 20px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }
  .bpfwp-admin-styling-subsection-content {
    width: 100%;
    padding: 0 ;
  }
  .bpfwp-admin-styling-subsection-content-each {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .bpfwp-admin-styling-subsection-content-each:last-of-type {
    border-bottom: none;
  }
  .bpfwp-admin-styling-subsection-content-label, .bpfwp-admin-styling-subsection-content-right {
    width: calc(90% - 16px);
    padding: 0 0 0 calc(5% + 16px);
  }
  .bpfwp-admin-styling-subsection-content-label {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .bpfwp-admin-styling-subsection-content label {
    width: 90%;
    margin-left: 5% !important;
  }
  .bpfwp-admin-styling-subsection p {
    display: none;
    position: relative;
    float: left;
    width: 90%;
    padding: 10px 5% 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
  }
  .bpfwp-admin-styling-section .ewd-admin-labelling-section label p {
    display: block;
    padding: 10px 0 0;
    background: transparent;
    border-bottom: none;
  }
  .bpfwp-admin-styling-text-input {
    width: 100%;
  }
  .bpfwp-admin-styling-subsection input[type="button"] {
    display: block;
    margin: 10px auto 0;
  }

}



/******************************************************************
NEW STYLING FOR ADD/DELETE AREAS LIKE CUSTOM FIELDS
******************************************************************/
.sap-infinite-table table th {
  padding: 0 10px !important;
}
.bpfwp-new-admin-add-button {
  position: relative;
  float: left;
  width: calc(100% - 4px);
  border: 2px dotted #bbb;
  text-align: center;
  padding: 12px 0;
  color: #999;
}
.bpfwp-new-admin-add-button:hover {
  background: #f5f5f5;
  color: #888;
}
.sap-infinite-table-row-delete,
.bpfwp-custom-fields-add-nutrional-information {
  cursor: pointer;
  color: #1b335f;
}
.sap-infinite-table-row-delete:hover,
.bpfwp-custom-fields-add-nutrional-information:hover {
  color: #4366A6;
}


/*****
NEW
*****/
.edit-post-meta-boxes-area .postbox {
  overflow: auto;
}


/*********************************/
/*** TEMPORARY ***/
/*********************************/


.bpfwp-meta-input input[type="checkbox"] {
  margin: 12px 0 0;
}
.sap-scheduler-date label {
  width: 100%;
  top: 2px;
}
.sap-scheduler-weekdays li, .sap-scheduler-weeks li {
  margin-right: 0 !important;
  width: calc(100% / 9);
}
.bpfwp-meta-input p {
  width: 100%;
  display: block;
  clear: both;
}

#bpfwp_schema_targeting_information .inside {
  display: inline-block;
  width: 100%;
}

.bpfwp-meta-input {
  float: none;
}

.bpfwp-meta-input label {
  display: inline-block;
  vertical-align: text-bottom;
  min-width: none;
}

/*************************
SETTINGS PREVIEW SCREENS
*************************/
.bpfwp-settings-preview h2 {
  font-size: 24px !important;
}
.bpfwp-settings-preview h2 span {
  position: absolute;
  margin-left: 16px;
  font-size: .45em;
  color: #fff;
  background: #aaa;
  border-radius: 50px;
  padding: 2px 8px;
  text-transform: uppercase;
}

.bpfwp-settings-preview-images {
  position: relative;
  float: left;
  width: 100%;
  margin: 36px 0 48px;
}
.bpfwp-settings-preview img {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 35%;
  height: auto;
  border: 8px solid #ddd;
  margin-right: 40px;
}

.bpfwp-settings-preview .bpfwp-dashboard-new-footer-one-benefits {
  margin-top: 24px;
}

.bpfwp-settings-preview .bpfwp-dashboard-new-footer-one-buttons {
  float: left;
  margin-top: 32px;
}

@media screen and (max-width: 568px) {
  .bpfwp-settings-preview img {
    width: 100%;
    margin-right: 0;
    margin-top: 12px;
  }  
}


/**************************************/
/*** META BOXES ON POST EDIT SCREEN ***/
/**************************************/
.bpfwp-schema-field-container {
  margin-bottom: 8px;
}

/*****************************************/
/*** META BOXES ON PRODUCT EDIT SCREEN ***/
/*****************************************/
#bpfwp_schema_product_metabox .inside {
  display: flex;
}
#bpfwp_schema_product_metabox.closed .inside {
  display: none;
}

/**************************/
/*** SCHEMA EDIT SCREEN ***/
/**************************/
.post-type-schema .bpfwp-meta-input,
.bpfwp-meta-input input[type="text"].bpfwp-schema-defaults-field {
  margin-bottom: 8px;
}
.post-type-schema .bpfwp-meta-field_defaults label {
  margin-top: 6px;
}

/*
==============================================
About Us page
==============================================
*/

.business-profile_page_bpfwp-about-us .bpfwp-admin-header-menu {
  margin-left: -20px;
  width: calc(100% + 20px);
}

.business-profile_page_bpfwp-about-us #wpcontent {
  background: #fff;
}

.bpfwp-about-us-logo {
  display: flex;
  width: 100%;
  padding: 24px 0 0 32px;
}
.bpfwp-about-us-logo img {
  width: 300px;
  height: auto;
}

#bpfwp-about-us-tabs-menu,
#bpfwp-about-us-tabs-menu *,
.bpfwp-about-us-tab,
.bpfwp-about-us-tab * {
  box-sizing: border-box;
}

.bpfwp-about-us-tabs {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 48px;
}

#bpfwp-about-us-tabs-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bpfwp-about-us-tab-menu-item {
  width: 25%;
  background: #f3f3f3;
  color: #000;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 16px 32px;
  margin: 0;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  transition: background .35s;
}
.bpfwp-about-us-tab-menu-item:hover {
  background: #fff;
  color: #000;
}
.bpfwp-about-us-tab-menu-item.bpfwp-tab-selected {
  background: #fff;
  color: #000;
  border-bottom: none;
}
.bpfwp-about-us-tab-menu-item:first-of-type {
  border-left: none;
}

.bpfwp-about-us-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 32px;
  width: 100%;
}
.bpfwp-about-us-tab p {
  color: #555;
}
.bpfwp-about-us-feature-suggestion input,
.bpfwp-about-us-feature-suggestion textarea {
  width: 100%;
  max-width: 400px;
  margin: 12px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 12px 16px;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
.bpfwp-about-us-feature-suggestion textarea {
  min-height: 160px;
}

.bpfwp-about-us-tab-button {
  display: flex;
  margin-top: 12px;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background .35s;
}
.bpfwp-about-us-tab-button-purchase {
	background: #1b335f;
	color:  #fff;
  margin-top: 24px;
}
.bpfwp-about-us-tab-button-purchase:hover {
	background: #4269b0;
	color:  #fff;
}
.bpfwp-about-us-tab-button-walkthrough {
	background: #1b335f;
	color:  #fff;
  margin-bottom: 24px;
}
.bpfwp-about-us-tab-button-walkthrough:hover {
	background: #4269b0;
	color:  #fff;
}
.bpfwp-about-us-tab-button-youtube {
	background: #f00;
	color:  #fff;
}
.bpfwp-about-us-tab-button-youtube:hover {
	background: #fe4c4c;
	color:  #fff;
}
.bpfwp-about-us-send-feature-suggestion {
	background: #1b335f;
	color:  #fff;
}
.bpfwp-about-us-send-feature-suggestion:hover {
	background: #4269b0;
	color:  #fff;
}

.bpfwp-about-us-premium-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.bpfwp-about-us-premium-table-head,
.bpfwp-about-us-premium-table-body {
  display: flex;
  justify-content: space-between;
}
.bpfwp-about-us-premium-table-cell {
  display: flex;
  align-items: center;
  width: calc(100% / 3);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 8px 16px;
}
.bpfwp-about-us-premium-table-cell:first-of-type {
  border-left: none;
}
.bpfwp-about-us-premium-table-cell:last-of-type {
  background: #f1f5ff;
}

.bpfwp-about-us-premium-table-head .bpfwp-about-us-premium-table-cell {
  font-weight: bold;
  border-top: none;
}
.bpfwp-about-us-premium-table-cell img {
  width: 16px;
  height: auto;
}

@media screen and (max-width: 668px) {
  #bpfwp-about-us-tabs-menu {
    flex-wrap: wrap;
  }
    .bpfwp-about-us-tab-menu-item {
    width: 100%;
    border-left: none;
  }
  .bpfwp-about-us-tab-menu-item.bpfwp-tab-selected {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #ddd;
  }
}


/****************************/
/**** CUSTOM FIELDS PAGE ****/
/****************************/
.business-profile_page_bpfwp-custom-fields {
  background: #fff;
}
.bpfwp-custom-fields-table-div {
	position: relative;
	display: flex;
	flex-direction: column;
}
.bpfwp-custom-field {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
  margin: 20px 0;
}
.bpfwp-custom-field label {
  font-weight: bold;
	flex-basis: 140px;
}
.bpfwp-custom-field-value {
	flex-basis: calc(100% - 140px);
}

.bpfwp-hidden {
  display: none !important;
}

/*
==============================================
New plugin notice
==============================================
*/

.ait-iat-new-plugin-notice {
  display: flex;
  align-items: center;
  min-height: 88px;
  border-left-color: #5511f8;
}
.bpfwp-new-plugin-notice-img {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.bpfwp-new-plugin-notice-img img {
  width: 64px;
  height: 64px;
}
.bpfwp-new-plugin-notice-txt p {
  margin: 2px 0;
  padding: 0;
}
.bpfwp-new-plugin-notice-txt a {
  color: #5511f8;
  font-weight: bold;
  text-decoration: none;
}
.bpfwp-new-plugin-notice-txt a:hover {
  color: #7e56dc;
  text-decoration: underline;
}
