/* This stylesheet is used to style the public-facing components of the plugin. */

.mfp-content > div {
  background: #FFF;
  padding: 40px;
  max-width: 500px;
  text-align: left;
  margin: 10px auto;
  position: relative;
  border: 0 solid transparent;
  color: #000;
}

.mfp-content > div p:last-child {
  margin: 0;
}

.mfp-close:active,
.mfp-close:hover {
  background: none;
  border: none;
  padding: 0;
}

.pb-communicator-form label {
  min-width: 100px !important;
  display: inline-block !important;
  cursor: pointer !important;
}

.mfp-content h1,
.pb-float-bar h1,
.pb-end-of-post-content h1,
.mfp-content h2,
.pb-float-bar h2,
.pb-end-of-post-content h2,
.mfp-content h3,
.pb-float-bar h3,
.pb-end-of-post-content h3,
.mfp-content h4,
.pb-float-bar h4,
.pb-end-of-post-content h4,
.mfp-content h5,
.pb-float-bar h5,
.pb-end-of-post-content h5,
.mfp-content h6,
.pb-float-bar h6,
.pb-end-of-post-content h6 {
  color: inherit;
  margin-top: 0 !important;
  line-height: 1.3 !important;
}

.pb-float-bar h1,
.pb-float-bar h2,
.pb-float-bar h3,
.pb-float-bar h4,
.pb-float-bar h5,
.pb-float-bar h6 {
  margin-bottom: 15px !important;
}

.pb-form-inputs input[type=text] {
  border: 2px solid #eee !important;
  font-family: inherit;
  padding: 5px !important;
  background: #fff !important;
}

.pb-form-inputs input[type=submit] {
  border: none !important;
  border-radius: 2px !important;
  color: inherit;
  display: inline-block !important;
  padding: 7px 15px !important;
  text-decoration: none !important;
  line-height: auto !important;
  cursor: pointer !important;
}

.pb-form-inputs input[type=submit]:active {
  border: none !important;
  border-radius: 2px !important;
  color: inherit;
  display: inline-block !important;
  padding: 7px 15px !important;
  text-decoration: none !important;
}

.pb-form-inputs input[type=submit]:disabled {
  border: none !important;
  border-radius: 2px !important;
  color: inherit;
  display: inline-block !important;
  padding: 7px 15px !important;
  text-decoration: none !important;
  cursor: not-allowed !important;
}

.pb-end-of-post {
  box-shadow: 0px 0px 3px #C6C6C6;
}

.pb-end-of-post-content {
  padding: 20px;
  border: 0 solid transparent;
}

.pb-communicator-form p:last-child,
.pb-end-of-post p:last-child {
  margin-bottom: 0;
}

.pb-communicator-form-confirm {
  display: none;
}

.pb-float-bar {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: -2px -2px 11px rgba(3, 3, 3, 0.16);
  border: 1px solid #CCC;
}

.pb-float-bar p {
  margin: 0;
}

.pb-form-input-inline input[type=text] {
  margin-right: 10px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  /* iPhone 5 Portrait & Landscape */
  .pb-float-bar {
    display: none !important;
    z-index: -1;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  /* iPad Landscape */
  .pb-float-bar {
    display: none !important;
    z-index: -1;
  }
}

#wpadminbar {
  z-index: 1040 !important;
}
