/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*for the left bar below the menus*/
.site:before {
	background-color: #2d3158;}

.cat-links {
	display: none;
}

.archive-title {
	display: none;
}

.entry-title {
	font-weight: bold;
}

.site-info a {
	display:none;
}

.search-toggle {
		display: none;
	}
	
	.primary-sidebar .widget {
		font-size: 20px;
	}

#page {
margin-left: auto;
margin-right: auto;
}

body {
background-color: #f6c609;
}

.site-footer, .primary-sidebar, .header-main, #secondary{
background-color: #2d3158;
}

.site-title a {
color: #000000;
}

img {display: block}



.news, .news a{
background: #384273 !important;
color: white !important;
}

.news:hover, .news a:hover{
background-color: #DDDDDD !important;
color: #444444 !important;
}

.lang-item:hover a{
background-color: #2d3158 !important;
}
