:root {
  --hootaccent-col: #2271b1;
  --hootaccent-font: #ffffff;
  --hootaccent-def: #2271b1;
}

/*** General ***/
.hootimp-highlight {
  font-style: normal;
  color: #2271b1;
}

.hootimp-highlightbg {
  background: #eee;
  padding: 5px 10px;
}

/*** Layout ***/
.hootabt-hkimp-multisingle .hootimp-content {
  max-width: 938px;
  margin: 0 auto;
}

.hootabt-hkimp-multi .hootabt-blockid--grid-hki {
  background: none;
  padding: 0;
  border: none;
}
.hootabt-hkimp-multi .hootkitimp_idx {
  padding-left: 0;
  padding-right: 0;
}
.hootabt-hkimp-multi .hootkitimp_idx .hootkitimp_idx-item {
  overflow: hidden;
  border-color: #c9d2d7;
  transition: box-shadow 0.3s ease;
}
.hootabt-hkimp-multi .hootkitimp_idx .hootkitimp_idx-item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.hootabt-hkimp-multi .hootkitimp_idx .hootkitimp_idx-previewlink {
  background: rgba(255, 255, 255, 0.5);
}
.hootabt-hkimp-multi .hootkitimp_idx .hootkitimp_idx-foot {
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.2);
}

.hootabt-hkimp-multi.hootabt-widen .hootabt-gridgen, .hootabt-hkimp-multi.hootabt-widen .hootabt-gridbox, .hootabt-hkimp-multi.hootabt-widen .hootabt-gridconbox, .hootabt-hkimp-multi.hootabt-widen .hootabt-gridflex,
.hootabt-hkimp-multisingle.hootabt-widen .hootabt-gridgen,
.hootabt-hkimp-multisingle.hootabt-widen .hootabt-gridbox,
.hootabt-hkimp-multisingle.hootabt-widen .hootabt-gridconbox,
.hootabt-hkimp-multisingle.hootabt-widen .hootabt-gridflex {
  max-width: 980px;
}

/*** Multi Demo ***/
.hootkitimp_idx {
  display: none;
}
.hootkitimp_idx.hootkit-active {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}

.hootkitimp-single {
  display: none;
}
.hootkitimp-single.hootkit-active {
  display: block;
}

.hootkitimp_idx {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
  padding: 10px;
}

.hootkitimp_idx-item {
  position: relative;
  width: calc(33.2% - 20px);
  box-sizing: border-box;
  border: solid 1px #d6e1e8;
}

div.hootkitimp_idx-ss {
  width: 100%;
  min-height: 50px;
  position: relative;
  padding-bottom: 50px;
  height: 100%;
  box-sizing: border-box;
}
div.hootkitimp_idx-ss img {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
div.hootkitimp_idx-ss:hover .hootkitimp_idx-previewlink {
  opacity: 1;
}

.hootkitimp_idx-previewlink {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.1);
}
.hootkitimp_idx-previewlink em {
  font-style: normal;
  background: #fff;
  padding: 7px 14px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.hootkitimp_idx-previewlink em {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.hootkitimp_idx-more .hootkitimp_idx-ss {
  box-shadow: inset 0px 0px 18px 0px rgba(80, 80, 80, 0.15);
}

.hootkitimp_idx-moremsg {
  width: 100%;
  height: 100%;
  min-height: 250px;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #cfcfcf;
  text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #8f8f8f;
}

.hootkitimp_idx-foot {
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-top: solid 1px #d6e1e8;
  position: absolute;
  bottom: 0;
  background: #fafafa;
  min-height: 50px;
}
.hootkitimp_idx-foot .hootkitimp_idx-btn {
  background: #fff;
}

.hootkitimp_idx-label {
  margin-left: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 0;
}
.hootkitimp_idx-label span.dashicons {
  font-size: 18px;
}

@media only screen and (max-width: 1079px) {
  .hootkitimp_idx-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 782px) {
  .hootkitimp_idx-item {
    width: 100%;
  }
}
.hootkitimp-single-header {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.hootkitimp-single-header .hootkitimp-backtomulti {
  text-decoration: none;
  display: inline-block;
  padding: 9px 15px;
}
.hootkitimp-single-header span.dashicons {
  font-size: inherit;
  line-height: inherit;
  width: 1.5em;
  border: solid 1px;
  border-radius: 50%;
  vertical-align: top;
  margin-right: 5px;
}

.hootkitimp-single-notice {
  text-align: center;
  font-size: 1.1em;
  padding: 25px 5px;
  margin-top: 25px;
  background: #f5f5f5;
  border: solid 5px #ddd;
}
.hootkitimp-single-notice h5 {
  margin: 0;
  font-size: 1.3em;
  text-transform: uppercase;
}
.hootkitimp-single-notice p {
  font-size: inherit;
  margin: 1em 0 1.2em;
}
.hootkitimp-single-notice .button {
  font-size: inherit;
}

.hootkitimp-single-warning {
  padding: 12px 17px;
  margin: 1.4em -10px;
  border: 1px solid;
  position: relative;
  border-color: #d1cecf;
  background: #fffafb;
  color: #7f3048;
}

/*** Layout ***/
.hootimp-content {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  padding: 5px;
  margin: -5px;
}

.hootimp-footer a {
  text-decoration: none !important;
  opacity: 0.8;
}
.hootimp-footer a:hover {
  opacity: 1;
}
.hootimp-footer .hootabt-blockdesc {
  background: #fafafa;
  border: solid 1px #ddd;
  padding: 8px 25px;
  text-align: right;
}

div.hootimp-footer.hootabt-gridgen { /* margin-top: -15px; */
  margin-bottom: 0;
}

/*** Demo Install ***/
.hootimp-content-install {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.hootimp-screenshots {
  width: 53%;
  padding: 1px 0 3px;
}

.hootimp-screenshot {
  margin-right: 25px;
  min-height: 500px;
  height: 100%;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: #fafafa;
  position: relative;
  overflow: hidden;
}
.hootimp-screenshot img {
  width: 100%;
  position: absolute;
}

.hootimp-theme-info {
  width: 47%;
  box-sizing: border-box;
  padding: 0 10px;
}
.hootimp-theme-info h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.3;
}
.hootimp-theme-info h2 span {
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

@media only screen and (max-width: 960px) {
  .hootimp-screenshots, .hootimp-theme-info {
    width: 100%;
    margin: 10px 0;
    float: none;
  }
  .hootimp-screenshot {
    min-height: 400px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
/*** Form ***/
.hootimp-form h4 {
  font-size: 1.2em;
  margin: 0 0 10px;
}
.hootimp-form .hootimp-h4desc {
  position: relative;
  top: -5px;
  margin-bottom: 4px;
  font-style: italic;
}

.hootimp-op-group {
  background: #fafafa;
  border: solid 1px #ccc;
  border-radius: 4px;
  margin: 25px -10px 0;
  padding: 20px;
}
.hootimp-op-group > div:last-child {
  margin-bottom: 0;
}
.hootimp-op-group h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #888;
  margin: 0 0 12px;
  position: relative;
}
.hootimp-op-group h5 span {
  background: #fafafa;
  padding: 0 5px;
  position: relative;
}
.hootimp-op-group h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
}
.hootimp-op-group .hootimp-opbox + h5 {
  margin-top: 22px;
}
.hootimp-op-group .hootimp-opbox {
  max-width: none;
}

.hootimp-opbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 12px;
}

.hootimp-optoggle {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 18px;
  margin: 2px 12px 0 4px;
}
.hootimp-optoggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.hootimp-oplabel {
  flex-grow: 1;
}
.hootimp-oplabel em {
  margin: 0 2px;
}

.hootimp--nowc .hootimp-opbox--wcxml {
  display: none;
}

.hootimp-opbox--plugin_unavailable .hootimp-opnote--unavailable {
  display: block;
}

.hootimp-opbox--plugin_active .hootimp-opnote--active {
  display: block;
}

.hootimp-opbox--plugin_installed .hootimp-opnote--installed {
  display: block;
}

.hootimp-opbox--plugin_noaction [class^=hootimp-opnote--] {
  display: none;
}

.hootimp-opnote {
  min-width: 64px;
  flex-shrink: 0;
  margin-left: 4px;
}
.hootimp-opnote span.dashicons {
  font-size: 14px;
  line-height: 1.3em;
  width: 18px;
  height: 1.3em;
  vertical-align: bottom;
}
.hootimp-opnote > div {
  display: none;
}

.hootimp-opnote--unavailable {
  color: #f78d1b;
}

.hootimp-opnote--installed {
  color: #f78d1b;
}

.hootimp-opnote--active {
  color: #00a32a;
}
.hootimp-opnote--active .dashicons {
  font-size: 18px;
  line-height: 1em;
  height: 1em;
}

.hootimp-action {
  margin-top: 20px;
  height: 46px;
}

.hootimp-submit.button.button-hero {
  font-size: 14px;
  height: 46px;
  line-height: 3.14285714;
  padding: 0 36px;
}

.hootabt-wrap .hootimp-opbox--plugin_reqd input + .hootimp-toggle,
.hootabt-wrap .hootimp-opbox--plugin_active .hootimp-toggle {
  background-color: var(--hootaccent-col);
  opacity: 0.5;
}
.hootabt-wrap .hootimp-opbox--plugin_reqd input + .hootimp-toggle:before,
.hootabt-wrap .hootimp-opbox--plugin_active .hootimp-toggle:before {
  background-color: #e3f4fb;
  transform: translateX(13px);
}

/*** Load Processing ***/
.hootimp-loader,
.hootimp-complete {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.hootimp-loaderror {
  display: none;
  margin: 1em -10px 0;
  font-weight: 500;
}

.hootimp-form {
  position: relative;
}
.hootimp-form.hootimp-formloader .hootimp-loader {
  display: block;
}
.hootimp-form.hootimp-formloader .hootimp-noloader {
  opacity: 0;
}
.hootimp-form.hootimp-formcomplete .hootimp-complete {
  display: block;
}
.hootimp-form.hootimp-formcomplete .hootimp-noloader {
  opacity: 0;
}
.hootimp-form.hootimp-formloaderror .hootimp-loaderror {
  display: block;
}

.hootimp-loaderbar {
  width: 100%;
  height: 10px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}
.hootimp-loaderbar div {
  height: 100%;
  width: 20%;
  background: linear-gradient(45deg, #2271b1 25%, #80bedd 25%, #80bedd 50%, #2271b1 50%, #2271b1 75%, #80bedd 75%, #80bedd);
  background-size: 10px 10px;
  border-radius: 2px 0 0 2px;
  transition: width 0.3s ease;
  -webkit-animation: hootmove 2s linear infinite;
          animation: hootmove 2s linear infinite;
}
@-webkit-keyframes hootmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}
@keyframes hootmove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 0;
  }
}

#hootimp-loadermsg {
  font-size: 14px;
  line-height: 1.5em;
}
#hootimp-loadermsg span {
  font-weight: 600;
}
#hootimp-loadermsg em {
  font-style: normal;
}
#hootimp-loadermsg .waitmsg {
  border-top: solid 1px #ddd;
  padding-top: 10px;
  margin-top: 15px;
}
#hootimp-loadermsg .waitmsg > div {
  color: #2271b1;
  font-weight: normal;
}
#hootimp-loadermsg .dashicons-update {
  display: inline-block;
  margin-right: 4px;
  -webkit-animation: hootspin 2s linear infinite;
          animation: hootspin 2s linear infinite;
}
@-webkit-keyframes hootspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hootspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hootimp-complete > div {
  display: flex;
  align-items: center;
}
.hootimp-complete ol {
  margin-left: 1em;
}
.hootimp-complete li {
  margin-bottom: 8px;
}

.hootimp-complete-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  box-sizing: border-box;
  margin-right: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: #2ed573;
  -webkit-animation: hootrot 1s forwards linear;
          animation: hootrot 1s forwards linear;
}
@-webkit-keyframes hootrot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1800deg);
    border: 2px solid #2ed573;
  }
}
@keyframes hootrot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1800deg);
    border: 2px solid #2ed573;
  }
}
.hootimp-complete-icon:before {
  content: "\f147";
  font-family: "dashicons";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  width: 25px;
  color: #2ed573;
  opacity: 0;
  transform: rotate(180deg);
  -webkit-animation: hootspinfadein 1s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: hootspinfadein 1s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes hootspinfadein {
  0% {
    transform: rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes hootspinfadein {
  0% {
    transform: rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}

.hootimp-form > .hootimp-load-details {
  display: none;
}

/*** jconfirm ***/
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  opacity: 0.6;
}

.jconfirm-content {
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px 10px 0;
}
.jconfirm-content h2 {
  margin-top: 0;
}
.jconfirm-content ol {
  margin-bottom: 0;
}
.jconfirm-content p {
  font-size: inherit;
  line-height: inherit;
}
.jconfirm-content pre {
  white-space: break-spaces;
}

.jconfirm .jconfirm-box {
  max-width: 600px;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding: 0 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  padding: 6px 16px;
  margin-left: 8px;
  border: solid 1px #2271b1;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: none;
  font-weight: normal;
}
/*# sourceMappingURL=hootkitimport.css.map */