/* declarring colors */
#header {
  position: relative;
  background-image: url("img/test-bg.png");
  background-size: cover;
  background-position: center;
  background-color: #34495e;
  padding-top: 200px;
  overflow: hidden; }
  #header .title {
    color: #fff;
    word-spacing: 4px;
    letter-spacing: 0;
    margin-bottom: 10px; }
  #header .meta-data {
    position: relative;
    z-index: 2; }
    #header .meta-data .part {
      display: inline-block;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-right: 50px; }
      #header .meta-data .part i {
        color: #fff;
        margin-right: 7px; }
      #header .meta-data .part span {
        color: #fff;
        text-transform: capitalize; }
    #header .meta-data .part:last-of-type {
      margin-right: 0; }

#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 62, 80, 0.95); }

/* content */
#content .left img {
  max-width: 100%;
  margin-bottom: 20px; }
#content .left p {
  margin-bottom: 20px; }
#content .left h3,
#content .left h2,
#content .left h4 {
  margin-bottom: 10px;
  word-spacing: 3px;
  letter-spacing: 0; }
#content .left blockquote {
  background-color: #f7f7f7;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 20px; }
  #content .left blockquote p {
    margin-bottom: 0; }
  #content .left blockquote p:before {
    content: '" ';
    font-size: 30px;
    line-height: 25px; }
  #content .left blockquote p:after {
    content: ' "';
    font-size: 30px;
    line-height: 25px; }
#content .title {
  padding-top: 40px;
  border-top: 1px solid #bebebe;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 0;
  font-size: 45px; }
#content .comments-o {
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none; }
  #content .comments-o .comment {
    background-color: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 25px;
    padding: 40px; }
    #content .comments-o .comment .vcard img {
      border-radius: 50%;
      margin-bottom: 0;
      margin-right: 8px;
      margin-bottom: 5px;
      width: 60px;
      height: 60px; }
    #content .comments-o .comment .vcard .says {
      display: none; }
    #content .comments-o .comment .vcard cite {
      text-transform: capitalize;
      font-weight: bold;
      color: #444;
      font-style: normal;
      font-size: 17px;
      word-spacing: 1px; }
    #content .comments-o .comment .comment-meta {
      margin-bottom: 10px; }
      #content .comments-o .comment .comment-meta a {
        font-size: 13px;
        color: #b2b2b2; }
    #content .comments-o .comment p {
      margin-bottom: 10px; }
    #content .comments-o .comment .reply {
      margin-top: 20px; }
      #content .comments-o .comment .reply a {
        padding: 10px 30px;
        background-color: #34495e;
        border-radius: 20px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out; }
      #content .comments-o .comment .reply a:hover {
        background-color: #2c3e50; }
  #content .comments-o .comment.depth-2 {
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
    padding-top: 30px; }
  #content .comments-o .comment.depth-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 100%;
    background-color: #d1d1d1; }
#content .comment-reply-title {
  display: none; }
#content .comment-notes {
  display: none; }
#content #commentform p input:not(.submit),
#content #commentform p textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid #eee;
  outline: 0;
  font-size: 16px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }
#content #commentform p input:not(.submit):focus,
#content #commentform p textarea:focus {
  box-shadow: 0 2px 2px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -o-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  -ms-box-shadow: 0 2px 2px #ccc; }
#content #commentform p textarea {
  min-height: 100px; }
#content #commentform p input.submit {
  padding: 15px 50px;
  border-radius: 50px;
  background-color: #34495e;
  text-transform: uppercase;
  font-size: 15px;
  word-spacing: 5px;
  letter-spacing: 1px;
  color: #fff;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out; }
#content #commentform p input.submit:hover {
  background-color: #2c3e50; }
#content .sidebar .meta-box {
  padding: 30px;
  background-color: #f7f7f7;
  margin-bottom: 25px;
  border-radius: 10px; }
  #content .sidebar .meta-box .metabox-title {
    letter-spacing: 0;
    word-spacing: 3px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative; }
  #content .sidebar .meta-box .metabox-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #34495e; }
  #content .sidebar .meta-box ul {
    padding-left: 20px; }
    #content .sidebar .meta-box ul li {
      margin-bottom: 10px; }
      #content .sidebar .meta-box ul li a {
        color: #888888;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        letter-spacing: 0;
        text-transform: capitalize;
        font-size: 17px; }
      #content .sidebar .meta-box ul li a:hover {
        color: #34495e; }
#content .sidebar .meta-box:last-of-type {
  margin-bottom: 0; }
#content .sidebar .meta-box.tags {
  list-style: 0; }
  #content .sidebar .meta-box.tags ul {
    padding-left: 0; }
    #content .sidebar .meta-box.tags ul li {
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 5px; }
      #content .sidebar .meta-box.tags ul li a {
        color: #fff;
        padding: 5px 15px;
        background-color: #34495e;
        display: block;
        font-size: 14px;
        border-radius: 50px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out; }
      #content .sidebar .meta-box.tags ul li a:hover {
        background-color: #2c3e50; }
#content .sidebar .meta-box.search {
  position: relative; }
  #content .sidebar .meta-box.search input {
    border: 2px solid #eee;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    width: 100%;
    outline: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    color: #888888;
    text-transform: capitalize; }
  #content .sidebar .meta-box.search i {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #888888;
    cursor: pointer;
    padding-left: 5px; }
  #content .sidebar .meta-box.search input:focus {
    border-color: #e0e0e0; }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 60px; } }
@media (max-width: 350px) {
  #content .comments-o .comment {
    padding: 20px; } }
@media (max-width: 380px) {
  #content .sidebar .meta-box {
    padding: 20px; } }
@media (max-width: 323px) {
  #header .title {
    font-size: 45px; } }
