/*
 Theme Name:   Rent ZV
 Theme URI:    https://understrap.com
 Description:  ZV rental theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

body {
    font-family: 'Rubik', sans-serif;
    color: #1d2124;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;    
    font-size: 18px;
}

a, 
a:visited {
    color: #2686ce;
    text-decoration: none;
}

a:hover {
    color: #2686ce;
    text-decoration: underline;
}

#top-bar, 
#wrapper-footer {
    background: #47a577;
    color: #fff;
}

#top-bar {
    padding: 10px 0;
    font-weight: 300;
    
}

#top-bar a {
    color: #fff;
    text-decoration: none;
}

#main-nav {
    background: transparent !important;
}

#main-nav a {
    color: #1d2124;
    font-size: 20px;    
    text-decoration: none;
    transition: all .5s;
}

#main-nav a:hover {
    color: #2686ce;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(38, 134, 206, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header-contact {
    max-width: 270px;
}

section {
    padding: 2% 0;
}

.tagline {
    position: relative;
    color: #47a577;
    padding-left: 35px;    
}

.tagline::before {
    content: '';    
    position: absolute;
    background: #47a577;
    width: 30px;
    height: 1px;
    left: 0;
    top: 50%;
}

h1, 
.h1 {
    font-size: 3rem;    
}

h3 {
    color: #1d2124;
}

.btn-primary {
    text-transform: uppercase;
    background: #47a577;
    border-color: #47a577;
    color: #fff;
    padding: 15px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .5s;
}

.btn-primary a, 
a.btn-primary,
.btn-outline-secondary a,
a.btn-outline-secondary:hover {
    color: #fff;
    text-decoration: none;
}

.btn-primary:hover {
    background: #47a577;
    border-color: #47a577;
    color: #fff;
    transform: scale(1.1);
}

.btn-primary:hover a {
    color: #fff;
}

.btn-outline-secondary {
    text-transform: uppercase;
    border: 1px solid #2686ce;
    color: #2686ce;
    padding: 12px 40px;
    transition: all .5s;
}

.btn-outline-secondary:hover {
    border-color: #2686ce;
    background: #2686ce;
    color: #fff;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-blue {
    background: #2686ce;
}

.bg-light-black {
    background: #1d2124;
}

.nav-tabs .nav-link {
    background: #fff;
    color: #2686ce;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border: 1px solid transparent;
    margin: 0 10px;
    transition: all .5s;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    border-color: #2686ce;
    background: #2686ce;
    color: #fff;
}

.vehicle {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    margin-bottom: 1.5rem;
    padding: 15px 15px 20px 15px;
}

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

.vehicle-text {
    padding: 15px;
}

.vehicle h4,
.green {
    color: #47a577;
}

.vehicle-features li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.pricing {
    color: #2686ce;    
    font-size: 1.3rem;    
    width: 100%;
}

.pricing span {
    color: #47a577;
    font-weight: 500;
}

#contact {
    margin-bottom: -1.5rem;
}

.bg-blue a,
.bg-blue a:visited,
.bg-blue a:hover {
    color: #fff;
}

.bg-light-black,
.bg-light-black h4,
.bg-light-black p,
.bg-light-black hr,
.bg-light-black i {
    color: #fff;
}

.modal-body {
    padding: 20px;
}

.modal-body img {
    border-radius: 6px;
}

.modal-slider .fa-chevron-left,
.modal-slider .fa-chevron-right {
    position: absolute;   
    top: 45%; 
    color: #fff;
    z-index: 2;    
    cursor: pointer;
}

.modal-slider .fa-chevron-left {
    left: 10px;
}

.modal-slider .fa-chevron-right {
    right: 10px;
}

.wpbc_button_light {
    border: 1px solid !important;
    background: #47a577 !important;
    border-color: #47a577 !important;
    color: #fff !important;
    transition: all .5s;
    text-transform: uppercase !important;
    padding: 15px 40px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border-radius: 6px !important;
    line-height: 15px !important;
    font-size: 16px !important;
    height: 50px !important;
}

.wpbc_button_light:hover {
    border: 1px solid !important;
    background: #47a577 !important;
    border-color: #47a577 !important;
    color: #fff !important;
    transform: scale(1.1);
    border-radius: 6px !important;
    line-height: 15px !important;
    font-size: 16px !important;
}

.wpbc_container_booking_form .wpbc_booking_form_simple .wpbc__field label {
    font-weight: 500 !important;
     color: #1d2124 !important;
}

div.wpbc_container.wpbc_form input[type="text"],
codediv.wpbc_container.wpbc_form textare {
    border-radius: 6px !important;
}

.datepick-inline:not(.datepick-multi) .datepick-header {
    background: #47a577 !important;
}

.datepick-inline {
    border: none !important;
    box-shadow: none !important;
}

.datepick-inline .date_available,
.block_hints .block_free {
    background: #47a577 !important;
}

.block_hints .block_pending,
.datepick-inline .date2approve {
    background: #2686ce !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.datepick-inline .date_approved {
    color: #fff !important;
    font-weight: 400 !important;
}

.datepick-inline .datepick-one-month .datepick .datepick-current-day {
    background-color: #555 !important;
}

.datepick-inline .datepick-header,
div.datepick-inline .datepick-title-row th {
    font-weight: 500 !important;
}

#about {
    margin-bottom: -1.5rem;
}

#wrapper-footer {
    margin-top: -1.5rem;    
}

.site-footer {
    padding: 10px 0;
    font-weight: 300;
}

.site-footer a,
.site-footer a:visited {
    color: #fff;
}

.site-info {
    font-size: 12px;
}

.modal-dialog {
  width: calc(100% - 40px) !important;
  max-width: 1140px !important;
}
