/*
Theme Name: ColorPop
Theme URI: http://bbbthemes.com/colorpop
Author: Gregorio Franco
Author URI: http://bbbthemes.com
Description: ColorPop is a colorfull responsive magazine style WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: colorpop
Tags: two-columns, blog, news, custom-background, entertainment, featured-image-header, featured-images, custom-colors, translation-ready, theme-options, one-column, right-sidebar

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.

ColorPop is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
  ## Posts
  ## Pages
# Comments
# Widgets
# Infinite scroll
# Media
  ## Galleries
# Pagination
# Footer
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Satisfy");

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 2em;
}

p {
  font-size: 17px;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

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%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}
.comments-area {
margin-top : 30px;
border-top : 1px solid #ddd;
}
.comment-form .submit {
border-style : solid;
border-width : 1px;
cursor : pointer;
margin : 0;
position : relative;
text-decoration : none;
text-align : center;
border-radius : 4px;
padding : 10px;
color : #fff;
font-size : 15px;
margin-bottom: 20px;
}

.comment-reply-title {
border-top : 1px solid rgba(0, 0, 0, 0.2);
margin-top: 40px;
line-height: 4;
}

h2.comments-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.reply {
margin-bottom: 16px;
background-color: #999;
display: table;
padding: 4px 6px;
}
.reply a {
  color: #fff !important;
}
.comment-author {
border-top : 1px solid rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.nomargintop {
opacity : 0.89999997615814208984375;
background-color : #999;
padding: 6px 0 14px 0;
}
.cat-slug {
border-radius : 0;
font-size : 26px;
font-weight : 400;
line-height: 0.6;
}
.cat-slug a {
color : #fff !important ;
}
a.cat-description {
font-family : 'Satisfy', cursive;
margin-left : 0;
color : #000 !important ;
font-size : 26px;
line-height : 0;
overflow-wrap : break-word;
}
h3.taxonomy-title {
margin-bottom : 20px;
}
h1.page-title {
font-size: 26px;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
border-radius : 0;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle:before {
  content: "\2630";
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

@media screen and (min-width: 37.5em) {
   

    .site-main {
      margin: 0 0 0 0;
      padding-top: 20px;
    }

    .site-content .widget-area {
      overflow: hidden;
    }

    .site-footer {
      clear: both;
      width: 100%;
    }
}

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
background-color : #ecf0f1;
margin : 0 0 2em 0;
font-size : 0.933em;
color : #555;
padding : 20px;
border-radius : 2px;
overflow-wrap : break-word;
display : table;
width : 100%;
}
.widget h2, .widget h3, .widget h4, .widget h5 {
color : #333;
font-size : 20px;
}
.widget-title {
margin : 0;
font-weight : 700;
border-bottom : 1px solid #999;
line-height : 30px;
}
.widget > ul {
margin : 0;
padding : 10px;
}
.widget ul li {
list-style-type : none;
padding : 6px 0 3px 0;
}
.widget.widget_tag_cloud {
padding : 0;
background-color : transparent;
}
.widget_tag_cloud h2.widget-title {
border-bottom : 0;
margin-bottom : 10px;
}
.widget.widget_tag_cloud a {
color : #ffffff;
background-color : #798d8f;
border-color : #74898a;
border-width : 2px;
border-radius : 4px;
white-space : nowrap;
padding : 8px 8px;
font-size : 14px !important ;
line-height : 1;
display : inline-block;
margin : 0 2px 6px 0;
font-weight : lighter;
text-align : center;
vertical-align : middle;
cursor : pointer;
background-image : none;
}
.widget_search {
background-color : transparent;
margin-top : 20px;
padding : 0;
}
.widget_search .search-field {
padding : 10px;
color : rgba(0, 0, 0, 0.75);
font-size : 15px;
width : 70%;
float : left;
margin-right : 1%;
}
.widget_search label {
display : inherit;
}
.search-form .search-submit {
border-style : solid;
border-width : 1px;
cursor : pointer;
margin : 0;
position : relative;
text-decoration : none;
text-align : center;
border-radius : 4px;
padding : 10px;
border-color : #5bc08c;
background-color : #5bc08c;
color : #fff;
font-size : 15px;
width : 29%;
}
.widget_pages > ul > li > a:before, .widget_categories > ul > li > a:before, .widget_meta > ul > li > a:before, .widget_recent_entries > ul > li > a:before, .widget_recent_comments ul li span:before, .colorpop-cat-widget ul li > a:before {
font-family : FontAwesome;
speak : none;
font-style : normal;
font-weight : normal;
font-variant : normal;
text-transform : none;
line-height : 1.5;
display : inline-block;
padding-right : 0.5em;
}
.widget_pages > ul > li > a:before, .widget_meta > ul > li > a:before, .widget_recent_entries > ul > li > a:before {
vertical-align : middle;
font-size : 10px;
content : "\f061";
}
.widget_categories > ul > li > a:before, .colorpop-cat-widget > ul > li > a:before {
font-size : 14px;
vertical-align : -10%;
content : "\f115";
}
.widget_recent_comments ul li span:before {
font-size : 14px;
vertical-align : -10%;
content : "\f0e5";
}
.widget_nav_menu {
background-color : transparent;
padding : 0;
margin : 0;
}
ul#menu-social-menu, ul#menu-social-menu-1 {
list-style-type : none;
margin-top : 20px;
margin-bottom : 20px;
}
ul#menu-social-menu li, ul#menu-social-menu-1 li {
display : inline-block;
margin : 0 0 0.5em 0.5em;
width : 50px;
height : 50px;
border-radius : 50px;
font-size : 24px;
line-height : 40px;
text-align : center;
}
ul#menu-social-menu li a, ul#menu-social-menu-1 li a {
color : #fff;
}
ul#menu-social-menu li:first-child, ul#menu-social-menu-1 li:first-child {
margin-left : -30px;
}
.social-icon {
color : #000;
font-size : 20px;
}
ul.social-icons {
margin-top : 10px;
}
.social-icons li {
vertical-align : top;
display : inline;
height : 100px;
}
.social-icons a {
color : #fff;
text-decoration : none;
}
.fa-facebook {
padding : 10px 14px;
background-color : #5a5a5a;
}
.fa-facebook:hover {
background-color : #3d5b99;
}
.fa-twitter {
padding : 10px 12px;
background-color : #5a5a5a;
}
.fa-twitter:hover {
background-color : #00aced;
}
.fa-rss {
padding : 10px 14px;
background-color : #5a5a5a;
}
.fa-rss:hover {
background-color : #eb8231;
}
.fa-youtube {
padding : 10px 14px;
background-color : #5a5a5a;
}
.fa-youtube:hover {
background-color : #e64a41;
}
.fa-linkedin {
padding : 10px 14px;
background-color : #5a5a5a;
}
.fa-linkedin:hover {
background-color : #0073a4;
}
.fa-google-plus {
padding : 10px 9px;
background-color : #5a5a5a;
}
.fa-google-plus:hover {
background-color : #e25714;
}
.fa-instagram {
padding : 10px 14px;
background-color : #5a5a5a;
}
.fa-instagram:hover {
background-color : #cd486b;
}
.widget-header {
  margin-top:16px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.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%;
}

.wp-caption {
  margin: 1em 0 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;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.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%;
  margin-bottom: 1.5em;

}
.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;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
margin : 20px 0;
}
.pagination .nav-links {
clear : both;
list-style-type : none;
margin : 0;
padding : 0;
}
.pagination .nav-links a, .pagination .nav-links span {
display : block;
float : left;
height : 30px;
margin : 0 5px 5px 0;
padding : 0 1em;
text-align : center;
font-size : 12px;
line-height : 30px;
color : #777;
background-color : #fff;
box-sizing : border-box;
border : #ddd solid 1px;
}
.pagination .nav-links .current, .pagination .nav-links .current:hover, .pagination .nav-links a:hover {
border-color : transparent;
text-decoration : none;
color : #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .widget {
color : rgba(255, 255, 255, 0.5);
margin : 20px 0;
padding : 0;
background : transparent;
}
.site-footer .widget-title, .site-footer .widget caption {
color : #fff;
font-size : 16px;
border-bottom : 0;
}
.site-footer .footer-bottom, .site-footer .widget, .site-footer .comment-author-link {
color : rgba(255, 255, 255, 0.5);
}
.footer-bottom {
border-top : 1px solid rgba(255, 255, 255, 0.2);
padding : 20px 0;
}
ul#footer-menu {
list-style-type : none;
}
ul#footer-menu li {
display : inline-block;
text-align : center;
margin-right : 20px;
}

/*--------------------------------------------------------------
# More Styles
--------------------------------------------------------------*/

.container-background {
background-color: #fff;
margin-top: 0px; 
padding-top: 0px;
} 
.site-title {
font-family : 'Satisfy', cursive;
font-size: 50px;
}
.site-title a {
text-decoration: none;
}
.entry-thumbnail {
position : relative;
}
.cat-thumbnail {
position : absolute;
bottom : 10px;
color : #fff !important ;
background-color : #e54e53;
padding : 2px 5px;
}

.logo {
padding : 14px 0 0 0;
}
h1.entry-title {
font-size : 50px;
}
h2.entry-title {
margin-top : 0;
}
.post-thumbnail {
margin-top : 6px;
margin-bottom : 10px;
}
.post-thumbnail:hover {
opacity : 0.800000011920928955078125;
}
.excerpt-single {
text-transform : uppercase;
font-size : 16px;
margin-top : 20px;
line-height : 1.5;
}
.entry-meta, .entry-footer {
font-size : 14px;
margin-bottom : 0;
}
.entry-footer {
margin-top : 10px;
}
.entry-header .entry-meta {
margin-bottom : 0;
}
.entry-meta a, .entry-footer a {
color : #999 !important ;
}
.entry-header .entry-meta a:hover {
color : #e12727;
}
.byline .author::before, .comments-link::before, .tags-links::before, .entry-date::before, .cat-links::before {
display : inline-block;
font-family : FontAwesome;
margin-right : 5px;
vertical-align : middle;
}
.entry-date::before {
content : "\f073";
}
.cat-links::before {
content : "\f115";
}
.tags-links::before {
content : "\f02b";
}
.entry-date::before {
content : "\f073";
}
.comments-link::before {
content : "\f0e5";
}
.byline .author::before {
content : "\f007";
}
.tags-links, .post-edit-link, .comments-link, .byline .author {
margin-left : 10px;
}

a.home-icon {
font-size : 22px;
color : #fff !important ;
line-height : 2.7;
display : inline-block;
margin-right: 10px;
}