/*
Theme Name: Babylonia
Template: motive
*/
@import url("../motive/style.css");
/*===== GENERAL =====*/
h1 {
  line-height: 1.5em;
}
.post-content {
  font-size: 16px;
  text-align: justify;
}
.posts-list article .post-link,
.posts-grid article .post-link,
.highlights article .post-link {
  font-size: 20px;
  line-height: 1.5em;
}
.highlights .post-link-small {
  font-weight: 700;
}
.posts-grid .image-link,
.posts-list .image-link {
  overflow: hidden;
}
.posts-grid .image-link:hover img,
.posts-list .image-link:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1) rotate(0.1deg);
  transition: all 0.6s ease-in-out;
}
.image-overlay,
.meta-overlay {
  display: none;
}
.highlights .posts-list img,
.sidebar .posts-list img {
  width: 120px;
}
.posts-grid time,
.posts-list time {
  font-size: 11px;
  color: #800;
  padding-bottom: 1px;
}
.comment-count {
  background-color: #800;
  color: #fff;
}
.comment-count:before {
  border-color: transparent #800;
}
.gde-frame {
  height: 900px !important;
}
input[type="submit"] {
  background: #800;
  color: #fff;
  text-transform: uppercase;
}
input[type="submit"]:hover {
  cursor: pointer;
  background: #333;
}

/*===== HEADER =====*/
.main-head .centered {
  min-height: 100px;
  line-height: 100px;
}
.navigation .menu > li > a {
  font-size: 17px;
  font-weight: 700;
}
.navigation .menu > li li a {
  font-size: 16px;
  font-weight: 700;
}
.mega-menu .sub-cats.custom {
  display: none;
}
.mega-menu .recent-posts.custom {
  width: 100%;
  padding: 20px 40px;
}

/*===== SIDEBAR =====*/
.sidebar .section-head {
  border-color: #800;
}
.sidebar .section-head .title {
  background: #800;
  text-transform: uppercase;
}
.sidebar #recentcomments li {
  color: #800;
}
.sidebar .posts-list .content a {
  font-weight: 700;
}
.sidebar .utcw-tag {
  color: #800;
}
.main .sidebar:before {
  border-color: transparent;
}

/*===== FOOTER =====*/
footer .textwidget {
  font-size: 15px;
}
.footer-links {
  display: block;
}
.cclink {
  float: left;
  margin-right: 5px;
}
.cclink img {
  max-height: 20px;
  margin-top: 3px;
}
.cctext {
  font-size: 10px;
}
.cctext a:hover {
  color: #800;
  opacity: 1;
}

/*===== HOME =====*/
.main-slider.as-primary a:hover img {
	-webkit-transform: none;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
}
.owl-item li {
  max-height: 358px;
}
.slider-split .block a {
  max-height: 169px;
}
.slider-split .block img {
  width: 100%;
}
.home section.highlights,
.home .block-wrap {
  float: left;
}
.home p.no-break {
  display: none;
}

/*==== POSTS =====*/
.single .featured {
  float: left;
  width: 100%;
}
.post-title {
  margin-bottom: 15px;
}
.post-meta {
  margin-bottom: 15px;
}
.post-meta .posted-by {
  display: none;
}
.post-tags.extra {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.type-post .post-header .featured {
  margin: 0 0 10px;
}
.type-post .post-header .featured img {
  width: 100%;
}
.type-post .post-tags a {
  background-color: #800;
  color: #fff;
}

/*===== ARCHIVES =====*/
.archive-heading .prefix {
  display: none;
}
@media only screen and (min-width: 769px) {
  /*.archive .listing-blog .post-thumb {
    display: block;
    width: 35%;
    height: 150px;
    margin-right: 5%;
  }*/
  /*.archive .posts-grid article .flow {
    display: block;
    overflow: hidden;
  }
  .archive .posts-grid article .image-link {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .archive .posts-grid article .image-link:hover {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
    transition: all 0.6s ease-in-out;
  }*/
  /*.archive .listing-blog .post-thumb a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .archive .listing-blog .post-thumb a:hover {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
    transition: all 0.6s ease-in-out;
  }
  .archive .listing-blog .post-thumb img,
  .archive .posts-grid article img {
    display: none;
  }
  .archive .listing-blog .content {
    display: block;
    float: left;
    width: 60%;
    margin: auto;
  }*/
}
/*===== MAGAZINE =====*/
#magazine .vc_col-sm-3 {
  min-height: 425px;
}
#legacy .vc_col-sm-3 {
  min-height: 370px;
}
