a:hover {
  text-decoration: none;
}

button:focus {
  outline: none !important;
}

button.collapse-sidebar.button {
  background: transparent;
}

.ibtana-row {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 15px;
}

.ibtana-column-full {
  width: 100% !important;
  flex: 0 0 100% !important;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}

.ibtana-column-four {
  width: 25%;
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}

.ibtana-column-three {
  width: 33.33%;
  flex: 0 0 33.33%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}

.ibtana-modal-head {
  padding: 15px 0 2px 0;
  background: #fff;
}

.ibtana-modal-head .ibtana-modal-logo {
  max-width: 30%;
  flex: 0 0 30%;
  box-sizing: border-box;
  padding-bottom: 12px;
}

.ibtana-modal-head .ibtana-modal-logo img {
  max-width: 68px;
}

.ibtana-modal-head .ibtana-modal-logo h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #362f31;
}

.ibtana-modal-head .ive-tab-parent-head {
  max-width: 70%;
  flex: 0 0 70%;
  box-sizing: border-box;
}

.ibtana-modal-head .ive-tab-parent-head ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.ibtana-modal-head .ive-tab-parent-head ul li {
  display: inline-block;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 16px;
  margin-bottom: 0;
}

.ibtana-modal-head .ive-tab-parent-head ul li button {
  background-color: transparent;
  border: none;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px;
}

.ibtana-modal-head .ive-tab-parent-head ul li button.active {
  border-bottom: 3px solid #016194 !important;
}

.ibtana-modal-head .ive-tab-parent-head ul li button span {
  font-size: 16px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.themes-box-wrap .blog-content-inner {
  /* box-shadow: 0 0 12px #d2c3c3; */
  padding: 10px;
  background: #fff;
  position: relative;
}

.themes-box-wrap .blog-content-inner:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 5px 14px 6px;
  top: -5px;
}

.themes-box-wrap .blog-content-inner h2 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-top: 13px;
}

.UpcomingModal-content .CloseUpcomingModal {
  position: relative;
  right: 16px;
  top: 15px;
}

.blog-content-btn-inner {
  font-size: 13px;
  color: #fff !important;
  padding: 6px 12px;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline-block;
  margin-top: 5px;
  border-radius: 4px;
  background: linear-gradient(#6ccef5, #016194);
  text-decoration: none;
}

.blog-content-btn-inner:hover {
  color: #fff;
  cursor: pointer;
}

.inner-tab-content {
  clear: both;
  /* margin-bottom: 20px; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff;
}

.ibtana-theme-block {
  margin-top: 20px;
}

.inner-tab-content ul {
  list-style-type: none;
  margin: 0;
}

#SavedTemplates .inner-tab-content ul {
  margin-top: 2% !important;
  display: none;
}

.inner-tab-content ul li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  color: #362f31;
  font-size: 14px;
  cursor: pointer;
}

.inner-tab-content ul li span {
  padding-bottom: 17px;
  font-weight: bold;
}

.inner-tab-content .theme-tab-list.active span {
  border-bottom: 2px solid #44a745 !important;
}

.inner-tab-content .theme-tab-list-two.active span {
  border-bottom: 3px solid #016194 !important;
}

#premium-template .blog-content-img-inner {
  overflow-y: scroll;
  height: 400px;
  margin-bottom: 10px;
  position: relative;
}

.blog-content-inner svg {
  width: 50px;
  position: absolute;
  right: 0;
  height: 45px;
  top: 0;
  z-index: 1;
}

.blog-content-inner-image {
  width: 100%;
  /* height: 100%;
  object-fit: contain; */
  margin-bottom: 10px;
}

.blog-content-img-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #F5F5F5;
}

.blog-content-img-inner::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.blog-content-img-inner::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgb(255 255 255 / 30%);
  background-color: #016194;
}

/* -------- Subcategories ----------- */
.sub-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

.sub-category-wrapper .ibtana-column-one {
  width: 21%;
  flex: 0 0 21%;
  box-sizing: border-box;
  padding: 2% 1%;
  background: #fff;
}

.sub-category-wrapper .ibtana-column-two {
  width: 79%;
  flex: 0 0 79%;
  box-sizing: border-box;
  padding: 0 15px;
}

.button.back-to-templates {
  padding: 8px;
  line-height: 0;
  background: linear-gradient(#6ccef5, #016194) !important;
}

.sub-category-wrapper .ibtana-column-one button {
  display: block;
  border: none;
  margin-bottom: 13px;
  padding: 8px;
  width: 100%;
  text-align: left;
}

.sub-category-wrapper .sub-cat-button.active {
  font-size: 13px;
  color: #fff;
  background-image: linear-gradient(#6ccef5, #016194);
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  display: inline-block;
}

.sub-category-wrapper .sub-cat-button span {
  width: 30px;
  height: 20px;
  text-align: center;
  padding: 4px 0;
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -1px;
  float: right;
}

.badge-info {
  color: #fff;
  background: linear-gradient(#6ccef5, #016194) !important;
}

.wp-core-ui .button, .wp-core-ui .ive-ibtana-wizard-button-wrapper .ibtana-button-wrap .button-secondary {
  color: #fff;
  border: none;
  vertical-align: top;
  background: linear-gradient(#6ccef5, #016194);
  font-weight: bold;
}

button.ive-tablinks.active {
  background: transparent !important;
}

.template-buy-banner {
  padding: 20px 33px;
  background: linear-gradient(#6ccef5, #016194);
}

.template-buy-banner span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.template-buy-banner a {
  background: #fff;
  color: #362f31;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: -8px;
  font-weight: 600;
  font-size: 13px;
  margin-left: 22px;
  text-decoration: none;
}

.template-buy-banner a:hover {
  text-decoration: none;
  color: #1f3042;
}

#reload--modal--contents {
  background: transparent;
  margin: 24px -15px;
  border: none;
  outline: none;
  width: 39px;
}

.ibtana--modal--loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}

.ive-content-modal-show {
  background: white;
  /* opacity: .5; */
}

.ibtana--modal--loader svg {
  width: 32px;
  margin: auto;
  background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
  display: block;
  shape-rendering: auto;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  left: 0;
}

#ibtana-modal-btn {
  background: linear-gradient(#6ccef5, #016194) !important;
  border: medium none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 100%;
}

.UpcomingModal-content {
  background-color: #f0f0f1;
  margin: auto;
  border: 1px solid rgb(136, 136, 136);
  width: 80%;
  overflow-y: auto;
  height: 80vh;
}

.CloseUpcomingModal {
  color: #fff;
  float: right;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background: #016194;
  border-radius: 50%;
  padding: 5px;
  line-height: 15px;
  text-align: center;
  width: 25px;
  height: 25px;
}

.ive-tab-parent-head {
  overflow: hidden;
}

.search-text {
  float: right;
  margin: 17px 16px;
}

#InnerPages {
  display: none;
}

#Templates {
  display: unset;
}

#premium-template {
  display: none;
}

#Components {
  display: none;
}

.modal_btn_svg_icon {
  cursor: pointer;
  display: inline-flex;
  background: linear-gradient(#6ccef5, #016194) !important;
  padding: 8px;
  border-radius: 4px;
  color: #fff;
}

.blog-content-inner {
  text-align: center;
}

.blog-content-img-inner.free-content-inner {
  /* height: 190px;
  overflow-y: hidden; */
  position: relative;
}

.modal-content-reload-svg {
  float: right;
  position: relative;
}

.modal-content-reload-svg .dashicons {
  font-size: 27px;
  color: #fff;
  position: relative;
  top: -1px;
}

.ibtana-column-four.card-theme-active {
  border: 2px solid #44a745 !important
}

.ibtana-column-three.card-theme-active .blog-content-inner {
  border: 5px solid #6ccef5 !important;
}

.modal-btn-svg-text-span {
  display: block;
  margin: auto 5px;
  font-weight: 800;
  font-size: 14.5px;
  text-align: left;
}

.ibtana-row.ibtana-innerpage-hide {
  display: none;
}

#myUpcomingModal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.ive-coming-soon {
  width: 100%;
  text-align: center;
}

#SavedTemplates .ive-coming-soon {
  font-size: 18px !important;
  margin-top: 10%;
}

.theme-tab-list-two span {
  text-transform: capitalize;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 4%;
}

.load-more-btn {
  display: none;
}

.load-more-btn:hover {}

.back-to-templates {
  border: none !important;
  background: none !important;
}

#fullSizeModal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  visibility: visible;
  z-index: 9;
}

#fullSizeModalMainWindow .ive-full-modal-import-sidebar, #fullSizeModalMainWindow .ive-full-modal-iframe-wrap {
  display: inline-block;
}

.ive-full-modal-import-sidebar {
  width: 21%;
  flex: 0 0 21%;
  border-right: 1px solid #dcdcde;
  height: 100%;
  /* padding: 10px 20px; */
  box-sizing: border-box;
  position: relative;
}

.ive-full-modal-import-sidebar.collapse {
  width: 0;
  opacity: 0;
  flex: 0 0 0;
}

.ive-full-modal-iframe-wrap {
  width: 79%;
  flex: 0 0 79%;
  right: 0;
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.ive-full-modal-iframe-wrap.fullwidth {
  width: 100%;
  flex: 0 0 100%;
}

.ive-fm-btns {
  /* padding: 3px 0 10px 0; */
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 16px;
  background: #f0f0f1;
}

.ive-fm-btns span {
  font-size: 22px;
  padding: 15px;
  color: #000;
  cursor: pointer;
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #e2e2e2;
  box-sizing: content-box;
}

.ive-fm-import-btn-wrap {
  padding: 0 12px;
}

.ive-fm-import-btn-wrap a {
  display: none;
  padding: 13px 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-image: linear-gradient(#6ccef5, #016194);
  font-weight: 600;
  letter-spacing: 0px;
  border-radius: 4px;
  text-decoration: none;
}

.ive-fm-sidebar-content {
  padding: 12px;
}

.ive-fm-go-pro-btn {
  display: block;
  padding: 13px 10px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-image: linear-gradient(#6ccef5, #016194);
  font-weight: 600;
  letter-spacing: 0px;
  border-radius: 4px;
  text-decoration: none;
}

.ive-fm-go-pro-btn:active, .ive-fm-go-pro-btn:hover, .ive-fm-go-pro-btn:focus {
  color: #fff !important;
}

.ive-fm-sidebar-content .ive-template-name {
  display: none;
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  /* padding-top: 25px; */
  font-weight: 600;
  margin-bottom: 20px;
}

.ive-fm-template-img img {
  width: 100%;
  /* height: 176px; */
  border: 1px solid #c3c4c7;
}

.ive-fm-template-text {
  /* height: 120px;
  overflow-y: scroll; */
  margin-top: 11px;
}

.ive-fm-template-text p {
  font-size: 12px;
  text-align: justify;
  line-height: 23px;
}

.ive-pp-scrollable::-webkit-scrollbar {
  display: none;
}

.ive-pp-scrollable {
  margin-top: 25px;
  height: 700px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ive-bundle-text {
  display: none;
  margin-top: 15px;
}

.ive-fm-view-icons {
  width: 21.01%;
  background: #f0f0f1;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #dcdcde;
}

span.dashicons.dashicons-admin-collapse:hover {
  color: #016194;
}

.ive-fm-view-icons ul {
  padding: 5px 0;
}

.ive-fm-view-icons ul li {
  display: inline-block;
  cursor: pointer;
  padding: 0 7px;
  margin-top: 9px;
}

.ive-fm-view-icons ul li span {
  color: rgb(34, 34, 34);
}

.ive-fm-view-icons li.active span {
  color: rgb(1, 97, 148);
}

.ive-fm-collapse-btn {
  position: absolute;
  left: 26px;
  font-size: 23px;
  cursor: pointer;
  bottom: 25px;
  z-index: 2;
}

.ive-fm-collapse-btn.ive-fm-btn-rotate {
  transform: rotate(180deg);
}

.ive-fm-arrow-disabled {
  opacity: .5;
}

/* Plugin step popup */
.ive-plugin-popup {
  display: flex;
  align-items: center;
  background: rgba(245, 247, 249, 0.8);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.ive-plugin-popup {
  display: none;
}

.ive-admin-modal {
  transform: translate3d(0px, 0px, 0px);
  display: flex;
  flex-direction: column;
  width: 500px;
  padding: 50px;
  margin: 5vh auto;
  border-radius: 5px;
  max-height: 620px;
  min-height: 400px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 50px 300px rgba(92, 110, 128, 0.5);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  transition: max-height 0.2s ease;
}

.ive-admin-modal .ive-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #717a84;
  line-height: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}

.ive-demo-step-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #687c93;
  text-align: center;
  flex: 1;
  max-height: calc(620px - 50px * 2);
}

.ive-demo-step-container> :first-child>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.ive-demo-step-container h2 {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #3e5667;
  margin-top: 0;
  line-height: 1.5;
  margin: 0 0 0.8em 0;
}

.ive-demo-step-container p {
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.ive-demo-step-controls {
  position: relative;
  width: 100%;
  height: 40px;
}

.ive-demo-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  height: 40px;
  border: none;
  cursor: pointer;
  padding: 0 18px;
  border-radius: 4px;
  background: #0e8ecc;
  transition: background 0.2s ease color 0.2s ease;
}

.ive-demo-btn.ive-demo-back-btn {
  left: 0;
  display: none;
}

.ive-demo-btn.ive-demo-main-btn {
  right: 0;
}

.ive-current-step {
  flex: 1;
  position: relative;
}

.ive-current-step .ive-demo-step:not(.active) {
  display: none !important;
}

.ive-checkbox-container:not(.activated):hover {
  color: #0e8ecc;
}

.ive-checkbox-container:not(.activated) {
  cursor: pointer;
}

.ive-checkbox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  transition: color 0.15s ease;
}

.ive-checkbox-container.activated .ive-checkbox .check {
  stroke: rgba(104, 124, 147, 0.6) !important;
}

.ive-checkbox-container.activated .ive-checkbox.active::before {
  box-shadow: inset 0px 0px 0px 12px rgba(179, 189, 201, 0.3) !important;
}

.ive-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.ive-checkbox.active::before {
  width: 22px;
  height: 22px;
  box-shadow: inset 0px 0px 0px 12px #0e8ecc;
}

.ive-checkbox::before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 18px;
  height: 18px;
  margin: auto;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 2px rgba(179, 189, 201, 0.8);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ive-checkbox svg {
  position: relative;
  z-index: 2;
}

.ive-checkbox.active .check {
  stroke-dashoffset: 0;
}

.ive-checkbox .check {
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 15;
  stroke-dashoffset: 16;
  transition: stroke 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), stroke-dashoffset 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ive-progress-info {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 13px;
  opacity: 0.8;
}

.ive-installer-progress {
  width: 100%;
  border-radius: 5px;
  background: #f3f6f8;
  box-sizing: border-box;
}

.ive-installer-progress div {
  width: 10%;
  height: 4px;
  border-radius: inherit;
  background: #0e8ecc;
  transition: width 0.3s ease;
}

.ive-steps-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}

.ive-steps-pills li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
  font-size: 0;
}

.ive-steps-pills li::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px rgba(104, 124, 147, 0.8);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ive-steps-pills li:not(.active)::before {
  transform: scale3d(0.5, 0.5, 1);
  box-shadow: inset 0 0 0 10px rgba(104, 124, 147, 0.8);
}

.ive-required-plugin {
  margin-top: 16px;
  font-size: 13px;
}

.ive-required-plugin p {
  color: #333;
  font-weight: 800;
  line-height: 1.5;
  margin: 1em 0;
}

.ive-fm-sidebar-content .dashicons-yes {
  color: #34a85e;
}

.ive-required-plugin .dashicons-update {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  color: #ffb227;
}

.ive_is-busy {
  animation: components-button__busy-animation 2.5s linear infinite !important;
  opacity: 1 !important;
  background-size: 100px 100% !important;
  background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0) !important;
}

#ive-save-template-btn {
  width: 100%;
  margin-left: 1%;
  background: linear-gradient(#6ccef5, #016194) !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 13px !important;
  border-radius: 4px !important;
  border: none;
  font-weight: bold;
  padding: 14px 56px;
}

#ive-save-template-btn[disabled] {
  color: hsla(0, 0%, 100%, .4);
  background: var(--wp-admin-theme-color);
  border-color: var(--wp-admin-theme-color);
  opacity: 1;
  outline: none;
}

.ive_trial_notice {
  width: 29%;
}

.ive_trial_notice, .ive_trial_notice_right {
  /* margin-bottom: 2%; */
  display: inline-block;
}

.ive_trial_notice_right {
  width: 70%;
  text-align: right;
  display: none;
}

.ive_trial_notice_right a {
  font-size: 12px !important;
  padding: 15px !important;
}

.ive_trial_notice_right .components-notice {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.ive_trial_notice_right .components-notice__content {
  margin-right: 12px;
}

.ive_trial_notice strong {
  display: inline-block;
  margin-right: 10px;
  /* vertical-align: middle; */
}

.ive_trial_notice_right strong {
  margin-right: 10px;
}

#ibtanaBoxModal .ive-demo-main-btn[disabled] {
  opacity: .5;
  cursor: default;
}

#SavedTemplates .blog-content-inner {
  position: relative;
}

#SavedTemplates .delete_saved_ibtana_template {
  position: absolute;
  top: 4%;
  right: 4%;
  cursor: pointer;
  z-index: 9;
}

.ive-editor-btns-wrap {
  flex-basis: 120%;
  display: flex;
  margin: auto;
}

#iepa_product_metabox_license_top {
  background: rgba(229, 195, 52, 0.25);
  padding: 10px 8px;
  border-radius: 3px;
  border: 1px solid #dadada;
  /* margin-top: 16px; */
  text-align: center;
  width: 100%;
}

#iepa_product_metabox_license_top a {
  background: linear-gradient(#6ccef5, #016194) !important;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  margin: 4% auto 0;
  width: 60%;
  border-radius: 4px !important;
}

#ive_go_pro_metabox_p {
  background: rgba(229, 195, 52, 0.25);
  padding: 10px 8px;
  border-radius: 3px;
  border: 1px solid #dadada;
  /* margin-top: 16px; */
  text-align: center;
  width: 100%;
}

#ive_go_pro_metabox_p a {
  background: linear-gradient(#6ccef5, #016194) !important;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
  margin: 4% auto 0;
  border-radius: 4px !important;
}

#ive_go_pro_metabox_p a.ive_go_pro_metabox_a1 {
  width: 40%;
}

#ive_go_pro_metabox_p a.ive_go_pro_metabox_a2 {
  width: 60%;
}

.components-panel__body.edit-post-post-status:not(.is-opened) #ibtana-modal-btns-wrap {
  padding: 0 16px 16px 16px;
}

#ibtana-modal-btns-wrap .components-panel__row:first-of-type {
  margin-top: 8px;
}
