@charset "UTF-8";
@font-face {
  font-family: "BiennaleBold";
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Bold/font.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Bold/font.eot") format("embedded-opentype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Bold/font.woff2") format("woff2"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Bold/font.woff") format("woff"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Bold/font.ttf") format("truetype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Bold/font.svg") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "BiennaleMedium";
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Medium/font.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Medium/font.eot") format("embedded-opentype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Medium/font.woff2") format("woff2"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Medium/font.woff") format("woff"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Medium/font.ttf") format("truetype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Medium/font.svg") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "BiennaleRegular";
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Regular/font.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Regular/font.eot") format("embedded-opentype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Regular/font.woff2") format("woff2"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Regular/font.woff") format("woff"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Regular/font.ttf") format("truetype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Regular/font.svg") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "BiennaleSemibold";
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Semibold/font.eot"); /* IE9 Compat Modes */
  src: url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Semibold/font.eot") format("embedded-opentype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Semibold/font.woff2") format("woff2"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Semibold/font.woff") format("woff"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Semibold/font.ttf") format("truetype"), url("/wp-content/themes/tivala-main/assets/fonts/Biennale/Semibold/font.svg") format("svg"); /* Legacy iOS */
}
/* GENERIC */
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  height: 100%;
}

p {
  font-family: "BiennaleRegular";
}

div {
  font-family: "BiennaleRegular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BiennaleRegular";
}

button {
  font-family: "BiennaleBold";
  border: 1px solid black;
  border-radius: 30px;
  background-color: white;
  color: white;
  transition: all 0.1s;
  cursor: pointer;
}
button:hover {
  background-color: #4a4c5f;
  transition: all 0.1s;
}

/* NAVIGATION */
.main-top-navigation .menu-item-has-children:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  left: -10px;
}

.main-nf-logo-wrap {
  height: 50px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 900px) {
  .main-nf-logo-wrap {
    margin-right: 80px;
  }
  .main-nf-logo-wrap img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }
}
.main-nf-logo-wrap a {
  max-height: 60px;
  height: 40px;
}

@media all and (max-width: 900px) {
  #main-nf-menu {
    display: none;
  }
}

#main-nf-menu .main-top-navigation ul {
  list-style: none;
}

#main-nf-menu .main-top-navigation li a {
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
#main-nf-menu .main-top-navigation li a:hover {
  color: rgb(79, 82, 104);
}

#main-nf-menu .main-top-navigation li {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.5s;
  padding-left: 10px;
  padding-right: 10px;
}

#main-nf-menu .main-top-navigation li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

#main-nf-menu .main-top-navigation li ul {
  padding: 15px;
  background-color: #343434;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  z-index: 500;
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0%;
  left: 0%;
  visibility: hidden;
}

body #main-nf-menu .main-top-navigation .current-menu-item a {
  color: #2ea3f2;
}

body #main-nf-menu .main-top-navigation .current-menu-parent > a {
  color: #2ea3f2;
}

.main-navigation-wrap {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-navigation-flex-wrap {
  display: flex;
  justify-content: space-between;
  height: 50px;
  padding: 30px 20px 30px 20px;
  align-content: center;
  align-items: center;
  font-family: "BiennaleRegular";
}
@media all and (max-width: 900px) {
  .main-navigation-flex-wrap {
    padding: 15px 10px 5px 10px;
  }
}

.main-nf-logo {
  height: 100%;
}

.main-top-navigation {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* MOBILE MENU */
.main-menu-icon {
  font-size: 20px;
  cursor: pointer;
}

#main-mobile-menu {
  padding-right: 20px;
  padding-left: 10px;
}
@media all and (max-width: 900px) {
  #main-mobile-menu {
    display: block;
  }
}

/* MOBILE MENU FLAP */
.tivala-mobile-menu-flap {
  display: flex;
  justify-content: center;
}

.tivala-mmf-inner {
  display: none;
  position: absolute;
  background: white;
  z-index: 999;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.main-mobile-navigation {
  padding: 20px;
}
.main-mobile-navigation li {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  list-style: none;
}
.main-mobile-navigation a {
  text-decoration: none;
  color: #666;
  display: list-item;
  padding: 10px 5%;
}

body .main-mobile-navigation .menu-item-has-children > a {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}

body .main-mobile-navigation .current-menu-item a {
  color: #2ea3f2;
}

.current-menu-parent > a {
  color: #2ea3f2;
}

.menu-item-has-children > a {
  pointer-events: none;
}

body .main-mobile-navigation .menu-item-has-children .sub-menu {
  padding-left: 5%;
}

/* FOOTER */
#main-footer {
  background-color: #343434;
}

#main-footer-content {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

/* MAIN CONTAINER */
.main-container {
  display: flex;
  flex-direction: column;
}

.main-container-inner {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-container-inner {
  margin-bottom: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1240px) {
  .main-container-inner {
    width: 100%;
  }
}
@media all and (max-width: 780px) {
  .main-container-inner {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 600px) {
  .main-container-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* NEW */
.main-container {
  display: flex;
  flex-direction: column;
}

.main-container-inner {
  flex: 1 0 auto;
}

#main-footer {
  flex-shrink: 0;
}

.tivala-brand-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tivala-brand-footer a {
  color: white;
  text-decoration: none;
}
.tivala-brand-footer img {
  width: 35px;
  height: 35px;
}

.autocars-blog {
  padding: 50px 0px;
  color: #343434;
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
}
@media all and (max-width: 780px) {
  .autocars-blog {
    padding: 0px;
  }
}
@media all and (max-width: 1150px) {
  .autocars-blog {
    flex-direction: column;
  }
}
.autocars-blog ul li {
  font-size: 16px;
}
.autocars-blog ol {
  font-size: 16px;
}
.autocars-blog li {
  color: #343434;
}
.autocars-blog li::marker {
  font-size: 19px;
}
.autocars-blog h1,
.autocars-blog h2,
.autocars-blog h3,
.autocars-blog h4,
.autocars-blog h5 {
  color: #343434;
}
.autocars-blog p {
  color: #343434;
  font-size: 16px;
}
.autocars-blog img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 5px;
  margin: 25px 0px;
}

.autocars-listings {
  min-width: 400px;
}
@media all and (max-width: 780px) {
  .autocars-listings {
    min-width: unset;
  }
}
@media all and (max-width: 1150px) {
  .autocars-listings {
    padding-top: 0px;
  }
}
.autocars-listings .ac-l-title {
  font-weight: bold;
  font-size: 19px;
}
@media all and (max-width: 1150px) {
  .autocars-listings .ac-l-headings {
    display: none;
  }
}
.autocars-listings .ac-l-headings .ac-l-h2s {
  border-left: 4px solid #EDEDED;
}
.autocars-listings .ac-l-headings .ac-l-h2s p {
  padding-left: 15px;
  cursor: pointer;
}

.ac-l-cars {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media all and (max-width: 1150px) {
  .ac-l-cars {
    flex-wrap: wrap;
    flex-direction: unset;
  }
}

.ac-l-car {
  background: #2c2c2c;
  color: white;
  border-radius: 5px;
  height: 115px;
  display: flex;
  text-decoration: none;
  transition: all 0.2s;
}
@media all and (max-width: 1150px) {
  .ac-l-car {
    flex: 0.5;
  }
}
@media all and (max-width: 900px) {
  .ac-l-car {
    flex: 1;
  }
}
.ac-l-car:hover {
  transform: scale(1.02);
}
.ac-l-car .ac-l-car-inner {
  display: flex;
  flex: 1;
}
.ac-l-car .ac-l-car-inner .ac-l-car-image {
  height: 100%;
  width: 170px;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 5px 0px 0px 5px;
}
@media all and (max-width: 450px) {
  .ac-l-car .ac-l-car-inner .ac-l-car-image {
    width: 120px;
  }
}
@media all and (max-width: 350px) {
  .ac-l-car .ac-l-car-inner .ac-l-car-image {
    width: 90px;
  }
}
.ac-l-car .ac-l-car-inner .ac-l-car-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ac-l-car .ac-l-car-inner .ac-l-car-info .ac-l-car-title {
  overflow: hidden;
  font-weight: bold;
  max-width: 200px;
}
.ac-l-car .ac-l-car-inner .ac-l-car-info .ac-l-car-bullets {
  display: flex;
  gap: 10px;
}
.ac-l-car .ac-l-car-inner .ac-l-car-info .ac-l-car-bullets .ac-l-car-bullet {
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  background: #464646;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 12px;
}
@media all and (max-width: 450px) {
  .ac-l-car .ac-l-car-inner .ac-l-car-info .ac-l-car-bullets .ac-l-car-bullet:nth-child(2) {
    display: none;
  }
}
.ac-l-car .ac-l-car-inner .ac-l-car-info .ac-l-car-price {
  font-weight: bold;
  color: #48A3DE;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin: auto;
}
@media all and (max-width: 780px) {
  .nav-links {
    flex-direction: column;
    gap: 50px;
  }
}
.nav-links a {
  color: #343434;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}

@media all and (max-width: 1240px) {
  .sow-blog-posts {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.sow-blog-posts img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.ac-related-posts-categories {
  width: 100%;
  background-color: #2C2C2C;
  border-radius: 5px;
  z-index: 99;
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 160px auto auto auto;
}
.ac-related-posts-categories .ac-related-posts-categories-body {
  padding: 60px;
}
@media all and (max-width: 780px) {
  .ac-related-posts-categories .ac-related-posts-categories-body {
    padding: 16px;
  }
}
.ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-content {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
@media all and (max-width: 1240px) {
  .ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-content {
    justify-content: flex-start;
    gap: 10px;
  }
}
.ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-content .ac-related-posts-category-box {
  color: white !important;
  text-decoration: none;
  background-color: #0072B8;
  padding: 12px 24px;
  font-size: 18px;
  border-radius: 5px;
}
@media all and (max-width: 550px) {
  .ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-content .ac-related-posts-category-box {
    padding: 8px;
  }
}
.ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-content .ac-related-posts-category-box:hover {
  background-color: #1d628f;
}
.ac-related-posts-categories .ac-related-posts-categories-body .ac-related-posts-categories-content .active {
  background-color: #2ea3f2;
}

.ac-related-posts-title {
  color: white;
  font-size: 25px;
  font-family: "BiennaleSemibold";
  position: relative;
  margin-top: 0;
  font-weight: 500;
}
.ac-related-posts-title::after {
  content: "";
  height: 7px;
  width: 70px;
  background: #0072B8;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.ac-related-posts-wrap {
  margin: auto;
}

.ac-post-info {
  display: flex;
  background: #343434;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.ac-post-info .ac-post-text {
  display: flex;
  gap: 25px;
  padding: 20px;
}
.ac-post-info .ac-post-back-button {
  background-color: #0072B8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0px 0px 5px;
  width: 62px;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.2s;
  color: white;
}
.ac-post-info .ac-post-back-button:hover {
  background-color: #1d628f;
}
.ac-post-info .ac-post-time,
.ac-post-info .ac-post-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ac-related-posts-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.ac-related-posts-header .ac-related-posts-more-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.ac-related-posts-header .ac-related-posts-more {
  color: #343434;
  font-size: 25px;
}
@media all and (max-width: 780px) {
  .ac-related-posts-header .ac-related-posts-more {
    font-size: 18px;
  }
}
.ac-related-posts-header .ac-related-posts-more-link {
  color: #0574BA;
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
  text-decoration: none;
}
@media all and (max-width: 780px) {
  .ac-related-posts-header .ac-related-posts-more-link {
    font-size: 18px;
  }
}

.ac-related-no-posts {
  height: 300px;
}

.ac-posts-main-title {
  font-size: 35px;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}

.ac-related-posts-sub {
  color: #343434;
  margin: 320px 0 30px 0;
  font-size: 25px !important;
}
@media all and (max-width: 800px) {
  .ac-related-posts-sub {
    padding-left: 10px;
  }
}
@media all and (max-width: 780px) {
  .ac-related-posts-sub {
    margin: 280px 0 30px 0;
  }
}
@media all and (max-width: 500px) {
  .ac-related-posts-sub {
    margin: 320px 0 30px 0;
  }
}
@media (max-width: 400px) {
  .ac-related-posts-sub {
    margin: 350px 0 30px 0;
  }
}
.ac-related-posts-sub a {
  color: #0072B8 !important;
  text-decoration: none;
}
.ac-related-posts-sub a:hover {
  text-decoration: underline;
}

.ac-related-posts {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 50px;
  flex-direction: row;
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  .ac-related-posts {
    gap: 1%;
  }
}
@media all and (max-width: 600px) {
  .ac-related-posts {
    gap: 30px;
  }
}

.ac-related-post {
  color: #343434;
  width: 30%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 515px;
  position: relative;
  box-sizing: border-box;
}
.ac-related-post:hover {
  transition: 0.2s all;
  transform: scale(1.02);
}
@media all and (max-width: 1240px) {
  .ac-related-post {
    width: 48%;
  }
}
@media all and (max-width: 600px) {
  .ac-related-post {
    width: 100%;
    max-width: 100% !important;
  }
}
.ac-related-post .related-post-image {
  width: 100%;
  height: 250px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ac-related-post::after {
  content: "";
  flex: auto;
  /* Fill the remaining space to push items to the right */
}

.related-post-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px 25px;
  height: 265px;
}

.related-post-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.related-post-date {
  color: #929292;
  font-size: 14px;
}

.related-post-excerpt {
  font-size: 16px;
  color: #626262;
  font-weight: 400;
}
.related-post-excerpt p {
  margin-bottom: 0 !important;
}

.related-post-read-more {
  font-size: 16px;
  margin-top: auto;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.related-post-read-more svg {
  font-size: 20px !important;
  color: #0072B8 !important;
}

#disable-h2-pesudo h2.widget-title:after {
  height: 0px;
  width: 0px;
}

.related-post-category-wrap {
  position: absolute;
  display: flex;
  gap: 10px;
  left: 10px;
  top: 10px;
}
.related-post-category-wrap .related-post-category {
  color: white;
  background-color: #0072B8;
  padding: 7px 10px;
  border-radius: 5px;
}

.related-post-pagination {
  display: flex;
  gap: 10px;
  flex-direction: row;
  padding: 0 0 50px 20px;
  color: #343434;
  flex-wrap: wrap;
}
.related-post-pagination .related-post-page {
  padding: 12px 14px;
  color: #343434;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}
.related-post-pagination .related-post-page:hover {
  text-decoration: underline;
}
.related-post-pagination .related-post-active {
  background-color: #0072B8;
  color: white !important;
}
.related-post-pagination .related-post-active:hover {
  background-color: #1d628f;
  text-decoration: none !important;
}

.ac-post-excerpt {
  position: relative;
}
.ac-post-excerpt .ac-post-excerpt-title {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.ac-post-excerpt .ac-post-publushed-date {
  font-size: 14px;
  margin: 0;
}
.ac-post-excerpt .ac-post-excerpt-content {
  font-weight: bold;
}
.ac-post-excerpt .ac-post-category-wrap {
  display: flex;
  gap: 5px;
}
@media all and (max-width: 600px) {
  .ac-post-excerpt .ac-post-category-wrap {
    gap: 5px;
    flex-wrap: wrap;
  }
  .ac-post-excerpt .ac-post-category-wrap .ac-post-category {
    padding: 10px 14px !important;
    border-radius: 5px;
  }
}
.ac-post-excerpt .ac-post-category-wrap .ac-post-category {
  font-size: 18px;
  color: white;
  background-color: #0574BA;
  padding: 12px 24px;
  user-select: none;
  border-radius: 5px;
  text-decoration: none !important;
}

.ac-post-excerpt-links {
  display: flex;
  gap: 20px;
  font-size: 48px;
  color: #0574BA !important;
  text-decoration: none;
  padding-top: 15px;
}
.ac-post-excerpt-links a {
  color: #0574BA !important;
}
.ac-post-excerpt-links a:hover {
  color: #1d628f !important;
  transition: 0.2s all;
  transform: scale(1.1);
}

.ac-post-excerpt-divider {
  border-bottom: 1px solid #B2A9A9;
  /* Adjust the color and thickness as needed */
  position: relative;
  width: 100%;
  /* Width of parent + 10px on each side */
  /* Extend 10px to the left */
}

.ac-post-container .widget-title::after {
  height: 0px !important;
}
.ac-post-container h2:not(:first-child) {
  margin-top: 40px !important;
}
.ac-post-container .ac-post-dark {
  background-color: #343434;
  border-radius: 3px;
  color: white !important;
  padding: 30px;
  box-sizing: border-box;
}
.ac-post-container .ac-post-dark a {
  color: white;
}
.ac-post-container .ac-post-dark ul {
  list-style: none;
}
.ac-post-container .ac-post-dark ul li {
  color: white !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ac-post-container .ac-post-dark ul li::before {
  color: #0574BA !important;
  content: "✓" !important;
  display: inline-block;
  margin-right: 5px;
}
.ac-post-container .ac-post-dark p {
  color: white !important;
}
.ac-post-container .ac-post-dark .widget-title {
  color: white !important;
}
.ac-post-container .ac-post-dark .widget-title::after {
  height: 7px !important;
}

#ttr_content {
  color: #626262;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#ttr_content .row {
  display: flex;
  flex-wrap: wrap;
}
#ttr_content .row .col-lg-6 {
  color: #343434;
  width: 20%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  min-width: 200px;
  flex: 1;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media all and (max-width: 450px) {
  #ttr_content .row .col-lg-6 {
    width: 100%;
    max-width: 100% !important;
  }
}
#ttr_content .row .col-lg-6 img {
  width: 100%;
  object-fit: cover;
}

#main-mobile-menu {
  display: none;
  gap: 5px;
  align-items: center;
  border: solid 1px white;
  padding: 4px 6px;
  border-radius: 3px;
}
#main-mobile-menu span {
  font-size: 20px !important;
}
@media all and (max-width: 900px) {
  #main-mobile-menu {
    display: flex;
  }
}

.tmc-content-header + .main-container-inner {
  max-height: unset;
  margin-top: 320px;
}
@media all and (max-width: 780px) {
  .tmc-content-header + .main-container-inner {
    margin-top: 250px;
  }
}

.tmc-content-header {
  position: fixed;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.tmc-content-header .tmc-header-excerpt-wrap {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.sticky {
  height: 110px !important;
  min-height: 0 !important;
  transition: all 0.5s;
}
@media all and (max-width: 900px) {
  .sticky {
    height: 80px !important;
  }
}
.sticky .tmc-header-excerpt-wrap {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s linear;
}

.articles-content-header {
  background-size: cover !important;
  background-position: center !important;
  height: 350px;
}

.tvp-car-article-notice-text {
  margin-top: -110px;
  margin-right: 40px;
  height: 80px;
  position: relative;
  display: flex;
  background-color: #0072B8;
  width: 240px;
  padding: 20px 30px;
  border-radius: 10px;
  align-items: center;
  text-decoration: none !important;
  color: white !important;
  animation: bounce 3s 0s 2 ease-in-out;
}
.tvp-car-article-notice-text a {
  text-decoration: none !important;
  color: white !important;
}
@media all and (max-width: 1000px) {
  .tvp-car-article-notice-text {
    height: 50px;
    width: 200px;
    padding: 10px 15px;
    margin-right: 0;
  }
}
.tvp-car-article-notice-text p {
  font-size: 18px;
  margin: 0;
  text-decoration: none !important;
  color: white !important;
}
@media all and (max-width: 1000px) {
  .tvp-car-article-notice-text p {
    font-size: 14px;
  }
}

.tvp-car-article-notice-text:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  bottom: -20px;
  border: 12px solid;
  border-color: #0072B8 #0072B8 transparent transparent;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.breadcrumbs-container .breadcrumb-title {
  color: #7abfd3;
  margin: 0;
  pointer-events: none;
}
.breadcrumbs-container .breadcrumb-length {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs-container a {
  color: black;
  text-decoration: none;
}/*# sourceMappingURL=main-style-design.css.map */