/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 Dec, 2018, 5:06:19 PM
    Author     : arun
*/
article {
  margin-bottom: 45px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
article .content-area {
  background-color: #fff;
  padding: 30px 35px 20px;
  border-top: 0;
}
article .content-area ul,
article .content-area ol {
  display: inline-block;
  width: 100%;
}
article .content-area ul li,
article .content-area ol li {
  color: #646464;
  font-family: 'Montserrat', serif;
  font-size: 14px;
}
article .content-area ul.tags,
article .content-area ol.tags {
  list-style: none;
  padding: 0;
  margin: 0;
}
article .content-area ul.tags li,
article .content-area ol.tags li {
  float: left;
  list-style: none;
  margin: 0 8px 0 0;
  position: relative;
}
article .content-area ul.tags li:before,
article .content-area ol.tags li:before {
  content: ',';
  position: absolute;
  bottom: -2px;
  right: -7px;
  font-size: 24px;
  color: #737272;
}
article .content-area ul.tags li:nth-last-child(1):before,
article .content-area ol.tags li:nth-last-child(1):before {
  content: '';
}
article .content-area ul.tags li a,
article .content-area ol.tags li a {
  color: #737272;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  padding-bottom: 2px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
article .content-area ul.tags li:hover a,
article .content-area ol.tags li:hover a,
article .content-area ul.tags li:focus a,
article .content-area ol.tags li:focus a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #1da28d;
  text-decoration: none;
}
article .content-area ul.publish-detail,
article .content-area ol.publish-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}
article .content-area ul.publish-detail li,
article .content-area ol.publish-detail li {
  float: left;
  list-style: none;
  margin: 0 18px 0 0;
  position: relative;
}
article .content-area ul.publish-detail li:before,
article .content-area ol.publish-detail li:before {
  content: '/';
  position: absolute;
  bottom: -2px;
  right: -11px;
  font-size: 18px;
  color: #adadad;
}
article .content-area ul.publish-detail li:nth-last-child(1):before,
article .content-area ol.publish-detail li:nth-last-child(1):before {
  content: '';
}
article .content-area ul.publish-detail li a,
article .content-area ol.publish-detail li a {
  color: #737272;
  font-family: 'Montserrat', serif;
  font-size: 14px;
  padding-bottom: 2px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
article .content-area ul.publish-detail li a i,
article .content-area ol.publish-detail li a i {
  color: #32dabf;
  padding-right: 2px;
}
article .content-area ul.publish-detail li:hover a,
article .content-area ol.publish-detail li:hover a,
article .content-area ul.publish-detail li:focus a,
article .content-area ol.publish-detail li:focus a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #1da28d;
  text-decoration: none;
}
article .content-area .entry-title {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #2b2b2b;
  font-family: 'Montserrat', serif;
}
article .content-area .entry-title a {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #2b2b2b;
  font-family: 'Montserrat', serif;
}
article .content-area .entry-title a:hover,
article .content-area .entry-title a:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #1da28d;
  text-decoration: none;
}
article .content-area .entry-title a:before {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background-color: #32dabf;
}
article .content-area .entry-content p {
  color: #646464;
  font-family: 'Montserrat', serif;
  font-size: 14px;
}
article .content-area .entry-content h1,
article .content-area .entry-content h2,
article .content-area .entry-content h3,
article .content-area .entry-content h4,
article .content-area .entry-content h5,
article .content-area .entry-content h6 {
  color: #646464;
  font-family: 'Montserrat', serif;
}
article .content-area .entry-content blockquote {
  line-height: 22px;
  border-left: 4px solid #32dabf !important;
  border: none;
  font-family: 'Montserrat', serif;
  hyphens: none;
  quotes: none;
  color: #686868;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 1px;
  background-color: #f8f8f8;
  padding: 15px 23px;
}
.side-bar .widget {
  background-color: #fff;
  padding: 30px 30px;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
}
.side-bar .widget .widget-title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 23px;
  color: #313131;
  font-family: 'Montserrat', serif;
  position: relative;
}
.side-bar .widget .widget-title:before {
  display: block;
  height: 2px;
  margin-bottom: 0;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 26px;
  background-color: #32dabf;
}
.side-bar .widget_search input[type="search"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #999;
  padding: 10px 20px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.03);
  text-transform: inherit;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  outline: none;
  line-height: inherit;
}
.side-bar .widget_recent_post ul {
  margin: 0px;
  padding: 0px;
}
.side-bar .widget_recent_post ul.recent-post-list li {
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
}
.side-bar .widget_recent_post ul.recent-post-list li:nth-last-child(1) {
  border-bottom: 1px solid transparent;
}
.side-bar .widget_recent_post ul.recent-post-list li a {
  padding: 0px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-weight: bold;
  color: #2b2b2b;
  font-family: 'Montserrat', serif;
}
.side-bar .widget_recent_post ul.recent-post-list li a:hover,
.side-bar .widget_recent_post ul.recent-post-list li a:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #1da28d;
  text-decoration: none;
}
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li {
  float: left;
  list-style: none;
  margin: 0 18px 0 0;
  position: relative;
  border: none;
}
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li:before {
  content: '/';
  position: absolute;
  bottom: -2px;
  right: -11px;
  font-size: 18px;
  color: #adadad;
}
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li:nth-last-child(1):before {
  content: '';
}
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li a {
  color: #737272;
  font-family: 'Montserrat', serif;
  font-size: 12px;
  padding-bottom: 2px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li a i {
  color: #32dabf;
  padding-right: 2px;
}
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li:hover a,
.side-bar .widget_recent_post ul.recent-post-list li .publish-detail li:focus a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #1da28d;
  text-decoration: none;
}
.side-bar .widget_tag ul {
  margin: 0px;
  padding: 0px;
}
.side-bar .widget_tag ul li {
  list-style: none;
  float: left;
  padding: 0 0 0 0px;
  background: #32dabf;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0px 10px 10px 0;
}
.side-bar .widget_tag ul li a {
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding:  5px 25px;
 float:left;
}
