/*
Theme Name: Divi Child
Template: Divi
Author: Child Theme Configurator
Version: 1.0.1443540470
Updated: 2015-09-29 15:27:50
*/

@charset "UTF-8";


/*-----------[Top Header]----------*/


#et-info { float: right;}


/*------------------------------------------------*/
/*-----------[Rounded Split]----------*/
/*------------------------------------------------*/
 
/* Rounded center split and bottom rounded */
 
    .roundedsplit::before,
    .roundedsplit::after {
        position: absolute;
        content: '';
        pointer-events: none;}
 
    .roundedsplit {
        border-radius: 0 0 80px 80px;}
 
    .roundedsplit::before,
    .roundedsplit::after {
        top: -70px;
        left: 0;
        z-index: 10;
        width: 50%;
        height: 70px;
        background: inherit;}
 
    .roundedsplit::before {
        border-radius: 0 80px 0 0;}
 
    .roundedsplit::after {
        left: 50%;
        border-radius: 80px 0 0 0;}

/*------------------------------------------------*/
/*-----------[Contact Form]----------*/
/*------------------------------------------------*/

