/*
 * .-----------------------------------------------------.
 * |                    WEBFLOW CUSTOM                   |
 * '-----------------------------------------------------'
 */

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  background-color: rgba(22, 120, 99,.07);
  padding: 10px; border-radius: 10px;
  border: 1px solid rgba(22, 120, 99,.07);
  color: #313131;
}
input[type="button"],
input[type="submit"]{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px 45px;
  border-radius: 8px;
  text-transform: capitalize;
  background-color: #b62bb4;
  border: 1px solid #B62BB4;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s ease-in-out;
}
.faqs-toogle {
  white-space: normal;
}

.w-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 30px;
  appearance: none;
}

.w-video iframe {
  border: none;
}

ol {
  list-style-type: none;
  position: relative;
  counter-reset: item;
  list-style: none;
}

ol li {
 /* counter-increment: step-counter; */
}

ol li::before {
 counter-increment: item;
 content: counter(item)". ";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  color: #167863;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  background:none;
  line-height: 18px;
}
ol li ol {
  padding-top: 10px;
  padding-left: 25px;
}
ol li li:before {
  content: counters(item,".") " ";
  counter-increment: item;
}
ol li li li:before {
  display: none;
}
ol li li li {
  list-style: lower-alpha;
  
}
/* Every step down from here will take this property */

ol li li li li {
  list-style: lower-roman;
}
/* Override with classes */

ol.alpha li {
  list-style: lower-alpha;
}
.last-child-no-r-margin > *:last-child {
  margin-right: 0;
}
.hide_download , .mainfilter > span{
  display: none;
}

.shadow-img.invert {
  background-color: #fbed1d;
}

.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark h6,
.section.dark  .faux-h1,
.section.dark .faux-h2,
.section.dark .faux-h3,
.section.dark .faux-h4,
.section.dark .faux-h5,
.section.dark .faux-h6,
.section.dark  blockquote,
.section.dark p,
.dropdown-trigger.invert,
.dropdown-link.invert,
.select-field.invert,
.icon-button.invert {
  color: hsla(0, 0%, 100%, 0.8);
}

.tint .text-field.search {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d7d7;
}

.section.dark .highlighted-text {
  color: #514853;
}
.page-no a:hover {
  text-decoration: none
}


 
/*
 * .-----------------------------------------------------.
 * |                       GENERAL                       |
 * '-----------------------------------------------------'
 */
.tooltip {
  z-index: 30;
}
.element-invisible {
  display: block;
  height: 0;
  width: 0;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.element-hidden {
  display: none;
}

.link-row img.in-list-icon {
  max-width: 48px;
}


.scroll-up-button svg {
    width: 48px;
}
.list_view p em {
    padding-top: 10px;
    display: inline-block;
}

@media(max-width: 570px){
  
 .footer-wrap .button_wrap {text-align: center !important
 }
  .footer-wrap .button {
      max-width: 41ch;
      text-align: center;
      margin: auto
  }
}


@media(max-width: 450px){
  .footer-wrap .button {
      max-width: 34ch;
  
  }
}
/*
 * .-----------------------------------------------------.
 * |                       BLOCKS                        |
 * '-----------------------------------------------------'
 */
 
 
 .c-accordion__item {   box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
   border-radius: 10px;
   background-color: #dee7ee;
 padding: 24px;
margin: 30px 0 40px;} /* The accordion item container */
 .c-accordion__item.is-open {} /* is-open is added to open accordion items */
 .c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
 .c-accordion__item h2.c-accordion__title {color: #333333;
   font-family: "Roboto Condensed";
   font-size: 18px;
   font-weight: 700;
   font-style: normal;
   letter-spacing: normal;
   margin: 0;
   padding: 0;
   line-height: 1.3} /* An accordion item title */
.js-accordion-item.is-open .c-accordion__content{
  margin-top: 25px;
}
 .c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
 .c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
 .c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
 .c-accordion__content {} /* An accordion item content container */
 
 .c-accordion__title:after {
     color: #fff;
     content: "";
     font-weight: 300;
     position: absolute;
     right: 0;
     transform: translateY(-50%);
     width: 18px;
     height: 18px;
     border-radius: 50%;
     background: #171738 url(../images/Down_arrow.svg) no-repeat center center;
     transition: 300ms linear all;
 }
 
 .is-open>.c-accordion__title:after {
     content: "";
     transform: rotate(180deg);
     top: 2px;
 }
 .entry-content .c-accordion__item  .c-accordion__content {
   color: #000000;
   font-family: "Source Sans Pro";
   font-size: 14px;
   font-weight: 300;
   font-style: normal;
   letter-spacing: normal;
   line-height: 1.3 !important;

 }
 .entry-content .c-accordion__item  .c-accordion__content p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
 }
 .c-accordion__content ol li {
   margin-bottom: 12px;
 }
 
 .c-accordion__content ol li::before  {
   font-family: "Source Sans Pro";
   font-size: 14px;
   font-weight: 600;
 }
 .entry-content .c-accordion__item  .c-accordion__content p a {
   color:#000;
   text-decoration: underline
 }
 .entry-content .c-accordion__item  .c-accordion__content p a:hover {
   color: #167863;
  }
 
 .c-accordion__item  .c-accordion__content blockquote {
   background: #fff
 }
 
 @media (max-with : 1040px){
   .cat_tab.color {
   margin-right: 8px;}
 }
 
 
 
 /*
  * .-----------------------------------------------------.
  * |                            Home Slider              |
  * '-----------------------------------------------------'
  */
 
 .slider {
     position: absolute;
     top: auto;
     right: 0;
     left: 50%;
     bottom: 0;
     width: 50%;
  
     text-align: left;
 }
 
 
 
/*
 * .-----------------------------------------------------.
 * |               Native Wordpress Video player fix     |
 * '-----------------------------------------------------'
 */


.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
 .top-filter > ul {
   margin: auto
 } 
li.mainfilter.main_filter {
    background: none;
    border: none;
    width: 100%;
    max-width: 1200px;
  margin: auto
}

#filter-main .subfilters {display: flex}

@media screen and (min-width: 991px) {
.top-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-filter ul li li.main_filter.subfilter {
    margin: 0;
    max-width: 275px;
    width: 100%;
    margin-left: 26px;
}



  
}


@media screen and (min-width: 1401px)
{
li.mainfilter.main_filter {
    max-width: 1331px;
}
.top-filter ul li li.main_filter.subfilter {
    margin: 0;
    max-width: 300px;
    width: 100%;
    margin-left: 26px;
}

}

@media screen and (max-width: 991px) {
  .single-fact .fluid-cell._67-p {
	width: 100%;
  }
  .top-filter
  .filter-toggle-mobile {
      background-image: url(../images/filter.png);
      background-repeat: no-repeat;
      background-position: center center;
      width: 48px;
      height: 40px;
      cursor: pointer;
      box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
      border-radius: 9px;
      background-color: #ffffff;
      z-index: 999;
      position: relative;
  }
  .widget-header.filter-toggle {
    display: none 
  }
  html.w-mod-touch * {
      background-attachment: scroll !important;
  }
  
  .top-filter > ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: block;
      align-items: center;
      justify-content: center;
      margin-left: 20px;
      width: 100%
  }
  
  .top-filter {
      background-color: #ccd52d;
      padding: 18px 28px;
      display: flex;
  }
  .mainfilter  span{display: block}
.top-filter ul li {
      margin: 0;
      max-width: 100%;
      width: 100%;
      margin-left: 0;
      border-radius: 0;
      border: 1px solid #171738;
      color: #171738;
      font-family: "Source Sans Pro";
      font-size: 18px;
      font-weight: 400;
      border: none;
      border-top: 1px solid #a1a1a1;
      padding: 10px;
      background-color: transparent;
  }
  
  .top-filter li.mainfilter{
 box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
 border-radius: 9px;
 background-color: #ffffff;
 padding-bottom: 6px; padding-top: 6px;
 position: relative;
 max-height: 40px
  }
  .top-filter > ul li:first-child span {padding: 10px;}
.top-filter  ul  ul   li:first-child{border: none}
#filter-main .subfilters {display: none}
#filter-main .subfilters {
    z-index: 99;
    display: none;
    position: relative;
    height: 100%;
    background: #fff;
    width: calc(100% + 10px);
    left: 0;
    right: 0;
    max-width: 103%;
    margin: 0 0px 0px 0;
    position: relative;
    box-shadow: 0 6px 6px rgb(0 0 0 / 16%);
    top: 0px;
    border-radius: 0 0 6px 6px;
}
 .top-filter > ul .mainfilter.main_filter span {padding: 0 10px}
li.main_filter {
    color: #171738;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-weight: 600;
}

.mainfilter.main_filter > span
{
  color: #171738;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  position: relative
}
.mainfilter.main_filter >  span:after{
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
  top: 7px;
  /* bottom: 0; */
  margin: auto;
  border-bottom: 11px solid #171738;
  transform: rotate(-180deg); }

.list_view.with_icon .main-group-wrap {
    top: 20px;
    right: 20px;
    border-radius: 11px;
    background-color: rgba(19, 56, 98, 0.15);
    text-align: center;
    padding: 10px;
    color: #171738;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    position: static;
    width: auto;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}
.list_view.with_icon .main-group-wrap img {
   max-width: 25px;
   height: auto;
   width: 100%;
   margin: -8px 4px 0 0;
   display: inline-block;
}
.list_view  header.entry-header {
    display: flex;
    flex-wrap: wrap;
}

.list_view h2 {
    text-transform: capitalize;
    margin-top: 10px;
    order: 2;
}
.single .section.wf-section.main-wrap{background: #fff}
}

@media screen and (max-width: 768px) {
.list_view h2 {
   color: #171738;
   font-family: "Roboto Condensed";
   font-size: 23px;
   font-weight: 700;
   line-height: 29px;
}
  .list_view .entry-content p {
      font-size: 18px;
      font-weight: 300;
  }
  .list_view.with_icon {
      padding: 30px 24px;
  }
  
  .header .social-wrap {
      text-align: right;
      width: 48px;
      position: absolute;
      right: 0;
      top: 22px;
      bottom: auto;
      margin: auto;
      z-index: 99;
      height: 48px;
      width: 200px;
  }
  
  .header .social-wrap .social-icon {
      background-color: transparent;
      float: left;
      border-radius: 4px;
  }
  
  .social-icon.yt {
    background-image: url('../images/yt-icon-grey.svg');
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
  }
  
  .social-icon.tw {
    background-image: url('../images/TW-icon-grey.svg');
    background-position: 50% 50%;
    background-size: 20px auto;
    background-repeat: no-repeat;
  }
  
  .social-icon.fb {
    background-image: url('../images/FB-icon-grey.svg');
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 0 ;
  }
  
  .social-icon.in {
    background-image: url('../images/IN-icon-grey.svg');
    background-position: 50% 50%;
    background-size: 18px auto;
    background-repeat: no-repeat;
  }
  
  .social-icon.mail {
    background-image: url('../images/Email-icon-grey.svg');
    background-position: 50% 50%;
    background-size: 21px auto;
    background-repeat: no-repeat;
    border-radius:  0 0  0 10px;
  }
  
 .page .social-icon.yt {
    background-image: url('../images/yt-icon.svg');
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
  }
  
.page  .social-icon.tw {
    background-image: url('../images/TW-icon.svg');
    background-position: 50% 50%;
    background-size: 20px auto;
    background-repeat: no-repeat;
  }
  
  .page .social-icon.fb {
    background-image: url('../images/FB-icon.svg');
    background-position: 50% 50%;
    background-size: 12px auto;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 0 ;
  }
  
.page  .social-icon.in {
    background-image: url('../images/IN-icon.svg');
    background-position: 50% 50%;
    background-size: 18px auto;
    background-repeat: no-repeat;
  }
  
 .page .social-icon.mail {
    background-image: url('../images/Email-icon.svg');
    background-position: 50% 50%;
    background-size: 21px auto;
    background-repeat: no-repeat;
    border-radius:  0 0  0 10px;
  }
 .single .social-icon.yt {
      background-image: url('../images/yt-icon-dark.svg');
      background-position: 50% 50%;
      background-size: 12px auto;
      background-repeat: no-repeat;
    }
    
  .single  .social-icon.tw {
      background-image: url('../images/TW-icon-dark.svg');
      background-position: 50% 50%;
      background-size: 20px auto;
      background-repeat: no-repeat;
    }
    
    .single .social-icon.fb {
      background-image: url('../images/FB-icon-dark.svg');
      background-position: 50% 50%;
      background-size: 12px auto;
      background-repeat: no-repeat;
      border-radius: 10px 0 0 0 ;
    }
    
  .single  .social-icon.in {
      background-image: url('../images/IN-icon-dark.svg');
      background-position: 50% 50%;
      background-size: 18px auto;
      background-repeat: no-repeat;
    }
    
   .single .social-icon.mail {
      background-image: url('../images/Email-icon-dark.svg');
      background-position: 50% 50%;
      background-size: 21px auto;
      background-repeat: no-repeat;
      border-radius:  0 0  0 10px;
    }
    
    #top .container {
       /* padding:  25px; */
    }
  
}

@media screen and (max-width: 600px) 
{
  
  .entry-footer a.read_more.button {
      text-align: center;
      margin: auto;
      width: 90%;
      display: block;
      max-width: 400px;
  }
}


@media screen and (max-width: 600px) 
{
  
  .b-menu {
    padding: 0;
  }
 .header .social-wrap {
    display: none
 }
}



/*
 * .-----------------------------------------------------.
 * |                    CONTACT FORM 7                   |
 * '-----------------------------------------------------'
 */

.form-horizontal-inside form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-horizontal-inside form .button-input {
  padding: 0;
  line-height: 50px;
}

.form-horizontal-inside form  .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  opacity: .3;
}

@media screen and (max-width: 991px) {
  .form-horizontal-inside form {
	padding-top: 24px;
	padding-right: 5%;
	padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .form-horizontal-inside form {
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  }
}

.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-right: 24px;
}

.wpcf7-form span.wpcf7-form-control-wrap input {
  margin-right: 0;
}

.form-horizontal-inside .ajax-loader,
.form-horizontal-inside .wpcf7-response-output {
  display: none !important;
}

/*
 * .-----------------------------------------------------.
 * |                     IMAGES                          |
 * '-----------------------------------------------------'
 */

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  min-width: 120%;
  margin: 60px auto 60px -10%;
}

.wp-caption .wp-caption-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}


/*
 * .-----------------------------------------------------.
 * |                     Tables                          |
 * '-----------------------------------------------------'
 */

.wp-block-table {
  margin: 20px auto;
}

table {
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  color: #171738;
  font-family: "Source Sans Pro";
  font-size: 16px;

}
table td, table th {
  border: 1px solid #f08723;
  padding:  15px;
  text-align: left;
}
table thead td {
  font-weight: 700;
}
table tbody td {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
}
table tr:nth-child(even) {
  background: #efefef;
}
table thead {
  background: #eea828;
}
table thead th {
  color: #171738;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 700;
  border-left: 2px solid #FFFFFF;
}
table thead th:first-child {
  border-left: none;
}

table tfoot {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  background: #EEF5F4;
  border-top: 3px solid #f08723;
}
table tfoot td {
  font-size: 14px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}
@media (max-width: 700px){
  table tbody td {
      font-size: 15px;
      width: 100%;
      text-align: left
  }
}
/*
 * .-----------------------------------------------------.
 * |                     Single Post                     |
 * '-----------------------------------------------------'
 */
 .entry-content p{
   font-size: 20px;
   font-weight: 400;
   letter-spacing: normal;
   line-height: 28px;
   margin-bottom: 24px;
 }
 .entry-content p a {
   color: #167863;
 }
 
 .list_view .entry-content p {
  color: #343434;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  /* Text style for "Heidi Ruot" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 40px;
  max-width: 67ch;
 }
 
 
 .cat_tab.color.hide_load {
     width: 0;
     opacity: 0;
     display: none;
     transition: opacity 0.3s, visibility 0.3s;
 }

.cat_tab.color.hide_load.show {
  width: auto;
   opacity:1;
   display: inline-block;
}


span.show_more {
     line-height: 13px;
     width: 16px;
     height: 16px;
     display: inline-block;
     text-align: center;
     border-radius: 100%;
     /* padding: 3px 4px; */
     transition-duration: 1s;
     transition-property: transform;
 }
span.show_more.turn {  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);


  top: 8px;
  right: -14px;
}
span.show_more:hover {
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
} 

@media (max-width: 550px){
  span.show_more, span.show_more.turn { 
 
    top: 4px;
    right: -8px;
  }
  span.show_more {
   line-height: 13px;
   width: 25px;
   height: 25px;
 }

}
/*
  * .-----------------------------------------------------.
  * |                     Comment section                 |
  * '-----------------------------------------------------'
  */
  
.comments-area {clear: both}
  .comments-area h3 {
     color: #313131;
     font-family: "Roboto Condensed";
     font-size: 20px;
     font-weight: 700;
     font-style: normal;
     letter-spacing: 0.4px;
     line-height: normal;
   }
   .comment-form  textarea,.comment-form  input.text,.comment-form  input[type="text"],.comment-form  input[type="url"],.comment-form  input[type="email"],.comment-form input[type="phone"], .comment-form  input[type="button"] {
     background-color: rgba(22, 120, 99,.07);
      padding: 10px; border-radius: 10px;
      border: 1px solid rgba(22, 120, 99,.07);
      color: #313131;
    }
  
   .comment-form textarea {
     padding: 20px;
     width: 100%;
   }
   .comment-form textarea:focus {
     background: #fff
   }
.navigation.post-navigation {
  float: none
}
.comments-area:before {
  clear: both;
  height: 1px;
  width: 100%;
}
 h2.comments-title {
       color: #313131;
       font-family: "Roboto Condensed";
       font-size: 20px;
       font-weight: 700;
       font-style: normal;
       letter-spacing: 0.72px;
       line-height: 48px;
   }
   
.comment-list li  {box-shadow: 0 12px 36px rgb(0 0 0 / 3%);
    border-radius: 10px;
    background-color: #eef5f4;
    padding: 24px;
    margin: 30px 0 40px;}
 .comment-list li  .comment-author img {border-radius: 50%}
 
.comment-metadata {font-size: 12px;}
.comment-respond {margin: 40px 0; padding: 20px 0; border-top: 1px solid #d9d8d8;}



/*
 * .-----------------------------------------------------.
 * |                         Block Styles                |
 * '-----------------------------------------------------'
 */
 
 
 /*
  * .-----------------------------------------------------.
  * |                         Button Styles               |
  * '-----------------------------------------------------'
  */
  .wp-block-button__link {
border-radius: 8px;
  text-transform: capitalize;
  background-color: #eea828;
  border: 1px solid #eea828;
  padding: 7px 40px;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  color: #171738;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: 400;
  }

  .wp-block-button__link:hover {
    background: none;
    color: #000;
    text-decoration: none
  }

  .wp-block-button.is-style-outline .wp-block-button__link.has-blue-background-color {
    background-color: #fff !important;;
    border: 1px solid #cef3ea;
    color:#cef3ea
  }

 .wp-block-button.is-style-fill .wp-block-button__link.has-blue-background-color {
    background-color: #cef3ea;
    border: 1px solid #cef3ea;
    color:#000
  }
  
  
 .wp-block-button.is-style-outline .wp-block-button__link.has-pink-background-color {
     background-color: #fff !important;
     border: 1px solid #eea828;
     color:#eea828
   }
 
  .wp-block-button.is-style-fill .wp-block-button__link.has-pink-background-color {
     background-color: #eea828;
     border: 1px solid #eea828;
   }
   
  
 .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
     background-color: #fff !important;;
     border: 1px solid #000000;
     color:#000000
   }
 
  .wp-block-button.is-style-fill .wp-block-button__link.has-black-background-color {
     background-color: #000000;
     border: 1px solid #000000;
     color:#fff
   }
   
  
 .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color {
     background-color: #fff !important;;
     border: 1px solid #167863;
     color:#167863
   }
 
  .wp-block-button.is-style-fill .wp-block-button__link.has-green-background-color {
     background-color: #167863;
     border: 1px solid #167863;
     color:#fff
   }
   

 
 
 
 
