/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./wp-content/themes/takepayments-woocommerce/includes/gutenberg/masthead-block-ibtr/src/scss/styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
.tp_masthead {
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 100vh;
  min-height: 500px;
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
.tp_masthead--container {
  display: block;
  position: relative;
  width: 80%;
  z-index: 5;
}
.tp_masthead--heading {
  font-family: var(--font-heading);
}
.tp_masthead--heading-title {
  line-height: 1;
}
.tp_masthead--heading h1 {
  font-size: 3rem;
  font-weight: 700;
}
.tp_masthead--heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.tp_masthead--heading h3, .tp_masthead--heading h4, .tp_masthead--heading h5 {
  font-size: 2rem;
  font-weight: 500;
}
.tp_masthead--heading-prefix {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.tp_masthead--heading-subtitle {
  font-size: 1.5rem;
  margin-top: 30px;
}
.tp_masthead--buttons {
  padding-top: 15px;
}
.tp_masthead--background {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tp_masthead--background-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
}
.tp_masthead--background-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.tp_masthead--background-wrapper-slider {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.tp_masthead__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-size: contain;
}
.tp_masthead--columns-container {
  min-height: 500px;
}
.tp_masthead--columns-column {
  min-height: 450px;
  min-width: 300px;
  border: solid 1px red;
  z-index: 5;
}

.tp_button {
  align-items: center;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: var(--button-border-radius);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  line-height: 1;
  min-width: 150px;
  outline: none;
  text-align: center;
  transition: background-color 0.45 ease;
  width: auto;
}
.tp_button > .wp-block-button__link {
  background: none;
}

@media only screen and (max-width: 767px) {
  body .button.modal-button, body.buttons--md .button.modal-button, body.buttons--lg .button.modal-button {
    font-size: 0;
    min-width: 50px;
  }
  body .button.modal-button:after, body.buttons--md .button.modal-button:after, body.buttons--lg .button.modal-button:after {
    font: var(--fa-font-solid);
    content: "\f067";
    font-size: 20px;
  }

  .tp_masthead--container {
    min-width: 100%;
  }
  .tp_masthead--heading-prefix, .tp_masthead--heading-title, .tp_masthead--heading-subtitle, .tp_masthead--buttons{
    padding:0 15px;
  }
}
.slick-list, .slick-track {
  height: 100%;
}

.mute-unmute__button {
  bottom: 15px;
  color: white;
  font-size: 25px;
  left: 15px;
  position: absolute;
  z-index: 2;
}

.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}

.alignright {
  margin-left: auto;
}
.alignleft {
  margin-left: auto;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.tp_button {
  align-items: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-color: var(--primary);
  border-radius: var(--button-border-radius);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-default);
  font-size: 1rem;
  font-weight: normal;
  height: 50px;
  justify-content: center;
  line-height: 1;
  min-width: 150px;
  outline: none;
  padding: 0 10px;
  text-align: center;
  transition: 0.45s ease;
}
body.buttons--heading .tp_button {
  font-family: var(--font-heading);
}
body.buttons--bold .tp_button {
  font-weight: bold;
}
body.buttons--md .tp_button {
  font-size: 1.25rem;
}
body.buttons--lg .tp_button {
  font-size: 1.5rem;
}
.tp_button:disabled, .tp_button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.tp_button:hover:not(:disabled) {
  background: transparent;
  color: var(--primary);
}
.tp_button.is-style--small {
  display: flex;
  margin: 0 auto;
  max-width: 250px;
}
.tp_button.is-style--ghost, .tp_button.is-style.cancel, body.buttons--ghost .tp_button.is-style {
  background: transparent;
  color: var(--primary);
}
.tp_button.is-style--ghost:hover:not(:disabled), .tp_button.is-style.cancel:hover:not(:disabled), body.buttons--ghost .tp_button.is-style:hover:not(:disabled) {
  background: var(--primary);
  color: white;
}
.tp_button.is-style--white {
  background: transparent;
  border-color: white;
  color: black;
}
.tp_button.is-style--white:hover:not(:disabled) {
  background: white;
  color: var(--primary);
}
.tp_button.is-style--secondary {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.tp_button.is-style--secondary:hover:not(:disabled) {
  background: transparent;
  color: var(--secondary);
}
.tp_button.is-style--white {
  background: white;
  border-color: white;
  color: var(--primary);
}
.tp_button.is-style--white:hover:not(:disabled) {
  background: transparent;
  color: white;
}

.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button__width-100 {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .tp_masthead--container {
    padding-top: 10%;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./wp-content/themes/takepayments-woocommerce/includes/gutenberg/masthead-block-ibtr/src/scss/editor.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.tp_masthead {
  align-items: center;
  flex-direction: column;
  display: flex;
  height: 100vh;
  min-height: 500px;
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 30px;
}
.tp_masthead--container {
  display: block;
  position: relative;
  width: 80%;
  z-index: 5;
}
.tp_masthead--heading {
  font-family: var(--font-heading);
}
.tp_masthead--heading-title {
  line-height: 1;
}
.tp_masthead--heading h1 {
  font-size: 3rem;
  font-weight: 700;
}
.tp_masthead--heading h2 {
  font-size: 2.5rem;
  font-weight: 600;
}
.tp_masthead--heading h3, .tp_masthead--heading h4, .tp_masthead--heading h5 {
  font-size: 2rem;
  font-weight: 500;
}
.tp_masthead--heading-prefix {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.tp_masthead--heading-subtitle {
  font-size: 1.5rem;
  margin-top: 30px;
}
.tp_masthead--buttons {
  padding-top: 15px;
}
.tp_masthead--background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  width: 100%;
}
.tp_masthead--background-video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
}
.tp_masthead--background-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.tp_masthead--background-wrapper-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tp_masthead__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-size: contain;
}
.tp_masthead--slide.slick-slide {
  height: 100%;
}

div.components-button-group {
  display: flex;
  flex-direction: column;
  text-align: center;
}

button.button-reconfigure {
  position: absolute;
  left: 15px;
  top: 30px;
  padding: 20px;
  z-index: 5;
}

section.tp_masthead > div.tp_masthead--container > div.components-flex.tp_masthead--columns-container > div.block-editor-inner-blocks > div.block-editor-block-list__layout {
  min-width: 60vw;
  min-height: 60vh;
  display: flex;
}
section.tp_masthead > div.tp_masthead--container > div.components-flex.tp_masthead--columns-container > div.block-editor-inner-blocks > div.block-editor-block-list__layout .tp_masthead--columns-column {
  width: 50%;
  height: 100%;
}

.tp_masthead-columns--container .block-editor-inner-blocks {
  width: 100%;
  height: 100%;
}
.tp_masthead-columns--container .block-editor-inner-blocks .block-editor-block-list__layout {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.config {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.config__body {
  z-index: 5;
  background-color: white;
  color: black;
  padding: 13px 16px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.config__title {
  letter-spacing: 1.6px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
}
.config__options {
  color: #2271b1;
  display: block;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 400;
  padding-bottom: 6px;
}
.config__button-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 5px;
}
.config__button-group--columns {
  display: flex;
  justify-content: center;
}
.config__button-group--columns-column {
  display: flex;
  flex-direction: column;
}
.config__button {
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 10px;
}
.config__button.components-button {
  margin: 0 10px 0 10px;
}
.config__button > svg {
  pointer-events: none;
}
.config__button-preview {
  max-height: 250px;
  max-width: 300px;
  pointer-events: none;
}

.tp_masthead--background-wrapper-slider.slick-initialized.slick-slider {
  position: absolute;
}

.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
  width: 100%;
}

.not-visable {
  display: none;
}

.block-editor-block-list__layout .align-wide.tp_masthead {
  padding-top: 0;
}

.tp_masthead--heading-title {
  font-family: var(--font-heading);
}
.tp_masthead--heading-subtitle {
  font-family: var(--font-default);
}
.tp_masthead--heading-prefix {
  font-family: var(--font-default);
}

.wp-block-buttons.block-editor-block-list__layout {
  flex-wrap: nowrap !important;
}

.tp_button {
  align-items: center;
  background: var(--primary);
  border: 2px solid var(--primary);
  border-color: var(--primary);
  border-radius: var(--button-border-radius);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-default);
  font-size: 1rem;
  font-weight: normal;
  height: 50px;
  justify-content: center;
  line-height: 1;
  min-width: 150px;
  outline: none;
  padding: 0 10px;
  text-align: center;
  transition: 0.45s ease;
}
body.buttons--heading .tp_button {
  font-family: var(--font-heading);
}
body.buttons--bold .tp_button {
  font-weight: bold;
}
body.buttons--md .tp_button {
  font-size: 1.25rem;
}
body.buttons--lg .tp_button {
  font-size: 1.5rem;
}
.tp_button:disabled, .tp_button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.tp_button:hover:not(:disabled) {
  background: transparent;
  color: var(--primary);
}
.tp_button.is-style--small {
  display: flex;
  margin: 0 auto;
  max-width: 250px;
}
.tp_button.is-style--ghost, .tp_button.is-style.cancel, body.buttons--ghost .tp_button.is-style {
  background: transparent;
  color: var(--primary);
}
.tp_button.is-style--ghost:hover:not(:disabled), .tp_button.is-style.cancel:hover:not(:disabled), body.buttons--ghost .tp_button.is-style:hover:not(:disabled) {
  background: var(--primary);
  color: white;
}
.tp_button.is-style--white {
  background: transparent;
  border-color: white;
  color: white;
}
.tp_button.is-style--white:hover:not(:disabled) {
  background: white;
  color: var(--primary);
}
.tp_button.is-style--secondary {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.tp_button.is-style--secondary:hover:not(:disabled) {
  background: transparent;
  color: var(--secondary);
}
.tp_button.is-style--white {
  background: white;
  border-color: white;
  color: var(--primary);
}
.tp_button.is-style--white:hover:not(:disabled) {
  background: transparent;
  color: white;
}

html.block-editor-block-preview__content-iframe > body.editor-styles-wrapper > div.is-root-container.block-editor-block-list__layout > div.block-editor-block-list__block.wp-block.wp-block-button.tp_button {
  background: black;
  margin: 0 auto;
}
html.block-editor-block-preview__content-iframe > body.editor-styles-wrapper > div.is-root-container.block-editor-block-list__layout > div.block-editor-block-list__block.wp-block.wp-block-button.tp_button.is-style--secondary {
  background: grey;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./wp-content/themes/takepayments-woocommerce/library/scss/vendor/slick/slick.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=block_payload.css.map*/