a.tag{
	border: 1px solid #e6e6e6;
    display: inline-block;
    color: #666;
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    margin: 0 2px 5px 0;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all;
}
a.tag:hover{
	cursor:pointer;
	border-color:#037ef3;
	color:#037ef3;
;
}
.post-content{
    padding: 20px;
	margin-top:20px;
	width:100%;
    background: #fbfbfb;
    display: inline-block;
}
.post-content h1{
    font-size: 1.6em;
    line-height: 1.25;
    margin-bottom: 20px 
}
.post-content .entry-title{
	text-align:center;
}
.post-content .entry-date-views{
    color: #a1a1a1;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.post-thumbnail{
    margin: 20px auto 30px;
    text-align: center;
}
.post-thumbnail img{
    margin: 0 auto;
}
.post-meta-description{
	font-style: italic;
    font-weight: 600;
    margin-bottom: 25px;
}
.author-title{
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    display: block;
	margin-left:5px;
}
.comments-area {
    border-top: 1px solid #e9e9e9;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

.comments-title {
    font-size: 1.3em;
    margin-bottom: 20px;
}

.comment-reply-title {
    font-size: 1.3em;
}

.comment-list {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    margin: 0 0 30px 0;
}

.comment-author {
    font-size: 0.9em;
}

.comment-meta {
    margin-bottom: 4px;
}

.comment-list .reply,.comment-metadata {
    font-size: 0.95em;
}

.comment-list .reply {
    margin-top: 10px;
}

.comment-author .fn {
    font-weight: bold;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,.comment-list .pingback a,.comment-metadata a,.comment-list .reply a {
    color: #777 !important;
    text-decoration: none;
}

.comment-list .trackback a:hover,.comment-list .pingback a:hover,.comment-metadata a:hover,.comment-list .reply a:hover {
    color: #333 !important;
}

.comment-author a:hover {
    color: #414141;
}

.comment-list article,.comment-list .pingback,.comment-list .trackback {
    margin: 0 0 20px 0;
}

.comment-list > li:first-child > article,.comment-list > .pingback:first-child,.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: auto;
}

.bypostauthor > article .fn:before {
    color: #fbb034;
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,.comment-awaiting-moderation,.comment-content,.comment-list .reply {
    padding-left: 64px;
}

.comment-author {
    display: inline;
}

.comment-metadata {
    display: inline;
    margin-left: 7px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:hover {
    text-decoration: none;
}

#cancel-comment-reply-link:hover {
    text-decoration: none;
}

.comment-edit-link:before {
    content: "\f411";
}

.comment-reply-link:hover {
    text-decoration: none;
}

.comment-reply-link:before,.comment-reply-login:before {
    content: '\f467';
    color: #aaa;
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul,.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content >:last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 64px;
}

.comment .comment-respond {
    margin: 25px 0;
}

.comment-respond h3 {
    margin-top: 0;
}

.comment-notes,.comment-awaiting-moderation,.logged-in-as,.no-comments,.form-allowed-tags,.form-allowed-tags code {
    color: #777;
}

.comment-notes a,.comment-awaiting-moderation a,.logged-in-as a,.no-comments a,.form-allowed-tags a,.form-allowed-tags code a {
    color: #777;
}

.comment-notes a:hover,.comment-awaiting-moderation a:hover,.logged-in-as a:hover,.no-comments a:hover,.form-allowed-tags a:hover,.form-allowed-tags code a:hover {
    color: #414141;
}

.comment-notes,.comment-awaiting-moderation,.logged-in-as {
    font-size: 0.95em;
    margin-bottom: 10px;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form .comment-form-comment,.comment-form .comment-form-author,.comment-form .comment-form-email,.comment-form .comment-form-url {
    margin-bottom: 20px;
}

.comment-form textarea {
    width: 100%;
}

.comment-form .comment-form-author,.comment-form .comment-form-email {
    width: 48.5%;
}

.comment-form .comment-form-url {
    width: 100%;
}

.comment-form .comment-form-url:before {
    content: '';
    display: block;
    clear: both;
}

.comment-form .comment-form-author {
    float: left;
}

.comment-form .comment-form-email {
    float: right;
}

.comment-form:after {
    content: '';
    display: block;
    clear: both;
}

.comment-form .submit {
    font-size: 1em;
    padding: 10px 18px;
    background: #0166ff;
    color: #fff;
    border-radius: 5px;
}

.comment-form-cookies-consent {
    margin: 0 0 20px 0;
}

.comment-form-cookies-consent label {
    font-weight: normal !important;
}

.comment-form label {
    font-size: 0.95em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    height: 35px;
}

.form-allowed-tags,.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 20px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}
.post-content article figure{
	max-width: 100%;
}
.post-content article .post-thumbnail figcaption{
	display: none;
}
/* Entry Content */
.page-content a,
.entry-content a {
  text-decoration: underline; }
  .page-content a:hover,
  .entry-content a:hover {
    color: #f47721; }
.page-content .wp-post-image,
.entry-content .wp-post-image {
  margin-bottom: 10px;
  width: 100%; }
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
  line-height: 1.2; }
.page-content h1,
.entry-content h1 {
  font-size: 32px; }
.page-content h2,
.entry-content h2 {
  font-size: 30px; }
.page-content h3,
.entry-content h3 {
  font-size: 24px; }
.page-content h4,
.entry-content h4 {
  font-size: 20px; }
.page-content h5,
.entry-content h5 {
  font-size: 18px; }
.page-content h6,
.entry-content h6 {
  font-size: 16px; }
.page-content p,
.entry-content p {
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 400;
  color: #000;}
.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol {
  margin: 0 0 25px 0; }
  .page-content ul ul,
  .page-content ul ol,
  .page-content ol ul,
  .page-content ol ol,
  .entry-content ul ul,
  .entry-content ul ol,
  .entry-content ol ul,
  .entry-content ol ol {
    margin: 8px 0 0 25px; }
.page-content ul li,
.entry-content ul li {
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 18px;
  position: relative; }
  .page-content ul li:hover:before,
  .entry-content ul li:hover:before {
    color: #414141; }
  .page-content ul li:before,
  .entry-content ul li:before {
    border-radius: 3px;
    background-color: #ccc;
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 11px; }
  .page-content ul li ul li,
  .entry-content ul li ul li {
    list-style: none; }
.page-content #ez-toc-container ul libefore, .entry-content #ez-toc-container ul li:before{
	display: none;
}
.page-content ol li,
.entry-content ol li {
  list-style: inside decimal;
  margin: 0 0 10px 0; }
.page-content select,
.entry-content select {
  padding: 0 5px; }
  .page-content select:focus, .page-content select:active,
  .entry-content select:focus,
  .entry-content select:active {
    outline: none; }
.page-content dl,
.entry-content dl {
  margin-bottom: 20px; }
.page-content fieldset,
.entry-content fieldset {
  border: 1px solid #e9e9e9;
  margin: 0 2px 20px 2px;
  padding: 0.35em 0.625em 0.75em; }
.page-content input[type="radio"],
.entry-content input[type="radio"] {
  -webkit-appearance: radio; }
.page-content input[type="checkbox"],
.entry-content input[type="checkbox"] {
  -webkit-appearance: checkbox; }
.page-content ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
.page-content label,
.entry-content label {
  display: inline-block; }
.page-content table,
.entry-content table {
  margin-bottom: 20px; }
.page-content select,
.entry-content select {
  border: 1px solid #e9e9e9;
  font-size: 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 2em;
  max-width: 100%;
  -webkit-appearance: menulist; }
.page-content input[type="text"],
.page-content input[type="email"],
.page-content input[type="url"],
.page-content input[type="search"],
.page-content input[type="password"],
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="url"],
.entry-content input[type="search"],
.entry-content input[type="password"] {
  width: 300px; }
.page-content input[type="file"],
.entry-content input[type="file"] {
  border: none; }
.page-content textarea,
.entry-content textarea {
  width: 100%;
  height: 200px; }
.page-content .wp-caption,
.entry-content .wp-caption {
  background-color: #f7f7f7;
  padding: 0 0 1px 0; }
.page-content .wp-caption-text,
.entry-content .wp-caption-text {
  font-size: 1rem;
	text-align:center;
  color: #777; }