/*
Theme Name: WPDealer
Version: 1.2.1
Theme URI: http://www.oketheme.com/themes/wpdealer-theme/
Author: Tri Yuli Kurniawan
Author URI: http://www.oketheme.com
Description: WPDealer Theme merupakan template wordpress khusus untuk website dealer mobil & motor. Template yang wajib dimiliki oleh sales mobil/motor di Indonesia. Free update & full support!
Tags: wpdealer, oketheme, sales mobil, sales motor, web dealer, aktif #DD0000, hover #FF8000
*/

:root {
  --color: #414141;;
  --color1: #DD0000;
  --color2: #FF8000;
  --colorborder: #F3F3F3;
  --colorbg: #F9F9F9;
  --maxwidth: 1100px;
}

.comments li,
.footbar ul {
  list-style-type: none;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  font-family: "Myriad Pro";
  font-size: 15px;
  color: var(--color);
  background: #FFF;
  margin: 0;
}

a,
li,
nav,
ul {
  margin: 0;
  padding: 0;
}

.clear:after,
.clear:before {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

a,
h1,
h2,
h3,
h4 {
  color: var(--color1);
}

a:hover,
button:hover {
  transition: 0.3s;
}

a:hover {
  color: var(--color2);
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0 5px;
}

input,
radio,
select,
textarea {
  padding: 5px 10px;
  color: #414141;
  outline: 0;
  border: #EEE solid 1px;
  background: #FFF;
  margin: 5px 0;
}

.button-primary,
.form-submit input,
button {
  font-size: 100%;
  cursor: pointer;
  padding: 6px 10px;
  color: var(--color1);
  border: 2px solid var(--color1);
  background: none;
  font-weight: 500;
  outline: 0;
  margin: 2px;
}

.button-primary:hover,
.form-submit input:hover,
button:hover {
  border-color: var(--color2);
  color: var(--color2);
}

blockquote {
  width: 94%;
  margin: 0 3%;
  padding: 0 15px;
  border-left: 10px solid #EEE;
  border-right: 1px solid #F1F1F1;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  background: #F9F9F9;
}

code {
  background: #F5F5F5;
  border: #EEE solid 1px;
  padding: 5px;
}

img {
  height: auto;
}

a img {
  border: none;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  display: block;
  margin: 5px auto;
}

img.alignright {
  display: inline;
  margin: 0 0 5px 5px;
  padding: 5px;
}

img.alignleft {
  display: inline;
  margin: 0 5px 5px 0;
  padding: 5px;
}

.wp-caption {
  border: #EEE solid 1px;
  background-color: #FFF;
  padding: 5px;
  margin: 5px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}

.wp-caption p.wp-caption-text {
  text-align: center;
  font-style: italic;
  font-size: 80%;
  padding: 5px 5px 0;
  margin: 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption,
img,
img.alignnone,
p img {
  max-width: 100%;
}

/* BLINK */
@keyframes blinker {

  50% {
    opacity: 0;
  }
}

.blink {
  animation: blinker 1s linear infinite;
}

/* CUSTOM */

.small {
  font-size: 80%;
}

.medium {
  font-size: 90%;
}

.hidden {
  font-size: 0;
}

.info,
.sukses,
.warning {
  width: 100%;
  padding: 15px;
}

.warning ul li {
  list-style: circle;
  border-bottom: 1px dashed #F3F3F3;
  padding: 3px 0;
  margin: 5px 5px 5px 20px;
}

.info {
  border: 1px solid var(--colorborder);
  background: var(--colorbg);
}

.warning {
  border: #FFC4C4 solid 1px;
  background: #FFEAEA;
}

.sukses {
  border: #85B200 solid 1px;
  background: #E2FFD9;
}

.judul {
  color: var(--color1);
  font-size: 120%;
  font-weight: 600;
}

.headtitle {
  font-size: 150%;
  color: var(--color1);
  margin-bottom: 20px;
  font-weight: 600;
}

.bigtitle {
  font-size: 240%;
  color: var(--color1);
  text-shadow: 3px 3px 0px #FAFAFA, 6px 6px 0px rgba(0, 0, 0, 0.05)
}

.glyphicon,
[class*=el-icon-] {
  font-size: 90%;
  margin-right: 5px;
}

.shadow {
  box-shadow: 0 1px 16px #CCC;
}

/* ADS */

.ads728 {
  max-width: 728px;
  max-height: 90px;
  margin: 20px auto;
}

/* WRAP */

#wrapperwide {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
}

/* Header */
#headerwrap {
  background: var(--colorbg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#header {
  padding: 15px 20px;
  margin: 0 auto;
  max-width: var(--maxwidth);
}

.headlogo {
  width: 40%;
  float: left;
}

.headlogo a {
  font-size: 250%;
  text-shadow: 3px 3px 0px #FAFAFA, 6px 6px 0px rgba(0, 0, 0, 0.05);
  font-weight: 600;
}

.headlogo p {
  margin: 0;
  font-size: 110%;
}

.headkontak {
  width: 59%;
  float: right;
  text-align: right;
}

.texttop {
  margin-bottom: 10px;
}
.texttop a {
  font-size: 120%; 
  font-weight: 600;
}

/* Ticker */
#tickerwrap {
  background: #333;
  width: 100%;
  color: #fff;
  display: flex;
}
.ticker {
  max-width: var(--maxwidth);
  margin: 0 auto;
}
.ticker ul {
  display: flex;
  align-items: center;
}
.ticker li{
  padding: 0 15px;
  font-size: 14px;
  list-style-type: none;
}
.ticker li span{
  background: var(--color2);
  padding: 2px 6px;
  font-size: 11px;
  margin-right: 5px;
  text-transform: uppercase;
}

/* Navigasi */
#naviwrap {
  width: 100%;
  height: 35px;
  background: var(--color1);
}

.navigasi {
  margin: 0 auto;
  max-width: var(--maxwidth);
  position: relative;
}

.toggleMenu {
  display: none;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #FFF;
  cursor: pointer;
  margin-left: 130px;
  font-weight: bold;
}

.naviku {
  list-style: none;
  text-align: left;
  margin-left: 120px;
}

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

.naviku>li {
  float: left;
}

.naviku a {
  padding: 0 10px;
  line-height: 35px;
  color: #FFF;
}
.naviku a:hover {
  background: var(--color2);
}
.naviku > li:first-child a:hover {
  background: none;
}

.naviku>li>a {
  display: block;
  font-weight: bold;
  padding: 0 15px;
}

.naviku ul {
  list-style: none;
  width: 200px;
  z-index: 100
}

.naviku li {
  position: relative;
}

.naviku>li .parent {
  background-image: url(images/downArrow.png);
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right
}

.naviku li ul {
  position: absolute;
  left: -9999px;
  background: #333333db;
  font-size: 95%;
}

.naviku>li.hover>ul {
  left: 0
}

.naviku li li.hover ul {
  left: 100%;
  top: 0
}

.naviku li li a {
  display: block;
  position: relative;
}

.naviku li li ul {
  margin-top: -1px
}

/* Model Button*/
.modbutton {
  background: var(--color2);
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  font-weight: bold;
}
.modbutton i {
  font-size: 80%;
  margin-right: 5px
}
.modbutton:after {
  position: absolute;
  right: -25px;
  content: " ";
  border-style: solid;
  border-width: 35px 0 0 25px;
  border-color: transparent transparent transparent var(--color2);
}
.modbutton:before {
  position: absolute;
  left: -25px;
  content: " ";
  border-style: solid;
  border-width: 0 25px 35px 0;
  border-color: transparent var(--color2) transparent transparent;
}

/* Menu Model */
.listmodwrap {
  display: none;
  width: 100%;
  background: var(--color1);
  top: 100%;
  padding: 5px;
  position: absolute;
  z-index: 3;
  border-top: 5px solid #333;
}

.listmodwrap .allmodel {
  font-weight: 500;
  font-size: 90%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  top: 100%;
  color: #FFF;
  padding-right: 10px;
  background: var(--color2);
  transition: all 0.3s ease;
}

.listmodwrap .allmodel:before {
  position: absolute;
  left: -25px;
  content: " ";
  border-style: solid;
  border-width: 0 25px 35px 0;
  border-color: transparent var(--color2) transparent transparent;
}

.allmodel:hover {
  border-right: 10px solid var(--color1);
}

.listmod {
  padding: 3px;
  position: relative;
}

.listlabel {
  position: absolute;
  top: 7px;
  left: 7px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  background: var(--color1);
  padding: 0 5px 0 10px;
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  transition: all 0.3s ease;
}

.listlabel:after {
  position: absolute;
  right: -20px;
  content: " ";
  border-style: solid;
  border-width: 0 0 25px 20px;
  border-color: transparent transparent transparent var(--color1);
  transition: all 0.3s ease;
}

.listmod img {
  width: 100%;
  border: 4px solid var(--color1);
  transition: all 0.3s ease;
}

.listmod:hover .listlabel {
  background: var(--color2);
}

.listmod:hover .listlabel:after {
  border-color: transparent transparent transparent var(--color2);
}

.listmod img:hover  {
  border-color: var(--color2);
}

/* SLIDER */
#slider {
  width: 100%;
}

#slider img {
  width: 100%;
}

/* CONTAIN */
#containwrap {
  width: 100%;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: var(--maxwidth);
  position: relative;
  padding: 30px 15px;
}

/* WELCOME */

.welcome {
  width: 74%;
  float: left;
}

.welcome ul li,
.promohome ul li {
  list-style: circle;
  border-bottom: 1px dashed var(--colorborder);
  padding: 3px 0;
  margin: 5px 10px 5px 30px;
}

/* SALES */

.salesbox{
  width: 26%;
  float: right;
  margin-top: -20px;
}

.salesimg {
  width: 100%;
  overflow: hidden;
}
.salesimg img {
  width: 100%;
  transition: all 0.3s ease;
}

.saleslist a {
  color: var(--color);
}
.saleslist li:hover {
  color: var(--color2);
}

.saleslist {
  margin: 20px;
  background: #FFF;
}

.saleslist:hover img{
  transform: scale(1.15)
}

.saleslist>div {
  text-align: center;
}

.saleslist .judul {
  margin-top: 10px;
}

.saleslist ul {
  padding: 10px;
  display: flow-root;
}

.ktelp,
.kwa,
.kteleg,
.kmess {
  background-image: url(images/kontak.png);
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  list-style: none;
  line-height: 28px;
  border-top: 1px dotted var(--colorborder);
}

.ktelp {
  background-position: 0 0;
}

.kwa {
  background-position: 0 -28px;
}

.kteleg {
  background-position: 0 -56px;
}

.kmess {
  background-position: 0 -84px;
}


/* PROMO */
#containwrap.promohome {
  background: #f0f0f0;
  background-size: cover;
  background-image: url(images/promo.jpg);
  background-position: center top;
  overflow: inherit;
}

.promohome ul {
  display: flow-root;
}

.imgpromo {
  width: 40%;
  float: left;
  background: #FFF;
  border: 7px solid #FFF;
  transform: rotate(3deg);
  transition: all 0.3s ease;
  margin-right: 20px;
  margin-bottom: 20px;
}

.imgpromo:hover {
  transform: scale(1.1) rotate(7deg);
}

/* NEW MODEL */
.cornerlink {
  position: absolute;
  right: 25px;
  top: 25px;
  font-weight: 600;
}

/* GRID */

.modeldiv {
  margin-left: -10px;
  margin-right: -10px;
}
.gridpad {
  width: 25%;
  padding: 10px;
  float: left;
}
.gridpad:nth-child(4n+1) {
  clear: both;
}

.grid {
  width: 100%;
  background: var(--colorbg);
  text-align: right;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--colorborder);
  transition: all 0.3s ease;
}

.grid img{
  width: 100%;
}

.grid:hover {
  box-shadow: 0 2px 10px #ccc;
  transform: rotate(-3deg);
}

.grid h3 {
  width: 55%;
  margin: 0 5px 10px 0;
  float: left;
  text-align: left;
  border-bottom: 2px solid var(--color1);
}
.grid:hover h3 {
  color: var(--color2);
  border-color: var(--color2);
}

.label {
  position: absolute;
  left: -65px;
  padding: 0 55px;
  top: 20px;
  width: 200px;
  height: 26px;
  line-height: 26px;
  transform: rotate(-45deg);
  color: #fff !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fab637;
}

.tipe {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 5px;
  text-align: left;
  background: rgba(255, 255, 255, 0.50);
}

/* MODEL RANDOM SLIDER */
#modrand .gridpad {
  width: 100%;
 }

/* SIMULASI */
#simulasikredit.popup {
  padding: 20px;
  max-width: 800px;
}
.simulasihome {
  background: #E9E9E9;
  background-size: cover;
  background-image: url(images/simulasi.jpg);
  background-position: center top;
}

.infokredit {
  width: 50%;
  float: left;
}

.formkredit {
  width: 48%;
  float: right;
}

.formkredit input,
.formkredit select {
  width: 100%;
  margin-bottom: 10px;
}

/* TESTIMONIAL */
.testi {
  width: 100%;
  margin-top: -30px;
}

.isitesti {
  padding: 30px;
}

.isitesti img {
  float: right;
  margin: 0 0 20px 30px;
  background: #FFF;
  border: 7px solid #FFF;
  box-shadow: 0 1px 20px #CCC;
  transform: scale(0.9) rotate(3deg);
  transition: all 0.3s ease;
}

.isitesti img:hover {
  transform: scale(1) rotate(5deg);
}

.isitesti p {
  font-style: italic;
  padding-left: 20px;
}

.testi .owl-buttons {
  display: none;
}

/* BLOG */
.bloghome {
  background: #E9E9E9;
  background-size: cover;
  background-image: url(images/blog.jpg);
  background-position: center top;
}

.listblog {
  width: 100%;
  margin: 10px 0;
}

.listblog img {
  float: left;
  margin-right: 15px;
  padding: 7px;
  border: 1px solid var(--colorborder);
  background: #FFF;
  transition: all 0.3s ease;
}

.listblog:hover img {
  box-shadow: 0 2px 10px #ccc;
  transform: rotate(-3deg);
}

/* POST CONTENT */
.wrap-post ul li {
  list-style: circle;
  border-bottom: 1px dashed #F3F3F3;
  padding: 3px 0;
  margin: 5px 10px 5px 30px;
}

.utube iframe {
  width: 100%;
  height: 400px;
}

/* DETAIL MODEL */
.conmodel {
  margin: 20px 0;
  padding: 0 0 10px 0;
  border-top: 5px solid #F1F1F1;
}

.titmodel {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background: var(--color1);
  padding: 0 15px;
  color: #FFF;
  font-size: 120%;
  display: table;
  position: relative;
  margin-top: -5px;
  font-weight: bold;
}

.titmodel:after {
  position: absolute;
  right: -30px;
  content: " ";
  border-style: solid;
  border-width: 0 0 40px 30px;
  border-color: transparent transparent transparent var(--color1);
}

.boxview {
  width: 74%;
  padding: 10px;
  border: 1px solid var(--colorborder);
  background: var(--colorbg);
  float: left;
}

.boxview .titmodel {
  position: absolute;
  margin-left: -11px;
  margin-top: -11px;
  z-index: 1;
}

.listimage {
  width: 45%;
  background: #F2F2F2;
  float: left;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.listimage img {
  width: 100%;
}
.listimage .tipe {
  top: 10px;
  right: 10px;
}

.listharga {
  width: 54%;
  background: #FFF;
  float: right;
  border: 1px solid #F2F2F2;
}

.listharga th {
  padding: 10px;
  text-align: left;
  font-size: 120%;
  background: #F2F2F2;
}

.listharga td {
  padding: 10px;
  margin: 10px 0;
}

.listharga tr:nth-child(even) {
  background: #F9F9F9;
}

.listharga tr:hover {
  background: #F2F2F2;
}


/* CONTACT FORM */
#contactform input,
#contactform textarea {
  width: 100%;
}


/* BREADCRUMB */
.crumbs {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 90%;
  border: 1px solid var(--colorborder);
  background: var(--colorbg);
}

/* GMAPS */
#containwrap.gmaps {
  padding: 0;
}

.gmaps iframe {
  width: 100%;
  margin-bottom: -6px
}

/* FOOTER */

#footerwrap {
  width: 100%;
  color: #FCFCFC;
  background: var(--color1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

#footerwrap a {
  color: #FCFCFC;
}

#footerwrap a:hover {
  border-bottom: 1px dotted #FFF;
}

#footerwrap h4 {
  color: #FCFCFC;
  font-size: 120%;
  text-transform: uppercase;
  padding: 10px 0;
}

.footerback {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .4;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footbarwidget {
  width: 50%;
  padding: 0 30px;
  float: left;
}

.footbar {
  margin-bottom: 20px;
}

.footbar ul li {
  padding: 5px 0;
  margin-left: 5px;
}

.footbar ul li li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 5px;
}

.footbar p,
.sidebar p {
  padding: 0;
  margin: 0;
}

.footer {
  width: 100%;
  padding: 30px;
  font-size: 110%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Pagination */
.pagination {
  width: 100%;
  margin: 30px 0;
  text-align: center
}

.pagination a,
.pagination>.current {
  border: #f2f2f2 solid 1px;
  padding: 5px 10px;
  background: #fff;
  margin: 0 2px;
  display: inline-block
}

.pagination a:hover,
.pagination>.current {
  color: #fff;
  background: var(--color1)
}

/* COMMENTS */

.comments {
  text-align: left;
  margin: 20px 0;
}

.comments h2 {
  margin: 10px 0;
}

.comments h3 {
  margin: 0;
}

.comments input,
.comments textarea {
  width: 100%;
  margin-bottom: 15px;
}

.form-submit {
  margin: -10px 0;
}

.form-submit input {
  max-width: 150px;
}

.comments li {
  padding-top: 10px;
  margin: 10px 0;
  border-top: 1px dashed #EEE;
}

.comments li li {
  margin: 5px 0 5px 20px;
  padding-left: 10px;
  border: none;
  border-left: 1px dashed #EEE;
}

/* AVATAR */
.avatar {
  border: #EEE solid 1px;
  padding: 5px;
  background: #FFF;
  float: left;
  margin: 0 10px 0 0;
}

/* SCROLLUP */

.scrollup {
  position: fixed;
  display: none;
  z-index: 3;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background: url(images/icon_top.png) no-repeat;
  opacity: 0.1;
  border-radius: 3px;
}
.scrollup:hover {
  opacity: 0.8;
}

.seo {
  font-size: 0;
  margin: 0;
  padding: 0;
}

/* SHARE IT */

.shareit {
  overflow: hidden;
  margin: 10px 0;
}

.shareit strong {
  line-height: 28px;
  float: left
}

.shareit span {
  line-height: 28px;
  font-size: 28px;
  margin-left: 10px;
  width: 30px;
  float: left
}

.shareit span:hover {
  opacity: .8
}

/* POP UP */
.popup {
  min-width: 280px;
  max-width: 1000px;
  display: none;
  padding: 15px
}
#kontak-kami {
  width: 280px;
  padding: 0;
}
#kontak-kami .saleslist {
  width: 240px;
}

/* CONTACT US */
.fixtop {
  position: fixed;
  right: -70px;
  padding: 0 50px;
  top: 28px;
  width: 250px;
  height: 32px;
  line-height: 30px;
  transform: rotate(40deg);
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  background-color: var(--color1);
  z-index: 33;
  letter-spacing: 0.05em;
  box-shadow: 0 1px 2px #555;
}

.fixtop:hover {
  background: var(--color2);
}

#contact_overlay {
  position: fixed;
  z-index: 9999;
  padding: 100px 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1ee9;
  display: none;
}
.contact_box {
  max-width: 280px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
}
.contact_box button {
  border: none;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  opacity: .5;
  height: 44px;
  width: 44px;
}
.contact_box button:hover {
  opacity:1;
}
.contact_box svg {
  width: 100%;
}

/* MAINTENANCE */
.maintenis {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ff3100b8;
  color: #fff;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0
}

/* OWL SLIDER */
.owl-controls .owl-buttons div {
  opacity: 0;
  background: #fffc;
  border-radius: 50%;
}

.smallslider .owl-controls .owl-buttons .owl-prev,
.megaslider .owl-controls .owl-buttons .owl-prev {
  left: 100px;
}

.smallslider .owl-controls .owl-buttons .owl-next,
.megaslider .owl-controls .owl-buttons .owl-next {
  right: 100px;
}

.owl-carousel .owl-buttons .owl-prev {
  transition: 0.5s;
  opacity: 0;
}

.owl-carousel:hover .owl-buttons .owl-prev {
  left: 30px;
  opacity: 1;
}

.owl-carousel .owl-buttons .owl-next {
  transition: 0.5s;
  opacity: 0;
}

.owl-carousel:hover .owl-buttons .owl-next {
  right: 30px;
  opacity: 1;
}

#salesslider.owl-carousel .owl-buttons .owl-prev,
#modlist.owl-carousel .owl-buttons .owl-prev {
  left: 30px;
  opacity: 1;
}

#salesslider.owl-carousel .owl-buttons .owl-next,
#modlist.owl-carousel .owl-buttons .owl-next {
  right: 30px;
  opacity: 1;
}

#salesslider .owl-pagination {
  display: none;
}