/*
Theme Name: Daisy Bakes
Theme URI: 
Description: Child 01 theme for the Divi theme
Author: <a href="http://www.arrawebdesign.com">Arra Web Design</a>
Author URI: 
Template: Divi
Version: 3.0.29
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 18 Jan 2017 09:34:51 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*---------- [Load The Fonts] ----------*/
@font-face {
    font-family: giddyup;
    src: url('fonts/giddyup.ttf');
}

/*---------- [Font Styling] ----------*/
h1 {
    font-family: giddyup, crafty girls, cursive !important;
    font-size: 60px !important;
}

h3 {
    font-family: giddyup, crafty girls, cursive !important;
    font-size: 40px !important;
}

h4 {
    font-family: giddyup, crafty girls, cursive !important;
    font-size: 40px !important;
}

#main-header {
display: none !important;
}

/*---------- [Custom Blurb Module] ----------*/
.myblurb img {
    border: 5px solid #f05a7e;
    border-radius: 50%;
    margin-top: -150px;
}

/* Rounded center split and bottom rounded */
  
    .roundedsplit::before,
    .roundedsplit::after {
        position: absolute;
        content: '';
        pointer-events: none;}
  
    .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;}