/*!
Theme Name: Dealer Mobil
Theme URI: https://www.dealerhonda-official.com/
Author: Romario
Author URI: https://www.dealerhonda-official.com/
Description: Perfect Grade SEO theme wordpress for car dealer
Version: 8.0.0
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dealer-mitsubishi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dealer-mitsubishi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 22px;
  margin: 0;
}

h6 {
  font-size: 16px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background-color: var(--fxground)!important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #ccc;
}

tr,
td {
  border: 1px solid #ccc;
  padding: 5px 10px
}

/* Links
--------------------------------------------- */
a {
  color: var(--fxground);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  color: var(--pallete);
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 3px;
  background: var(--pallete);
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  position: relative
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul.sub-menu li:hover {
  background-color: #000 !important;
}

ul.sub-menu li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}

ul.sub-menu li:hover a:before {
  margin-left: 5px;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: var(--pallete);
  display: block;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 250px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

@media screen and (max-width: 37.5em) {
  .main-navigation ul ul a {
    width: 100%;
  }

  .main-navigation ul ul {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    padding-left: 25px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin-bottom: 1.5em;
  border-radius: 6px;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Structured
--------------------------------------------- */
#page {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}

/* Custom Header
--------------------------------------------- */
.site-branding {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.site_logo {
  width: 33.33%;
  margin: 12px 0;
}

.site_info {
  width: 66.66666664%;
  text-align: center;
  padding-top: 15px;
}

.site_info h1 {
  color: var(--pallete);
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  padding: 5px;
  margin: 0;
  font-weight: normal;
}

.site_info h2 {
  font-size: 15px;
  margin: 0;
  font-weight: normal;
}

.menu {
  background-color: var(--pallete);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.menu li {
  line-height: 40px;
  background-color: transparent;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}

.menu li:before {
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  transition: transform .3s ease-in-out;
  opacity: .7;
}

.menu li:hover:before {
  transform: translate(-5px, -5px) rotate(-10deg) scale(1.2);
}

.menu li a {
  display: block;
  color: #fff;
  padding: 0px 10px;
  font-weight: 700;
}

.menu li:hover,
.current-menu-item {
  background-color: var(--subpallete) !important;
}

.menu-toggle {
  width: 100%;
  padding: 10px;
  border: none !important;
  background-color: var(--pallete);
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  position: relative;
  cursor: pointer;
  top: -3px;
}

.menu-toggle:after {
  font-family: 'FontAwesome';
  content: "\f0c9";
  float: right;
}

/* Ticker
--------------------------------------------- */
.header_ticker {
  display: flex;
  height: 35px;
  background-color: var(--subpallete);
}

.ticker_title {
  height: 45px;
  width: 150px;
  line-height: 45px;
  vertical-align: middle;
  background: #d00;
  padding: 0 5px 0 10px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  position: relative;
  transform: translate(-8px, -10px);
  border-radius: 6px 0px 0px 6px;
  box-shadow: 0 3px 3px #000;
  z-index: 1;
}

.ticker_title:before {
  content: '';
  position: absolute;
  top: 0;
  right: -25px;
  border-style: solid;
  border-width: 0 0 45px 25px;
  border-color: transparent transparent transparent #d00;
  z-index: 1
}

.ticker_title:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -7px;
  box-shadow: 6px 0px 2px #000;
  width: 3px;
  height: 45px;
  transform: rotate(28deg);
}

.ticker_content {
  width: 100%;
  color: #ffffff;
  padding: 6px 12px;
  padding-left: 20px;
}

.ticker_content .type {
  --d: 7s;
  /* duration */
  display: inline-block;
  vertical-align: bottom;
}

.ticker_content .type>span {
  display: grid;
  overflow: hidden;
  height: 1.5em;
  transform: translateY(-1px);
}

.ticker_content .type span span {
  width: 0%;
  max-width: max-content;
  overflow: hidden;
  height: inherit;
  word-break: break-all;
  animation:
    c 0.5s infinite steps(1),
    t var(--d) linear infinite alternate,
    m calc(var(--d)*2*var(--n)) steps(var(--n)) infinite;
}

.ticker_content .type span span:before {
  content: " ";
  display: inline-block;
}

@keyframes t {

  90%,
  100% {
    width: 100%
  }
}

@keyframes c {

  0%,
  100% {
    box-shadow: 3px 0 0 #333
  }

  50% {
    box-shadow: 3px 0 0 #fff
  }
}

@keyframes m {
  100% {
    transform: translateY(calc(-100%*var(--n)))
  }
}

/* Custom Content & Sidebar
--------------------------------------------- */
#masthead {
  z-index: 10;
  position: relative;
}

.two_col {
  display: flex;
  flex-direction: row-reverse;
}

#secondary {
  width: 24.99%;
  float: left;
  padding: 10px;
  padding-bottom: 20px;
  border-right: 5px solid #ebebeb;
  border-top: 5px solid #ebebeb;
}

#secondary .widget-title {
  margin: 0;
  background-color: var(--pallete);
  color: #fff;
  margin-bottom: 5px !important;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: 3px 3px 3px #6d6d6d;
  border-radius: 6px;
}

.sidfixed {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

#sales {
  text-align: center;
  color: #000;
}

.pp_image,
.pp_contact {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  box-shadow: 3px 3px 3px #aeadad, -1px -1px 3px #ececec;
  border-radius: 6px;
}

.pp_contact i {
  width: 24px;
  height: 24px;
  font-size: 18px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #aeadad;
  color: #fff;
  text-align: center
}

.pp_contact i.fa-whatsapp {
background: linear-gradient(45deg, #25D366, #128C7E);
    background-size: 300% 300%;
    animation: gradientAnimationWhatsApp 6s ease infinite;
}

@keyframes gradientAnimationWhatsApp {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pp_contact i.fa-phone {
background: linear-gradient(45deg, #34B7F1, #007AFF);
    background-size: 300% 300%;
    animation: gradientAnimationPhoneCall 6s ease infinite;
}

@keyframes gradientAnimationPhoneCall {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pp_contact i.fa-instagram {
background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    background-size: 300% 300%;
    animation: gradientAnimation 6s ease infinite;
}

/* Animasi untuk background */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.pp_image {
  margin-bottom: 10px;
}

.pp_image img {
  border-radius: 6px;
}

.pp_name {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: underline;
  text-transform: capitalize;
}

.pp_position {
  font-size: 13px;
  margin-bottom: 10px;
}

.pp_chat,
.pp_call {
  font-size: 16px;
  text-align: left;
  margin: 5px 0;
  min-width: 150px;
  padding: 5px;
  letter-spacing: 1px;
}

.pp_chat a,
.pp_call a {
  color: #333;
  font-size: 18px;
}

.button-widget {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  background-image: linear-gradient(to bottom, #fff, #fff, #dee4d6);
  min-width: 190px;
  padding: 10px 10px 20px 70px;
  background-color: #ed1c24;
  box-shadow: 3px 3px 3px #737373, -1px -1px 3px #fff;
}

.button-widget:hover {
  background-image: linear-gradient(to bottom, #dee4d6, #fff, #fff);
}

.button-widget:after {
  font-family: 'FontAwesome';
  content: "\f019";
  -webkit-font-feature-settings: 'liga';
  position: absolute;
  font-size: 35px;
  top: 6px;
  left: 16px;
  color: #5f6368;
}

.button-widget:hover:after {
  color: red;
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

.button-widget-text {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
}

.button-widget-link {
  color: #e60f00;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  display: block;
}

#primary {
  width: 74.999997%;
  float: right;
  padding: 10px;
  border-top: 5px solid #ebebeb;
}

/* Custom Footer
--------------------------------------------- */
#colophon {
  border-top: 5px solid #ebebeb;
}

.footer_menu ul {
  display: flex;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  justify-content: center;
}

.footer_menu ul li {
  list-style: none;
  margin: 0 10px;
}

.site-info {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: #666;
}

.site-info .sep:before {
  content: ' - ';
}

@media screen and (max-width: 37.5em) {
  .site-info .sep:before {
    content: '';
    display: block
  }
}

/* Custom Homepage
--------------------------------------------- */
.title_center h2 {
  text-align: center
}

/* Custom Single Post
--------------------------------------------- */
.post-artikel {
  margin-top: 20px;
}

header.entry-header {
  margin-bottom: 10px;
  color: var(--pallete);
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

header.entry-header h2 {
  font-size: 20px;
  font-weight: 600;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linkbot {
  background-color: var(--pallete);
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 3px 3px 3px #6d6d6d;
  font-weight: 500;
}

.linkbot:hover {
  background-color: #e0e0e0;
}

/* Custom Pricelist
--------------------------------------------- */
.pricelist_pagex {
  margin-bottom: 32px;
  border: 1px solid var(--pallete);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 3px 3px 3px #6d6d6d, -3px -3px 3px #d0d0d0;
}

.pricelist_pagex h2 {
  font-size: 20px;
  margin: 0;
  padding: 6px;
  background-color: var(--pallete);
  color: white;
  text-align: center;
}

.pricelist_pagex img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 5px auto;
}

.pricelist_pagex table#customers {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

/* Custom E-Brochure
--------------------------------------------- */
.post_whatsapp,
.post_brochure {
  position: relative;
}

.post_whatsapp a {
  color:#fff;
  padding:8px;
  text-align:center;
  display:block;
  background-color: #25D366;
  background-image: linear-gradient(170deg, #25D366, #128C7E);
  border-radius: var(--br)
}

.post_whatsapp a:hover {
  background-color: #25D366;
  background-image: linear-gradient(340deg, #25D366, #128C7E);
}

.post_whatsapp a:before {
  font-family: 'FontAwesome';
  content: "\f232";
  display: inline-block;
  font-size: 24px;
  line-height: 0;
  transform: translateY(3px);
  margin-right: 10px;
  font-weight: normal;
}

.post_brochure a {
  color: #fff;
  background-color: var(--pallete);
  padding: 8px;
  text-align: center;
  display: block
}

.post_brochure a:hover {
  background-color: var(--fxground);
}

.post_brochure a:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  display: inline-block;
  font-size: 24px;
  line-height: 0;
  transform: translateY(3px);
  margin-right: 10px;
  font-weight: normal;
}

/* Custom Function
--------------------------------------------- */
.mySlides {
  display: none;
}

.slideshow-container img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.navdot {
  margin-top: 15px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

#mvcwid {
  padding: 10px;
  font-size: 14px;
  box-shadow: 3px 3px 3px #aeadad, -1px -1px 3px #ececec;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 10px;
}

#xtvccount {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.katalog_mobil_title,
.hometitle {
  background-color: var(--pallete);
  position: relative;
  padding: 1px !important;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 3px 3px 3px #6d6d6d;
}

.katalog_mobil_title h2,
.hometitle strong {
  border: 1px solid #fff;
  margin: 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  padding: 5px;
  color: #fff;
}

.katalog_mobil {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-bottom: 10px;
}

.mobil_show {
  position: relative;
  color: #000;
}

.mobil_show:hover {
  color: #fff;
}

@media screen and (max-width: 37.5em) {
  .katalog_mobil {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}

.mobil_show:hover .mobil_graph {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.4);
}

.mobil_show:hover img {
  background: linear-gradient(170deg, #fff 30%, var(--pallete) 120%);
  transform: scale(1.2);
}

.mobil_graph {
  border-radius: 6px;
  transition: .2s all ease-in;
  position: relative;
}

.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon_none {
  display: none;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon_new span {
  background: #8F0808;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.ribbon_new span::before {
  border-left: 3px solid #F70505;
  border-top: 3px solid #F70505;
}

.ribbon_new span::after {
  border-right: 3px solid #F70505;
  border-top: 3px solid #F70505;
}

.ribbon_promo span {
  background: #1e5799;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
}

.ribbon_promo span::before {
  border-left: 3px solid #2989d8;
  border-top: 3px solid #2989d8;
}

.ribbon_promo span::after {
  border-right: 3px solid #2989d8;
  border-top: 3px solid #2989d8;
}

.ribbon_best span {
  background: #8F5408;
  background: linear-gradient(#F79E05 0%, #8F5408 100%);
}

.ribbon_best span::before {
  border-left: 3px solid #F79E05;
  border-top: 3px solid #F79E05;
}

.ribbon_best span::after {
  border-right: 3px solid #F79E05;
  border-top: 3px solid #F79E05;
}

.ribbon_inden span {
  background: #808080;
  background: linear-gradient(#B6BAC9 0%, #808080 100%);
}

.ribbon_inden span::before {
  border-left: 3px solid #B6BAC9;
  border-top: 3px solid #B6BAC9;
}

.ribbon_inden span::after {
  border-right: 3px solid #B6BAC9;
  border-top: 3px solid #B6BAC9;
}

.ribbon_limited span {
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
}

.ribbon_limited span::before {
  border-left: 3px solid #9BC90D;
  border-top: 3px solid #9BC90D;
}

.ribbon_limited span::after {
  border-right: 3px solid #9BC90D;
  border-top: 3px solid #9BC90D;
}

.ribbon_out span {
  background: #087F8F;
  background: linear-gradient(#05EFF7 0%, #087F8F 100%);
}

.ribbon_out span::before {
  border-left: 3px solid #05EFF7;
  border-top: 3px solid #05EFF7;
}

.ribbon_out span::after {
  border-right: 3px solid #05EFF7;
  border-top: 3px solid #05EFF7;
}

.mobil_reimg {
  width: 100%;
  text-align: center;
  position: relative;
  border: 1px solid #ebebeb;
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.mobil_show:hover .mobil_reimg {
  border: 1px solid var(--pallete);
  border-bottom: none;
}

.mobil_reimg img {
  width: 100%;
  height: auto;
  display: block;
  background-color: #fff;
  padding: 0 20px;
}

.mobil_show:hover .mobil_reimg img {
  transition: all .6s ease-in-out;
}

.mobil_capion {
  text-align: center;
  background-color: #ebebeb;
  position: relative;
  padding: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.mobil_capion h3 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.mobil_show:hover .mobil_capion {
  background-color: var(--pallete);
}

.share-buttons {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  float: left;
  margin: 10px 0;
  padding: 10px 0;
  width: 100%
}

.share-buttons a {
  text-decoration: none;
  margin-right: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 5px
}

@media(min-width:720px) {
  .share-buttons a {
    margin-right: 10px;
    padding: 5px 10px
  }
}

.share-buttons a:hover {
  text-decoration: none
}

.share-buttons a.twitter {
  background: #5db5de
}

.share-buttons a.facebook {
  background: #3d62b3
}

.share-buttons a.googleplus {
  background: #d34836
}

.share-buttons a.googleplus:hover {
  background: #f75b44
}

.share-buttons a.facebook:hover {
  background: #4273c8
}

.share-buttons a.twitter:hover {
  background: #32bbf5
}

#shortcut a.shortcut_whatsapp {
  position: fixed;
  bottom: 15px;
  left: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background: transparent;
  font-size: 40px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 0 12px var(--subpallete)
}

#myBtn:after {
  font-family: 'FontAwesome';
  content: "\f0aa";
  position: relative;
}

#myBtn:hover {
  color: var(--subpallete);
  text-shadow: 0 0 12px #fff
}

.post_pricelist {
  background-color: var(--pallete);
  box-shadow: 3px 3px 3px #6d6d6d, -3px -3px 3px #d0d0d0;
  border-radius: 6px;
  overflow: hidden;
}

#customers {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

#customers td,
#customers th {
  padding: 6px 16px;
  border: 1px solid #ddd;
}

#customers tr:nth-child(odd) {
  background-color: #fff;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--pallete);
  color: white;
}

#customers tr th {
  border-left-color: transparent;
  border-right-color: transparent;
}

#customers td:nth-child(1) {
  width: 70%;
}

#customers td:nth-child(2) {
  width: 30%;
}

#customers td.subhead_td {
  background-color: #5f6368;
  color: white;
}

td.last_update_harga {
  padding: 12px !important;
  text-align: center;
  font-size: 13px !important;
  color: #6a6a6a;
  background-color: #fff;
}

#customers tr.dekstop-only,
#customers tr.mobile-only {
  background-color: #fff!important;
}

td.post_whatsapp a,
td.post_brochure a {
  border-radius: 6px;
}

h2.untitled {
  display: none;
}

.byd-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  font-size: 90%;
}

.byd-specs-table th,
.byd-specs-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.byd-specs-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #333;
}

.byd-specs-table tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease;
}

.byd-specs-table td:first-child {
    font-weight: bold;
    color: var(--fxground);
}

@media screen and (max-width: 600px) {
    .byd-specs-table {
        font-size: 14px;
    }
    
    .byd-specs-table th,
    .byd-specs-table td {
        padding: 8px 10px;
    }
    
    .byd-specs-table th {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .byd-specs-table {
        font-size: 12px;
    }
    
    .byd-specs-table th,
    .byd-specs-table td {
        padding: 6px 8px;
    }
}

/* Pricelist Note
--------------------------------------------- */
.pricelist_note {
  margin-top: 20px;
  background-color: #ffffc4;
  box-shadow: 3px 3px 3px #6d6d6d, -3px -3px 3px #d0d0d0;
  border-radius: 6px;
  padding: 10px;
  overflow: hidden;
}

.pricelist_note_title {
  font-weight: 600;
  color: red;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/* Syarat Kredit
--------------------------------------------- */
.info-kredit {
  border: 2px solid red;
  text-align: center;
  border-radius: 6px;
}

/* Responsive Control
--------------------------------------------- */
@media only screen and (max-width: 960px) {
  #page {
    width: 100%;
  }

  .site-branding {
    display: block;
    text-align: center;
  }

  .site_logo {
    width: 100%;
  }

  .site_info {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .slideshow-container {
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
  }

  .two_col {
    display: block;
  }

  #primary,
  #secondary {
    width: 100%;
  }
  
  #primary {
    border-top: 0;
  }
  
  #secondary {
    border-right: 0;
  }
}

.mobile_nav {
  display: none;
}

@media only screen and (max-width: 768px) {
  .site_logo img {
    height: 72px;
  }
	
  .header_ticker {
    display: none;
  }

  .mobile_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    transition: transform .25s, opacity .25s, -webkit-transform .25s;
    width: 100%;
    height: 70px;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    background: rgba(51, 51, 51, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-top: 1px solid var(--subpallete);
  }

  .mobile_nav a {
    width: 30%;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    color: #fff;
    text-shadow: 0 0 16px #000
  }

  .mobile_nav a i {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
  }

  #myBtn {
    bottom: 80px;
  }

  #colophon {
    margin-bottom: 70px;
  }
}

article ul {
  margin: 0;
  padding: 0;
  padding-left: 13px;
}

@media screen and (max-width: 37.5em) {
	.dekstop-only {
		display: none;
	}
}
@media screen and (min-width: 37.5em) {
	.mobile-only {
		display: none;
	}
  .site_logo img {
    display: block;
    margin-left: 10px;
    height: 52px
  }
}