/* 
Theme Name:      WP Bootstrap Starter Child
Theme URI:       http://childtheme-generator.com/
Description:     WP Bootstrap Starter Child is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:          Rudi Liu
Author URI:      http://childtheme-generator.com/
Template:        wp-bootstrap-starter
Version:         1.0.0
Text Domain:     wp-bootstrap-starter-child
*/
:root{
    --color-red: #D6202E;
    --color-red-dark: #a02;
    --color-gray-border: #ccc;
}
/*
    Old
*/
body {
    font-family: Arial, Helvetica, sans-serif !important;
}

header#masthead {
    margin-bottom: 0;
    background-color: var(--color-red)!important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    padding: 0px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-weight: 500;
    font-size: 0.875rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.elementor-page .entry-content {
/*    margin-top: -10px !important;*/
}

body:not(.theme-preset-active) footer#colophon {
    color: #99979c;
    background-color: #D6202E !important;
}

.form-submit{
  background-color: #D6202E !important;
  color: #fff;
}
.forminator-row.forminator-row-last {
    text-align: right;
}


ul#menu-footer {
    color: #fff;
}
footer .nav a:hover {
  background-color: #C12531 !important;
  color: #F8E0E0 !important;
}

menu-footer {
    display: block;
    width: 150px;
    margin: 0px auto;
}

.site-info {
    text-align: center;
}
.site-info img{
    text-align: center;
}

.site-info img {
    width: 150px;
}

.site-primary-button{
  fill: #FFFFFF !important;
  color: #FFFFFF !important;
  background-color: #D6202E !important;
}

.site-primary-color{
  color: #D6202E !important;
}

.site-text-right {
    text-align: right !important;
    float: right;
}

.site-full-width {
    width: 100% !important;
}

.booking-row{
  padding: 20px 20px 20px 50px;
  background-color: #F0F0F0 !important;
}



/*
    New
*/
body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
/*    padding-top: 15px;*/
/*    padding-bottom: 15px;*/
    padding: 26px 15px;
    color: white;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover{
    font-weight: normal;
    background-color: var(--color-red-dark);
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
    font-weight: normal;
    color: var(--color-red);
    background-color: white;
}
/*
    ####################
    ##### All Page #####
    ####################
*/
.container{
    max-width: 1600px;
    padding: 0;
}
.container > .row{
    margin-left: 0;
    margin-right: 0;
}
.container .content-area{
    padding: 0;
}
.p-no-margin p{
    margin-bottom: 0;
}
/*
    ########################
    ##### Booking Form #####
    ########################
*/
.elementor-widget-container:has(.vrcdivsearchmodule){
    background-color: rgba(255,255,255,0.72)!important;
}
.vrcdivsearchmodule{
    display: block;
    padding: 15px!important;
    width: 100%;
}
.vrcdivsearchmodule .vrc-searchmod-heading{
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--color-red);
    border-radius: 5px 5px 0px 0px;
    border: 1px solid red;
    border-bottom-width: 0;
    color: white;
}
.vrcdivsearchmodule form{
    padding-top: 15px;
    border-top: 1px solid var(--color-red);
}
.vrcsfentryselect select{
    border: 1px solid var(--color-gray-border);
}
.vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes{
    position: relative;
}
.vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes:before{
    content: "\f061";
    position: absolute;
    width: 10%;
    left: 45%;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    color: var(--color-red);
}

.vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes .vrcsfentrycont{
    display: inline-flex!important;
    width: 45%!important;
    float: left;
}
.vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes .vrcsfentrycont:last-child{
    margin-left: 10%;
}
.vrc-searchmod-wrap-vertical .vrcsfentrysubmit{
    text-align: center;
}
.vrc-searchmod-wrap-vertical .vrcsfentrysubmit .vrcsearch{
    display: inline-block;
    width: auto!important;
    border-radius: 30px;
    padding: 9px 50px;
}
.vrc-searchmod-wrap-vertical .vrcsfentrysubmit .vrcsearch:hover{
    background:black;
    color: white;
}
.vrc-searchf-section-locations,
.vrc-searchf-section-datetimes{
    max-width: 100%;
    width: 99%;
}
.vrc-searchf-section-datetimes select{
    width: 100%!important;
}
.vrc-car-result-dailycost {
    color: var(--e-global-color-secondary) !important;
}
@media only screen and (max-width: 768px) {
    .vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes:before{
        content: "\f063";
        top: 45%;
    }
  .vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes .vrcsfentrycont {
    width: 100%!important;
  }
  .vrc-searchmod-wrap-vertical .vrc-searchmod-section-datetimes .vrcsfentrycont:last-child{
    margin-top: 15px;
    margin-left: 0;
  }
}