/*
Theme Name: CarRentalHoiAn
Description: This is a child theme for XooWeb Theme
Author: XooSoft
Template: xooweb
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.trs {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

:root {
  --primary-color: #ed1c24;
  --secondary-color: #000000;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #ffffff;
  --dark-color: #000000;
  --white-color: #ffffff;
  --gray-color: #6c757d;
  --gray-dark-color: #343a40;
  --blue-color: #007bff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #e83e8c;
  --red-color: #dc3545;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #28a745;
  --teal-color: #20c997;
  --cyan-color: #17a2b8; }

/*
html, body, #wrapper, #main, .absolute-footer{
	background: var(--primary-color);
}
*/
.absolute-footer, html {
  background: var(--dark-color); }

/* [data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{
	color: var(--dark-color); 


} */
.is-divider {
  display: none; }

.comments-area label {
  color: var(--white-color); }

h1.page-title, .entry-title {
  font-size: 2em;
  line-height: 1.3; }

.wpcf7 .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--secondary-color);
  padding: 7px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
.wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=search], .wpcf7 input[type=number], .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 textarea, .wpcf7 select, .wpcf7 .select-resize-ghost, .wpcf7 .select2-container .select2-choice, .wpcf7 .select2-container .select2-selection {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 10px; }

.dark .wpcf7 .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 7px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }

.home-bookform {
  padding: 30px;
  background: #eeeeee;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px; }

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
  padding: 15px;
  padding-right: 20px; }
.tablepress tfoot th, .tablepress thead th {
  background: var(--secondary-color);
  color: var(--white-color); }
.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
  background: var(--primary-color);
  color: var(--white-color); }
.tablepress td, .tablepress th {
  padding: 10px; }
.tablepress .odd td {
  padding: 10px; }

.scroll-to-bullets {
  right: unset;
  left: 0;
  	/* a{
  		border: none;
  	}
  
  	.tooltipstered{
  		background: var(--white-color);
  
  		&.active{
  			background: var(--secondary-color);
  		}
  	} */ }

.back-to-top {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
  border: none !important; }

.btn-booknow {
  color: var(--white-color) !important;
  background: var(--primary-color);
  color: var(--white-color) !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 0px 20px !important; }
  .btn-booknow a {
    color: var(--white-color) !important;
    line-height: unset !important; }
  .btn-booknow img {
    filter: brightness(0) invert(1); }
  .btn-booknow:hover {
    opacity: 0.8; }

/*Floating Action Button*/
.fabs {
  bottom: 60px;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998; }

.fab {
  display: block;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden; }

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-in-out; }

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 15px auto 0;
  opacity: 0;
  visibility: hidden; }

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px; }

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible; }

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms; }

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  -moz-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms; }

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  -moz-transition-delay: 40ms;
  -o-transition-delay: 40ms;
  transition-delay: 40ms; }

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms; }

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms; }

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #eceff1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.fab_field a {
  display: inline-block;
  text-align: center; }

#fab_listen {
  float: left;
  background: rgba(0, 0, 0, 0); }

#fab_send {
  float: right;
  background: rgba(0, 0, 0, 0); }

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px; }

.fab_field .fab > i {
  font-size: 1.6em;
  line-height: 35px;
  color: #263238; }

/*Element state*/
.is-active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.1); }

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -moz-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -o-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite; }

/*Animation*/
@keyframes zoomIn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes load {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  50% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
  .chat {
    width: 200px; } }
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
  .chat {
    width: 300px; }

  .chat_field {
    width: 65%; } }
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
  .chat {
    width: 300px; }

  .chat_field {
    width: 65%; } }
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  .chat {
    width: 400px; }

  .chat_field {
    width: 65%; } }
/* Ripple */
.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  transform: scale(0); }

/*animation effect*/
.ink.animate {
  animation: ripple 0.5s ease-in-out; }

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5); } }
.callaction {
  display: inline-grid;
  position: fixed;
  bottom: 60px;
  min-width: 40px;
  text-align: center;
  z-index: 999;
  right: 30px; }
  .callaction a {
    color: var(--white-color);
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
    background: var(--primary-color);
    margin-bottom: 10px; }
    .callaction a span {
      font-size: 12px;
      z-index: 10;
      display: none;
      padding: 2px 10px;
      right: 45px;
      width: 180px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      color: var(--white-color);
      background: var(--primary-color);
      line-height: 20px;
      top: 6px; }
    .callaction a .demo-icon {
      font-size: 20px; }
    .callaction a:hover {
      color: var(--white-color); }
      .callaction a:hover span {
        display: inline;
        color: var(--white-color); }
  .callaction.left {
    left: 30px;
    right: unset; }
    .callaction.left a span {
      right: unset;
      left: 45px; }

#calltrap-btn {
  position: relative; }
  #calltrap-btn:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 44px;
    width: 44px;
    border-width: 2px;
    animation: 1.5s ease-out 0s infinite pulsate; }
  #calltrap-btn:after {
    left: -4px;
    top: -4px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 48px;
    width: 48px;
    border-width: 1px;
    animation: 1.5s ease-out 0s infinite pulsate; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }
/*

.callnow {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 58px;
  right: 18px;
  
  &__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    cursor: pointer;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.3);
    transition: background-color 300ms ease;
    
    &:hover {
      background-color: #0055cc;
    }
    
    .lp-icon {
      font-size: 36px;
    }
  }
  
  .pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pulse {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;

    &-1 {
      height: 54px;
      width: 54px;
      border-width: 3px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

    &-2 {
      height: 64px;
      width: 64px;
      border-width: 2px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

    &-3 {
      height: 74px;
      width: 74px;
      border-width: 1px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }
  }
}


*/

/*# sourceMappingURL=style.css.map */
