@charset "UTF-8";
/* ============================================ *
 * Blog
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* -------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #4AC0E0; }

.theme-color {
  color: #4AC0E0; }

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

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #4AC0E0;
  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: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf; }
.blog-list .postWrapper .blog-img-block {
  float: left;
  margin: 0 15px 20px 0; }
  .blog-list .postWrapper .blog-img-block img {
    max-width: 100%; }
  @media only screen and (max-width: 1199px) {
    .blog-list .postWrapper .blog-img-block {
      float: none; }
      .blog-list .postWrapper .blog-img-block img {
        margin: 0 auto 20px; } }

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

.postWrapper .commentDetails > span,
.postWrapper .postDetails > span,
.comments-section .commentDetails > span,
.comments-section .postDetails > span {
  margin-right: 20px;
  color: #333333; }
  .postWrapper .commentDetails > span::before,
  .postWrapper .postDetails > span::before,
  .comments-section .commentDetails > span::before,
  .comments-section .postDetails > span::before {
    font-size: 18px;
    color: #4AC0E0; }
.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: ""; }
.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: #000000;
  font-family: "Roag W05 Black", 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: 10px; }
.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; }
  #postComment p.required {
    margin: 10px 0; }
  #postComment .input-box input,
  #postComment textarea {
    width: 50%;
    max-width: 50%; }

@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-img,
.postContent-text {
  overflow: hidden; }

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

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

.aw-blog-read-more {
  float: right;
  text-align: right;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-right: 15px;
  font-family: "DIN2014-Bold", sans-serif;
  color: #000000; }
  .aw-blog-read-more::after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 2px;
    right: -18px; }

.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: 0px; }

.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; }

.tagcloud {
  /* text-align:center; */ }

.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: #000; }

.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; }

.blog-bg {
  padding-top: 60px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .blog-bg .container {
      max-width: 1886px;
      width: auto;
      padding: 0 15px; } }
  .blog-bg .page-title h3 {
    text-align: center; }
  @media only screen and (max-width: 1199px) {
    .blog-bg .blog-carousel {
      padding: 0 15px; } }
  @media only screen and (max-width: 991px) {
    .blog-bg .blog-carousel {
      padding: 0 8px; } }
  @media only screen and (max-width: 991px) {
    .blog-bg .owl-controls .owl-nav .owl-prev {
      left: 0; }
    .blog-bg .owl-controls .owl-nav .owl-next {
      right: 0; } }

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

.widget-latest-title a {
  font-size: 23px;
  line-height: 1;
  color: #000000; }

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

.blog-bg .postContent-img,
.blog-bg .postContent-text {
  font-size: 17px;
  line-height: 31px;
  padding: 0;
  margin-bottom: 0; }

.postContent-img .blog-text-block {
  display: none; }

.postContent-text .blog-img-block {
  display: none; }

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

.widget-latest-details {
  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;
  color: #4AC0E0;
  font-size: 17px;
  text-transform: lowercase; }

.widget-latest-details i {
  margin-right: 5px;
  font-size: 24px;
  color: #4AC0E0; }

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

/*************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 (min-width: 992px) and (max-width: 1420px) {
  .widget-latest-details i {
    font-size: 13px;
    margin-right: 3px; }

  .widget-latest-details .widget-latest-data,
  .widget-latest-details .widget-latest-comment,
  .widget-latest-details, .widget-latest-details a {
    font-size: 11px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-latest-title a {
    font-size: 16px;
    line-height: 20px; }

  .widget-latest-details {
    padding-top: 3px; }

  .widget-latest-details .widget-latest-data,
  .widget-latest-details .widget-latest-comment {
    display: block;
    border: 0;
    padding-bottom: 8px; } }
@media only screen and (max-width: 767px) {
  .widget-latest .grid-clol-6 .col-item3 {
    width: 100%; }

  .widget-latest .postContent-img img,
  .widget-latest .postContent-text img {
    width: 100%; } }
.blog-index-list .toolbar .dropdown {
  width: 170px; }
