/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 11 2024 | 10:22:50 */
@import url('https://fonts.googleapis.com/css2?family=Hedvig+Letters+Serif:opsz@12..24&display=swap');
.tm-toolbar {
    background: #a67a3b;
}
.uk-navbar-container.uk-navbar-sticky {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.uk-offcanvas-bar .uk-nav-default>li>a {
    color: #fff;
}
.banner-text h1 {
    color: #fff;
    font-size: 48px;
	font-family: 'Hedvig Letters Serif', serif;
	line-height: 65px;
}
.banner-text .type-text {
  font-size: 48px;
  animation: type-writer-effect 3s steps(56), blink-caret 0.85s step-end infinite;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  border-right: .12em solid;
}

@keyframes type-writer-effect {
  0% {
    text-align: center;
    width: 0ch;
  }
  100% {
    width: 28ch;
  }
}

/* The typewriter cursor effect */

@keyframes blink-caret {
  from,
  to {
    border-color: transparent
  }
  50% {
    border-color: transparent;
  }
}
.menu-phone-btn a {
    border: 1.5px solid #a5793a;
    border-radius: 30px;
    padding: 7px 24px !important;
    font-size: 18px !important;
    color: #a5793a !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none;
}
li.menu-phone-btn a:before {
    content: "";
    background: url("/wp-content/uploads/2024/01/icon_phone.png")0px 0px no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
}
.home-banner-section h1.uk-h1 {
    font-family: 'Hedvig Letters Serif', serif;
    color: #fff;
    font-size: 48px;
    line-height: 65px;
}
.tm-header {
    margin: 15px 0px;
}
p.top-left-text {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
p.top-left-text a {
    text-decoration: underline;
}
p.top-right-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
p.top-right-text a{
    text-decoration:none;
}
.footer-top {
    background: #04174e;
}
.footer-top h3.uk-h3 {
    color: #fbfbfb !important;
    font-size: 23px !important;
    font-weight: bold;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-family: 'Open Sans';
}
ul.footer-menu li a:before {
    content: "";
    background: url(/wp-content/uploads/2024/01/icon.png)0px 0px no-repeat;
    width: 9px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
ul.footer-menu {
    list-style: none;
    padding-left: 0px;
}
ul.footer-menu li a {
    font-size: 14px;
    font-weight: 400;
}
.footer-top a {
    color: #fff !important;
    text-decoration: none !important;
    font-family: "Open Sans";
}
ul.footer-menu li a:hover {
    border-bottom: 2px solid #fff;
}
ul.footer-menu li {
    margin-bottom: 12px;
}
.payment-methods p {
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.footer-top p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px !important;
    margin-top: 10px;
    font-weight: 400;
}
.footer-top p i {
    margin-right: 8px;
}
.timings {
    padding: 10px 15px;
    border: 1px solid #5d606a;
    margin-top: 0px;
}
.timings p {
    margin-top: 0px;
}
.tripadvisor-footer {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.newsletter_section {
    background: #e5e5e5;
    padding: 30px 0px;
}
.social label {
    color: #5c5c5c;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 8px 0 0;
}
.social ul {
    margin-bottom: 0px;
    margin-top: 0px;
}
.social ul li {
    list-style: none;
    display: inline-block;
}
.social ul li a {
    float: left;
    padding: 10px 0;
    color: #fbfbfb;
    text-decoration: none;
    font-size: 16px;
}
.social ul li a i {
    background: none repeat scroll 0 0 #f5f5f5;
    margin-right: 8px;
    border-radius: 50%;
    color: #555555;
    height: 30px;
    line-height: 31px;
    padding: 0;
    text-align: center;
    width: 30px;
}
.social ul li a i:hover {
    background: #04174e;
    color: #fff;
}
.newsletter label {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 20px 0 0px;
}
.newsletter {
    margin: auto;
    display: block;
    clear: none;
    float: right;
    overflow: hidden;
    width: 630px;
    position: relative;
    top: 5px;
}
.newsletter-form input.wpcf7-form-control.wpcf7-email {
    width: calc(100% - 15px);
    padding-left: 15px;
    height: 36px;
    border: #ccc 1px solid;
    font-family: 'Open Sans';
    font-size: 15px;
    border-radius: 3px;
}
.newsletter-form span.wpcf7-spinner {
    display: none;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit {
    background: #696a6a;
    padding: 10px 12px;
    border: none;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
.recommend-section {
    background: #fff;
    padding: 40px 40px;
}
.recommend-section h4.uk-text-center {
    color: #1c1c1c;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: 'Open Sans';
}
h3.section-title {
    font-family: 'Hedvig Letters Serif', serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.section-title:before {
    content: "";
    background: url("/wp-content/uploads/2024/01/wave.png")0px 0px no-repeat;
    width: 136px;
    height: 9px;
    display: inline-block;
    margin-right: 15px;
	background-size: cover;
}
h3.section-title:after {
    content: "";
    background: url("/wp-content/uploads/2024/01/wave.png")0px 0px no-repeat;
    width: 136px;
    height: 9px;
    display:inline-block;
    margin-left: 15px;
	background-size: cover;
}
.home-banner-section a.el-link.uk-button.uk-button-default {
    color: #282a5a !important;
    background: #fff;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    font-family: 'Open Sans';
    padding: 6px 22px;
}
ul.navbar-btn {
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
}
ul.navbar-btn li {
    display: inline-block;
    margin-left: 15px;
}
ul.navbar-btn li:first-child {
    margin-left: 0px;
}
li.book-now-navbar a {
    background: #a67a3b;
    border-radius: 30px;
    color: #fff;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none;
}
li.book-now-navbar a:before {
    content: "";
    background: url("/wp-content/uploads/2024/01/icon_calendar.png")0px 0px no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 8px;
}
h4.happy-customer {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #04174C;
    text-transform: inherit;
    letter-spacing: 0px;
    font-family: 'Hedvig Letters Serif', serif;
}
.testimonial-section a.el-content.uk-button.uk-button-secondary {
    font-size: 16px;
    background-color: rgba(40, 42, 90, 1);
    letter-spacing: 0px;
    border-radius: 30px;
    font-weight: 600;
    padding: 7px 26px;
    color: #fff;
}
.luxury-fleet-section h3 {
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 36px;
}
.luxury-fleet-section p {
    color:#fff;
    font-size: 22px;
    font-family: 'Hedvig Letters Serif';
    margin-top: 0px;
}
.luxury-fleet-section a.el-content.uk-button.uk-button-default {
    background: #a67a3b;
    border-radius: 30px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 0px;
    padding: 3px 24px;
    border: none;
}
.discover-yarra-section h3.el-title {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 700;
}
.discover-yarra-section .uk-card-body {
    padding: 20px 15px !important;
    padding-bottom: 0px !important;
}
.discover-yarra-section p {
    font-size: 14px;
    text-align: center;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 68px;
    display: -webkit-box;
}
.discover-yarra-section a.el-link.uk-button.uk-button-default {
    background: #a67a3b;
    border-radius: 30px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 0px;
    padding: 3px 24px;
    border: none;
    position: relative;
    top: 20px;
}
.discover-yarra-section .el-item.uk-card.uk-card-default {
    box-shadow: 0px 4px 13px -1px rgb(0 0 0 / 37%);
    border: none;
}
.discover-yarra-section {
    padding-bottom: 90px;
}
.wonderplugin3dcarousel-list-container {
    padding-bottom: 0px !important;
}
.wonderplugin3dcarousel-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
}
.wonderplugin3dcarousel-title {
    color: rgb(255 255 255) !important;
    font-size: 28px !important;
    font-weight: 700;
    padding-bottom: 2px !important;
}
button.wpp-btn-blue-medium {
    background-color: rgba(40, 42, 90, 1);
     border-radius: 30px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 24px;
    font-weight:500;
    text-transform:uppercase;
}
.filter-form select.wpcf7-form-control.wpcf7-select {
    font-family: 'Open Sans';
    width: 100%;
    height: 50px;
    padding-left: 15px;
    background: #1b1e4b;
    color: #b3b3c0;
    font-size: 14px;
    border: none;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #1b1e4b url(/wp-content/uploads/2024/01/dropdown-white-arrow.svg);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 8px;
}
.filter-form input.wpcf7-form-control.wpcf7-submit {
    background: #a67a3b;
    border-radius: 30px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 15px;
    letter-spacing: 0px;
    padding: 14px 20px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}
.filter-form .uk-width-4-5\@m {
    width: 83%;
}
.filter-form .uk-width-1-5\@m {
    width: 16%;
}
span.wpcf7-spinner {
    display: none;
}
.floating-bar ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0px;
}
.floating-bar {
    position: fixed;
    z-index: 222222222;
    top: 32%;
    left: -30px;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.floating-bar ul li {
    margin-bottom: 10px;
}
.floating-bar ul li:last-child {
    margin-bottom: 0px;
}
li.book-now-navbar a:hover {
    background: #d59b48;
}
a.el-link.uk-button.uk-button-default:hover {
    background: #d59b48;
    border-color:#d59b48;
}
.filter-form input.wpcf7-form-control.wpcf7-submit:hover{
   background: #d59b48; 
}
.luxury-fleet-section a.el-content.uk-button.uk-button-default:hover{
    background: #d59b48;
}
.testimonial-section a.el-content.uk-button.uk-button-secondary:hover{
	background: #d59b48;
	border-color:#d59b48;
}
/* =============================================================
                      Mobile Responsive
   ============================================================= */

@media only screen and (max-width: 767px) {
	.banner-text h1 {
    	font-size: 32px;
    	line-height: 40px;
    }
	.filter-form .uk-width-1-5\@m {
      width: auto;
    }
    .filter-form .uk-width-4-5\@m {
       width: auto;
    }
	.home-banner-section h1.uk-h1 {
      font-size: 30px;
      line-height: 35px;
    }
    .tm-header-mobile {
      padding: 15px 0px;
    }
    .floating-bar {
       display: none;
    }
	h3.section-title:before {
       content: none;
    }
    h3.section-title:after {
       content: none;
    }
    h3.section-title {
       font-size: 24px;
    }
    .discover-yarra-section img.el-image {
      	width: 100%;
    }
	h3.section-title:before {
    	content: none;
	}
	h3.section-title:after {
    	content: none;
	}
	h3.section-title {
    	font-size: 24px;
	}
	.discover-yarra-section img.el-image {
    	width: 100%;
	}
	h4.happy-customer {
    	font-size: 20px;
	}
	.social label {
    	float: none;
	}
	.newsletter {
    	width: 100%;
	}
	.newsletter label {
    	float: none;
	}
	.newsletter-form {
    	margin-top: 10px;
	}
	.social ul {
    	padding-left: 0px;
	}
	.discover-yarra-section p {
    	min-height: auto;
    	display: block;
    	font-size: 16px;
    	overflow: unset;
	}
}