/* 
Theme Name: Get Smart Group - Agency Theme
Theme URI: https://thegetsmartgroup.com
Description: Get Smart Group - Agency Theme is a child theme for Hello Elementor
Author: Get Smart Group
Author URI: https://thegetsmartgroup.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: gsg-etheme
*/

/*
    Add your custom styles here
*/
table.shortcode-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  table.shortcode-table th, table.shortcode-table td, table.shortcode-table tbody>tr:nth-child(odd)>td, table.shortcode-table tbody>tr:nth-child(odd)>th {
      background-color: transparent;
      border: none;
      padding: 5px;
  }
  .location-address-details {
      display: flex;
      flex-direction: row;
  }  
  .location-address-details .gsg-left-column {
    flex-grow: 1;
}
  .location-address-details .gsg-right-column {
      flex-shrink: 1;
  }
  .elementor-location-footer select {
      color: #333 !important;
  }