.customize-control input[type="range"] {
  width: 75%;
  float: left;
}

.customize-control input[type="range"] + input[type="text"] {
  float: right;
  width: 22%;
  color: #333;
}

.mce-ico.fa {
  font-family: 'FontAwesome' !important;
}

.reveal-modal-bg {
  z-index: 9999;
}

.reveal-modal {
  position: fixed !important;
  display: none;
  top: 50px;
  bottom: 50px;
  background-image: none;
  padding: 0;
  width: 940px;
  margin-left: -480px;
  z-index: 99999 !important;
}
.reveal-modal h2 {
  margin: 0 !important;
  padding: 20px !important;
  font-size: 1.6em !important;
  background: #1E8BC3;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 300 !important;
}
.reveal-modal h2, .reveal-modal .button-primary {
  background: #1e8bc3;
  background: -moz-linear-gradient(top, #1e8bc3 0%, #3291c1 47%, #1e8bc3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e8bc3), color-stop(47%, #3291c1), color-stop(100%, #1e8bc3));
  background: -webkit-linear-gradient(top, #1e8bc3 0%, #3291c1 47%, #1e8bc3 100%);
  background: -o-linear-gradient(top, #1e8bc3 0%, #3291c1 47%, #1e8bc3 100%);
  background: -ms-linear-gradient(top, #1e8bc3 0%, #3291c1 47%, #1e8bc3 100%);
  background: linear-gradient(to bottom, #1e8bc3 0%, #3291c1 47%, #1e8bc3 100%);
}
.reveal-modal .edit-content {
  padding: 20px 20px 0 20px;
  margin-bottom: 61px;
  overflow: auto;
  position: absolute;
  top: 68px;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.reveal-modal .close-reveal-modal {
  color: #fff;
  top: 28px;
  right: 18px;
}
.reveal-modal .edit-bottom {
  position: absolute;
  background: #f1f1f1;
  bottom: 0;
  padding: 16px 30px;
  text-align: right;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.reveal-modal .edit-bottom input {
  display: inline-block;
  margin-left: 15px;
}
.reveal-modal .wp-picker-container, .reveal-modal .wp-picker-container *, .reveal-modal .wp-editor-tabs * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#roxtheme_icon_picker_reveal *, #roxtheme_button_reveal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#roxtheme_icon_picker_reveal .edit-content, #roxtheme_button_reveal .edit-content {
  top: 58px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.icon-preview {
  margin-bottom: 10px;
}

.icon-grid {
  display: none;
}
.icon-grid h3 {
  font-size: 1.2em !important;
  margin: 10px 0;
  border-top: 1px solid #e5e5e5;
  font-family: 'Open Sans', sans;
}

.fa-hover {
  display: inline-block;
  margin: 10px;
  background: #efefef;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.fa-hover a {
  text-decoration: none;
  font-size: 24px;
  padding: 5px;
  display: inline-block;
  color: #666;
}
.fa-hover a:hover {
  color: #111;
}

.section-title {
  margin: 1em 0 0 !important;
  font-size: 20px !important;
}

.customize-control-title {
  font-weight: 300;
  margin-top: 10px;
}

.roxtheme-plus-message {
  margin: 2em;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  border-left: 4px solid #dd3d36;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.roxtheme-plus {
  background: #009fe3;
  display: inline-block;
  padding: 2px 4px;
  margin: 0 5px 0 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 300;
  font-size: 11px;
}

.info-container {
  background-color: #fff;
  margin-right: 20px;
  padding: 60px 30px 90px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.info-container::before,
.info-container::after {
  content: '';
  clear: both;
  display: table;
}

.info-title {
  margin: 0 0 45px;
  text-transform: uppercase;
}

.info-icon {
  font-size: 34px;
  width: auto;
  height: auto;
}

.info-text {
  text-transform: uppercase;
}

.info-block a {
  color: #444 !important;
  text-decoration: none !important;
}

.info-block a:hover {
  color: #00b9eb !important;
}

.info-block {
  float: left;
  width: 45%;
  border: 1px solid #eaeaea;
  padding: 25px 15px 15px;
  margin: 1%;
  background-color: #f7f7f7;
}
