/*
Theme Name: node
Author: node.ae
Author URI: https://node.ae/
Version: 1.0
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	background:#0d1327;
	min-width: 320px;
}
a {
    color: #f8992b;
}
a:hover {
    color: #f8992b;
    text-decoration: underline;
}
.vehicle-photo img {
    width: 100%;
    max-width: 255px;
}
#headertop {
    background: #ffffff;
    border-bottom: 5px solid #f8992b;
    padding: 10px 0;
}
#headertop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#headertop ul li {
    display: inline-block;
}
#headertop ul li:not(:last-child) {
    padding-right: 15px;
}
#headertop ul a {
	color: #f8992b;
    vertical-align: middle;
}
#headertop ul a i {
    line-height: 24px;
    font-size: 20px;
}
header {
	background: #0d1327;
}
header .logo {
    width: 100%;
    padding: 15px 0;
    max-width: 320px;
    margin: 0 auto;
}

header .header-icon {
	vertical-align: middle;
    text-align: center;
    display: table-cell;
}
header .header-icon i {
	color: #f8992b;
	font-size: 56px;
}
header .header-icon p {
	color: #fff;
}
nav.headermenu {
    display: block;
    width: 100%;
    overflow: hidden;
}

nav.headermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 0;
}
nav ul li {
    display: inline-block;
}
nav.headermenu ul li:not(:last-child) {
	margin-right: 5px;
}
nav.headermenu ul li a {
	display: block;
    padding: 15px;
    color: #0d1327;
    font-size: initial;
}
nav.headermenu ul li.special {
	float: right;
}
nav.headermenu ul li.special a {
	background: #d4d4d4;
}

nav.headermenu ul li a:hover, nav.headermenu ul li.current_page_item a {
	text-decoration: none;
	/*background: #0d1327;*/
    color: #f8992b;
}

@media only screen and (max-width: 576px) {
	nav.headermenu ul li a {
	    padding: 10px;
	}
}

#content {
    min-height: 300px;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    background: #fff;
}
footer {
    color: #fff;
    border-top: 5px solid #f8992b;
    padding: 15px 0;
}

footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

footer nav ul li a {
    color: #f8992b;
    padding: 0 15px;
    font-size: initial;
}
footer nav ul li a:hover,  footer nav ul li.current_page_item a {
    color: #f8992b;
    text-decoration: underline;
}
footer nav ul li:not(:last-child) {
    border-right: 1px solid #f8992b;	
}
#lookup {
    margin-bottom: 15px;
}
#lookup form {
    padding: 15px;
}
#lookup .searchbox-title {
    background: #0d1327;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 16px;
}
#lookup .form-check-input {
    margin-top: .45rem;
}
#lookup #lookupsummary ul {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}
#lookup_results .vehiclebox {
    background: #ffffff;
	overflow: hidden;
    border: 1px solid #eee;
}

#lookup_results .vehicleboxcol:not(:last-child) {
	margin-bottom: 15px;
}
.vehiclebox .vehicleinfo {
	padding: 1rem 0;
}
.vehiclebox .vehicleinfo h5 {
	border-bottom: 1px solid #eee;
    padding: 0 0 5px;
}
.vehiclebox .vehiclerate {
    text-align: right;
    line-height: 1.5rem;
    font-size: 1rem;
    float: right;
}
.vehiclebox .vehiclespecs li {
	background: #f9f9f9;
    padding: 2px 4px;
    border-radius: 5px;
    margin-bottom: 2px;
}
.vehiclebox .vehicleraterow {
    display: inline-block;
    width: 100%;
}
.vehiclebox .vehiclerate span {
    font-size: 1.6rem;
    color: #f8992b;
    display: block;
    display: inline-block;
}
.vehiclebox .vehiclerate span.decimal, .vehiclebox .vehiclerate span.currency {
    font-size: 20px;
}
.vehiclebox ul.vehiclespecs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.vehiclebox ul.vehiclerateincludes {
    margin: 0;
    padding: 0;
    list-style: none;
}
.vehiclebox ul.vehiclespecs li {
	display: inline-block;
    font-size: 0.875rem;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.vehiclebox .vehicle-photo {
	background: #fff;
}
.hidden {
	display: none !important;
}

.vehiclebox .vehicle-photo .vehicle_category {
    position: absolute;
    font-size: 12px;
    background: #eee;
    padding: 5px;
    bottom: 0;
}

.vehicleinfo ul.vehiclerateincludes li {
    display: inline-block;
    font-size: 14px;
    color: #28a745;
}

#lookup .advanced-filters .form-group > label {
    margin: 0 0 5px;
        border-bottom: 1px solid #eee;
    width: 100%;
    padding: 2px 5px;
    background: #f9f9f9
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #0d1327;
}

.vehiclebox .vehicle_price {
    background: #0d1327;
    padding: 10px;
    display: inline-block;
}

.help-block {
    font-size: 85%;
    color: #ff0000;
    padding: 5px 0 0;
}
.has-error input, .has-error select, .has-error textarea {
    border-color: #ff0000 !important;
}
.advanced_filters_title {
    background: #414142;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.form-group.required label:after {
    content: " *";
    color: #ff0000;
}
.form-group.required input, .form-group.required select {
    border-left-color: #ff0000;
}

body:not(.rtl) .required .input-group > input, body:not(.rtl) .required .input-group > select {
    border-left: 0 none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
body:not(.rtl) .required .input-group .input-group-prepend input, body:not(.rtl) .required .input-group .input-group-prepend select {
    border-right: 0 none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
body.rtl .required .input-group > input, body.rtl .required .input-group > select {
    border-right: 0 none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.rtl .required .input-group .input-group-prepend input, body.rtl .required .input-group .input-group-prepend select {
    border-left: 0 none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

h5.nice-border-bottom {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

@media screen and (max-width: 480px) {
    /*body.daterangepicker-show {
        overflow:hidden;
    }
    .daterangepicker {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: 100% !important;
        position: fixed !important;
        border: 0 none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0; !important;
        overflow: auto;
    }
    .daterangepicker .drp-calendar {
        margin: 0 auto !important;
        padding: 8px 0 !important;
        max-width: 300px !important;
    }
    .daterangepicker .drp-buttons .btn {
        font-size: 14px !important;
        padding: 4px 15px !important;
    }
    .daterangepicker .drp-selected {
        width: 100% !important;
        margin: 5px 0 10px !important;
        text-align: center !important;
    }*/
    #lookup_wrap .advanced-filters {
        display: none;
    }
}

.resetsearch_nform {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #ccc;
}
.prefooter {
    background: #fff;
    padding: 15px 0;
}
.prefooter h3 {
    font-size: 1.15rem;
}
.prefooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#headertop .tiktok-icon {
    height: 16px;
}

.vehiclebox .vehicle-photo .vehicle_category:empty {
    display: none;
}
body.homepage #content {
    padding-top: 0;
}
body {
    touch-action: pan-x pan-y; /* disable zoom in iphone safari */
}

@media screen and (max-width: 767px){
    .g-recaptcha {
        transform:scale(0.90);
        -webkit-transform:scale(0.90);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

.daterangepicker td.disabled.invalid {
    background-color: #ffd7d7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}