/* @group Blog Module */

.posts {
   padding: 10px 0px 0px 0px;
   overflow: hidden;
}

     .standard-body .full-width .posts {
          padding: 0px;
     }

.posts .post .post-content {
    position: relative;
    margin: 0px 0px 30px 0px;
    padding-bottom: 39px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.posts .post .post-media {
     overflow: hidden;
     position: relative;
     margin: 0;
     text-align: left;
}
     
     .posts .post .post-media img,
     .posts .post .post-media iframe {
          display: block;
          max-width: 100%;
     }
     
     .post .post-media .media-slider .owl-controls .owl-buttons {
     	opacity: 0;
     	filter: alpha(opacity=0);
     	-webkit-transition: all 0.4s;
     	-moz-transition: all 0.4s;
     	-o-transition: all 0.4s;
     	transition: all 0.4s;
     	visibility: hidden;
     }
     
     	.post .post-media .media-slider:hover .owl-controls .owl-buttons {
     		visibility: visible;
     		opacity: 1;
     		filter: alpha(opacity=100);
     	}
     
     	.post .post-media .media-slider .owl-controls .owl-buttons .owl-prev,
     	.post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
     		position:absolute;
     		top:50%;
     		margin:0;
     		padding:0;
     		width:40px;
     		height:40px;
     		margin-top:-20px;
     		text-align:center;
     		line-height:40px;
     		left:30px;
     		border:none;
     		border-radius:0;
     		background-color:rgba(0,0,0,0.5);
     		color:#ffffff;
     		font-size:20px;
     		line-height: 1.8;
     		-webkit-transition: all 0.4s;
     		-moz-transition: all 0.4s;
     		-o-transition: all 0.4s;
     		transition: all 0.4s;
     	}
     	
     	     .post .post-media .media-slider .owl-controls .owl-buttons .owl-next {
     	     	left:auto;
     	     	right:30px;
     	     }
     	     
     	     .post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:hover,
     	     .post .post-media .media-slider .owl-controls .owl-buttons .owl-next:hover {
     	          background-color:rgba(0,0,0,0.75);
     	     }
     	     
     	     .post .post-media .media-slider .owl-controls .owl-buttons .owl-prev:before,
     	     .post .post-media .media-slider .owl-controls .owl-buttons .owl-next:before {
     	          display: inline-block;
     	          font: normal normal normal 14px/1 FontAwesome;
     	          font-size: inherit;
     	          text-rendering: auto;
     	          -webkit-font-smoothing: antialiased;
     	          -moz-osx-font-smoothing: grayscale;
     	          transform: translate(0, 0);
     	          content: "\f104";
     	     }
     	     
     	          .post .post-media .media-slider .owl-controls .owl-buttons .owl-next:before {
     	               content: "\f105";
     	          }

     .post .post-media .media-slider .owl-pagination {
          display: none;
     }
     
.posts .post .tags {
     position: absolute;
     text-align: center;
     width: 100%;
     line-height: 15px;
     margin-top: -9px;
     z-index: 22;
}

     .posts .post .tags a {
          display: inline-block;
          background: #cc0000;
          font-size: 9px;
          line-height: 15px;
          color: #fff;
          font-weight: bold;
          text-transform: uppercase;
          margin: 0px 3px 9px 4px;
          padding: 1px 10px 1px 10px;
     }
     
          .posts .post .tags a:hover {
               background: #333;
          }
          
.post .date-published {
     display: inline-block;
     font-size: 12px;
     font-weight: bold;
     border-bottom: 1px solid rgba(0, 0, 0, .2);
     padding-bottom: 9px;
     padding-top: 35px;
     color: #1349b2;
}

.posts .post .post-title {
    font-size: 25px;
    padding: 13px 30px 0px 30px;
    margin: 0px;
    text-transform: none;
}

.posts .meta {
    padding: 0px 0px 0px 0px;
}

.posts .post .post-description {
    padding: 21px 30px 0px 30px;
    line-height: 23px;
}

.posts .button-more {
     display: inline-block;
     border: 1px solid #d9d9d9;
     background: #fff;
     padding: 7px 30px 6px 30px;
     margin: 22px 15px 0px 15px;
     text-transform: uppercase;
     font-size: 11px;
     font-weight: 700;
     color: #cc0000;
     transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     -moz-transition: all 0.2s ease-in;
}
     
     .posts .button-more:hover {
          background: #cc0000;
          border-color: #cc0000;
          color: #fff;
     }
     
.blog-blog div.pagination-results {
     padding-top: 0px;
     text-align: center;
}

.pagination-ajax {
    margin: 15px 0px 15px 0px;
    text-align: center;
}

     .main-fixed .pagination-ajax {
          margin-top: 25px;
     }

.posts.posts-grid {
     position: relative;
     margin-left: -15px;
     margin-right: -15px;
}

     .posts.posts-grid .post {
         padding-left: 15px;
         padding-right: 15px;
         width: 50%;
     }
     
     .posts-3-columns-grid {
          position: relative;
          margin-bottom: -10px;
     }
     
     .posts.posts-grid .post-with-3-columns {
          width: 33.33333333333333%;
     }
     
          .posts.posts-grid .post-with-3-columns .tags {
               margin: 0px;
               text-align: left;
               top: 20px;
               left: 15px;
          }
          
          .posts.posts-grid .post-with-3-columns .post-content {
               padding-bottom: 30px;
               margin-bottom: 40px;
          }
          
          .posts.posts-grid .post-with-3-columns .date-published {
               padding-top: 20px;
          }
          
          .posts.posts-grid .post-with-3-columns .post-description,
          .posts.posts-grid .post-with-3-columns .button-more {
               display: none;
          }
          
          .posts.posts-grid .post-with-3-columns .post-title {
               font-size: 18px;
               line-height: 23px;
               padding: 10px 30px 0px 30px;
          }
          
.posts .news {
     margin-bottom: 0px;
}

    /*.posts .news > div:first-child, <---AXL - disabled for News->view all*/
     .posts .ajax-content .big-news {
          display: none;
     }
     
          .posts .ajax-content .news > div:first-child {
               display: block;
          }

     .posts .news .media {
          margin: 0px 0px 30px 0px;
     }
     
.posts .big-news {
     margin: 0px 0px 30px 0px;
}

     .posts .big-news .post-content {
          margin: 0px !important;
          padding: 0px !important;
          border: none !important;
          background: none !important;
          position: relative;
          cursor: pointer;
     }
     
          .posts .big-news .post-content .right {
               position: absolute;
               top: 0;
               right: 0;
               bottom: 0;
               left: 0;
               background: url(../../img/bg-big-news.png) top right repeat-y;
               overflow: hidden;
          }
          
               .posts .big-news .post-content .right .overflow {
                    max-width: 320px;
                    float: right;
                    padding: 0px 70px 0px 25px;
                    color: #fff;
                    text-align: left;
               }
               
                    .posts .big-news .post-content .right .overflow .tags {
                         position: relative;
                         margin: 30px 0px 0px -4px;
                         padding: 0px;
                         width: auto;
                         text-align: left;
                    }
               
                    #main .posts .big-news .post-content .right .overflow .date-published {
                         color: #fff;
                         border-color: rgba(255, 255, 255, .2);
                         padding: 39px 0px 15px 0px;
                         margin: 0px;
                    }
                    
                    .posts .big-news .post-content .right .overflow .post-title {
                         padding: 14px 0px 25px 0px;
                         margin: 0px;
                    }
                    
                         .posts .big-news .post-content .right .overflow .post-title a {
                              font-size: 25px;
                              line-height: 33px;
                              color: #fff;
                         }
                         
                    .posts .big-news .post-content .right .overflow .post-description {
                         padding: 0px;
                         margin: 0px;
                         max-height: 93px;
                         overflow: hidden;
                    }
                    
                    .posts .big-news .post-content .right .overflow .button-more {
                         border: none !important;
                         margin: 31px 0px 0px 0px;
                    }
     
@media (max-width: 767px) {
   .responsive .pagination-ajax {
        margin-top: 5px;
   }
   
   .responsive .posts .post .post-content {
        padding-bottom: 29px;
   }
   
   .responsive .posts .post .post-description,
   .responsive .posts .post .post-title {
        padding-left: 25px;
        padding-right: 25px;
   }
   
   .responsive .posts.posts-grid .post {
       width: 100%;
   }
   
   .responsive .posts-3-columns-grid {
        margin-bottom: 0px;
   }
   
   .responsive .posts.posts-grid .post-with-3-columns .post-content {
        padding-bottom: 25px;
        margin-bottom: 30px;
   }
   
   .responsive .posts .big-news .post-content .right .overflow {
        max-width: none;
        float: none;
        padding: 0px 25px 0px 25px;
   }
   
   .responsive .posts .big-news .post-content .right .overflow .date-published {
        padding-top: 15px;
   }
}


/* @group Logancee */

.postWrapper {
     padding-top: 50px;
  border-top:1px solid #eaeaea;
  padding-bottom: 25px;
}
     .posts > .postWrapper:first-child {
          padding-top: 0;
          border-top: none;
     }
.postWrapper .readmore { padding:20px 0; }
.postWrapper .readmore a {
  text-transform:uppercase;
  font-weight:bold;
}
.postWrapper .postContent { color:#666666;padding-bottom: 10px; }

.postWrapper .title-blog { padding:40px 0 20px; }
.postWrapper .title-blog h2 {
  margin:0;
  padding: 0;
  font-size:23px;
  text-transform:uppercase;
  font-weight:normal;
}
.postWrapper .postDetails {
  font-size:13px;
  color:#999999;
  padding-bottom:30px;
}
.postWrapper .postDetails a { color:#999999; }
.postWrapper .postDetails a:hover { color:#000000; }
.postWrapper .postDetails .create-time { float:right; }

/* @end */
