/*
 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
*/


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

@media only screen and (max-width: 480px) {
	.list-view .site-content .post-thumbnail img {
	  display:none!important;
	 }
}

*::-moz-selection {
	background: #d25959;
}

.menu-toggle {
	background-color:#091f2c;
	margin-top:27px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #091f2c;
}

.primary-navigation.toggled-on {
	padding:75px 0 29px;
}

.primary-navigation .nav-menu {
	margin-top:27px;
}

a {
	color:#153d4b;
}

.widget a:hover, .site-info a:hover, .featured-content a:hover {
	color:#ffffff;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: #ffffff;
}

.site-navigation li a:hover, .site-navigation a:hover {
	background-color: #153d4b!important;
	color: #ffffff!important;
}

.search-toggle {
	background-color:#091f2c!important;
	margin-top:27px;
}

.search-box, .search-box.active, .search-toggle:hover {
	background-color:#091f2c!important;
	margin-top:27px;
}

.site:before {
	background-color:#6fb75c!important;
}

.site-title {
	margin-top:10px;
	margin-bottom:10px;
}

.site-title a span {
    color: #ffffff;
    position: relative;
    top: 11px;
    left: 13px;
    font-weight: normal;
    font-size: 22px;
}

.site-title a, .site-title a:hover {
	overflow: visible;
}

.site-header {
	background-color: #153d4b;
}

.grid .featured-content .entry-header, .featured-content .entry-header, .grid .featured-content .entry-header {
	background-color: #091f2c!important;
	border-color: #091f2c!important;
}

#secondary {
	background: -webkit-linear-gradient(#153d4b, #6fb75c); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#153d4b, #6fb75c); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#153d4b, #6fb75c); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#153d4b, #6fb75c); /* Standard syntax */
  	background-color: #153d4b!important;
  	padding-top: 10px;
  	border-top: 0px!important;
  	border-bottom: 0px!important;
  	padding-bottom: 50px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #153d4b;
}

.site-content .entry-header {
	margin-top:27px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.page-content {
 	/* Original max-width: 474px */
 	max-width: 80%;
}

.site-content .entry-meta {
	max-width: 100%;
}

footer.entry-meta {
	max-width: 80%!important;
}

.post-navigation, .image-navigation, .comments-area, .archive-header, .page-header {
  max-width: 80%;
}

.paging-navigation {
    border-top: 5px solid #153d4b;
}

.paging-navigation a {
    color: #999999;
}

.paging-navigation .page-numbers.current {
    border-top: 5px solid #6fb75c;
}

.entry-title, .featured-content a {
    text-transform: capitalize;
}

.site-footer {
	background-color: #6fb75c;
}

code, kbd, tt, var, samp, pre {
    background-color: #eee;
    font-size: 12px;
}

.archive-title, .page-title {
	font-size: 20px;
}

.site-navigation li {
	border-top:0px;
}

.primary-navigation .nav-menu {
	border-bottom:0px;
}

