/*

 Theme Name:   WP Spectrum Child

 Theme URI:    http://themeforest.net/user/CMSSuperHeroes/portfolio

 Description:  In 2017, Creating a magazine website with WordPress has never been easier.

 Author:       Cmssuperheroes Team

 Author URI:   http://cmssuperheroes.com/

 Template:     wp_spectrum

 Version:      1.1.0

 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

 Text Domain:  wp_spectrum_child

*/





/*

-------------------------------------------------------------- */

.csbody .btn-primary
{
	color: #01396A !important;
	border-color: #01396A !important;


}

.csbody .btn-primary:hover
{
	background-color: #01396A !important;
	border-color: white !important;
	color: white !important;
}

tr:nth-child(even)
{
	background-color: #f4f4f4 !important;
}

tr td
{
	padding: 10px;
	border-left: 1px solid #e8e8e8 !important;
	border-right: 1px solid #e8e8e8 !important;
}

body.csbody h3
{
min-height: 53px !important;
}

.wpcf7-form input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form input[type="text"], .wpcf7-form textarea
{
text-transform: none !important;
}

@media screen and (max-width: 992px){
	span.cs-menu-toggle{
		width: 100% !important;
	}
	
	span.cs-menu-toggle:before{
		right: 20px !important;
	    position: absolute !important;
	}
}

