/*
Theme Name: apexsport
Theme URI: thaiwebdesign.wordpress.com
Description: A Child theme
Author: Kim
Author URI: thaiwebdesign.wordpress.com
Template: twentyfourteen
Version: 1.0
*/
/* import the base styles */
@import url('../twentyfourteen/style.css');

.entry-title {
	font-size: 26px;
	font-weight: bold;
}

#secondary {
    width: 190px;
}
.archive-title {
	font-size: 24px;
	line-height: 0.8;
}

@media screen and (min-width: 810px) {
	.full-width .site-content blockquote.alignleft, 
	.full-width .site-content img.size-full.alignleft, 
	.full-width .site-content img.size-large.alignleft, 
	.full-width .site-content img.size-medium.alignleft, 
	.full-width .site-content .wp-caption.alignleft {
	    margin-left: 0px; 
	}
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 10px auto;
    max-width: 800px;
}
/* hide category in featured grid*/
.featured-content-inner .entry-meta {
display: none;
}
.grid .featured-content .entry-header {
height: 72px !important;
min-height: 72px !important;
}

#fb-line-sec {
	display: none;
}
/*display facebook & line detail on mobile*/
@media screen and (max-width: 1008px) {
	#fb-line-sec {
	    position: fixed;
	    background-color: #444;
	    color: #FFF;
	    left: 20px;
	    bottom: 10px;
	    width: 120px;
	    height: 30px;
	    font-size: 95%;
	    padding: 5px;
	    border-radius: 5px;
	    z-index: 200;
	    display: block;
	}
}

#wheel_catalog {
	font-size: 0.75em;
}

/*animated blink
@keyframes blink {  
    0% { color: red; }
    100% { color: black; }
}
@-webkit-keyframes blink {
    0% { color: red; }
    100% { color: black; }
}
.blink {
	font-size: 1em ;
	font-weight:bold;
    -webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    -ms-animation: blink 0.5s linear infinite;
    -o-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
} */
	