/*
Theme Name:     Divi Child
Theme URI:      http://code-ninja.co.uk/wordpress/themes/Divi-Child
Description:    Child theme for the Divi theme
Author:         Wayne "Pendragon" Owens
Author URI:     http://penddraig.co.uk
Template:       Divi
Version:        1.0
*/
@import url("../Divi/style.css");

/* Your modification goes here */

.et_boxed_layout #page-container { box-shadow: none !important; }

.et-shadow .et-box-content {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
}

#footer-bottom {
  background-color: rgba(0, 0, 0, 0);
}

#main-header, #et-fixed-header {
  height:180px;
  box-shadow: 0 10px #6dd3ea;
}

#et-top-navigation {
  float: right;
  position: relative;
  top: -55px !important;
}

.bubble{
  background-color: #F2F2F2;
  border-radius: 5px;
  box-shadow: 0 0 6px #B2B2B2;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  vertical-align: top;
}

.bubble::before {
  background-color: #F2F2F2;
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 11px;
  transform:             rotate( 29deg ) skew( -35deg );
      -moz-transform:    rotate( 29deg ) skew( -35deg );
      -ms-transform:     rotate( 29deg ) skew( -35deg );
      -o-transform:      rotate( 29deg ) skew( -35deg );
      -webkit-transform: rotate( 29deg ) skew( -35deg );
  width:  20px;
}

.me {
  float: left;   
  margin: 5px 45px 5px 20px;         
}

.me::before {
  box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
  left: -9px;           
}
.wmo_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wmo_page_title { 
  width: 100%;
  background-color: #6dd3ea; 
  padding: 10px 0 0 0 !important; 
  min-height: 43px; 
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); 
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); 
  -moz-transition: all 0.2s ease-in-out; 
  -webkit-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
  position: relative; 
}
