/* colors  */

.has-strong-magenta-background-color {
  background-color: #a156b4 !important;
}
.has-strong-magenta-color {
  color: #a156b4 !important;
}

.has-light-grayish-magenta-background-color {
  background-color: #d0a5db !important;
}
.has-light-grayish-magenta-color {
   color: #d0a5db !important;
}

.has-very-light-gray-background-color {
  background-color: #eee !important;
}
.has-very-light-gray-color {
   color: #eee !important;
}

.has-very-dark-gray-background-color {
  background-color: #444 !important;
}

.has-very-dark-gray-color {
   color: #444 !important;
}

.has-pale-pink-background-color {
  background-color: #f78da7 !important;
}

.has-pale-pink-color {
 color: #f78da7 !important;;
}

.has-vivid-red-background-color {
   background-color: #cf2e2e !important;
}

.has-vivid-red-color {
   color: #cf2e2e !important;;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900 !important;
}

.has-luminous-vivid-amber-color {
  color: #fcb900 !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3 !important;
}

.has-vivid-cyan-blue-color {
  color: #0693e3 !important;
}

.has-vivid-cyan-green-background-color {
  background-color: #00C853 !important;
}

.has-vivid-cyan-green-color {
  color: #00C853 !important;
}

.has-vivid-white-background-color {
  background-color: #fff !important;
}

.has-vivid-white-color {
  color: #fff !important;
}

.has-vivid-cyan-turquoise-background-color {
  background-color: #00BCD4 !important;
}

.has-vivid-cyan-turquoise-color {
  color: #00BCD4 !important;
}


.entry .entry-content a {
  color: inherit;
  text-decoration: none !important;
}

.entry .entry-content a:hover,
.entry .entry-content a:active  {
  text-decoration: underline !important;
}


.wp-block-button__link,
.entry .entry-content .wp-block-button .wp-block-button__link {
  font-size: inherit !important;
  font-family: inherit !important;
}

div[data-type="design/dynamic-block"] {
  transition: 0.4s;
  cursor: pointer;
}
.editor-styles-wrapper div[data-type="design/dynamic-block"] h1,
.editor-styles-wrapper div[data-type="design/dynamic-block"] h2,
.editor-styles-wrapper div[data-type="design/dynamic-block"] h3,
.editor-styles-wrapper div[data-type="design/dynamic-block"] h4,
.editor-styles-wrapper div[data-type="design/dynamic-block"] h5,
.editor-styles-wrapper div[data-type="design/dynamic-block"] h6{
  font-family: inherit !important;
}
  .wp-block-design-dynamic-block h2:before {
    display: none !important;
  }
   .wp-block-design-dynamic-block h1:before {
    display: none !important;
  }
   .wp-block-design-dynamic-block h3:before {
    display: none !important;
  }



.is-heading-customcolor {
  color: #fff !important;
}

.is-custom-width {
    max-width: 1170px !important;
    margin:0px auto;
}

.is-no-margin {
  margin: 0 !important;
}

/*button style rounded */
.is-style-btn-rounded {}

body .editor-styles-wrapper .wp-block-button.is-style-btn-rounded .wp-block-button__link,
body .hentry .entry-content .wp-block-button.is-style-btn-rounded .wp-block-button__link,
body .wp-block-button.is-style-btn-rounded .wp-block-button__link  {
  border-radius: 170px;
  padding: 15px 35px;
  opacity: 1;
  transition: 0.3s;
}

body .hentry  .entry-content .wp-block-button.is-style-btn-rounded .wp-block-button__link:hover,
body .wp-block-button.is-style-btn-rounded .wp-block-button__link:hover {
  filter: brightness(115%);
  -webkit-box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
  box-shadow: 0 14px 26px -12px rgba(177, 177, 177, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(173, 173, 173, 0.2);
}

/*button style rounded outline */
.is-style-btn-rounded-outline {}

body .editor-styles-wrapper .wp-block-button.is-style-btn-rounded-outline .wp-block-button__link,
body .hentry  .entry-content .wp-block-button.is-style-btn-rounded-outline .wp-block-button__link,
body .wp-block-button.is-style-btn-rounded-outline .wp-block-button__link {
  border-radius: 170px;
  padding: 15px 35px;
  opacity: 1;
  transition: 0.3s;
  border-width: 2px !important;
  border-style: solid !important;
}

body .hentry .entry-content .wp-block-button.is-style-btn-rounded-outline .wp-block-button__link:hover,
body .wp-block-button.is-style-btn-rounded-outline .wp-block-button__link:hover  {
  filter: brightness(115%);
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
  box-shadow: 0 14px 26px -12px rgba(177, 177, 177, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(173, 173, 173, 0.2);
}


/*button style square */
.is-style-btn-square {}

body .editor-styles-wrapper .wp-block-button.is-style-btn-square .wp-block-button__link,
body .hentry .entry-content .wp-block-button.is-style-btn-square .wp-block-button__link,
body .wp-block-button.is-style-btn-square .wp-block-button__link  {
  padding: 15px 35px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0;
}

body .hentry  .entry-content .wp-block-button.is-style-btn-square .wp-block-button__link:hover,
body .wp-block-button.is-style-btn-square .wp-block-button__link:hover {
  filter: brightness(115%);
  -webkit-box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
  box-shadow: 0 14px 26px -12px rgba(177, 177, 177, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(173, 173, 173, 0.2);
}

/*button style rounded outline */
.is-style-btn-square-outline {}

body .editor-styles-wrapper .wp-block-button.is-style-btn-square-outline .wp-block-button__link,
body .hentry  .entry-content .wp-block-button.is-style-btn-square-outline .wp-block-button__link,
body .wp-block-button.is-style-btn-square-outline .wp-block-button__link {
  padding: 15px 35px;
  opacity: 1;
  transition: 0.3s;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 0;
}

body .hentry .entry-content .wp-block-button.is-style-btn-square-outline .wp-block-button__link:hover,
body .wp-block-button.is-style-btn-square-outline .wp-block-button__link:hover  {
  filter: brightness(115%);
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
  box-shadow: 0 14px 26px -12px rgba(177, 177, 177, 0.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(173, 173, 173, 0.2);
}

.wp-block-design-icons-pro > div {
  line-height: 0; }

div[data-type="design/dynamic-block"] .is-custom-width {
  max-width: 1170px;
  margin: 0px auto; }

.wp-block-design-dynamic-block {
  transition: 0.8s;
  cursor: pointer; }
  .wp-block-design-dynamic-block .is-heading-customcolor {
    color: #fff; }
  .wp-block-design-dynamic-block .is-heading-customcolor-onblack {
    color: #fff; }
  .wp-block-design-dynamic-block .is-lineheightreset {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 4px; }
  .wp-block-design-dynamic-block .is-pricingtableprice {
    font-size: 55px; }
  .wp-block-design-dynamic-block ul li {
    margin-left: 20px;
    line-height: 35px; }
  .wp-block-design-dynamic-block .is-customlist-pricingtable li {
    list-style: none; }
  .wp-block-design-dynamic-block .wp-block-button.is-custombtn-design a.wp-block-button__link {
    font-size: 14px;
    padding: 12px 22px; }
  .wp-block-design-dynamic-block body .entry .entry-content .is-subheading {
    margin: 0; }
  .wp-block-design-dynamic-block body .entry .entry-content .is-customseparator {
    margin: 0;
    margin-top: 15px;
    height: 3px;
    background-color: #000;
    max-width: 10%; }
  .wp-block-design-dynamic-block body .entry .entry-content .is-customseparator-right {
    margin: 0;
    height: 3px;
    background-color: #000;
    max-width: 10%;
    text-align: right;
    margin: 15px 0 0 auto; }
  .wp-block-design-dynamic-block body .entry .entry-content .is-customseparator-center {
    text-align: center;
    margin: 15px auto;
    height: 3px;
    background-color: #000;
    max-width: 14%; }
  .wp-block-design-dynamic-block html body .entry .entry-content .is-color {
    background-color: #db1d1d !important; }

/*# sourceMappingURL=frontend.view.css.map*/