/*
    @package blogger
*/
/*
====================
    VARIABLES
====================
*/
/*
====================
    MIXINS
====================
*/
/*
====================
    GENERIC
====================
*/
body {
  font-family: "Raleway","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif; }

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.pagnation {
  margin-top: 20px; }
  .pagnation a {
    font-size: 20px;
    color: #1e1e1e; }

.main-content {
  margin-top: 50px; }

.wp-caption, .wp-caption-text, .sticky css, .screen-reader-text, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter {
}

/*
====================
    HEADER 
====================
*/
.blogga-name {
  font-family: "Lobster";
  font-size: 80px;
  margin: 0; }
  .blogga-name a {
    color: #FFF;
    text-decoration: none; }

.site-description {
  font-size: 14px;
  color: #fff;
  margin-top: 1em; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.header-container {
  position: relative;
  display: block;
  height: 326px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.site-title {
  color: #fff;
  margin: 0;
  font-size: 80px; }

.archive-title {
  text-align: center; }

.archive-header {
  background-color: #FFF;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 35px;
  box-shadow: 0 5px 5px 4px #DDD; }

/*
====================
    NAV BAR
====================
*/
.navbar-blogga {
  background-color: #222329;
  border: none;
  border-radius: initial;
  margin-top: -20px; }
  .navbar-blogga ul {
    float: none; }
  .navbar-blogga li {
    float: none;
    display: inline-block; }
    .navbar-blogga li a {
      color: #FFF !important; }
      .navbar-blogga li a:after {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }

/*
====================
    POSTS
====================
*/
.hentry {
  background-color: #FFF;
  padding: 20px;
  margin-top: 35px;
  box-shadow: 0 5px 5px 4px #DDD; }

.entry-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
  font-size: 30px; }
  .entry-title a, .entry-title a:hover {
    color: #1E1E1E;
    text-decoration: none; }

img {
  vertical-align: middle;
  max-width: 98%;
  height: auto; }

.entry-content {
  margin-top: 20px; }
  .entry-content p {
    margin-top: 15px; }
  .entry-content hr {
    border-top: 1px solid #dfdfdf; }

.post-comment-count {
  padding-left: 10px; }

.entry-meta {
  margin-bottom: 20px;
  border: 0;
  text-align: center;
  margin-top: -5px; }
  .entry-meta .meta-data-top {
    margin-top: -14px; }
  .entry-meta hr {
    margin-top: 7px;
    border-top: 1.5px solid #D8D7D7; }
  .entry-meta .glyphicon.glyphicon-comment {
    padding-left: 5px; }

.entry-meta-single {
  color: #504F4F;
  text-align: center; }
  .entry-meta-single a, .entry-meta-single a:hover {
    color: #1E1E1E;
    text-decoration: none; }
  .entry-meta-single .post-dates, .entry-meta-single .posted-in, .entry-meta-single .tags-list, .entry-meta-single .comments {
    padding-right: 10px; }
  .entry-meta-single .glyphicon.glyphicon-comment, .entry-meta-single .glyphicon.glyphicon-calendar, .entry-meta-single .glyphicon.glyphicon-folder-open, .entry-meta-single .glyphicon.glyphicon-tags {
    padding-right: 5px;
    padding-left: 10px; }

.post-date {
  padding-right: 10px; }

.standard-featured {
  text-align: center; }

.entry-footer {
  text-align: center;
  color: #504F4F;
  border: 1.5px solid #C1C1C1;
  padding: 10px;
  margin-top: 20px; }
  .entry-footer a, .entry-footer a:hover {
    color: #1E1E1E;
    text-decoration: none; }
  .entry-footer .glyphicon.glyphicon-folder-open, .entry-footer .glyphicon.glyphicon-tags, .entry-footer .glyphicon.glyphicon-comment {
    padding-right: 10px; }

.post-bullet {
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700; }

/*
====================
   COMMENTS FORM
====================
*/
p.comment-notes {
  margin-left: 14px; }

p.logged-in-as {
  margin-left: 14px; }

input#author {
  width: 100%;
  height: 38px; }

input#email {
  width: 100%;
  height: 38px; }

input#url {
  width: 100%;
  height: 38px; }

textarea#comment {
  width: 100%; }

input#submit {
  margin-left: 13px;
  width: 96.5%;
  border: 1px solid #BFBFBF;
  border-radius: 0px; }

/*
====================
    SIDEBAR
====================
*/
#sidebar {
  background-color: #FFF;
  padding: 20px;
  margin-top: 35px;
  box-shadow: 0 5px 5px 4px #DDD; }

.widget {
  margin-bottom: 20px;
  color: #1E1E1E; }
  .widget a {
    color: #000; }
  .widget ul {
    list-style-type: none;
    margin-left: -40px; }

.widget-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #1E1E1E; }
  .widget-title span {
    display: block;
    border-bottom: 3px solid #DDD;
    width: 20%;
    padding-bottom: 4px; }

.post-feed-widget-area {
  background-color: #FFF;
  padding: 20px;
  margin-top: 35px;
  box-shadow: 0 5px 5px 4px #DDD; }
  .post-feed-widget-area .widget-title {
    text-align: center; }

.tagcloud a {
  font-size: 14px; }

/*
====================
    PAGE
====================
*/
.blogga-page {
  background-color: #FFF;
  padding: 20px;
  margin-top: 35px;
  box-shadow: 0 5px 5px 4px #DDD; }

/*
====================
    FOOTER
====================
*/
.footer {
  background-color: #42444A;
  margin-top: 30px;
  padding: 10px; }

.footer .widget {
  color: white; }
  .footer .widget a, .footer .widget h4 {
    color: white; }
    .footer .widget a span, .footer .widget h4 span {
      display: block;
      border-bottom: 3px solid #FFF;
      width: 100%;
      padding-bottom: 4px; }

.copyright {
  background-color: #222329;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px; }
  .copyright a, .copyright a:hover {
    color: #5B9DD9; }

/*# sourceMappingURL=blogger.css.map */

/*# sourceMappingURL=blogga.css.map */
