/*
Theme Name:   Blue Beat Digital
Theme URI:    http://lucidity.design
Description:  This is a custom child theme of Divi.
Author:       Richard George Davis
Author URI:   http://lucidity.design
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*This file was modified by Richard Davis;*/
/*Last modified 01-02-2022*/
/*---[ START - Legal terms & conditions and privacy policy pages ] ---*/
.legal ol {
  list-style-position: outside;
}

.legal ul {
  padding: 0 0 2px 2em;
}

.legal ul li:last-child, .legal ol li:last-child {
  margin-bottom: 0 !important;
}

.legal ol li, .legal ul li {
  margin-bottom: 8px !important;
  margin-top: 10px;
  margin-left: 5px !important;
}

/*-- [START - Horizontal Scroll-Bar Bug] ---*/
#page-container {
  overflow: hidden;
}

@media all and (max-width: 980px) {

  html,
  body {
    overflow-x: hidden;
  }

  body {
    position: relative
  }
}

/*-- [START - list of logos horizontal centered ] ---*/
.logo-img-list-2 .et_pb_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

.logo-img-list-2 .et_pb_column .et_pb_image {
  max-width: 130px;
  margin: auto 0 !important;
  padding: 0.5em 1em;
  -o-object-fit: contain;
  object-fit: contain;
  /* padding: 1rem; */
}

.logo-img-list-2 .et_pb_column .et_pb_image .et_pb_image_wrap img {
  height: auto;
  max-height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  /* width: 130px;
  object-fit: contain;
  aspect-ratio: 2/1; */
}

body .et_pb_contact_form_0.et_pb_contact_form_container textarea.et_pb_contact_message {
  min-height: 125px !important;
}

.et-pb-contact-message {
color: #ffffff	;
font-size: 18px;
/* text-align: center; */
}
