/*!
Theme Name: CheckChina
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: checkchina
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CheckChina is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h3 {
	padding-top:70px;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## CheckChina
--------------------------------------------------------------*/
body {
	background-color: #EFEFEF !important;
	font-family:"Roboto";
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 15px
}
.video-container embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.site-header {
	display:none;
}
.site-content {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    margin-top: 3%;
    border-radius: 10px;
    padding-left: 0%;
    padding-right: 0%;
}
.content-area {
	padding-top: 0px;
    padding-bottom: 30px;
}
.entry-content {
	line-height:1.5em;
}
.cc_starthead {
	width: auto;
    line-height: 2em;
    height: auto;
    background-color: #14a218;
    color: #FFF;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    /* margin-top: -20px; */
    padding: 20px;
    border-radius: 5px;
    /* border-top-right-radius: 5px; */
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 5px #ccc;
	margin: 1%;
	text-shadow: 1px 1px 1px #666;
}
.page-header h1.page-title {
	text-align: center;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f18e15;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.cc_feat_search {
	width: auto;
    line-height: 2em;
    height: auto;
    background-color: #333E47;
    color: #FFF;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 5px #ccc;
	margin: 1%;
	text-shadow: 1px 1px 1px #666;
	margin-top:20px;
	clear:both;
} 
.cc_feat_search_title {
	text-align: center;
    font-weight: bold;
    font-size: 24px;
}
.cc_feat_search_form {
}
@media (max-width: 501px) {
	.cc_starthead,
	.cc_feat_search {
		margin:3%;
	}
	.page-header h1.page-title {
		width: 94%;
	}

}

@media all and (min-width: 1002px) {
	.site-content {
		width: 1020px;
		/* padding-left: 10%; */
		/* padding-right: 10%; */
		margin-bottom: 60px;
		margin-top: 40px;
	}
}
/*--------------------------------------------------------------
## CheckChina // Feat. Search
--------------------------------------------------------------*/

.cc_is_box {
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 450px;
    /* box-shadow: 0px 0px 12px 12px #000; */
    border-radius: 5px;
    /* padding: 20px; */
    margin-bottom: 15px;
}
.cc_is_input {
    height: 50px;
    width: 450px;
    background: rgb(238,238,238);
    background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(247,247,247,1) 100%);
    border: 0;
    padding: 5px 75px 5px 15px;
    /* box-shadow: 0px 0px 5px 2px #CCC; */
    border-radius: 5px;
    font-size: 18px;
    color: #666;
    box-sizing: border-box;
    margin-top: 0px;
    top: 0;
    float: left;
    z-index: 1;
    position: relative;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.cc_is_input:hover {
    background: rgb(238,238,238);
}
.cc_is_button {
    height: 50px;
    width: 60px;
    padding: 5px 23px;
    border: 0;
    background: rgb(4,129,236);
    background: linear-gradient(180deg, rgba(4,129,236,1) 0%, rgba(200,235,255,1) 100%);
    margin-top: -50px;
    box-sizing: border-box;
    float: right;
    float: right;
    position: relative;
    /* left: -50px; */
    z-index: 2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.cc_is_button:hover {
    background: rgb(4,129,236);
}
.cc_is_button:after {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #FFF;
    content: "\f002";
    position: relative;
    margin-left: -4px;
}
.bigtext {
    font-family:"Roboto";
    font-size:46px;
    font-weight: 800;
}
.desctext {
    font-family:"Roboto";
    font-size:16px;
    margin-top:15px;
}
.cc_is_align {
    text-align:center;
    width:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 100px;
}
.cc_is_stats {
    text-align: center;
    margin-bottom: 100px;
}
.cc_suggestions {
    background-color:#EFEFEF;
    width:480px;
    height:180px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:250px;
    border-radius:10px;
}
@media (max-width: 501px) {
	.cc_is_box {
		width: 280px;
	}
	.cc_is_input {
		width: 250px;
	}
	.cc_is_button{
		margin-top: -50px;
		left: -10px;
	}
	
}
/*--------------------------------------------------------------
## CheckChina // SinglePost
--------------------------------------------------------------*/
.site-main {
	padding: 10px;
    border-radius: 5px;
    background-color: #FFF;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 10px #ccc;
	word-wrap: break-word !important;
}
.postposition {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
	word-wrap: break-word !important;
}
.entry-title {
	font-size:34px;
}
.postposition .entry-meta {
    margin-top: 0px;
    height: 58px;
    margin-left: -100px;
    margin-right: -100px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}
.postposition .entry-meta .posted-on {
	display: block;
    float: left;
    background-color: #EFEFEF;
    padding: 10px;
    margin-left: -65px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	color: #076bb8;
    text-shadow: 1px 1px 1px #FFF;
}
.postposition .entry-meta .posted-on:before {
	font-family:"FontAwesome";
	content: "\f017";
	font-size: 16px;
	margin-right: 8px;
}
.postposition .entry-meta .byline {
    display: block;
    float: right;
    background-color: #EFEFEF;
    padding: 10px;
    margin-right: -65px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	color: #a30303;;
    text-shadow: 1px 1px 1px #FFF;
}
.postposition .entry-meta .byline:before {
	font-family:"FontAwesome";
	content: "\f007";
	font-size: 16px;
	margin-right: 4px;
}
.cc_single-post-thumbnail .post-thumbnail img {
	width: 100%;
    height: auto;
}
.cc_spt .cc_single-post-thumbnail {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	left:-10px;
	margin-top: -10px;		
}
.cc_spt .cc_single-post-thumbnail img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media all and (max-width: 999px) {
	.cc_spt {
		margin-left:-10px;
		margin-right:-10px;
	}
	.cc_spt .cc_single-post-thumbnail {
		width: 100%;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		left:0;
		top:0px;
	}
	.postposition {
		width: 100%;
	}
	.postposition .entry-meta {
		position: relative;
		width: 100%;
		height: 40px;
		background-color: #efefef;
		margin-top: 8px;
		margin-left: 0px;
		padding: 10px;
		padding-left: 10px;
		border-radius: 5px;
	}
	.postposition .entry-meta .posted-on {
		display: block;
		float: left;
		margin-left: unset;
		padding:unset;
		background-color: unset;
	}
	.postposition .entry-meta .byline {
		padding-top: 0px;
		display: block;
		float: right;
		margin-right: unset;
		padding:unset;
		background-color: unset;
	}
	img.aligncenter {
        height: auto;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px
    }
}
.entry-content {
	clear:both;
}
.entry-footer {
	display:none;
}
/*--------------------------------------------------------------
## CheckChina // Symbols
--------------------------------------------------------------*/
.i-plus:before {
	font-family: "FontAwesome";
    font-weight: 900;
    content: "\f055";
    display: block;
    position: relative;
    margin-right: 5px;
    font-size: 16px;
	color: #00bf45;
	float: left;
}
.i-minus:before {
	font-family: "FontAwesome";
    font-weight: 900;
    content: "\f056";
    display: block;
    position: relative;
    margin-right: 5px;
    font-size: 16px;
	color: #d60429;
	float: left;
}

/*--------------------------------------------------------------
## CheckChina // Page
--------------------------------------------------------------*/
.cc_site-page {
	width:720px;
	margin-left:auto;
	margin-right:auto;
}
@media all and (max-width: 999px) {
	.cc_site-page {
		width: 100%;
	}
}
/*--------------------------------------------------------------
## CheckChina // Tracking
--------------------------------------------------------------*/
.tracking1-box {
	padding-top:75px;
	text-align: center;
    background-color: #EFEFEF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tracking1-box #trackingNum {
	padding: 10px 20px;
    font-size: 20px;
	border: 2px solid #CCC;
	background-color:#FFF;
	color:#333;
}
.tracking1-box input {
	padding: 10px 20px;
    font-size: 20px;
	-webkit-appearance: none;
	appearance: none;
    box-sizing: content-box;
    border: 2px solid #0483ce;
    background-color: #0483ce;
    color: #FFF;
    font-weight: bold;
}
.tracking1-box #TRContainer {
	padding-top: 10px;
}
/*--------------------------------------------------------------
## CheckChina // Index
--------------------------------------------------------------*/
a.index-post-link {
	color:unset;
	text-decoration:none;
}
.cc_index_post:after {
	height: 30px;
    padding-top: 130px;
    font-family:"FontAwesome";
	content: "\f0dd";
    position: absolute;
	z-index:0;
    display: block;
    width: 20px;
    bottom: 0;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0) 100%);
    text-align: center;
}
.cc_index_post {
    float: left;
    width: 48%;
    background-color: #FFF;
    margin:1%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ccc;
	height:375px;
	overflow:hidden;
	position: relative;
	z-index:1;
	transition:0.2s all;
}
.cc_index_post:hover {
    box-shadow: 0px 0px 10px 5px #ccc;
	transition:0.2s all;
	cursor:pointer;
}
.more-index {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5060399159663865) 100%);
	position:relative;
	width: 90%;
    z-index: 1000;
    top: 146px;
    text-align: center;
    padding: 5%;
}
.postposition-index {
	margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.entry-title-index {
	font-size: 22px;
    padding-bottom: 0px;
    padding-top: 30px;
}
.postposition-index .entry-content-index {
	margin:0;
	line-height:1.5em;
}
.postposition-index .entry-meta-index {
	margin-top: -115px;
    height: 58px;
    margin-left: -20px;
    z-index: 0;
    position: relative;
}
.postposition-index .entry-meta-index .posted-on {
    background-color: #efefef;
    padding: 10px;
    margin-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #076bb8;
    text-shadow: 1px 1px 1px #FFF;
}
.postposition-index .entry-meta-index .posted-on:before {
	font-family:"FontAwesome";
	content: "\f017";
	font-size: 16px;
	margin-right: 8px;
}
.cc_index_post .cc_spt-index .cc_single-post-thumbnail-index {
    width: 490px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
	left:0px;
}
.cc_single-post-thumbnail-index .post-thumbnail img {
	width: 100%;
    height: auto;
}
.cc_index_post .cc_spt-index .cc_single-post-thumbnail-index img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
@media all and (max-width: 501px) {
	.cc_index_post {
		width: 94%;
		margin:3%;
	}
}
/*--------------------------------------------------------------
## CheckChina // Navigation Bottom
--------------------------------------------------------------*/
.nav-links {
	background-color: #FFF;
    display: inline-block;
    padding: 1%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 30%, rgba(255,255,255,0) 100%);
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 5px;
    width: 96%;
    margin: 1%;
    padding-top: 20px;
	padding-bottom: 20px;
	clear:both;
}
@media all and (max-width: 501px) {
	.nav-links {
		width: 92%;
		margin: 3%;
	}
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}
.nav-previous a,
.nav-next a {
	color: #000;
    padding: 10px;
}
/*--------------------------------------------------------------
## CheckChina // Comments
--------------------------------------------------------------*/
.comment-list {
}
.comments-area {
	padding:3%;
}
ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.children {
	list-style: none;
}
.comment-awaiting-moderation {
	float: left;
	padding: 6px 8px;
	background-color:lightblue;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}
.comment-list .comment-meta {
	background-color:#DDD;
	padding: 10px;
	height: 32px;
}
.comment-list img.avatar {
	width: 32px;
	height: 32px;
	float: left;
}
.comment-list .fn {
	float: left;
	padding-left: 5px;
	padding-top: 9px;
	color:#666;
}
.comment-list .fn a {
	color:#0091db;
	text-decoration:none;
}
.comment-list .says {
	display:none;
}
.comment-list .comment-metadata {
	float: right;
	padding-top: 9px;
	padding-right: 5px;
}
.comment-list .comment-metadata a {
	color:#666;
	text-decoration:none;
	font-size:14px;
}
.comment-list .comment-content {
	padding: 0px 15px 20px 15px;
	background-color:#F4F4F4;
	line-height:1.5em;
}
.comment-body {
	margin-bottom: 15px;
}
.comment-body .reply {
	float: right;
	padding: 8px 6px;
	background-color: #EEE;
	border: 1px solid #CCC;
	font-size: 14px;
	margin-top: -32px;
}
.comment-body .reply a.comment-reply-link {
	color:#666;
	text-decoration:none;
}
.comment-respond {
	padding-top: 10px;
	clear: both;
}
.comment-notes {
	line-height:1.5em;
}
.comment-form label {
	height: 20px;
	display: block;
	text-transform: uppercase;
	font-size:14px;
	color:#666;
}
.comment-form #comment {
	float: left;
	width: 96%;
	border: 1px solid#CCC;
	border-radius: 5px;
	background-color:#F9F9F9;
	padding: 2%;
	font-size:16px;
	transition:0.2s all;
	-webkit-appearance: none;
}
.comment-form .comment-form-author,
.comment-fomm .comment-form-email {
	clear:both;
	padding-top: 15px;
}
.comment-form #author,
.comment-form #email,
.comment-form #url {
	width: 96%;
	border: 1px solid #CCC;
	border-radius: 5px;
	background-color:#F9F9F9;
	padding: 2%;
	font-size:16px;
	transition:0.2s all;
	-webkit-appearance: none;
}
.comment-form #comment:focus,
.comment-form #author:focus,
.comment-form #email:focus,
.comment-form #url:focus {
	box-shadow:inset 0px 0px 5px #CCC;
	border: 1px solid #666;
	transition:0.2s all;
	outline: none;
}
.comment-form #comment:hover,
.comment-form #author:hover,
.comment-form #email:hover,
.comment-form #url:hover {
	border: 1px solid #B7AEAE;
	transition:0.2s all;
}
.comment-form .form-submit {
	text-align: center;
}
.comment-form #submit {
	text-transform: uppercase;
	padding: 10px 15px;
	border: 0px;
	background-color:#0091db;
	font-size: 14px;
	border-radius: 5px;
	color:#FFF;
	transition:0.2s all;
	-webkit-appearance: none;
}
.comment-form #submit:hover {
	background-color:#074193;
	transition:0.2s all;
}
@media all and (max-width: 475px) {
	.comment-list .fn {
		float:unset;
		padding-top:0px;
	}
	.comment-list .comment-metadata {
		float: left;
		padding-top: 0px;
		padding-left: 5px;
	}
	.comments-area {
		padding:1%;
	}
}
