/*
Theme Name: Sweetness Child Theme
Description: A child theme based on Sweetness by BNE Creative.
Author: Kerry Kline
Author URI: http://www.bnecreative.com
Version: 1.0
Template: sweetness
*/

/*
 * 	IMPORTANT! There is no need to @import the parent's
 *	main style.css file. It's already enqueued!!
*/



/* ===========================================================
 *	Global Styles
 * ======================================================== */

 .fusion-hills-opacity-candy path:first-child, .fusion-horizon-candy path:first-child, .fusion-section-separator .fusion-waves-opacity-candy path:first-child
 {
    opacity: .12;
}
.fusion-hills-opacity-candy path:nth-child(2), .fusion-horizon-candy path:nth-child(2), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(2) {
    opacity: .18;
}
 .fusion-hills-opacity-candy path:nth-child(3), .fusion-section-separator .fusion-horizon-candy path:nth-child(3), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(3)

 {
    opacity: .24;
}
 .fusion-hills-opacity-candy path:nth-child(4), .fusion-section-separator .fusion-horizon-candy path:nth-child(4), .fusion-section-separator .fusion-waves-opacity-candy path:nth-child(4)
 {
    opacity: .3;
}


.topneg.bne-container , .bottomneg.bne-container  {
    overflow: visible;  
}



/* ===========================================================
 *	Responsive Styles
 * ======================================================== */

/* == Mobile and larger == */
@media (min-width: 481px) { }

/* == Tablet and larger == */
@media (min-width: 768px) { }

/* == Desktop and larger == */
@media (min-width: 1281px) { }

/* == Small Tablet only == */
@media (min-width: 481px) and (max-width: 767px) { }

/* == Large Tablet only == */
@media (min-width: 768px) and (max-width: 1024px) { }

/* == Small Desktop only == */
@media (min-width: 1025px) and (max-width: 1280px) { }

/* == Small Desktop and Smaller == */
@media (max-width: 1280px) { }

/* == Tablet and Smaller == */
@media (max-width: 767px) { }

/* == Mobile only == */
@media (max-width: 480px) { }