 /*--------------------------------------------------------------------------------
  _   _                   _______   _                                     
 | \ | |                 |__   __| | |                                    
 |  \| |   __ _  __   __    | |    | |__     ___   _ __ ___     ___   ___ 
 |     |  / _  | \ \ / /    | |    | '_ \   / _ \ | '_ ` _ \   / _ \ / __|
 | |\  | | (_| |  \ V /     | |    | | | | |  __/ | | | | | | |  __/ \__ \
 |_| \_|  \__,_|   \_/      |_|    |_| |_|  \___| |_| |_| |_|  \___| |___/
                                                                          
                                                                          
----------------------------------------------------------------------------------*/ 

/*
====Table Of Contents====

 1.0 GENERAL STYLE
 
 2.0 RESET BUTTON STYLE
 
 3.0 PANEL STYLE
 
 4.0 TOOGLE BUTTON STYLE
 
 5.0 SAVE & PUBLISH STYLE
 
 6.0 LIMIT BAR
*/


/**
 * 1.0 General Style
 * -----------------------------------------------------------------------------
 */

#accordion-section-navthemes_section h3{
	color:red;
	background:#20c18b !important;
	color:white !important;
}
	
#accordion-section-navthemes_section h3:after{
	color:white !important;
}

.navthemes-links ul{
	color:red;
	padding:0px;
	margin:0px;
	margin-top:10px;
}

.navthemes-links ul li{
	color:red;
	margin-bottom:1px;
}

.navthemes-links ul li a{
	color:red;
	padding:10px;
	background:white;
	display:block;
	color:black;
	font-weight:bold;
}

.navthemes-links ul li a:hover{ 
	color:red;
	background:#20c18b;
	color:white; 	
}

.section-heading{
	color:red;
	padding: 10px; 
	font-size:15px; 
	text-align:center; 
	background-color: #60e4b1; 
	color: #fff; 
	border-radius: 20px;
}

.section-heading a span{
	font-weight:bold;
	color:red;
}


/**
 * 2.0 Reset Button Style
 * -----------------------------------------------------------------------------
 */

a.kirki-reset-section:hover {
    background: #20c18b;
    text-decoration: none;
}

.kirki-reset-section{	
	margin-top:35px;
	text-decoration: none;
}

/**
 * 3.0 Panel Style
 * -----------------------------------------------------------------------------
 */
 
#accordion-section-navthemes_support .accordion-section-title{
	background:#20c18b;	
}

#accordion-panel-general_settings .accordion-section-title{
	background:#bafae5;	
}

#accordion-panel-footer_setting .accordion-section-title{
	background:#bafae5;	
}

#accordion-panel-header_settings .accordion-section-title{
		background:#bafae5;	
}

#accordion-panel-homepage .accordion-section-title{
			background:#bafae5;	
}

#accordion-panel-footer_settings .accordion-section-title{
			background:#bafae5;	
}

#accordion-panel-contact_settings .accordion-section-title{
			background:#bafae5;	
}

#accordion-section-frontpagereordering_modules .accordion-section-title{
			background:#bafae5;	
}


/**
 * 4.0 Toogle Button Style
 * -----------------------------------------------------------------------------
 */
 
.customize-control-kirki-toggle input:checked + .switch {
    background: #60e4b1 !important;
}

.customize-control-kirki-toggle input:checked + .switch:after {
    background: #60e4b1 !important;
}


/**
 * 5.0 Save & Publish Button Style
 * -----------------------------------------------------------------------------
 */
.wp-core-ui .button-primary, .wp-core-ui .button-primary :hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:active, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled], .wp-core-ui .button-primary:visited{
    background: #20c18b !important;
	border-color: #20c18b !important;
	box-shadow: none;
	color: #fff !important;
	text-shadow: none;
}

/**
 * 5.0 Limit Bar Style
 * -----------------------------------------------------------------------------
 */
.limit.highlight {
    background: #20c18b !important;
}

/**
 *   End of the Style
 * -----------------------------------------------------------------------------
 */