@import url("css/reset.css");
@import url("css/bootstrap.css");
@import url("font-awesome/css/font-awesome.css");
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic);
/*
Theme Name: CSS Stuffs
Theme URI: http://www.cssstuffs.com
Description: A Personal Blog theme.
Version: 1.0
Author: Tawfiqur Rahman
Author URI: http://www.tawfiqurrahman.org
*/
/*

Primary Color: #15a8de;
Secondary Color: #41cae7;

*/
/* line 21, ../sass/style.scss */
body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

/* line 25, ../sass/style.scss */
#wrapper {
  background: url(images/bg.png);
}

/* line 28, ../sass/style.scss */
h1 {
  font-size: 56px;
  line-height: 56px;
}

/* line 32, ../sass/style.scss */
h2 {
  font-size: 40px;
  line-height: 48px;
}

/* line 36, ../sass/style.scss */
h3 {
  font-size: 28px;
  line-height: 32px;
}

/* line 40, ../sass/style.scss */
p {
  font-size: 20px;
  line-height: 32px;
}

/* line 44, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 47, ../sass/style.scss */
img {
  max-width: 100%;
}

/*

******************** HEADER ******************

*/
/* line 55, ../sass/style.scss */
header {
  background: #15a8de;
}

/* line 58, ../sass/style.scss */
.logo {
  text-align: center;
}
/* line 60, ../sass/style.scss */
.logo h1 {
  margin-top: 0;
  padding: 40px 20px;
  text-transform: uppercase;
  color: #ffffff;
}

/*
***************** NAVBAR ******************
*/
/* line 72, ../sass/style.scss */
#menu-primary-navigation a {
  color: #15a8de;
}

/* line 75, ../sass/style.scss */
#menu-primary-navigation a:hover {
  background-color: #15a8de;
  color: #fff;
}

/* === Center align Bootstrap navbar ===*/
/* line 81, ../sass/style.scss */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}

/* line 85, ../sass/style.scss */
.navbar .navbar-collapse {
  text-align: center;
}

/* === Center align Bootstrap navbar ===*/
/* line 89, ../sass/style.scss */
.featured-image {
  position: relative;
}

/* ==== Featured Image Ribbon Style ======*/
/* line 95, ../sass/style.scss */
.featured-image span {
  font-size: 18px;
  padding-left: 80px;
  display: inline-block;
  min-width: 200px;
  height: 48px;
  padding: 10px 20px;
  background: #ddd;
  position: absolute;
  top: 20px;
  left: -20px;
}

/* line 108, ../sass/style.scss */
.featured-image span:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #666 #666 transparent transparent;
}

/* line 120, ../sass/style.scss */
.featured-image span:before {
  content: ' ';
  position: absolute;
  width: 0px;
  height: 0;
  left: 100%;
  top: 0px;
  border-width: 24px 10px;
  border-style: solid;
  border-color: #DDDDDD transparent #DDDDDD #DDDDDD;
  border-radius: 0px 5px 5px 0;
}

/* end Featured Image Ribbon Style */
/* line 133, ../sass/style.scss */
.featured-image img {
  margin-bottom: 40px;
  height: 400px;
}

/* line 137, ../sass/style.scss */
.wp-title a:hover {
  color: blue;
}

/* line 141, ../sass/style.scss */
.post-content,
.sidebar {
  border: 2px solid #ccc;
  -moz-box-shadow: inset 0 0 5px #eee;
  -webkit-box-shadow: inset 0 0 5px #eee;
  box-shadow: inset 0 0 5px #eee;
  border-radius: 5px;
  background: #ffffff;
}

/* line 149, ../sass/style.scss */
.post-content {
  margin: 30px 0;
  padding: 25px 35px;
}

/* line 153, ../sass/style.scss */
div.post-content:nth-child(1) {
  margin-top: 0px;
}

/* line 156, ../sass/style.scss */
.post-extra {
  text-align: center;
}

/* line 159, ../sass/style.scss */
.post-extra a {
  font-size: 20px;
  line-height: 33px;
}

/* line 163, ../sass/style.scss */
.social-share-link {
  margin: 20px 0px;
}

/* line 166, ../sass/style.scss */
.social-share-link a {
  display: inline-block;
  margin-right: 15px;
}

/* line 170, ../sass/style.scss */
.social-share-link a:hover {
  transform: translateY(-5px);
}

/* line 174, ../sass/style.scss */
.post-extra .pull-right,
.post-extra .pull-left {
  font-size: 20px;
}

/* line 177, ../sass/style.scss */
.sidebar {
  margin-bottom: 15px;
  padding: 0px 25px;
}

/* line 181, ../sass/style.scss */
footer {
  background: #2c3e50;
}
