/*
 Theme Name:   Dental SEM
 Theme URI:    http://dentalsem.co.uk
 Description:  A Child Theme built for Divi on Dental SEM
 Author:       Raj 
 Author URI:   http://www.dentalsem.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
*,
*::before,
*::after {
  box-sizing: border-box; }

:root {
  --select-border: $primary-color;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

.flex-center-1 {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-center-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.flex-left-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left; }

.flex-right-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right; }

#flex-list-li ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 30px;
  justify-content: flex-start; }

.gform_button {
  opacity: 1;
  border: none !important;
  font-size: 13px !important;
  text-transform: uppercase;
  padding: 12px 23px;
  min-width: 140px;
  float: right;
  border-radius: 40px; }
  .gform_button:hover {
    opacity: 0.5;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out; }

/*# sourceMappingURL=style.css.map */
