/*
 Theme Name:   Twenty Fourteen Child NEW
 Theme URI:    http://heavystuff.net
 Description:  Twenty Fourteen Child Theme NEW
 Author:       Filosoff
 Author URI:   http://heavystuff.net
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child-new
*/


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

div#page {
    margin: 0px auto;
}

search-field {
    color: black;
}

.site-header {
    background-color: #dedede;
    color: #000;
}

#secondary {
    background-color: #efefef;
    color: rgba(0,0,0,0.7);
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
    background-color: #fff;
    color: #000;
}

.site-footer {
    background-color: #dedede;
    color: #000;
}

.site-title a,
.site-title a:hover {
    color: #000;
}

.widget-title,
.widget-title a {
    color: #000;
}

.widget a {
    color: #208408;
}

.widget input,
.widget textarea {
    border-color: rgba(128,128,128,0.2);
    color: #000;
}

div.main-content {
    padding-top: 3px;
}

.featured-content {
    background-color: #dedede;
}

.featured-content article {
    padding-bottom: 10px;
}

@media screen and (min-width: 900px) {
    .featured-content article.bigger-post {
	width: 50% !important;
    }

    .featured-content article.bigger-post a.post-thumbnail {
	width: 97%;
	max-width: 97%;
    }

    .featured-content article.bigger-post header.entry-header {
	width: 97%;
	max-width: 97%;
    }

    .featured-content article.bigger-post header h1.entry-title {
	font-size: 20px;
    }

    .grid .featured-content .entry-header {
	height: auto;
    }
}


.featured-content article a.post-thumbnail img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.featured-content .hentry {
    color: #000;
}

.featured-content .entry-header {
    background-color: #dedede;
    margin: 0px auto;
}

.featured-content a {
    color: #208408;
}

.featured-content a.post-thumbnail {
    max-width: 300px;
    margin: 0px auto;
}

.featured-content .entry-meta {
    color: #555555;
    margin-bottom: 5px;
}

.grid .featured-content .entry-header {
    max-width: 300px;
    border-color: #dedede;
    text-transform: none;
}

.grid .featured-content .entry-title {
    text-transform: none;
}

article .entry-title {
    text-transform: none;
    font-size: 35px;
}

article .entry-meta {
    text-transform: none;
}

article .entry-meta .cat-links {
    text-transform: none;
}

.site-footer,
.site-info,
.site-info a {
    color: rgba(128,128,128,0.7);
}

.site:before {
    background-color: #efefef;
}

.site-description {
    margin-top: 5px;
}

.sharedaddy {
    position: fixed;
    margin: 0 auto 0 520px;
    top: 150px;
    width: 150px;
}

.display-posts-listing .listing-item {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.display-posts-listing img {
    float: left;
    margin: 5px 10px 10px 0;
    width: 45px;
    height: 45px;
}

.display-posts-listing a {
    text-decoration: none;
    font-size: 12px;
}

div#mysociallinks img {
    margin-left: 0;
}

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

.primary-navigation a {
    background-color: #666666;
    margin-right: 2px;
    color: #55d737;
    font-weight: 900;
    letter-spacing: 1px;
    height: 48px;
    padding-top: 1px;
}

.primary-navigation li.page-item-542 a {
    color: #25ff03;
    font-size: 12px;
    padding-top: 0px;
    height: 49px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.primary-navigation li.page-item-542 a:hover {
    color: white;
}

.primary-navigation li.page-item-1456 a {
    color: #25ff03;
    font-size: 12px;
    padding-top: 0px;
    height: 49px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.primary-navigation li.page-item-1456 a:hover {
    color: white;
}

.widget-area .widget input, .widget-area .widget textarea {
    color: black;
    border-color: rgba(40,40,40,0.2);
}

blockquote {
    font-size: 14px;
}

blockquote a {
    font-size: 14px;
}

article.thumbnail-entries {
    display: block;
    float: left;
    margin: 10px;
    width: 160px;
    height: 200px;
    text-align: center;
}

article.thumbnail-entries h1 {
    font-size: 14px;
    text-transform: none;
    display: inline;
}

article.thumbnail-entries h1 a img {
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cat-links a {
    color: #24890d;
    font-weight: normal;
}

.tag-links-plain a {
    color: #24890d;
    font-weight: normal;
}

.comments-link a {
    color: #24890d;
}

aside#top-posts-2 ul li a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

article div.entry-content img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*article div.entry-content h2 ~ *:not(h2) {
    margin-left: 10px;
}*/

article div.entry-content {
    padding-left: 10px;
}

article div.entry-content h2 {
    margin-left: -10px;
}

article header div.featured-snippet {
    font-size: 11px;
    line-height: 14px;
    margin-top: 3px;
}


.widget_top-posts .widgets-list-layout li {
    margin-bottom: 15px;
}



.footer-sidebar .widget, aside.kebo_twitter_feed_widget {
    width: 100%;
}

.ktweet {
    display: block;
    float: left;
    margin: 0 25px !important;
    width: 15% !important;
    border: none !important;
}

p.ktext {
    color: #333;
}

/*
#post-1456 div.gallery img {
    width: 75px;
    height: 75px;
}
*/


.post-1645 div.yarpp-related {
    display: none;
}

.post-1645 .sharedaddy {
    display: none;
}




blogpostslist {
    display: block;
    margin-top: 15px;
    padding: 0px 10px 0px 10px;
}

blogpostslist .blog-post-thumbnail {
    float: left;
    width: 100px;
    margin-right: 10px;
}

blogpostslist .blog-post-thumbnail-small {
    float: left;
    width: 75px;
    margin-right: 10px;
}

blogpostslist .blog-post-thumbnail-big {
    float: left;
    width: 150px;
    margin-right: 10px;
}

blogpostslist .posted-on {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

blogpostslist .featured-snippet {
    font-size: 10px;
    padding: 2px;
}

.grid .featured-content blogpostslist .hentry {
    min-height: 80px;
}

.grid .featured-content blogpostslist .entry-header {
    padding: 0px;
    border: none;
    margin: 0px 3px 0px 0px !important;
    min-height: 20px;
    height: auto !important;
}

.grid .featured-content blogpostslist .entry-header h1 {
    font-size: 14px;
    font-weight: bold;
}


blogpostslist .blog-first .posted-on {
    font-weight: bold;
}

.grid .featured-content blogpostslist .blog-first .entry-header h1 {
    font-size: 16px;
}


.grid .featured-content .hentry:nth-child(3n+1)	{
    clear: none;
}

.grid .featured-content .hentry:nth-child(2n+1)	{
    clear: none;
}

@media screen and (min-width: 810px) {
    article.recent-blog-posts-wide {
	width: 50% !important;
    }
}
