/*
Theme Name: Twenty Fourteen Child
Theme URI: http://wordpress.org/themes/twentyfourteen
Description:  Twenty Fourteen Child Theme
Author: Linda Charest
Author URI: http://localhost/mytestsite/wordpress
Template:	twentyfourteen
Version:  1.0
*/

@import url("../twentyfourteen/style.css");

/* Remove "Proudly powered by WordPress" */


.site-info {
	display: none;
}


/* Remove all remove the post author, permalink, date and meta data from all posts */
.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
	display: none;
}



/* Remove white space between header and posts page and sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 12px 10px 0;
}

@media screen and (min-width: 846px) {
     .content-area {padding-top: 0px !important;}
}

@media screen and (min-width: 673px) {
     .content-area {padding-top: 0px !important;}
}

/* Make Horizontal line green*/
.entry-content hr {
 color: #41a62a;
 background-color: 41a62a;
 height: 2px;
 }

 /* Widget text Special Elite*/
 .widget{
 font-family:  Special Elite;
 }
 