/*
 Theme Name: Blue Cloud
 Theme URI: https://www.antonkoekemoer.com
 Description: Child Theme
 Author: Anton Koekemoer
 Author URI: https://www.antonkoekemoer.com
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.el-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.el-flex-row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ds-vertical-align {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.wa-widget-send-button {
  background-color: #9752BD !important;
}
.wa-chat-bubble-text {
  box-shadow: 2px 3px 0px #9752BD !important;
}