/*---------------------------------------------
Template Name: A3 News
Description: Digital Agency HTML5 Template
Author: Arsad Aji Anto
Author URL: https://arsadajianto.com/
Version: 1.3.0
-------------------------*/

html, body, button, input, select, textarea {
  font-family: 'Lato',serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}

a {
  text-decoration: none;
}

header {
  margin-bottom: 40px;
}
header .header-top {
  height: 52px;
  border-bottom: 1px solid rgba(237,237,237,1);
}
header .header-top ul {
  margin: 0;
}
header .header-top ul li {
  margin: 0 8px;
}
header .header-top ul li a {
  color: #333333;
  line-height: 52px;
  font-size: 0.86rem;
  text-decoration: none;
}
header .header-top ul.header-top-right li {
  color: #333333;
  line-height: 52px;
  font-size: 0.86rem;
  text-decoration: none;
}

header .header-middle {
  padding: 40px 0;
}
header .header-middle ul.header-middle-left li {
  margin: 0;
}
header .header-middle ul.header-middle-left li a {
  padding: 10px;
  font-size: 20px;
  color: #333333;
}

header .header-bottom {
  background: rgba(0,0,0,1);
}
header .header-bottom nav {
  padding: 0;
}
header .header-bottom ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 6px;
  position: relative;
}
header .header-bottom ul li:first-child {
  margin-left: 0;
}
header .header-bottom ul li a {
  font-family: 'Nunito',serif;
  color: #f7f7f7 !important;
  padding: 0 15px !important;
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
header .header-bottom ul li a i {
  line-height: inherit !important;
  font-size: 1em !important;
  margin-right: 0.25em;
}
header .header-bottom ul.navbar-nav>li>a:before {
  left: 0;
  top: 0;
  border-left: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  transform: translate(100%, 50%);
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  opacity: 0;
}
header .header-bottom ul.navbar-nav>li:hover>a:before,
header .header-bottom ul.navbar-nav>li:hover>a:after,
header .header-bottom ul.navbar-nav>li.active>a:before,
header .header-bottom ul.navbar-nav>li.active>a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
header .header-bottom ul.navbar-nav>li>a:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  transform: translate(-100%, -50%);
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  opacity: 0;
}
.dropdown-toggle::after {
  border-top: 0;
  border-left: 0;
}



/*
 * Home
 */
 .headline {
   position: relative;
 }
 .headline a {
  position: relative;
  display: block;
  overflow: hidden;
 }
 .headline a:hover .headline-thumb img {
   transform: rotate(10deg) scale(1.4);
 }
 .headline a .headline-thumb img {
  transform: rotate(0deg) scale(1);
  transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
 }
.headline a .headline-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  color: #FFF;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.headline a .headline-meta .headline-meta-title {
  font-family: 'Nunito',serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.headline a .headline-meta .headline-meta-attr {
  opacity: 0.8;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.headline a .headline-meta .headline-meta-attr span i {
  margin-right: 5px;
  font-size: 0.88em;
}
.headline a .headline-meta .headline-meta-attr .author {
  margin-right: 20px;
}
.headline ul.headline-category {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.headline ul.headline-category li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.headline ul.headline-category li a {
  display: inline-block;
  background: #f05742;
  color: #FFF;
  font-size: 0.7rem;
  padding: 5px 8px;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}
