/*
CTC Separate Stylesheet
Updated: 2018-02-28 10:13:17
Theme Name: Sequential Child
Theme URI: https://wordpress.com/themes/sequential/
Template: sequential
Author: Clicks and Links
Author URI: https://wordpress.com/themes/
Description: A customisation of the Sequential theme for the LOOPER Project
Tags: blog,custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,post-formats,right-sidebar,rtl-language-support,sticky-post,theme-options,translation-ready,two-columns
Version: 1.1.8.1519812797
*/

	/* Sub-menu background */
	.main-navigation ul ul li {
		padding: 0;
		margin-right: 0;
		background: #6cc598;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	/* Drop-down from menu-toggle */
	.menu-primary {
		background: #6cc598;
	}
	
	.main-navigation a {
		background: #6cc598;/*rgba(0,99,0,0.25);*/
	}
	
	.dropdown-toggle:before {
		background: #6cc598;
	}
	
	.hero {
		background: white;
	}
