/*
Theme Name: Legend
Template: hello-elementor
Author: Rocket
Author URI: https://www.rocketco.co.uk/
Version: 2.9.0.1701948138
Updated: 2023-12-07 11:22:18

*/

.social-icon-row,
.large-social-icon-row {
  display: flex;
  padding: 5px 0;
}

.social-icon-row {
  gap: 9px;
}

.large-social-icon-row {
  gap: 30px;
}

.social-icon-row a {
  display: block;
  width: 19px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.large-social-icon-row a {
  width: 60px;
  height: 70px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

@media (max-width: 768px) {
  .large-social-icon-row {
    gap: 19px;
  }

  .large-social-icon-row a {
    width: 35px;
    height: 41px;
  }

  .elementor-location-footer .wordpress-menu {
    flex-wrap: wrap;
  }

  ul.wordpress-menu {
    padding-left: 0 !important;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  ul.wordpress-menu li {
    order: 2;
  }

  ul.wordpress-menu li.phone {
    order: 1;
    width: 100%;
    display: block;
    text-align: center;
  }

  ul.wordpress-menu li.button {
    order: 3;
    width: 100%;
  }

  ul.wordpress-menu li.button a {
    display: block;
    text-align: center;
  }

  .product-callout .product-callout-item .product-callout-item-content {
    width: 100%;
    max-width: 100%;
    padding: 15px 25px;
  }
}
