/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
.bg-loading-spinner {
  display: none;
  position: relative; }

.bg-loading-spinner.enabled {
  display: inline-block !important; }

.bg-loading-spinner.enabled:before {
  content: ' ';
  background-image: url(../image/boldgrid-logo.svg);
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat; }

.bg-loading-spinner.enabled:after {
  content: ' ';
  width: 50px;
  height: 50px;
  background-color: #000;
  display: block;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 0; }

.bg-editor-loading {
  display: none; }

.bg-editor-loading.enabled {
  display: block !important; }

.bg-editor-loading:after {
  content: ' ';
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  top: calc(50% - 25px);
  z-index: 99999999;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out; }

.bg-editor-loading:before {
  content: ' ';
  background-image: url(../image/boldgrid-logo.svg);
  width: 50px;
  height: 50px;
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.bg-editor-loading.absolute:after, .bg-editor-loading.absolute:before {
  position: absolute; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.bg-editor-overlay.fadeout-background:after, .fadeout-background.bg-editor-intro:after {
  -webkit-animation-name: bg-fade-out;
  animation-name: bg-fade-out;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.bg-editor-overlay:after, .bg-editor-intro:after {
  -webkit-animation-name: bg-fade-in;
  animation-name: bg-fade-in;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  content: ' ';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99999;
  position: fixed; }

@-webkit-keyframes bg-fade-out {
  0% {
    background-color: rgba(255, 255, 255, 0.7); }
  100% {
    background-color: transparent; } }

@keyframes bg-fade-out {
  0% {
    background-color: rgba(255, 255, 255, 0.7); }
  100% {
    background-color: transparent; } }

@-webkit-keyframes bg-fade-in {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(255, 255, 255, 0.7); } }

@keyframes bg-fade-in {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(255, 255, 255, 0.7); } }

.bg-editor-loading-main.active .bg-editor-loading:before,
.bg-editor-loading-main.active .bg-editor-loading:after, .bg-editor-loading-main.active:after {
  opacity: 1; }

.bg-editor-loading-main.disabled .bg-editor-loading, .bg-editor-loading-main.disabled:after {
  display: none; }

.bg-editor-loading-main {
  position: relative; }

.bg-editor-loading-main:after {
  content: ' ';
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999; }

.bg-editor-loading-main .bg-editor-loading:before,
.bg-editor-loading-main .bg-editor-loading:after, .bg-editor-loading-main:after {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }

.bg-editor-loading-main .bg-editor-loading {
  display: block; }

.bg-editor-loading-main .bg-editor-loading:before, .bg-editor-loading-main .bg-editor-loading:after {
  position: absolute;
  width: 75px;
  height: 75px;
  z-index: 9999; }

.bg-editor-loading-main .bg-editor-loading:before {
  top: 180px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100%; }

.bg-editor-loading-main .bg-editor-loading:after {
  top: 140px;
  background-color: #000; }

.bg-editor-radio input {
  padding: 15px;
  background: #ececec;
  border-radius: 5px;
  margin: 7px 0;
  display: block;
  font-size: 15px;
  position: relative;
  width: 100%;
  border: 0;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  -webkit-transition: background-color, color .5s;
  transition: background-color, color .5s; }

.bg-editor-radio input:after {
  content: attr(text);
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 20px; }

.bg-editor-radio input:hover {
  background-color: #dadde0; }

.bg-editor-radio input:checked {
  color: white;
  background: #32373c; }

.bg-editor-radio input:checked:before {
  color: #32373c;
  content: '\f058';
  display: block;
  position: absolute;
  left: -20px;
  font: normal normal normal 16px/1 FontAwesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: initial;
  margin: initial;
  line-height: initial;
  background-color: initial;
  text-indent: initial; }

.bg-editor-button {
  font-family: 'Josefin Sans';
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  padding: 10px 35px;
  line-height: 2em; }

.bg-editor-button.bg-primary-color {
  background-color: #f95b26;
  color: white; }

.bg-editor-button.bg-primary-color:hover {
  background-color: #f04107; }

.bg-editor-button.bg-primary-color[disabled] {
  background-color: #fdccbb; }

.bg-editor-button.bg-secondary-color {
  background-color: #ececec;
  color: #000; }

.bg-editor-button.bg-secondary-color:hover {
  background-color: #f9f9f9; }

.button.boldgrid-color {
  background-color: #f95b26;
  color: white;
  text-shadow: none;
  border-color: #e63e06 #e63e06 #e63e06;
  -webkit-box-shadow: 0 1px 0 #e63e06;
  box-shadow: 0 1px 0 #e63e06; }

.button.boldgrid-color:hover, .button.boldgrid-color:focus, .button.boldgrid-color:active {
  background-color: #f96635;
  border-color: #e63e06;
  color: white; }

.button.boldgrid-color:active {
  background-color: #e63e06;
  -webkit-box-shadow: inset 0 2px 0 #e63e06;
  box-shadow: inset 0 2px 0 #e63e06; }

#boldgrid-hide-post-title.boldgrid-controls {
  margin: 10px 10px 0;
  display: none; }

#boldgrid-hide-post-title.boldgrid-controls .dashicons-editor-help:hover {
  cursor: help; }

#boldgrid-hide-post-title.boldgrid-controls .dashicons-editor-help:hover + .boldgrid-tooltip {
  display: inline-block;
  left: 33px;
  margin-top: 20px; }

.post-php.post-type-page.boldgrid-editor-template #boldgrid-hide-post-title.boldgrid-controls {
  display: block; }

/*--------------------------------------------------------------
# Panel Styles
--------------------------------------------------------------*/
.color-panel,
.editor-panel {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 200px;
  right: 45px;
  z-index: 100101;
  width: 310px;
  border: none;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px 0 rgba(22, 45, 61, 0.27);
  box-shadow: 0 0 18px 0 rgba(22, 45, 61, 0.27);
  border: 1px solid #b1b1b1;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.color-panel.drag-disabled .panel-title,
.editor-panel.drag-disabled .panel-title {
  pointer-events: none; }

.color-panel.drag-disabled .panel-title .close-icon,
.editor-panel.drag-disabled .panel-title .close-icon {
  pointer-events: initial; }

.color-panel .panel-title,
.editor-panel .panel-title {
  cursor: move;
  background-color: #32373c;
  color: white;
  padding: 15px 22px;
  font-weight: 300;
  margin: 0;
  font-size: 14px; }

.color-panel .panel-title .info,
.editor-panel .panel-title .info {
  position: absolute;
  right: 10px; }

.color-panel .panel-title .close-icon,
.editor-panel .panel-title .close-icon {
  position: absolute;
  right: 25px;
  border-radius: 50%;
  background-color: white;
  color: #32373c;
  padding: 1px;
  top: 14px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }

.color-panel .panel-title .close-icon:hover,
.editor-panel .panel-title .close-icon:hover {
  -webkit-box-shadow: 0 0 3px 1px #969696 inset;
  box-shadow: 0 0 3px 1px #969696 inset;
  color: #f95b26; }

.color-panel .panel-title,
.editor-panel .panel-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px; }

.color-panel .bg-loading-spinner,
.editor-panel .bg-loading-spinner {
  position: absolute;
  right: 0;
  bottom: 10px;
  right: 10px; }

.color-panel .panel-title .icon,
.editor-panel .panel-title .icon {
  position: absolute;
  left: 20px; }

.color-panel .panel-title .icon + .name,
.editor-panel .panel-title .icon + .name {
  margin-left: 23px; }

.color-panel .fa.icon,
.editor-panel .fa.icon {
  font-size: 20px;
  left: 24px; }

.color-panel .panel-selection,
.editor-panel .panel-selection {
  width: 70px;
  height: 70px;
  margin: 3px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background-color: #eee;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 9px;
  overflow: hidden; }

.color-panel .panel-selection:hover,
.editor-panel .panel-selection:hover {
  background-color: white; }

.color-panel .panel-selection.selected,
.editor-panel .panel-selection.selected {
  background-color: #f95b26;
  color: white; }

.color-panel .panel-button,
.editor-panel .panel-button {
  background-color: white;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 30px;
  margin: 0 4px;
  -webkit-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
  font-size: 15px;
  background-color: #f95b26;
  padding: 7px 20px;
  color: white; }

.color-panel .panel-button:focus,
.editor-panel .panel-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.color-panel .panel-button:hover,
.editor-panel .panel-button:hover {
  background-color: #fb9370;
  color: white; }

.color-panel .panel-button.selected,
.editor-panel .panel-button.selected {
  background-color: #f95b26;
  color: white; }

.color-panel .panel-button:active,
.editor-panel .panel-button:active {
  -webkit-box-shadow: 0 0 49px -12px black inset;
  box-shadow: 0 0 49px -12px black inset; }

.color-panel .panel-button:hover,
.editor-panel .panel-button:hover {
  background-color: #fa794e; }

.color-panel .panel-footer,
.editor-panel .panel-footer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  z-index: 5; }

.color-panel .panel-footer .add-media,
.editor-panel .panel-footer .add-media {
  display: none; }

.color-panel .supports-customization,
.editor-panel .supports-customization {
  padding-bottom: 40px; }

.color-panel .panel-body .customize,
.editor-panel .panel-body .customize {
  display: none; }

.color-panel .back,
.editor-panel .back {
  margin: 10px 0 0; }

.color-panel .back .panel-button,
.editor-panel .back .panel-button {
  background-color: #32373c;
  padding: 4px 12px;
  font-size: 12px; }

.color-panel .back .panel-button:hover,
.editor-panel .back .panel-button:hover {
  background-color: #fa794e; }

.color-panel .back .fa,
.editor-panel .back .fa {
  font-size: 8px;
  position: relative;
  top: -1px;
  left: -1px; }

.color-panel .ui-slider-horizontal,
.editor-panel .ui-slider-horizontal {
  height: 3px;
  border-radius: 0;
  width: 75px;
  border-color: #cecece;
  margin: 16px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  cursor: pointer; }

.color-panel .ui-slider-horizontal .ui-slider-handle,
.editor-panel .ui-slider-horizontal .ui-slider-handle {
  left: 0%;
  border: 3px;
  height: 1em;
  width: 1em;
  border-radius: 0;
  background: #f95b26;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.color-panel .inline-color-controls h4,
.color-panel .inline-color-controls .theme-colors-wrap .boldgrid-tooltip-wrap,
.color-panel .inline-color-controls [data-tooltip-id='color-saved'],
.editor-panel .inline-color-controls h4,
.editor-panel .inline-color-controls .theme-colors-wrap .boldgrid-tooltip-wrap,
.editor-panel .inline-color-controls [data-tooltip-id='color-saved'] {
  display: none; }

.color-panel .section,
.editor-panel .section {
  border-bottom: 2px solid rgba(218, 218, 218, 0.4);
  padding: 18px 21px;
  color: #32373c;
  position: relative; }

.color-panel .section:last-of-type,
.editor-panel .section:last-of-type {
  border-color: transparent; }

.color-panel .section h4,
.editor-panel .section h4 {
  font-size: 14px;
  font-weight: normal;
  color: #32373c;
  margin-bottom: 12px;
  margin-top: 0; }

.color-panel .section.color-controls,
.editor-panel .section.color-controls {
  text-align: center; }

.color-panel .section.color-controls h4,
.editor-panel .section.color-controls h4 {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0; }

.color-panel .section p,
.editor-panel .section p {
  margin-bottom: 4px;
  color: #32373c;
  font-weight: lighter; }

.color-panel .section.family .ui-icon,
.editor-panel .section.family .ui-icon {
  border-radius: 50%;
  border: 1px solid #8c8a8c; }

.color-panel .section.family .ui-icon:before,
.editor-panel .section.family .ui-icon:before {
  content: ' '; }

.color-panel .section .ui-slider-horizontal,
.editor-panel .section .ui-slider-horizontal {
  float: none;
  margin-left: 0;
  width: 70%;
  margin-bottom: 8px; }

.color-panel .section .slider ~ .value,
.editor-panel .section .slider ~ .value {
  font-size: 19px;
  position: relative;
  top: -14px;
  left: 5px;
  padding: 5px;
  border-radius: 5px;
  background-color: #f1f1f1; }

.color-panel .section label,
.editor-panel .section label {
  display: table;
  margin: 10px 0; }

.color-panel .section input[type='radio']:checked:before,
.editor-panel .section input[type='radio']:checked:before {
  background-color: #f95b26; }

.color-panel .title,
.editor-panel .title {
  padding-bottom: 0;
  border-bottom: 1px solid #32373c;
  font-size: 15px;
  margin: 0 15px 17px;
  color: #32373c;
  border-color: rgba(218, 218, 218, 0.4); }

.color-panel .title h4,
.editor-panel .title h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0; }

.color-panel .width-control .width,
.editor-panel .width-control .width {
  margin-top: 25px; }

.color-panel textarea,
.editor-panel textarea {
  width: 100%;
  resize: vertical; }

.select2-container .select2-dropdown {
  z-index: 9999999; }

/*************** Panel Body ********************/
.panel-body {
  overflow-y: scroll;
  padding: 0 10px;
  background-color: white; }

.panel-body.block-access-overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7); }

.panel-body ul {
  text-align: center;
  margin-top: 0; }

.editor-panel .mdc-select select {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  vertical-align: initial;
  height: initial;
  line-height: 1.75rem;
  padding-left: 0;
  padding-right: 26px;
  padding-top: 20px;
  padding-bottom: 4px; }

/*************** Icon Panel ********************/
.editor-panel[data-type='icon'] {
  width: 335px; }

.editor-panel[data-type='icon'] .back {
  margin-bottom: 0; }

.editor-panel[data-type='icon'] .panel-selection {
  width: 123px;
  height: 42px;
  text-align: left; }

.editor-panel[data-type='icon'] .panel-body .presets .fa {
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #525252; }

.editor-panel[data-type='icon'] .panel-selection .name {
  margin-left: 6px;
  vertical-align: middle; }

.editor-panel[data-type='icon'] .panel-selection.selected .fa {
  color: white; }

.editor-panel[data-type='icon'] .ui-slider-horizontal {
  width: 65%; }

/*************** Background Panel ********************/
.editor-panel[data-type='box'] .my-designs {
  z-index: 1; }

.editor-panel[data-type='box'] .panel-footer {
  z-index: 2; }

.editor-panel[data-type='box'].editor-panel,
.editor-panel[data-type='box'] .panel-body {
  background-color: #ececec; }

.editor-panel[data-type='box'] .bg-box {
  width: 45px;
  height: 45px;
  margin: 12px 8px;
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.editor-panel[data-type='box'] .bg-box:before {
  content: ' ';
  background-image: url(../image/transparency.png);
  background-size: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

.editor-panel[data-type='box'] .bg-box.box-long {
  height: 114px; }

.editor-panel[data-type='box'] .bg-box.box-wide {
  width: 106px; }

.editor-panel[data-type='box'] .panel-body,
.editor-panel[data-type='box'] .box-design {
  height: 100%;
  width: 100%; }

.editor-panel[data-type='box'] .back {
  margin-bottom: 0; }

.editor-panel[data-type='box'] .presets {
  padding-bottom: 45px;
  font-size: 7px;
  margin: 0 auto;
  width: 250px; }

.editor-panel[data-type='box'] .presets.my-designs {
  padding-bottom: 15px; }

.editor-panel[data-type='box'] .presets .selected:after {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  width: 22px;
  position: absolute;
  top: -9px;
  right: -9px;
  color: #f95b26;
  background: white;
  border-radius: 50%;
  background-size: 22px 27px;
  height: 21px;
  text-align: center;
  font-size: 20px; }

.editor-panel[data-type='box'] .color-controls .title {
  margin-left: 10px;
  margin-right: 10px; }

.editor-panel[data-type='box'] .box-design .customize {
  display: none; }

/*************** Background Panel ********************/
.editor-panel[data-type="background"] img {
  max-width: 100%; }

.editor-panel[data-type="background"] .panel-title {
  margin-bottom: 0; }

.editor-panel[data-type="background"] .panel-body {
  padding: 0;
  overflow: hidden;
  border-radius: 0 0 5px 5px; }

.editor-panel[data-type="background"].customize-open .customize {
  padding: 0 10px; }

.editor-panel[data-type="background"] .panel-footer {
  bottom: -59px; }

.editor-panel[data-type="background"] .section .slider ~ .value {
  top: -4px; }

.editor-panel[data-type="background"] .current-selection {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: 50%; }

.editor-panel[data-type="background"] .current-selection[data-type="pattern"] {
  background-size: initial;
  background-repeat: repeat; }

.editor-panel[data-type="background"] .current-selection[data-type="color"] .settings {
  display: none !important; }

.editor-panel[data-type="background"] .current-selection[data-type] .settings {
  display: block; }

.editor-panel[data-type="background"] .current-selection .settings {
  display: none;
  text-align: center;
  position: relative;
  top: 59px; }

.editor-panel[data-type="background"] .current-selection .settings .panel-button {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid white;
  color: white;
  padding: 5px 11px 6px; }

.editor-panel[data-type="background"] .current-selection .settings .panel-button:hover {
  color: #f95b26;
  border-color: #f95b26; }

.editor-panel[data-type="background"] .filters {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.editor-panel[data-type="background"] .filter {
  background-color: white;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 30px;
  margin: 0 4px;
  -webkit-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
  color: #222;
  margin: 3px;
  float: none; }

.editor-panel[data-type="background"] .filter:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.editor-panel[data-type="background"] .filter:hover {
  background-color: #fb9370;
  color: white; }

.editor-panel[data-type="background"] .filter.selected {
  background-color: #f95b26;
  color: white; }

.editor-panel[data-type="background"] .filter:active {
  -webkit-box-shadow: 0 0 49px -12px black inset;
  box-shadow: 0 0 49px -12px black inset; }

.editor-panel[data-type="background"] .filter:hover {
  background-color: #495158; }

.editor-panel[data-type="background"] .filter.selected {
  background-color: #32373c; }

.editor-panel[data-type="background"] .current-selection img,
.editor-panel[data-type="background"] .presets img {
  position: relative; }

.editor-panel[data-type="background"] .customize .section:not(.back) {
  display: none;
  padding: 18px 15px; }

.editor-panel[data-type="background"] .customize .section.generic-border-color {
  display: block; }

.editor-panel[data-type="background"] .preset-wrapper[data-type="color"] ~ * .customize .background-color {
  display: block; }

.editor-panel[data-type="background"] .preset-wrapper[data-type="gradients"] ~ * .customize .direction,
.editor-panel[data-type="background"] .preset-wrapper[data-type="gradients"] ~ * .customize .gradient-color-2,
.editor-panel[data-type="background"] .preset-wrapper[data-type="gradients"] ~ * .customize .gradient-color-1 {
  display: block; }

.editor-panel[data-type="background"] .preset-wrapper[data-type="pattern"] ~ * .customize .scroll-effects,
.editor-panel[data-type="background"] .preset-wrapper[data-type="pattern"] ~ * .customize .background-color {
  display: block; }

.editor-panel[data-type="background"] .preset-wrapper[data-type="image"] ~ * .customize .overlay-color,
.editor-panel[data-type="background"] .preset-wrapper[data-type="image"] ~ * .customize .scroll-effects,
.editor-panel[data-type="background"] .preset-wrapper[data-type="image"] ~ * .customize .vertical-position,
.editor-panel[data-type="background"] .preset-wrapper[data-type="image"] ~ * .customize .size {
  display: block; }

.editor-panel[data-type="background"] .add-image-controls {
  padding: 0;
  background-color: #32373c;
  color: #fff; }

.editor-panel[data-type="background"] .add-image-controls:hover {
  background-color: #555d66; }

.editor-panel[data-type="background"] .add-image-controls a {
  text-decoration: none;
  position: relative;
  top: 17px;
  color: #fff;
  font-size: 15px; }

.editor-panel[data-type="background"] .presets {
  padding: 0 20px; }

.editor-panel[data-type="background"] .presets ul > li {
  margin: 15px 0;
  height: 53px;
  border: 1px solid #bdbcbc;
  cursor: pointer; }

.editor-panel[data-type="background"] .presets [data-type="image"] {
  background-size: cover;
  background-position: 50%; }

.editor-panel[data-type="background"] .presets [data-type="pattern"] {
  background-color: #d6d6d6; }

.editor-panel[data-type="background"] .presets .title {
  margin-bottom: 17px;
  margin-left: 0;
  margin-right: 0; }

.editor-panel[data-type="background"] .presets .add-image-controls {
  display: none; }

.editor-panel[data-type="background"] .presets[data-filter="image"] .add-image-controls {
  display: block; }

.editor-panel[data-type="background"] .presets h4 {
  font-weight: normal;
  margin: 13px 0 6px; }

.editor-panel[data-type="background"] .presets .background-color {
  text-align: left;
  padding: 0;
  padding-bottom: 7px; }

.editor-panel[data-type="background"] .presets .background-color label {
  position: absolute;
  top: -6px;
  right: 0;
  margin-top: 0; }

.editor-panel[data-type="background"] .presets .background-color label:before {
  top: 5px;
  left: -25px; }

.editor-panel[data-type="background"] .presets .background-color h4 {
  font-size: 18px;
  margin-top: 20px; }

.editor-panel[data-type="background"] .selection {
  position: relative; }

.editor-panel[data-type="background"] .presets .selected:after {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  width: 22px;
  position: absolute;
  top: -9px;
  right: -9px;
  color: #f95b26;
  background: white;
  border-radius: 50%;
  background-size: 22px 27px;
  height: 21px;
  text-align: center;
  font-size: 20px; }

.editor-panel[data-type="background"] .background-design .customize {
  display: none; }

.editor-panel[data-type="background"] .background-design .customize .back {
  margin-bottom: 0;
  padding: 8px 0 14px; }

.editor-panel[data-type="background"] .background-design .customize .overlay-color {
  padding-top: 8px;
  padding-bottom: 8px; }

.editor-panel[data-type="background"] .panel-footer .customize-design {
  display: none; }

/*************** Change Image Border Panel ********************/
.editor-panel[data-type='image'] .panel-selection {
  width: calc(50% - 2px);
  height: auto;
  background-color: white;
  padding: 9px 0;
  margin: 0; }

.editor-panel[data-type='image'] .presets {
  font-size: 7px; }

.editor-panel[data-type='image'] img {
  max-width: 100px;
  max-height: 100px; }

.editor-panel[data-type='image'] .presets .selected {
  position: relative; }

.editor-panel[data-type='image'] .presets .selected:after {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  width: 22px;
  position: absolute;
  top: -9px;
  right: -9px;
  color: #f95b26;
  background: white;
  border-radius: 50%;
  background-size: 22px 27px;
  height: 21px;
  text-align: center;
  font-size: 20px; }

.editor-panel[data-type='image'] .presets .selected:after {
  top: 5px;
  right: 5px; }

/*************** Change Image Border Panel ********************/
.editor-panel[data-type="hr"] .panel-selection {
  margin: 10px 5px;
  padding: 10px 5px;
  display: block;
  background-color: transparent;
  width: initial;
  height: initial; }

.editor-panel[data-type="hr"] .panel-selection:hover {
  background: #eee; }

.editor-panel[data-type="hr"] .back {
  margin-bottom: 0; }

.editor-panel[data-type="hr"] .my-designs {
  margin-bottom: 30px; }

.editor-panel[data-type="hr"] .presets .selected {
  position: relative;
  background: #eee;
  color: currentColor; }

.editor-panel[data-type="hr"] .presets .selected:after {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  width: 22px;
  position: absolute;
  top: -9px;
  right: -9px;
  color: #f95b26;
  background: white;
  border-radius: 50%;
  background-size: 22px 27px;
  height: 21px;
  text-align: center;
  font-size: 20px; }

.editor-panel[data-type="hr"] .presets .selected:after {
  top: 0;
  right: 5px; }

/*************** Button Panel ********************/
.editor-panel[data-type='button'] {
  background-color: #eee; }

.editor-panel[data-type='button'] .panel-body {
  background-color: #eee;
  padding: 0; }

.editor-panel[data-type='button'] .panel-body .theme-designs {
  background-color: transparent !important;
  padding-left: 2px;
  padding-right: 12px; }

.editor-panel[data-type='button'].customize-open,
.editor-panel[data-type='button'].customize-open .panel-body {
  background-color: #fff; }

.editor-panel[data-type='button'] .customize div[data-control-name] {
  margin-left: 10px;
  margin-right: 10px; }

.editor-panel[data-type='button'] .presets .panel-selection {
  width: 48%;
  height: auto;
  background-color: #eee;
  padding: 10px 0;
  margin: 0; }

.editor-panel[data-type='button'] .panel-selection > * {
  max-width: 100%; }

.editor-panel[data-type='button'] .presets .selected {
  position: relative; }

.editor-panel[data-type='button'] .presets .selected:after {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  width: 22px;
  position: absolute;
  top: -9px;
  right: -9px;
  color: #f95b26;
  background: white;
  border-radius: 50%;
  background-size: 22px 27px;
  height: 21px;
  text-align: center;
  font-size: 20px; }

.editor-panel[data-type='button'] .presets .selected::after {
  top: 2px;
  right: 0; }

.editor-panel[data-type='button'] .boldgrid-button {
  text-transform: uppercase; }

.editor-panel[data-type='button'] .presets {
  padding-left: 15px;
  padding-right: 15px; }

.editor-panel[data-type='button'] .section.class-control {
  padding-top: 0;
  padding-bottom: 8px; }

.editor-panel[data-type='button'] [data-preset*='btn-block'] {
  width: 100% !important; }

/*************** Text Settings Panel ********************/
.boldgrid-control.typography-control {
  padding-bottom: 15px; }

.boldgrid-control.typography-control .bg-control-switch label,
.boldgrid-control.typography-control .font-color-control .control-name,
.boldgrid-control.typography-control > h5 {
  font-weight: 500; }

.boldgrid-control.typography-control > h3 {
  display: none; }

.boldgrid-control.typography-control .font-color-control .bg-color-picker-control {
  display: none !important; }

.boldgrid-control.typography-control .bg-select-title {
  vertical-align: sub; }

/*************** Image Panel ********************/
.editor-panel[data-type='image-filter'] {
  width: 400px; }

.editor-panel[data-type='image-filter'] .panel-selection {
  background: none;
  width: auto;
  height: auto;
  padding: 0; }

.editor-panel[data-type='image-filter'] .panel-selection:hover {
  color: #32373c; }

.editor-panel[data-type='image-filter'] .panel-selection:hover canvas,
.editor-panel[data-type='image-filter'] .panel-selection:hover img {
  border-color: #32373c; }

.editor-panel[data-type='image-filter'] .panel-selection canvas,
.editor-panel[data-type='image-filter'] .panel-selection img {
  width: 100%;
  height: auto;
  max-height: 100px;
  max-width: 100px;
  border-radius: 7px;
  border: 2px solid transparent; }

.editor-panel[data-type='image-filter'] .panel-selection.selected {
  color: #f95b26; }

.editor-panel[data-type='image-filter'] .panel-selection.selected canvas,
.editor-panel[data-type='image-filter'] .panel-selection.selected img {
  border-color: #f95b26; }

.editor-panel[data-type='image-filter'] .image-filter .customize {
  display: none;
  margin-left: 0; }

.editor-panel[data-type='image-filter'] .customizing .customize {
  display: block; }

.editor-panel[data-type='image-filter'] .customizing .presets {
  display: none; }

.editor-panel[data-type='image-filter'] .panel-body {
  position: relative; }

.editor-panel[data-type='image-filter'] .panel-body .activate-customize {
  margin-top: 10px; }

.editor-panel[data-type='image-filter'] .panel-body .remote-image-error {
  display: none;
  padding: 100px;
  font-size: 18px; }

.editor-panel[data-type='image-filter'] .panel-body .remote-image-error p {
  font-size: 1.1em; }

.editor-panel[data-type='image-filter'] .panel-body .remote-image-error.error-active {
  display: block; }

.editor-panel[data-type='image-filter'] .panel-body .remote-image-error.error-active ~ .choices,
.editor-panel[data-type='image-filter'] .panel-body .remote-image-error.error-active ~ .preview {
  display: none; }

.editor-panel[data-type='image-filter'] .panel-body .presets {
  padding-right: 2px;
  padding-top: 2px; }

.editor-panel[data-type='image-filter'] .panel-body .preview {
  text-align: center;
  margin-top: 4px;
  height: 95%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.editor-panel[data-type='image-filter'] .panel-body .preview img,
.editor-panel[data-type='image-filter'] .panel-body .preview canvas {
  max-width: 85%;
  max-height: 85%;
  text-align: center;
  border-radius: 5px; }

.editor-panel[data-type='image-filter'] .panel-body .preview .panel-button {
  display: inline-block;
  margin: 15px auto;
  cursor: pointer; }

.editor-panel[data-type='image-filter'] .panel-body .preview .loading {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center; }

.editor-panel[data-type='image-filter'] .panel-body .preview .spinner {
  position: relative;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none; }

.editor-panel[data-type='image-filter'].rendering .panel-body .preview .loading {
  display: block; }

.editor-panel[data-type='image-filter'] .panel-body .choices,
.editor-panel[data-type='image-filter'] .panel-body .preview {
  display: inline-block;
  text-align: center; }

.editor-panel[data-type='image-filter'] .panel-body .choices {
  width: 50%;
  margin-left: 20px; }

.editor-panel[data-type='image-filter'] .panel-body .preview {
  width: calc(50% - 20px); }

.editor-panel[data-type='image-filter'] .panel-body .choices {
  border-radius: 5px;
  padding-bottom: 11px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 4px 0 #b5b5b5;
  box-shadow: 0 0 4px 0 #b5b5b5;
  margin-bottom: 8px;
  margin-top: 3px; }

.editor-panel[data-type='image-filter'] .panel-body ul {
  overflow-y: scroll;
  height: 400px;
  margin: 10px; }

.editor-panel[data-type='image-filter'] .panel-body {
  overflow: hidden; }

.editor-panel[data-type="information"] {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial; }

.editor-panel[data-type="information"] .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px; }

.editor-panel[data-type="information"] ul {
  list-style: none; }

.editor-panel[data-type="information"] .control-name {
  font-weight: bold;
  margin-bottom: 5px; }

.editor-panel[data-type="information"] .intro {
  padding: 10px 20px 0;
  margin: 0; }

.editor-panel[data-type="information"] .help-text {
  position: relative;
  text-align: left;
  margin: 20px 0 20px 30px;
  padding: 0; }

.editor-panel[data-type="information"] .help-text > *:first-child {
  position: absolute;
  left: -25px;
  font-size: 20px; }

.boldgrid-control .iris-picker {
  left: -10px;
  position: relative;
  padding-right: 20px; }

.boldgrid-control .iris-alpha-slider.iris-strip {
  position: absolute;
  right: -4px; }

.editor-panel[data-type='Library'] .save-gridblock {
  text-align: center;
  margin-top: 15%;
  padding: 0 40px; }

.editor-panel[data-type='Library'] .save-gridblock .save-state {
  display: none; }

.editor-panel[data-type='Library'] .save-gridblock[state='save-prompt'] .save-prompt,
.editor-panel[data-type='Library'] .save-gridblock[state='save-failed'] .save-failed,
.editor-panel[data-type='Library'] .save-gridblock[state='save-success'] .save-success {
  display: block; }

.editor-panel[data-type='Library'] .save-gridblock .save-failed button,
.editor-panel[data-type='Library'] .save-gridblock .save-success button {
  margin-top: 30px; }

.editor-panel[data-type='Library'] .save-gridblock h2 {
  font-size: 2.5em;
  font-weight: 300; }

.editor-panel[data-type='Library'] .save-gridblock h4 {
  font-size: 1.2em;
  color: #9c9c9c;
  font-weight: normal;
  line-height: 1.5em; }

.editor-panel[data-type='Library'] .save-gridblock form {
  margin-top: 25px; }

.editor-panel[data-type='Library'] .save-gridblock input {
  padding: 14px;
  width: 50%;
  font-size: 1.3em;
  border: 1px solid #ececec; }

.editor-panel[data-type='Library'] .save-gridblock .save.bg-editor-button {
  line-height: 4px;
  border-radius: 0 5px 5px 0;
  margin-left: -5px;
  padding-top: 26px;
  padding-bottom: 26px; }

.editor-panel .panel-body .customize {
  margin-left: 65px; }

.customize-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #32373c;
  width: 60px;
  z-index: 999;
  border-bottom-left-radius: 5px;
  top: 48px; }

.customize-navigation .item {
  height: 50px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none; }

.customize-navigation .item.enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.customize-navigation .item, .customize-navigation .item:after {
  -webkit-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: .25s;
  transition-duration: .25s; }

.customize-navigation .item .boldgrid-help-icon {
  display: none; }

.customize-navigation .item a {
  line-height: 0;
  width: 100%; }

.customize-navigation .item svg {
  padding-top: 10px;
  fill: white;
  height: 40px;
  width: 100%; }

.customize-navigation .item svg path {
  fill: white !important; }

.customize-navigation .item.active {
  background: #f95b26; }

.customize-navigation .item.active:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f95b26;
  position: absolute;
  right: -8px; }

.customize-navigation .item:hover {
  background: #fa8158; }

.customize-navigation .item:hover:after {
  border-left: 10px solid #fa8158; }

.customize-navigation .item:hover .boldgrid-tooltip {
  display: block;
  right: 40px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.editor-panel [data-control-name="Advanced"] .back {
  display: none; }

.customize [data-control-name] {
  display: none; }

.editor-panel[data-type="background"] .customize-navigation[data-element-type="column"] .item[data-control-name="blockAlignment"],
.editor-panel[data-type="background"] .customize-navigation[data-element-type="column"] .item[data-control-name="width"],
.editor-panel[data-type="background"] .customize-navigation[data-element-type="column"] .item[data-control-name="margin"],
.editor-panel[data-type="Advanced"] .customize-navigation[data-element-type="column"] .item[data-control-name="blockAlignment"],
.editor-panel[data-type="Advanced"] .customize-navigation[data-element-type="column"] .item[data-control-name="width"],
.editor-panel[data-type="Advanced"] .customize-navigation[data-element-type="column"] .item[data-control-name="margin"] {
  display: none !important; }

.theme-designs .button-overrides {
  background-color: transparent;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.theme-designs .button-overrides:hover, .theme-designs .button-overrides:active, .theme-designs .button-overrides:focus {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.editor-panel .control {
  display: block;
  height: 36px;
  width: 216px;
  width: 50%;
  float: left; }

.editor-panel .control .name {
  position: relative;
  top: 4px;
  float: left; }

/*--------------------------------------------------------------
# Controls
--------------------------------------------------------------*/
.template-control {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.template-control .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 10px 0;
  border-radius: 5px;
  margin: 0 auto; }

.template-control .label {
  min-height: 30px;
  margin-bottom: 5px; }

.template-control input[type='radio'] {
  margin: 0 auto;
  display: none;
  width: 0;
  height: 0; }

.template-control input[type='radio']:checked + .template-icon::before {
  display: block; }

.template-control label {
  width: 50%; }

.template-control .template-icon {
  content: '';
  width: 75px;
  position: relative;
  height: 75px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: block;
  background: url(../../assets/image/page-templates/sidebar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto; }

.template-control .template-icon:hover {
  background-color: #dcdcdc; }

.template-control .template-icon::before {
  color: #f95b26;
  content: '\f058';
  position: absolute;
  top: 5px;
  right: 0;
  font: normal normal normal 21px/1 FontAwesome;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  background: white;
  border-radius: 50%;
  width: 21px;
  padding: 2px;
  z-index: 1;
  display: none; }

.template-control .sidebar.left + .template-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.template-control .sidebar.left + .template-icon::before {
  right: auto;
  left: 0;
  bottom: 5px;
  top: auto;
  -webkit-transform: translateY(50%) translateX(-50%) rotate(180deg);
  transform: translateY(50%) translateX(-50%) rotate(180deg); }

.template-control .sidebar.none + .template-icon {
  background-image: url(../../assets/image/page-templates/fullwidth.svg); }

.template-control .template.default + .template-icon {
  background-image: url(../../assets/image/page-templates/default.svg); }

.border-type-control ul {
  text-align: left; }

.editor-panel .width-control {
  padding: 18px 12px; }

.editor-panel .mdc-switch {
  top: 5px;
  margin-right: 5px; }

.editor-panel .mdc-switch input[type='checkbox'] {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-top: -3px;
  -webkit-transition: -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  cursor: pointer; }

.editor-panel .mdc-checkbox input {
  width: 100%;
  height: 100%; }

.editor-panel .select2-selection.select2-selection--single {
  position: relative; }

/*--------------------------------------------------------------
# Menu Styles
--------------------------------------------------------------*/
/************** Instance Menu *******************/
#boldgrid-instance-menu {
  padding: 0;
  display: none;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  text-align: center; }

#boldgrid-instance-menu ul {
  text-align: center;
  display: inline-block;
  padding: 4px 15px 5px;
  background-color: #32373c;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 16px -4px;
  box-shadow: 0 5px 16px -4px;
  cursor: move;
  width: auto !important; }

#boldgrid-instance-menu li {
  display: inline-block;
  padding: 2px;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
  background-color: white;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  position: relative; }

#boldgrid-instance-menu li:hover .boldgrid-tooltip {
  top: 39px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#boldgrid-instance-menu li:hover .boldgrid-tooltip .boldgrid-tooltip-inner {
  white-space: nowrap; }

#boldgrid-instance-menu li.active,
#boldgrid-instance-menu li:hover {
  -webkit-box-shadow: 0 0 3px 1px #969696 inset;
  box-shadow: 0 0 3px 1px #969696 inset; }

#boldgrid-instance-menu li.active span,
#boldgrid-instance-menu li:hover span {
  color: #f95b26; }

#boldgrid-instance-menu li span {
  font-size: 24px;
  -webkit-transition: color .3s;
  transition: color .3s;
  padding: 2px; }

#boldgrid-instance-menu li .fa {
  width: 24px;
  height: 24px;
  text-align: center;
  font-family: FontAwesome; }

#boldgrid-instance-menu li .dashicons-edit {
  padding: 3px 2px 0;
  line-height: 23px; }

#boldgrid-instance-menu .active .bg-editor-menu-dropdown {
  display: block; }

#boldgrid-instance-menu .active .bg-editor-menu-dropdown ~ .boldgrid-tooltip-wrap {
  display: none; }

#boldgrid-instance-menu .boldgrid-help-icon {
  display: none; }

#boldgrid-instance-menu .dashicons:before {
  font-family: dashicons; }

#boldgrid-instance-menu [data-action="menu-background"]:not([data-available-options*="row"]) .bg-editor-menu-dropdown .row-background,
#boldgrid-instance-menu [data-action="menu-background"]:not([data-available-options*="column"]) .bg-editor-menu-dropdown .column-background,
#boldgrid-instance-menu [data-action="menu-background"]:not([data-available-options*="section"]) .bg-editor-menu-dropdown .section-background {
  display: none; }

#boldgrid-instance-menu .bg-editor-menu-dropdown {
  display: none;
  background-color: white;
  position: absolute;
  z-index: 1;
  margin-left: -15px;
  top: 48px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: default;
  padding: 0;
  min-width: 125px;
  border: 2px solid #32373c; }

#boldgrid-instance-menu .bg-editor-menu-dropdown:before {
  content: ' ';
  top: -9px;
  left: 23px;
  margin-left: -5px;
  border-bottom-style: solid;
  border: 9px dashed #32373c;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li {
  display: list-item;
  border-radius: 0;
  margin: 0;
  padding: 8px 12px 8px 38px;
  min-height: 1px;
  line-height: 1em;
  text-align: left;
  font-size: 12px !important;
  font-weight: 600; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.title {
  background-color: #32373c;
  color: white;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #32373c;
  color: white; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  color: grey;
  background-color: #32373c;
  background-repeat: no-repeat;
  background-position: 6px 5px; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li:hover:before {
  color: white; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.add-gridblock::before {
  background-image: url("../image/icons/insert-gridblock.png");
  content: " "; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.add-gridblock:hover::before {
  background-image: url("../image/icons/insert-gridblock-hover.png"); }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.add-row::before {
  content: " ";
  background-image: url("../image/icons/add-row.png"); }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.add-row:hover::before {
  background-image: url("../image/icons/add-row-hover.png"); }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.column-background::before {
  content: "";
  background-image: url("../image/icons/grid/column.svg");
  background-position: 3px 3px; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.section-background::before {
  content: "";
  background-image: url("../image/icons/grid/section.svg");
  background-position: 3px 3px; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.row-background::before {
  content: "";
  background-image: url("../image/icons/grid/row.svg");
  background-position: 3px 3px; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.font-awesome::before {
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  line-height: 28px; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.dashicons-admin-media:before {
  content: "\f104";
  font-family: dashicons;
  font-size: 15px;
  line-height: 25px;
  text-align: center; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.add-button::before {
  content: "\f205"; }

#boldgrid-instance-menu .bg-editor-menu-dropdown li.add-icon::before {
  content: "\f129"; }

/************** TinyMCE Menu *******************/
.imhwpb-icon:before {
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1 'dashicons';
  vertical-align: top; }

.mce-viewsize-tablet-imhwpb {
  width: 845px; }

.mce-viewsize-monitor-imhwpb {
  min-width: 1065px;
  z-index: 10; }

.mce-viewsize-phone-imhwpb {
  width: 480px; }

#resizer-iframe {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.boldgrid-highlighted-mce-icon:not(.mce-active) .imhwpb-icon {
  color: #00a0d2; }

/*--------------------------------------------------------------
# Menu Styles
--------------------------------------------------------------*/
.mce-content-body hr[data-mce-selected] {
  outline: none; }

.mce-content-body .bgc-heading .bgc_site_title a:hover {
  text-decoration: inherit; }

.mce-widget[aria-label="BoldGrid Editing"] {
  display: none; }

body#wpview-iframe-sandbox {
  background: transparent !important; }

#post-body-content #insert-gridblocks-button {
  display: inline-block; }

/*--------------------------------------------------------------
# Post.php Modifications
--------------------------------------------------------------*/
/**
* Editor Page overwrites to prevent the bootstrap columns from collapsing early
* Stretch the outsides of the editor and make the second column narrow
*/
.folded #wpcontent,
.folded #wpfooter {
  margin-left: 20px; }

#poststuff #post-body.columns-2 {
  margin-right: 208px; }

#post-body.columns-2 #postbox-container-1 {
  margin-right: -214px; }

#wpcontent,
#wpfooter {
  margin-left: 142px; }

#post-body.columns-2 #postbox-container-1,
#poststuff #post-body.columns-2 #side-sortables {
  width: 210px; }

.postbox,
#post-body.columns-2 #side-sortables {
  min-width: 210px; }

.spinner {
  margin: 4px 4px 0; }

.gridblock-grid-icon,
.gridblock-icon .wp-media-buttons-icon {
  background: url("../image/gridblock-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.gridblock-icon:hover .wp-media-buttons-icon {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg); }

.gridblock-grid-icon {
  background-size: 100%;
  display: inline-block;
  height: 20px;
  width: 18px; }

body.boldgrid-editor-fullscreen {
  overflow: hidden; }

.boldgrid-editor-fullscreen #wp-content-editor-container {
  position: fixed;
  top: 34px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999; }

.boldgrid-editor-fullscreen #content_ifr {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 101px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
  max-height: calc(100% - 101px); }

.bg-zoom-controls {
  display: none; }

.zoomout {
  padding: 0;
  background-color: #3a3a3a; }

.zoomout body {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-top: 45px !important; }

.zoomout body .gallery-icon {
  -webkit-transform: none;
  transform: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.zoomout body.zoom-scale-1 {
  -webkit-transform: scale(0.3);
  transform: scale(0.3); }

.zoomout body.zoom-scale-2 {
  -webkit-transform: scale(0.4);
  transform: scale(0.4); }

.zoomout body.zoom-scale-3 {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.zoomout body.zoom-scale-4 {
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.zoomout body.zoom-scale-5 {
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.zoomout body.zoom-scale-6 {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

@media (max-width: 600px) {
  .zoomout body {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 70px !important; } }

/*--------------------------------------------------------------
# Tooltip
--------------------------------------------------------------*/
.wp-admin.wp-core-ui .boldgrid-tooltip {
  margin-top: 2px;
  position: absolute;
  padding: 5px;
  opacity: .8;
  filter: alpha(opacity=80);
  zoom: 1;
  display: none;
  z-index: 9999; }

.wp-admin.wp-core-ui .boldgrid-tooltip a {
  color: white; }

.wp-admin.wp-core-ui .boldgrid-help-icon {
  cursor: help; }

.wp-admin.wp-core-ui .boldgrid-help-icon:hover ~ .boldgrid-tooltip {
  display: block; }

.wp-admin.wp-core-ui .boldgrid-tooltip-inner {
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  font-size: 11px;
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  white-space: normal; }

.wp-admin.wp-core-ui .boldgrid-tooltip-arrow {
  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.wp-admin.wp-core-ui .editor-panel .boldgrid-tooltip-wrap {
  position: absolute;
  right: 20px;
  color: #717171; }

.wp-admin.wp-core-ui .editor-panel .boldgrid-tooltip-wrap .boldgrid-tooltip {
  right: 20px;
  top: -9px;
  width: 160px; }

.wp-admin.wp-core-ui .editor-panel .boldgrid-tooltip-wrap .boldgrid-tooltip .boldgrid-tooltip-arrow {
  top: 12px;
  left: 100%;
  border-right: none;
  border-top: 5px dashed #000;
  border-left-color: #000;
  border-bottom-color: transparent;
  border-top-color: transparent; }

/*--------------------------------------------------------------
# Drag n Drop Resize
--------------------------------------------------------------*/
.resize-handle {
  position: fixed !important;
  height: 0; }

.resize-handle.bottom .overlay {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.resize-handle.bottom .draghandle {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.resize-handle a.action {
  padding: 5px;
  background: #fff;
  font-size: 11px;
  color: #32373c;
  text-align: center;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none; }

.resize-handle a.action:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8); }

.resize-handle .draghandle {
  z-index: 99998;
  position: relative;
  cursor: ns-resize;
  border-radius: 3px 3px 0 0;
  font-size: 17px;
  left: -25px;
  background-color: #32373c;
  color: white;
  text-align: center;
  padding: 3px 3px 3px 10px; }

.resize-handle .draghandle:hover + .overlay {
  display: block; }

.resize-handle .icon {
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px; }

.resize-handle .icon::before {
  content: "\f07d"; }

.resize-handle.top.minsize .icon::before {
  content: "\f176"; }

.resize-handle.bottom.minsize .icon::before {
  content: "\f175"; }

.resize-handle .overlay {
  top: 0;
  display: none;
  position: absolute;
  background-color: rgba(189, 207, 145, 0.7);
  border-style: dashed;
  border-width: 1px 0;
  color: #a7a7a7; }

.resize-handle .size {
  font-size: 12px;
  padding-right: 7px;
  font-family: Open Sans, sans-serif; }

.resize-handle.top .draghandle {
  border-radius: 0 0 3px 3px; }

.drag-progress .draghandle {
  display: none !important; }

.changing-padding-bottom #boldgrid-draggable-resizing-overlay,
.changing-padding-top #boldgrid-draggable-resizing-overlay {
  cursor: ns-resize !important; }

.changing-padding-bottom .resize-handle .overlay, .changing-padding-top .resize-handle .overlay {
  display: block !important; }

/*--------------------------------------------------------------
# Color Controls
--------------------------------------------------------------*/
.editor-panel input.color-control {
  display: none; }

.editor-panel label.color-preview {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  background-color: #333;
  display: inline-block;
  position: relative;
  margin-top: 25px; }

.editor-panel label.color-preview:before {
  content: '\f1fc';
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: -20px;
  font-size: 16px;
  left: 8px; }

.editor-panel .colors,
.color-panel .colors {
  margin-bottom: 0;
  margin: 0 auto; }

.editor-panel .colors li,
.color-panel .colors li {
  height: 25px;
  width: 25px;
  display: inline-block;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  margin: 3px;
  cursor: pointer;
  padding: 0; }

.editor-panel .colors li:hover,
.color-panel .colors li:hover {
  border-color: #f95b26; }

.editor-panel .colors li.selected,
.color-panel .colors li.selected {
  border-color: #f95b26; }

.editor-panel .colors .custom-color,
.color-panel .colors .custom-color {
  background-color: white;
  text-align: center;
  border-color: #f95b26; }

.editor-panel .colors .custom-color i,
.color-panel .colors .custom-color i {
  color: #f95b26;
  font-size: 15px;
  line-height: 25px;
  padding-left: 1px; }

.editor-panel .colors .custom-color.selected, .editor-panel .colors .custom-color:hover,
.color-panel .colors .custom-color.selected,
.color-panel .colors .custom-color:hover {
  background-color: #f95b26;
  border-color: #f95b26; }

.editor-panel .colors .custom-color.selected i, .editor-panel .colors .custom-color:hover i,
.color-panel .colors .custom-color.selected i,
.color-panel .colors .custom-color:hover i {
  color: white; }

.color-panel {
  display: none;
  width: 275px;
  height: auto !important;
  top: 200px;
  right: 300px; }

.color-panel .wp-color-result {
  display: none; }

.color-panel .wp-picker-input-wrap {
  display: block !important; }

.color-panel .wp-picker-container {
  margin-top: 10px; }

.color-panel .panel-title {
  padding: 15px;
  background-color: white;
  color: #333;
  border-bottom: 1px solid #ececec; }

.color-panel .panel-title .close-icon {
  background-color: #32373c;
  color: white;
  right: 15px; }

.color-panel h4 {
  margin: 10px 0;
  font-weight: normal; }

.color-panel .color-control {
  padding: 0 7px 15px; }

.color-panel .color-picker-wrap {
  position: relative;
  text-align: center; }

.color-panel .color-picker-wrap .default-reset {
  position: relative;
  top: 10px; }

.color-panel .color-picker-wrap .wp-picker-input-wrap .button {
  margin: 2px; }

.color-panel .color-picker-wrap .wp-picker-input-wrap .button,
.color-panel .color-picker-wrap .boldgrid-color-picker {
  display: inline-block !important; }

.color-panel .color-picker-wrap .iris-picker {
  margin: 15px auto 0; }

.color-panel .color-picker-wrap .links {
  width: 200px;
  margin: 3px auto 20px;
  display: none; }

.color-panel .color-picker-wrap .links a {
  text-decoration: none; }

.color-panel .color-picker-wrap .links a.cancel {
  color: #a00;
  float: right; }

.color-panel .color-picker-wrap .links a:hover {
  text-decoration: underline; }

.color-panel .theme-colors-wrap {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.color-panel[current-selection='custom'] .links {
  display: block; }

/*--------------------------------------------------------------
# General Edit Controls
--------------------------------------------------------------*/
/***
* In Page styles while in the editor
***/
#tinymce .bg-control-element {
  outline: 2px dashed #f95b26 !important; }

#tinymce a.bg-control-element, #tinymce hr.bg-control-element, #tinymce i.bg-control-element, #tinymce .bg-hr.bg-control-element {
  outline-offset: 15px; }

#tinymce .fa:hover {
  color: #f95b26 !important; }

#tinymce img,
#tinymce .fa {
  cursor: pointer; }

#tinymce .background-fixed {
  background-attachment: scroll !important; }

.wpview {
  margin: 0; }

.draggable-inactive .color-panel,
.draggable-inactive .editor-panel,
.draggable-inactive #boldgrid-instance-menu,
.draggable-inactive .bg-drag-popover,
.draggable-inactive .resize-handle {
  display: none !important; }

.draggable-inactive .boldgrid-section:hover {
  outline: none !important; }

/*--------------------------------------------------------------
# General Edit Controls
--------------------------------------------------------------*/
.bgcon-google-font {
  background-image: url(../image/web-fonts.png);
  color: transparent; }

.select2-results .font-wrap.bgcon-google-font {
  margin-left: 0; }

.bgcon-system-font {
  font-size: 17px; }

.bgcon-system-font.arial {
  font-family: Arial, Helvetica, sans-serif; }

.bgcon-system-font.arial-black {
  font-family: Arial Black, Gadget, sans-serif; }

.bgcon-system-font.comic-sans {
  font-family: Comic Sans MS, Textile, cursive; }

.bgcon-system-font.courier {
  font-family: 'Courier New', Courier, monospace; }

.bgcon-system-font.impact {
  font-family: Impact, Charcoal, sans-serif; }

.bgcon-system-font.lucida-console {
  font-family: 'Lucida Console', Monaco, monospace; }

.bgcon-system-font.lucida-sans-unicode {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; }

.bgcon-system-font.palatino-linotype {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; }

.bgcon-system-font.tahoma {
  font-family: Tahoma, Geneva, sans-serif; }

.bgcon-system-font.times-new-roman {
  font-family: 'Times New Roman', Times, serif; }

.bgcon-system-font.trebuchet-ms {
  font-family: 'Trebuchet MS', Helvetica, sans-serif; }

.bgcon-system-font.verdana {
  font-family: Verdana, Geneva, sans-serif; }

/*--------------------------------------------------------------
# Setup the view for sections.
--------------------------------------------------------------*/
.temp-gridblock-wrapper {
  position: relative; }

.dragging-section .loading-gridblock {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 133, 186, 0.8);
  color: white;
  text-align: center;
  font-size: 32px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.dragging-section .loading-gridblock .bg-editor-loading:after,
.dragging-section .loading-gridblock .bg-editor-loading:before {
  margin-top: 55px;
  margin-left: -22px; }

.dragging-gridblock-placeholder .loading-gridblock {
  display: none; }

.dragging-section body {
  position: relative;
  left: -4px;
  top: -2px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }

.boldgrid-zoomout-section {
  display: none; }

html:not(.dragging-section) .delete-icon-wrap {
  display: none !important; }

.dragging-section .delete-icon-wrap {
  color: white;
  background: #1f1f1f;
  padding: 15px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px 0 #313131;
  box-shadow: 0 2px 5px 0 #313131;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  position: fixed;
  display: none; }

.dragging-section .delete-icon-wrap:hover {
  color: red; }

.dragging-section .delete-icon-wrap .dashicons {
  font-size: 24px;
  margin-left: -3px;
  margin-top: -7px;
  vertical-align: middle; }

.zoom-navbar[data-block-filter="saved"] .boldgrid-gridblock-industry,
.zoom-navbar[data-block-filter="library"] .boldgrid-gridblock-industry {
  opacity: 0.3;
  pointer-events: none; }

.zoom-navbar {
  display: none; }

.zoom-navbar .connect-key-action {
  position: absolute;
  background: #f95b26;
  left: 0;
  bottom: -1px;
  top: 0;
  padding: 5px 25px;
  color: white;
  text-decoration: none;
  font-size: 15px;
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  visibility: hidden; }

.zoom-navbar .connect-key-action:hover {
  background-color: #fa6e3f; }

.zoom-navbar .connect-key-action:active {
  background-color: #fa8158;
  -webkit-box-shadow: none;
  box-shadow: none; }

.zoom-navbar .connect-key-action .dashicons::before {
  content: "\f112"; }

.zoom-navbar .connect-key-action span {
  position: relative;
  top: -2px;
  margin-right: 7px; }

.zoom-navbar .connect-key-action[type="premium-connect-key"] {
  background: #121212; }

.zoom-navbar .connect-key-action[type="premium-connect-key"] .dashicons {
  top: -3px;
  font-size: 28px;
  left: -5px; }

.zoom-navbar .connect-key-action[type="premium-connect-key"] .dashicons::before {
  content: "\f147";
  color: darkgreen; }

.zoom-navbar .connect-key-action[type="premium-connect-key"]:hover {
  background-color: #1f1f1f; }

.zoom-navbar .connect-key-action[type="premium-connect-key"]:active {
  background-color: #2c2c2c; }

.zoom-navbar .connect-key-action.new-connect-key .action-text {
  font-family: Josefin Sans;
  font-size: 16px; }

.zoom-navbar .filter-controls {
  display: none;
  position: absolute;
  min-width: 400px;
  left: 75%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.zoom-navbar .filter-controls .block-filter {
  display: none;
  margin: 0 10px; }

.zoom-navbar .filter-controls label {
  font-weight: 600;
  margin-right: 10px; }

.zoom-navbar .loading-remote {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 17px;
  top: 14px; }

.zoom-navbar .loading-remote .bg-editor-loading::after,
.zoom-navbar .loading-remote .bg-editor-loading::before {
  left: -40px;
  height: 30px;
  width: 30px;
  background-size: 100%; }

.zoom-navbar .loading-remote .bg-editor-loading::after {
  background-color: #232121;
  top: calc(50% - 15px); }

.loading-remote-body .loading-remote {
  display: block; }

.boldgrid-zoomout .zoom-navbar {
  display: block;
  position: fixed;
  top: 33px;
  left: 0;
  right: 0;
  background: #f7f7f7;
  z-index: 9999;
  padding: 6.5px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ccc; }

.boldgrid-zoomout #boldgrid-hide-post-title,
.boldgrid-zoomout #local-storage-notice,
.boldgrid-zoomout #post-status-info,
.boldgrid-zoomout #postbox-container-2,
.boldgrid-zoomout #titlediv,
.boldgrid-zoomout #wp-content-media-buttons,
.boldgrid-zoomout .jitm-card,
.boldgrid-zoomout .mce-statusbar,
.boldgrid-zoomout .update-nag,
.boldgrid-zoomout .wp-editor-tabs,
.boldgrid-zoomout .wp-editor-tabs,
.boldgrid-zoomout .wrap > *:not(#post) {
  display: none !important; }

.boldgrid-zoomout .gridblock-error {
  text-align: center; }

.boldgrid-zoomout .gridblock-error > * {
  color: red; }

.boldgrid-zoomout #wpbody-content {
  padding-bottom: 0; }

.boldgrid-zoomout #wp-content-editor-tools {
  position: fixed !important;
  padding: 36px 20px 47px;
  text-align: center;
  top: 79px !important;
  left: calc(50% - 61px);
  background: rgba(0, 0, 0, 0.8);
  border: 0; }

.boldgrid-zoomout .bg-zoom-controls {
  display: block;
  color: white; }

.boldgrid-zoomout .bg-zoom-controls .bg-zoom-slider .fa {
  position: absolute;
  left: 16px;
  cursor: pointer; }

.boldgrid-zoomout .bg-zoom-controls .bg-zoom-slider .fa.fa-search-minus {
  bottom: 12px; }

.boldgrid-zoomout .bg-zoom-controls .bg-zoom-slider .fa.fa-search-plus {
  top: 12px; }

.boldgrid-zoomout .bg-zoom-controls .unzoom-icon {
  vertical-align: sub; }

.boldgrid-zoomout .bg-zoom-controls .ui-slider {
  height: 3px;
  border-radius: 0;
  width: 75px;
  border-color: #cecece;
  margin: 16px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
  margin: 0;
  height: 150px;
  float: none;
  position: relative;
  top: 7px;
  width: 2px; }

.boldgrid-zoomout .bg-zoom-controls .ui-slider .ui-slider-handle {
  left: 0%;
  border: 3px;
  height: 1em;
  width: 1em;
  border-radius: 0;
  background: #f95b26;
  top: 50%;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.boldgrid-zoomout .bg-zoom-controls .ui-slider .ui-slider-handle {
  left: -6px;
  top: auto; }

@media (max-width: 550px) {
  .boldgrid-zoomout .bg-zoom-controls .bg-zoom-slider {
    margin: 0 auto; } }

.boldgrid-zoomout .exit-row-dragging {
  background-color: white;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 30px;
  margin: 0 4px;
  -webkit-transition: background-color .25s, color .25s;
  transition: background-color .25s, color .25s;
  cursor: pointer;
  background-color: #f95b26;
  color: white;
  display: inline-block;
  visibility: hidden; }

.boldgrid-zoomout .exit-row-dragging:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.boldgrid-zoomout .exit-row-dragging:hover {
  background-color: #fb9370;
  color: white; }

.boldgrid-zoomout .exit-row-dragging.selected {
  background-color: #f95b26;
  color: white; }

.boldgrid-zoomout .exit-row-dragging:active {
  -webkit-box-shadow: 0 0 49px -12px black inset;
  box-shadow: 0 0 49px -12px black inset; }

.boldgrid-zoomout .exit-row-dragging:hover {
  color: #23282d;
  background-color: white; }

.boldgrid-zoomout .exit-row-dragging:active {
  -webkit-box-shadow: 0 0 29px -12px black inset;
  box-shadow: 0 0 29px -12px black inset; }

.boldgrid-zoomout .bg-close-zoom-view {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  width: 70px;
  height: 100%;
  background: #0073aa;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
  text-decoration: none;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.4); }

.boldgrid-zoomout .bg-close-zoom-view:hover {
  background: rgba(0, 115, 170, 0.8); }

.boldgrid-zoomout .bg-close-zoom-view::after {
  content: '\f147';
  display: block;
  font: normal 22px/45px dashicons;
  color: white; }

.boldgrid-zoomout #wp-content-wrap,
.boldgrid-zoomout .mce-container {
  padding-top: 0 !important; }

.boldgrid-zoomout #wp-content-editor-tools {
  width: auto !important; }

.boldgrid-zoomout #wp-content-editor-container {
  margin: 0 auto;
  border: none; }

.boldgrid-zoomout div.mce-toolbar-grp {
  display: none; }

.boldgrid-zoomout {
  position: fixed;
  background: #3a3a3a;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.boldgrid-zoomout #adminmenumain {
  display: none; }

.boldgrid-zoomout #post-body-content {
  min-width: 0; }

.boldgrid-zoomout #poststuff,
.boldgrid-zoomout #wpbody,
.boldgrid-zoomout #wpwrap,
.boldgrid-zoomout #wrap {
  height: calc(100% - 79px);
  min-width: 0;
  padding: 0;
  min-height: 0; }

.boldgrid-zoomout #screen-meta-links,
.boldgrid-zoomout #wpfooter,
.boldgrid-zoomout .postbox-container {
  display: none; }

.boldgrid-zoomout #wpcontent {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.boldgrid-zoomout .wrap {
  margin: 0; }

.boldgrid-zoomout #poststuff #post-body {
  margin: 0; }

.boldgrid-zoomout #content_ifr {
  min-width: 1170px !important;
  margin-bottom: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.boldgrid-zoomout .zoom-gridblocks-section {
  display: block; }

.history-controls {
  position: absolute;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.history-controls button {
  padding: 9px;
  margin: -4px 10px;
  cursor: pointer;
  background: transparent;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 1px; }

.history-controls button i {
  font-size: 26px; }

.history-controls button i::before {
  position: relative;
  left: -2px;
  top: -2px; }

.history-controls button:hover {
  border-color: #adadad;
  background: rgba(230, 230, 230, 0.3); }

.history-controls button:active {
  border-color: #adadad;
  background: rgba(230, 230, 230, 0.9); }

.history-controls button[disabled] {
  border-color: transparent;
  background: transparent;
  cursor: default; }

.history-controls button[disabled] i {
  color: #ccc; }

.zoom-gridblocks-section {
  width: 50%;
  margin-top: 79px;
  height: 100%;
  background: #f1f1f1;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 1; }

.zoom-gridblocks-section::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }

.zoom-gridblocks-section .gridblocks.resizing-gridblocks .gridblock,
.zoom-gridblocks-section .gridblocks.resizing-gridblocks iframe {
  -webkit-transition: none !important;
  transition: none !important; }

.zoom-gridblocks-section .gridblocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  position: relative; }

.zoom-gridblocks-section .gridblocks::before {
  content: '';
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden; }

.zoom-gridblocks-section .gridblocks.gridblock-loading::before {
  visibility: visible;
  opacity: 1; }

.zoom-gridblocks-section .gridblocks.gridblock-loading .gridblock {
  display: none; }

.zoom-gridblocks-section .gridblocks .my-gridblocks-500,
.zoom-gridblocks-section .gridblocks .my-gridblocks-404 {
  display: none;
  padding: 40px;
  font-size: 1.5em;
  line-height: 1.5em;
  background: white;
  margin: 60px 30px;
  border-top: 6px solid #0073aa;
  font-weight: lighter; }

.zoom-gridblocks-section .gridblocks .my-gridblocks-500 {
  border-color: red; }

.zoom-gridblocks-section .gridblocks:not([filter='saved']) .my-gridblocks-404,
.zoom-gridblocks-section .gridblocks:not([filter='saved']) .gridblock[data-type='saved'] {
  display: none !important; }

.zoom-gridblocks-section .gridblocks:not([filter="library"]) .gridblock[data-type="library"] {
  display: none !important; }

.zoom-gridblocks-section .gridblocks[filter='saved'][my-gridblocks-count='0'] .my-gridblocks-404.saved,
.zoom-gridblocks-section .gridblocks[filter='library'][library-gridblocks-count='0'] .my-gridblocks-404.library {
  display: block !important; }

.zoom-gridblocks-section .gridblocks[error="saved"] .my-gridblocks-404 {
  display: none !important; }

.zoom-gridblocks-section .gridblocks[error="saved"][filter="library"] .my-gridblocks-500, .zoom-gridblocks-section .gridblocks[error="saved"][filter="saved"] .my-gridblocks-500 {
  display: block; }

.zoom-gridblocks-section .gridblocks[filter='library'] .action-items .save,
.zoom-gridblocks-section .gridblocks[filter='saved'] .action-items .save {
  display: none; }

.zoom-gridblocks-section .gridblock {
  position: relative;
  height: 300px;
  background: white;
  margin: 50px 0 0;
  border: 3px solid #ccc;
  border-radius: 1px;
  -webkit-transition: border-color 0.5s, height 0.6s;
  transition: border-color 0.5s, height 0.6s;
  left: 7px;
  cursor: move;
  width: 586px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.zoom-gridblocks-section .gridblock.gridblock-loading {
  display: none; }

.zoom-gridblocks-section .gridblock iframe {
  width: 1170px;
  height: 780px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  -webkit-transition: height 0.6s;
  transition: height 0.6s; }

.zoom-gridblocks-section .gridblock:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  background-color: #ccc;
  border-radius: 4px 0 0 4px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: move; }

.zoom-gridblocks-section .gridblock .fa-arrows {
  position: absolute;
  top: 50%;
  color: #fff;
  left: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px; }

.zoom-gridblocks-section .gridblock:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }

.zoom-gridblocks-section .gridblock:hover {
  border-color: #32373c; }

.zoom-gridblocks-section .gridblock:hover:before {
  background-color: #32373c; }

.zoom-gridblocks-section .gridblock.dragging-gridblock:after, .zoom-gridblocks-section .gridblock:hover:after {
  background: rgba(255, 255, 255, 0.8); }

.zoom-gridblocks-section .gridblock.dragging-gridblock .add-gridblock:before, .zoom-gridblocks-section .gridblock:hover .add-gridblock:before {
  opacity: 1; }

.zoom-gridblocks-section .gridblock.dragging-gridblock {
  border-color: #f95b26; }

.zoom-gridblocks-section .gridblock.dragging-gridblock:before {
  background-color: #f95b26; }

.zoom-gridblocks-section .gridblock .add-gridblock {
  cursor: pointer; }

.zoom-gridblocks-section .gridblock .add-gridblock:before {
  content: '+ Add to Page';
  z-index: 1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  font-size: 1.6em;
  color: white;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transition: background-color 0.2s, opacity 0.5s;
  transition: background-color 0.2s, opacity 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.zoom-gridblocks-section .gridblock .basic-label {
  display: none; }

.zoom-gridblocks-section .gridblock .basic-label,
.zoom-gridblocks-section .gridblock .premium-label {
  opacity: 0;
  font-variant: small-caps;
  bottom: 0;
  font-size: 20px;
  padding: 20px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, black, rgba(255, 255, 255, 0));
  width: 65%;
  color: white;
  font-weight: lighter;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.zoom-gridblocks-section .gridblock .basic-label .boldgrid-seal,
.zoom-gridblocks-section .gridblock .premium-label .boldgrid-seal {
  position: absolute;
  left: -20px;
  top: 13px; }

.zoom-gridblocks-section .gridblock[data-license='basic']:hover .basic-label {
  opacity: 1; }

.zoom-gridblocks-section .gridblock[data-is-premium='1']:hover .premium-label {
  opacity: 1; }

.zoom-gridblocks-section .gridblock .add-gridblock:hover:before {
  background: rgba(0, 0, 0, 0.8); }

.zoom-gridblocks-section .gridblock .add-gridblock:active:before {
  background: rgba(0, 0, 0, 0.4); }

.zoom-gridblocks-section .gridblock.dragging-gridblock .add-gridblock:before {
  content: 'Drag to Page';
  background: rgba(0, 0, 0, 0.6); }

.zoom-gridblocks-section .gridblock:hover .action-items {
  opacity: 1; }

.zoom-gridblocks-section .gridblock .action-items {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  padding: 17px;
  z-index: 1;
  font-size: 28px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.zoom-gridblocks-section .gridblock .action-items .fa {
  padding: 10px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 #313131;
  box-shadow: 0 2px 5px 0 #313131;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; }

.zoom-gridblocks-section .gridblock .action-items .fa:before {
  vertical-align: sub; }

.zoom-gridblocks-section .gridblock .action-items .fa:hover {
  background-color: #f95b26; }

.zoom-gridblocks-section .gridblocks[data-requires-basic='1'] .gridblock[data-license='basic'],
.zoom-gridblocks-section .gridblocks[data-requires-premium='1'] .gridblock[data-is-premium='1'] {
  cursor: default; }

.zoom-gridblocks-section .gridblocks[data-requires-basic='1'] .gridblock[data-license='basic'] .add-gridblock::before,
.zoom-gridblocks-section .gridblocks[data-requires-premium='1'] .gridblock[data-is-premium='1'] .add-gridblock::before {
  content: 'Get Premium'; }

.zoom-gridblocks-section .gridblocks[data-requires-basic='1'] .gridblock[data-license='basic'] .save,
.zoom-gridblocks-section .gridblocks[data-requires-premium='1'] .gridblock[data-is-premium='1'] .save {
  display: none !important; }

.zoom-gridblocks-section .gridblocks[data-requires-basic='1'] .gridblock[data-license='basic'] .basic-label {
  display: block; }

.zoom-gridblocks-section .gridblocks[data-requires-basic='1'] .gridblock[data-license='basic'] .add-gridblock::before {
  content: 'Add Connect Key'; }

@media (min-width: 1600px) {
  .zoom-gridblocks-section .gridblock {
    height: 461px;
    width: 690px; }
  .zoom-gridblocks-section .gridblock iframe {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.59);
    transform: translateX(-50%) translateY(-50%) scale(0.59); } }

@media (max-width: 1359px) {
  .zoom-gridblocks-section .gridblock {
    height: 352px;
    width: 528px; }
  .zoom-gridblocks-section .gridblock iframe {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.45);
    transform: translateX(-50%) translateY(-50%) scale(0.45); } }

@media (max-width: 1220px) {
  .boldgrid-zoomout-section.zoom-gridblocks-section {
    overflow-x: scroll; } }

@media (max-width: 782px) {
  .boldgrid-zoomout #wpcontent {
    display: none; }
  .boldgrid-zoomout .zoom-gridblocks-section {
    width: 100%;
    margin-top: 92px; }
  .boldgrid-zoomout #wp-content-editor-tools {
    top: 92px !important;
    right: auto;
    left: 0; }
  .boldgrid-zoomout .zoom-navbar {
    top: 46px; }
  .boldgrid-zoomout .zoom-navbar .boldgrid-gridblock-industry {
    display: none; }
  .boldgrid-zoomout #wp-admin-bar-menu-toggle {
    display: none !important; } }

@media (max-width: 600px) {
  .boldgrid-zoomout .zoom-navbar {
    top: 0; } }

.wp-admin .editing-blocker {
  position: absolute;
  z-index: 999;
  background: #f7f7f7;
  margin-top: 67px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.wp-admin .editing-blocker .gridblock-lead {
  padding: 50px;
  padding-bottom: 30px;
  margin: 75px 20% 0 20%;
  -webkit-box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.25);
  background: white; }

.wp-admin .editing-blocker .gridblock-lead .desc {
  font-size: 14px;
  color: #989898;
  font-style: italic; }

.wp-admin .editing-blocker .gridblock-lead .actions, .wp-admin .editing-blocker .gridblock-lead p {
  text-align: center;
  font-size: 25px;
  white-space: initial; }

.wp-admin .editing-blocker .gridblock-lead .actions {
  margin: 20px 0; }

.wp-admin .editing-blocker .gridblock-lead .actions a {
  text-decoration: none; }

.wp-admin .editing-blocker .gridblock-lead .actions .wp-media-buttons-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin: 0 2px; }

@media (max-width: 988px) {
  .wp-admin .editing-blocker .gridblock-lead {
    margin-left: 10%;
    margin-right: 10%; } }

.panel-body .connect-key-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.panel-body .connect-key-entry a {
  color: #0073aa; }

.panel-body .connect-key-entry .error {
  color: red;
  display: none; }

.panel-body .connect-key-entry .column:first-of-type {
  width: 80px;
  margin: 10px;
  text-align: center; }

.panel-body .connect-key-entry .envato-purchase {
  margin-top: 25px; }

.panel-body .connect-key-entry .upgrade-key-section,
.panel-body .connect-key-entry .existing-key {
  display: none;
  padding: 13px; }

.panel-body .connect-key-entry .upgrade-key-section .button,
.panel-body .connect-key-entry .existing-key .button {
  color: white;
  margin: 10px 0; }

.panel-body .connect-key-entry .upgrade-key-section p,
.panel-body .connect-key-entry .existing-key p {
  font-size: 14px; }

.panel-body .connect-key-entry[data-journey="existing-key"] .key-entry,
.panel-body .connect-key-entry[data-journey="existing-key"] .success {
  display: none; }

.panel-body .connect-key-entry[data-journey="existing-key"] .existing-key {
  display: block; }

.panel-body .connect-key-entry .existing-key,
.panel-body .connect-key-entry .success {
  display: none;
  padding: 13px; }

.panel-body .connect-key-entry .existing-key[data-key-type="basic"] .basic-key,
.panel-body .connect-key-entry .existing-key[data-key-type="premium"] .premium-key,
.panel-body .connect-key-entry .success[data-key-type="basic"] .basic-key,
.panel-body .connect-key-entry .success[data-key-type="premium"] .premium-key {
  display: block; }

.panel-body .connect-key-entry .existing-key .post-add-message,
.panel-body .connect-key-entry .success .post-add-message {
  font-size: 15px;
  display: none; }

.panel-body .connect-key-entry .existing-key .button,
.panel-body .connect-key-entry .success .button {
  margin-top: 15px; }

.panel-body .connect-key-entry .dashicons-admin-network {
  font-size: 50px;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  color: #f95b26; }

.panel-body .connect-key-entry input[type="text"] {
  width: 350px; }

/*--------------------------------------------------------------
# Handler section drag controls.
--------------------------------------------------------------*/
#boldgrid-drag-pointer {
  display: none;
  position: fixed;
  border-radius: 50%;
  top: 10px;
  left: 10px;
  background-color: #f95b26;
  height: 30px;
  width: 30px;
  z-index: 999999; }

.section-dragging-active #boldgrid-drag-pointer {
  display: block; }

.wp-admin #boldgrid-drag-pointer {
  margin-top: 20px;
  margin-left: 20px; }

.dragging-section.dragging-gridblock-iframe body {
  -webkit-box-shadow: 0 0 0 5px #f95b26;
  box-shadow: 0 0 0 5px #f95b26; }

.dragging-section.dragging-gridblock-iframe .delete-icon.delete-icon-wrap {
  display: none !important; }

.dragging-section.dragging-gridblock-iframe #boldgrid-drag-pointer {
  margin-top: 20px;
  margin-left: 20px; }

.dragging-section {
  cursor: default; }

.dragging-section .boldgrid-section:hover {
  cursor: move !important; }

.dragging-section body {
  overflow: hidden !important;
  min-height: 800px; }

.dragging-section .section-drag-element {
  outline: 2px solid #f95b26; }

.dragging-section .boldgrid-section {
  position: relative;
  border: 0 !important;
  outline: 0 !important; }

.dragging-section .boldgrid-section:after {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ' ';
  z-index: 2; }

.dragging-section .bg-zoom-controls .history-controls {
  color: #23282d; }

.dragging-section .boldgrid-section:before,
.dragging-section .boldgrid-section:after {
  display: block; }

.dragging-section .boldgrid-section:hover:after {
  background-color: rgba(249, 91, 38, 0.75); }

.dragging-section .boldgrid-section.delete-overlay:before,
.dragging-section .boldgrid-section:hover:before {
  background-color: transparent;
  content: 'Drag Section';
  color: #fff;
  font-size: 33px;
  font-family: "Open Sans",sans-serif;
  text-align: center;
  line-height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-variant: small-caps; }

.dragging-section .boldgrid-section.delete-overlay:before {
  content: 'Delete Section'; }

.dragging-section .boldgrid-section.delete-overlay:after {
  background-color: rgba(255, 0, 0, 0.75); }

.dragging-section.dragging-gridblock-iframe .boldgrid-section:hover:before, .dragging-section.dragging-gridblock-iframe .boldgrid-section:hover:after {
  display: none; }

.dragging-section #boldgrid-draggable-resizing-overlay {
  cursor: move !important; }

.media-placeholder {
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  color: black !important; }

.media-placeholder > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.media-placeholder .dashicons-admin-media {
  font-size: 28px;
  position: relative;
  left: -4px; }

.media-placeholder .dashicons-admin-media + div {
  font-variant: small-caps; }

.draggable-tools-imhwpb:not(.has-font-support) li[data-action="Font"] {
  display: none; }

.draggable-tools-imhwpb:not(.has-advanced-support) .content-popover-imhwpb li[data-action="Advanced"] {
  display: none; }

/*--------------------------------------------------------------
# General Edit Controls
--------------------------------------------------------------*/
.bg-editor-intro-1-3 .editor-panel {
  top: calc(50% - 200px) !important;
  left: calc(50% - 400px) !important; }

.bg-editor-intro-1-3 p,
.bg-editor-intro-1-3 ul {
  font-family: 'Exo 2';
  font-weight: 300;
  line-height: 1.7;
  margin-left: 10px; }

.bg-editor-intro-1-3 ul {
  line-height: 1.5em;
  text-align: left;
  padding-left: 30px;
  list-style: square outside url(../image/notice/bullet.png); }

.bg-editor-intro-1-3 ul li {
  padding-left: 5px;
  font-weight: 600;
  font-size: 14px; }

.bg-editor-intro .bg-editor-loading {
  display: block; }

.bg-editor-intro .editor-panel {
  z-index: 99999999;
  border: none;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3); }

.bg-editor-intro .editor-panel p {
  font-size: 16px; }

.bg-editor-intro .editor-panel .panel-title {
  margin: 0;
  cursor: default; }

.bg-editor-intro .editor-panel .close-icon {
  display: none; }

.bg-editor-intro .editor-panel .panel-body {
  overflow-y: hidden;
  padding: 0 15px 15px;
  border-radius: 10px;
  position: absolute;
  top: 48px;
  bottom: 0;
  right: 0;
  left: 0; }

.bg-editor-intro .editor-panel h2 {
  font-family: 'Josefin Sans';
  text-transform: uppercase;
  font-weight: 300; }

.bg-editor-intro .editor-panel h2 {
  font-size: 32px; }

.bg-editor-intro .editor-panel p.intro {
  width: 65%; }

.bg-editor-intro .editor-panel .editor-icon {
  height: 28px;
  width: auto;
  margin-right: 5px; }

.bg-editor-intro .editor-panel .editor-preview img {
  border: 2px solid #ececec;
  position: absolute;
  right: 20px;
  bottom: -20px; }

.bg-editor-intro .editor-panel .panel-actions {
  position: absolute;
  top: 25px;
  right: 60px; }

@media screen and (max-width: 915px) {
  .bg-editor-intro .editor-panel {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    position: fixed;
    height: 800px !important;
    width: auto !important; }
  .bg-editor-intro .editor-panel h2 {
    line-height: 1.1em; }
  .bg-editor-intro .editor-panel .editor-preview {
    display: none; }
  .bg-editor-intro .editor-panel .panel-actions {
    position: static; }
  .bg-editor-intro .editor-panel .panel-title {
    border-radius: 0; }
  .bg-editor-intro .editor-panel p.intro {
    width: 100%; } }

/*--------------------------------------------------------------
# Forms Integration
--------------------------------------------------------------*/
.boldgrid-wpforms[data-title="0"] .wpforms-title,
.boldgrid-wpforms[data-description="0"] .wpforms-description {
  display: none !important; }
