/*
Theme Name:     Pallikoodam Child
Theme URI: 		https://pallikoodam.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	https://themeforest.net/user/designthemes
Description:    Child theme for the Pallikoodam theme powered by DesignThemes
Template:       pallikoodam
Version:        1.0
*/

.formulare-cards-wrapper .elementor-container.elementor-column-gap-default{
  max-width: 600px !important;

}


.formulare-cards-wrapper .elementor-button {
  width: 100% !important;
  height: 120px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media screen and (max-width: 1024px) {
  .formulare-cards-wrapper .elementor-widget-container {
    width: 100% !important;
    margin: 0 !important;
  }

  .formulare-cards-wrapper .elementor-widget:not(:last-child) {
    margin: 0 !important;
  }

  .formulare-cards-wrapper .elementor-button {
    padding: 0 !important;
    margin: 0 !important;
  }


  .formulare-cards-wrapper .elementor-widget-wrap {
    gap: 0.5rem !important;
  }

  .formulare-cards-wrapper .elementor-row {
    flex-wrap: nowrap !important;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 782px) {
  .formulare-cards-wrapper .elementor-row {
    flex-wrap: wrap !important;
  }

  .formulare-cards-wrapper .elementor-column.elementor-col-50.elementor-top-column.elementor-element {
    margin-inline: auto;
  }

  .formulare-cards-wrapper .elementor-widget-wrap {
    padding: 0 !important;
  }
}


#footer a:hover span, .footer-widgets a:hover, #footer a:hover {
  color: #C26AC3 !important;
}

#toTop {
  background: url('./assets/images/chevron-up-solid.svg') !important;
  background-repeat: no-repeat !important;
  width: 60px !important;
  height: 60px !important;
}