/*
 Theme Name:     Spark Child Theme
 Theme URI:      https://passionsintopaychecks.com
 Description:    Spark Child Theme
 Author:         Andi Maes | Passions Into Paychecks
 Author URI:     https://passionsintopachecks.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
	
.tilt {
    -ms-transform: rotate(-10deg); /* IE 9 */
    -webkit-transform: rotate(-10deg); /* Safari 3-8 */
    transform: rotate(-10deg);
}


/*Hide down arrow from main menu (with submenu)*/
#top-menu .menu-item-has-children > a:first-child::after, .fullwidth-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
display: none;
}
/*Remove space left behind after hiding down arrow*/
#top-menu .menu-item-has-children {padding-right: 0px;}

/*sub-menu alterations*/
/*move submenu up*/		
	.nav li ul {
    border-top: 0px;
    margin-top: -16px;
}


/*center text to icons on divi blurb*/
.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container {
    vertical-align: middle;
}




.disable-cc .wc-stripe-banner-checkout {
 display: none!important;
}  
    
    
    
    
    
    
    
    