/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes - Offbeat Media
 Author URI:   http://offbeatmedia.dk
 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
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-Child
*/

/* Hide unnecessary sidebar on blog post pages */
#main-content .container:before { display: none !important; }
#left-area { width: 100%; }

/* Visually slated box design */
[class*="shape-"] { margin: -20px 0; z-index: 999; }
.shape-big-small { clip-path: polygon(0% 0%, 100% 20px, 100%  calc(100% - 20px), 0% 100%); }
.shape-small-big { clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px) ); }

/* Testimonials */
.speechbox:after {
    display: block;
    content: "";
    position: absolute;
	top: calc(100% - 7px);
	background-color: #ffffff;
    height: 15px;
    width: 15px;
    transform: scaleX(.75) rotate(45deg);
}