/* BLOG POSTS */
.blog-post{
	overflow: auto;
}
body .blog-post a {
	border-bottom:1px solid #DFDFDF;
	color:#81bc3d;
	font-weight:400;
	text-decoration:none;
}

body .blog-post a:hover {
	color:#D54E21;
}

body .blog-post h2 {
	display:inline;
}

body .blog-post h2 a {

	font-size:18px;
	font-weight:400;
	font-style:normal;
	color:#1E8CBE;
	text-decoration:none;
	line-height:25.2px;
	border:0;
}

.blog-post cite {

	font-size:12px;
	font-style:normal;
	color:#999;
	line-height:19.2px;
}

.blog-post .entry p {

	font-size:14px;
	color:#444;
	line-height:22.4px;
}

.blog-post .entry .post_date {

	font-size:14px;
	color:#999;
	line-height:22.4px;
	white-space: nowrap;
}

.blog-post .author-avatar {
	display:block;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	border:1px solid #efefef;
	padding:10px;
}

.blog-post, .product-filter {
	margin-bottom:20px;
}

/* BLOG POST VIEW */

body  .blog-post-view a{
	/* border-bottom: 1px solid #DFDFDF; */
    color: #81bc3d;
    font-weight: normal;
    text-decoration: none;
}
body  .blog-post-view a:hover{
	color:#D54E21;
}
body  .blog-post-view h2{
	border-bottom: 0 solid #DFDFDF;
	color: #81bc3d;

	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin: 6px 0;
	text-decoration: none;
}

body  .meta{
	color: #777777;
    font-size: 12px;
    margin-bottom: 10px;

}    
#comments p{
	color: #444444;

    font-size: 13px;
    font-style: italic;
    line-height: 22px;
    margin: 0 0 22px;
    padding: 0;
}
.storycontent p{
    margin: 0 0 22px;
    padding: 0;
    font-size: 14px;
    color: #444444;

    line-height: 22px;
}

.b-description h2 {
    text-transform: capitalize;
}

.blog-cat-list a {
   background-color: #000000;
   color: #FFFFFF;
   text-decoration: none;
    padding: 2px;
}
.blog-pro-list a{
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
   padding: 2px;
}
.blog-cat-list a:hover {
	text-decoration: underline;
}
.blog-pro-list a:hover{
	text-decoration: underline;
}
.blog-cat-list span {
	background-color: #02AB68;
	 padding: 2px;
}
.blog-pro-list span {
	background-color: #02AB68;
	 padding: 2px;
}
.post-images{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.comment-title{
	margin-top:30px;clear:both;
}
#content .blog-categories  li p {
	clear: both;
	margin-top: 10px;
}
#content .blog-categories  > li > a {
    border: 0 none;
    color: #333333;
    display: block;
    overflow: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#content .blog-categories li a span{
    clear: both;
    display: block;
    text-align: center;
    white-space: nowrap;
}
.blog-categories li, .blog-categories-content{
	display: block;
	overflow: auto;
}
#content ul.blog-categories > li + li {
    border: 0 none;
    padding-top: 0;
}
.blog-categories li img{
	margin-right: 5px;
	margin-bottom: 5px;
}

#content .blog-categories li img{
	margin-right: 0px;
	margin-bottom: 0px;
}

.clear_class{
clear: both;padding:0px;  border: 0 none;
}

#column-right ul.blog-categories li, #column-left ul.blog-categories li  {
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
#column-right ul.blog-categories li.clear_class, #column-left ul.blog-categories li.clear_class {
  border: 0 none;
  padding: 0;
}
#column-right ul.blog-categories li  a, #column-left ul.blog-categories li  a{
	border:0;
}
/* 3Columns */


.col3_span1, .col3_span2, .col3_span3{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col3_col{
  margin-left: 1.5%;
}

.col3_col:first-child {
  margin-left:0;
}

.col3_span1{
  width: 100%;  
  margin-left: 0;
}
.col3_span2{
 width: 49.25%;
  
}
.col3_span3{
	width: 32.3333333333%;
}

#col3_container, .col3_inner{
  margin: 0 auto;
}

#col3_container{
    overflow: auto;
    padding-top: 20px;
}

.col3_alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
  letter-spacing: 0.05em;
}

/* MEDIA QUERIES */

/* Responsify Defaults */

@media screen and (max-width: 768px){
  .col3_span3{
    width: 100%;
  }

  .col3_span2{
    width: 100%;
    margin-left: 0;
  }

  #col3_container, .col3_inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }
}

/* Custom Breakpoints */

@media screen and (max-width: px) {
 /* Add your styles for devices with a maximum width of  */
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}


