/* 
 Theme Name:     InnerSupport.AI Custom Theme
 Author:         Amanda Weber
 Author URI:     http://www.amandaweber.me
 Template:       Divi
 Version:        1.0.0
 Description:    Custom Divi child theme 
*/ 

/* General Formatting */
body ul li {
    margin: 10px 0;
}
.auto-margins {
    margin-top: auto;
    margin-bottom: auto;
}

.footer-menu ul {
    margin: 0;
}
    .footer-menu ul li {
        margin: 0 0 8px 0;
    }

/* Menu Bar */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;
    font-weight: thin;
}
.et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}
.login-link a {
    background-color: #008599;
    color: #fff;
    padding: 20px 25px !important;
    border-radius: 50px;
}
    .et_pb_menu_0_tb_header.et_pb_menu nav>ul>li.login-link>a:hover {
        background-color: #DCC686;
        color: #6B7069 !important;
    }

/* Gravity Forms */
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    background-color: #008599;
    color: #fff;
    padding: 15px 35px !important;
    border-radius: 50px;
    text-transform: uppercase;
}

/* Homepage */
.who-its-for {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  text-align: center;
}
.testimonial h5 {
    margin-top: 20px;
}


.button a {
    background-color: #008599;
    color: #fff;
    padding: 15px 35px !important;
    border-radius: 50px;
    text-transform: uppercase;
}
    .button a:hover {
        background-color: #DCC686;
        color: #6B7069 !important;
    }
footer .button a {
    background-color: #DCC686;
    color: #6B7069;
    padding: 10px 20px !important;
    border-radius: 50px;
    text-transform: uppercase;
}
    footer .button a:hover {
        background-color: #000;
        color: #DCC686 !important;
    }


@media only screen and (max-width: 980px) {
  .icon-element {
    margin-top: 15px;
    }
  .reverse-columns-mobile {
    display: flex;
    flex-direction: column-reverse !important;
  }

  /* Prevent unwanted side effects inside the row */
  .reverse-columns-mobile > .et_pb_column {
    width: 100% !important;
  }
}