@charset "UTF-8";
/* ============================================ *
 * Blog
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.aw-blog-read-more {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ff5c00;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.aw-blog-read-more span {
  z-index: 9;
  position: relative;
}
.aw-blog-read-more:hover {
  border: 0;
  background: #333;
  cursor: pointer;
  color: #ffffff;
}
.aw-blog-read-more:active {
  background: #555;
  color: #ffffff;
}
.aw-blog-read-more:focus {
  color: #ffffff;
  background: #555;
}

/* ------------------------------------------- *
 * Button hover
 */
.aw-blog-read-more:hover {
  z-index: 999;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #ff5c00;
}

.theme-color {
  color: #ff5c00;
}

.title-border, .postWrapper .postTitle.page-title,
.postWidget .postTitle.page-title {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border, .postWrapper .postTitle.page-title,
  .postWidget .postTitle.page-title {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #ff5c00;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.blog-list > li:not(.last) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dfdfdf;
}

.blog-index-list .toolbar .sorter .dropdown {
  width: 200px;
}

.postWidget .postImage {
  margin-bottom: 20px;
}

.blog-bg {
  margin: 0 0 40px;
  display: none;
}
.blog-bg .carousel_body_wrapper {
  position: relative;
}
.blog-bg .carousel_body_wrapper .owl-carousel-wrapper {
  margin: 0 -15px;
}
.blog-bg .carousel_nav .btns {
  display: block;
  margin-top: 0;
  position: absolute;
  top: -60px;
  font-size: 31px;
  color: #bbbbbb;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}
.blog-bg .carousel_nav .btns.prev_blog {
  right: 23px;
}
.blog-bg .carousel_nav .btns.next_blog {
  right: -8px;
}
.blog-bg .carousel_nav .btns:hover {
  color: #191919;
}

.cms-index-index .blog-bg {
  display: block;
}

.blog_item::after {
  content: '';
  display: table;
  clear: both;
}
.blog_item .postImage {
  float: left;
  width: 47.368%;
  position: relative;
}
.blog_item .postImage img {
  max-width: 100%;
}
.blog_item .postImage span {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}
.blog_item .postImage:hover span {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.blog_item .post_holder {
  float: right;
  width: 47.368%;
  padding: 14px 35px 0 0;
}
.blog_item .post_holder .post_date {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  margin: 0 0 14px;
}
.blog_item .post_holder .post_title {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 12px;
}
.blog_item .post_holder .post_title a {
  display: inline-block;
  color: #333333;
}
.blog_item .post_holder .post_title a:hover {
  color: #ff5c00;
}
.blog_item .post_holder .postContent {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}

.postWrapper,
.postWidget {
  clear: both;
}
.postWrapper .postImage img,
.postWidget .postImage img {
  max-width: 100%;
}
.postWrapper .postTitle,
.postWidget .postTitle {
  margin-bottom: 11px;
}
.postWrapper .postTitle h2,
.postWidget .postTitle h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.postWrapper .postTitle h2 a,
.postWidget .postTitle h2 a {
  color: #999;
}
.postWrapper .postTitle h2 a:hover,
.postWidget .postTitle h2 a:hover {
  color: #333333;
}
.postWrapper .postTitle h3,
.postWidget .postTitle h3 {
  font-size: 10px;
  margin: 0;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
}
.postWrapper .postTitle.page-title h2,
.postWidget .postTitle.page-title h2 {
  font-size: 43px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .postWrapper .postTitle.page-title h2,
  .postWidget .postTitle.page-title h2 {
    font-size: 20px;
  }
}
.postWrapper .postDetails,
.postWidget .postDetails {
  padding: 0 0 20px;
  color: #333333;
}
.postWrapper .postDetails > span,
.postWidget .postDetails > span {
  margin-right: 20px;
  color: #333333;
}
.postWrapper .postDetails > span::before,
.postWidget .postDetails > span::before {
  font-size: 18px;
  color: #ff5c00;
}
.postWrapper .postDetails a,
.postWidget .postDetails a {
  color: #333333;
}
.postWrapper .postDetails a:hover,
.postWidget .postDetails a:hover {
  color: #ff5c00;
}
.postWrapper .postContent,
.postWidget .postContent {
  line-height: 1.714em;
}

.postWrapper .commentDetails > span,
.postWrapper .postDetails > span,
.comments-section .commentDetails > span,
.comments-section .postDetails > span {
  margin-right: 20px;
  color: #333333;
  position: relative;
  padding-left: 23px;
}
.postWrapper .commentDetails > span::before,
.postWrapper .postDetails > span::before,
.comments-section .commentDetails > span::before,
.comments-section .postDetails > span::before {
  font-size: 18px;
  color: #ff5c00;
  position: absolute;
  left: 0;
  top: -4px;
}
.postWrapper .commentDetails .postDetails-date::before,
.postWrapper .postDetails .postDetails-date::before,
.comments-section .commentDetails .postDetails-date::before,
.comments-section .postDetails .postDetails-date::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  padding-right: 7px;
}
.postWrapper .commentDetails .postDetails-coment::before,
.postWrapper .postDetails .postDetails-coment::before,
.comments-section .commentDetails .postDetails-coment::before,
.comments-section .postDetails .postDetails-coment::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  top: -2px;
}
.postWrapper .commentDetails .postDetails-tags::before,
.postWrapper .postDetails .postDetails-tags::before,
.comments-section .commentDetails .postDetails-tags::before,
.comments-section .postDetails .postDetails-tags::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.postWrapper .commentDetails .postDetails-user::before,
.postWrapper .postDetails .postDetails-user::before,
.comments-section .commentDetails .postDetails-user::before,
.comments-section .postDetails .postDetails-user::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
.postWrapper .commentDetails > span.postDetails-user,
.comments-section .commentDetails > span.postDetails-user {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  display: block;
}
.postWrapper .commentDetails > span.postDetails-user::before,
.comments-section .commentDetails > span.postDetails-user::before {
  display: none;
}

.post-container .postDetails {
  text-align: center;
  padding-bottom: 40px;
}
.post-container .postImage {
  margin-bottom: 30px;
}

.top-toolbar .toolbar .pages {
  display: none;
}

.bottom-toolbar {
  overflow: hidden;
  margin-top: 30px;
}
.bottom-toolbar .toolbar {
  float: left;
}
.bottom-toolbar .toolbar .sorter,
.bottom-toolbar .toolbar .count-container {
  display: none;
}

.comments-section {
  border-top: solid 2px #dfdfdf;
  padding-top: 40px;
  margin-top: 40px;
}
.comments-section .comments-container .commentWrapper {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dfdfdf;
}
.comments-section .comments-container .commentWrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#postComment {
  border-top: solid 2px #dfdfdf;
  padding-top: 40px;
  margin-bottom: 40px;
}
#postComment p.required {
  margin: 10px 0;
}
#postComment .input-box input,
#postComment textarea {
  width: 50%;
  max-width: 50%;
}
#postComment .input-box {
  margin-bottom: 15px;
}
#postComment .input-box label {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .postWrapper .postImage {
    margin-bottom: 15px;
  }
  .postWrapper .postTitle h2 {
    font-size: 18px;
  }

  #postComment .input-box input,
  #postComment textarea {
    width: 100%;
    max-width: 100%;
  }
}
.postContent {
  overflow: hidden;
}

.postDetails a:hover,
.postDetails-tags li a:hover {
  color: #000000;
}

.postDetails i {
  margin-right: 3px;
}

.aw-blog-read-more {
  display: table;
  margin-top: 20px;
}

.aw-blog-read-more span {
  position: relative;
}

.postBookmarks {
  padding-bottom: 10px;
}

.postBookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}

.commentWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.commentWrapper i {
  font-size: 16px;
  margin-right: 5px;
}

.commentContent {
  padding-bottom: 0;
}

.commentDetails {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.commentDetails .postDetails-user {
  margin-right: 10px;
}

.commentDetails h4.username {
  display: inline;
}

.postError {
  font-size: 16px;
}

.postDetails-tags h4 {
  display: none;
}

.tags ul {
  display: inline;
}

.tags ul li {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}

.tags h4 {
  font-size: 12px;
  font-weight: bold;
}

.menu-tags,
.menu-categories,
.menu-recent {
  margin: 5px 9px;
}

.block-blog .menu-tags ul li {
  display: inline;
  padding: 2px;
  margin-left: 10px;
}

.block-blog .menu-categories ul li {
  margin-left: 10px;
}

.block-blog .menu-recent ul li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.tag-count-1 {
  font-size: 1em !important;
}

.tag-count-2 {
  font-size: 1.2em !important;
}

.tag-count-3 {
  font-size: 1.4em !important;
}

.tag-count-4 {
  font-size: 1.6em !important;
}

.tag-count-5 {
  font-size: 1.8em !important;
}

.tag-count-6 {
  font-size: 2em !important;
}

.tag-count-7 {
  font-size: 2em !important;
}

.tag-count-8 {
  font-size: 2em !important;
}

.tag-count-9 {
  font-size: 2em !important;
}

.tag-count-10 {
  font-size: 2em !important;
}

.block-blog .head h4 {
  padding-left: 20px;
}

.block-blog .block-subtitle,
.menu-tags h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000000;
}

.postWrapper .poster {
  display: inline;
}

.input-box.aw-blog-comment-area {
  width: 100%;
}

.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px;
}

.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}

.widget-latest-title {
  margin-bottom: 16px;
}

.widget-latest-title a {
  font-size: 25px;
  line-height: 25px;
  color: #333333;
  text-transform: uppercase;
}

.widget-latest-title a:hover {
  color: #ff5c00;
}

.blog-bg .postContent {
  font-size: 13px;
  line-height: 27px;
  padding: 0;
  margin-bottom: 28px;
}

.blog-bg .postContent img {
  position: relative;
  margin-right: 0 !important;
  float: none !important;
  max-width: 100%;
}

.widget-latest-details {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 11px;
}

.widget-latest-details,
.widget-latest-details a {
  font-size: 13px;
  font-weight: 300;
  color: #333333;
}

.widget-latest-details .widget-latest-data,
.widget-latest-details .widget-latest-comment {
  margin: 5px 10px 5px 0;
  padding-right: 12px;
  border-right: 1px solid #e5e5e5;
  display: inline-block;
}

.widget-latest-details i {
  margin-right: 5px;
  font-size: 20px;
  color: #d6d6d6;
}

.widget-latest-details .widget-latest-comment:hover {
  color: #333;
}

/*************Empty blog***************************/
#empty-blog span::before {
  font-family: 'material-design';
  content: '\e06a';
  font-size: 32px;
  color: #a50000;
  vertical-align: middle;
  padding-right: 15px;
}

/************* /Empty blog***************************/
@media only screen and (max-width: 1600px) {
  .blog_item .post_holder {
    padding: 14px 5px 0 0;
  }
  .blog_item .post_holder .postContent {
    line-height: 22px;
  }
}
@media only screen and (max-width: 1400px) {
  .blog_item .post_holder {
    padding: 6px 5px 0 0;
  }
  .blog_item .post_holder .post_date {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .blog_item .post_holder .post_title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px;
  }
  .blog_item .post_holder .postContent {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog_item .post_holder {
    padding: 6px 5px 0 0;
  }
  .blog_item .post_holder .post_date {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .blog_item .post_holder .post_title {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 8px;
  }
  .blog_item .post_holder .postContent {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_item .post_holder {
    padding: 10px 30px 0 0;
  }
  .blog_item .post_holder .post_date {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .blog_item .post_holder .post_title {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px;
  }
  .blog_item .post_holder .postContent {
    font-size: 18px;
    line-height: 26px;
  }

  .widget-latest .grid-clol-6 .col-item3 {
    width: 100%;
  }

  .widget-latest .postContent img {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .blog_item .post_holder {
    padding: 10px 20px 0 0;
  }
  .blog_item .post_holder .post_date {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .blog_item .post_holder .post_title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
  }
  .blog_item .post_holder .postContent {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .blog_item .postImage {
    float: none;
    width: 100%;
  }
  .blog_item .post_holder {
    float: none;
    width: 100%;
    padding: 16px 20px 0;
    text-align: center;
  }
  .blog_item .post_holder .post_date {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin: 0 0 14px;
  }
  .blog_item .post_holder .post_title {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 12px;
  }
  .blog_item .post_holder .postContent {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
  }
}

/*# sourceMappingURL=aw_blog.css.map */
