/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.menu-item i {
font-size: 16px!important; margin-left: 5px}

footer .gform_wrapper.gravity-theme .gfield_label {
color: #fff!important}

.carousel-control {
  background: #444;
  color: #fff;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0.3em;
  cursor: pointer;
  font-size: 1em;
}
.carousel-control:focus {
  outline: 3px solid #00f;
}


input.gform_button.button {font-family: "Anton", Sans-serif!important;text-transform: uppercase; border: none; border-radius: 30px; padding: 10px 40px
}
#gform_confirmation_message_1 {
    color: #fff
}
#testimonials .elementor-testimonial__name {
background: #C74A00!important}

body .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
background: #333!important}

#gform_wrapper_2 .gfield_required {
    color: #C74A00!important; font-weight: bold
}

.gform_wrapper.gravity-theme .gfield_required {
font-style: normal!important; color: #fff!important}

.fg-item-content a.elementor-button {
background:#392CBA!important; color: #fff!important ; }

.fg-item-content a {
color:#392CBA!important }

.fg-item-content a.elementor-button:hover {
color: #fff!important ; background: #333!important }


 .elementor-testimonial__text span {
    font-family: "Anton", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    clear: both;
    margin-bottom: 20px;
}

.footer a {
color: #fff!important}

.membership-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: 16px;
}
.membership-table th,
.membership-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
.membership-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .membership-table thead {
    display: none;
  }
  .membership-table, .membership-table tbody, .membership-table tr, .membership-table td {
    display: block;
    width: 100%;
  }
  .membership-table tr {
    margin-bottom: 1.5em;
    border: 1px solid #ccc;
    padding: 10px;
  }
  .membership-table td {
    text-align: right;
    position: relative;
    padding-left: 50%;
  }
  .membership-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
  }
}






