/*****************************
**** Primary Button Style ****
*****************************/
div[id^='elementor-tab-title-'].elementor-active,
.pills__item_wPX.pills__item--active_aBS,
.gwm_blog_content a.wp-block-button__link,
#gwmPopularBedroomsButton.gwm_popular_bedrooms_button,
a#related-articles,
[class^='view__link view-'][class$='__link'],
.btn.btnBgColor.btnColor,
.swiper-slide button,
td > a#primary-cta.elementor-button,
a#primary-cta,
button.dropbtn,
a.btn.primary,
button.btn.secondary,
.elementor-widget-button .elementor-button-wrapper .elementor-button {
  color: #fff !important;
  background-color: #133ebf !important;
  border-radius: 200px !important;
  border: none !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

div[id^='elementor-tab-title-'].elementor-active.elementor-tab-title.elementor-active a {
  color: #fff !important;
}

div[id^='elementor-tab-title-'].elementor-active:hover.elementor-tab-title.elementor-active a {
  color: #fff !important;
}

.buttonGroup a[data-hover-text]:after {
  color: #fff !important;
}

div[id^='elementor-tab-title-'].elementor-active:hover,
.pills__item_wPX.pills__item--active_aBS:hover,
.gwm_blog_content a.wp-block-button__link:hover,
#gwmPopularBedroomsButton.gwm_popular_bedrooms_button:hover,
a#related-articles:hover,
[class^='view__link view-'][class$='__link']:hover,
.btn.btnBgColor.btnColor:hover,
.swiper-slide button:hover,
td > a#primary-cta.elementor-button:hover,
a#primary-cta:hover,
button.dropbtn:hover,
a.btn.primary:hover,
button.btn.secondary:hover,
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover {
  color: #fff !important;
  background-color: #133ebf !important;
  border-radius: 200px !important;
  border: none !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  text-decoration: underline !important;
}

/*******************************
**** Secondary Button Style ****
*******************************/
div[id^='elementor-tab-title-'],
#secondary-cta,
li.pills__item_wPX {
  border: 1px solid #133ebf !important;
  color: #133ebf !important;
  background-color: #fff !important;
  border-radius: 200px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

div[id^='elementor-tab-title-']:hover,
#secondary-cta:hover,
li.pills__item_wPX:hover {
  border: 1px solid #133ebf !important;
  color: #133ebf !important;
  background-color: #fff !important;
  border-radius: 200px !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  text-decoration: underline !important;
}
