@import url(fixednav.css);

/* ==========================================================================
	   SINGLE BLOG STYLE
	   ========================================================================== */
.Project {
  padding: 0;
}
.Project p a.logo-project {
  position: absolute;
  top: 0;
  margin-top: 20px;
  z-index: 10;
}
@media (min-width: 299px) and (max-width: 767px) {
  .Project p a.logo-project {
    max-width: 70px;
  }
}
.Project .overlay-transparent {
  background-color: transparent;
  background: -webkit-gradient(linear, top left, right bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(top, transparent, #ffffff);
  background: -moz-linear-gradient(top, transparent, #ffffff);
  background: -ms-linear-gradient(top, transparent, #ffffff);
  background: -o-linear-gradient(top, transparent, #ffffff);
  position: absolute;
  padding: 12% 0;
  z-index: 1;
  width: 100%;
  top: 0;
  right: 0;
}
.bg-blog {
  background-image: url(../img/blog-inside.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 12% 0;
  z-index: -1;
}
.blog-data {
  margin-top: 3px;
  overflow: hidden;
  display: block;
  margin-bottom: 44px;
}
.blog-data .post-date {
  position: relative;
  background: transparent;
  display: block;
  border: 4px solid #4e4c4c;
  padding: 6% 5%;
  border-radius: 50%;
  margin-left: 7px;
  float: right;
}
.blog-data .post-date h1 {
  color: #4E4C4C;
  font-size: 50px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: tahoma, sans-serif;
}
@media (min-width: 299px) and (max-width: 479px) {
  .blog-data .post-date h1 {
    font-size: 30px;
  }
}
.blog-data .post-date p {
  font-size: 29px;
  font-weight: 300;
  color: #4E4C4C;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 299px) and (max-width: 479px) {
  .blog-data .post-date p {
    font-size: 19px;
  }
}
.blog-data .post-style {
  font-family: tahoma, sans-serif;
  color: #4E4C4C;
  overflow: hidden;
  margin-top: 30px;
}
.blog-data .post-style h1 {
  font-weight: 200;
  font-size: 50px;
}
@media (min-width: 479px) and (max-width: 767px) {
  .blog-data .post-style h1 {
    font-size: 40px;
    margin-top: 50px;
  }
}
@media (min-width: 299px) and (max-width: 479px) {
  .blog-data .post-style h1 {
    font-size: 34px;
    margin-top: 20px;
  }
}
.blog-data .post-style h2 {
  font-weight: 800;
  font-size: 50px;
}
@media (min-width: 479px) and (max-width: 767px) {
  .blog-data .post-style h2 {
    font-size: 40px;
  }
}
@media (min-width: 299px) and (max-width: 479px) {
  .blog-data .post-style h2 {
    font-size: 25px;
  }
}
.blog-data .meta-comment {
  overflow: hidden;
  display: block;
}
.blog-data .meta-comment nav ul {
  display: inline-flex;
  margin-top: 68px;
}
.blog-data .meta-comment nav ul li {
  margin-left: 13px;
}
.blog-data .meta-comment nav ul li .meta-icon {
  font-size: 37px;
}
.blog-data .meta-comment nav ul li .number {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  top: -10px;
  right: -2px;
}
.blog-data .meta-tag div {
  font-family: tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.blog-description {
  font-family: tahoma, sans-serif;
}
.blog-description p {
  line-height: 25px;
  color: #525252;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 299px) and (max-width: 767px) {
  .blog-description p {
    text-align: center;
  }
}
.blog-description h1 {
  font-size: 22px;
  color: #4c4c4c;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 299px) and (max-width: 767px) {
  .blog-description h1 {
    text-align: center;
  }
}
.blog-description blockquote p {
  font-weight: 600;
  color: #6C6C6C;
}
.blog-description .author-post {
  padding: 29px 0;
  font-family: tahoma, sans-serif;
  border-top: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
}
.blog-description .author-post [class*="col-"] {
  padding-right: 0;
}
@media (max-width: 767px) {
  .blog-description .author-post [class*="col-"] {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .blog-description .author-post [class*="col-"] img {
    margin-bottom: 15px;
  }
}
.blog-description .author-post h1 {
  color: #222;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: capitalize!important;
}
.blog-description .author-post h1 strong {
  font-weight: 800;
}
.blog-description .author-post p {
  font-size: 15px;
  font-weight: 300;
  color: #747474;
  margin-bottom: 15px;
  line-height: 21px;
}
@media (min-width: 299px) and (max-width: 767px) {
  .blog-description .author-post nav > ul {
    margin: auto;
    width: 130px;
  }
}
.blog-description .author-post nav > ul li {
  float: right;
}
.blog-description .author-post nav > ul li a {
  margin-left: 10px;
  color: #222;
}






 
.wrapper {
background-color: white;

}

body {
    padding-top: 20px;
padding-bottom: 100px;
background-color: #F4F4F4;
}
