@charset "utf-8";
/*
	Theme Name:  Value Car & Truck Rental
	Theme URI: http://linkweb.ca/
	Author: Gary Oosterhuis - Link Web Development ltd.
	Version: 1.0
	Description: Custom Theme for Value Car & Truck Rental
*/


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #313131;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #313131;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #313131;
}
:-moz-placeholder { /* Firefox 18- */
  color: #313131;
}

/* general */
/*body:not(.home) { padding-top: 115px; }*/
.social-links { list-style: none; margin: 0; padding: 0; display: inline-block; }
.social-links > li { display: inline-block; }
.section-title { font-size: 42px; line-height: 54px; padding-bottom: 25px; margin-bottom: 45px; position: relative; }
.section-title h1 { margin: 0; font-size: inherit; line-height: inherit; }

.wpcf7-form label { display: block; }
.wpcf7-form textarea.form-control { height: 175px; }

/* header */
#main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 4000; transition: all 0.5s ease; background-color: #FFF !important; }
.logged-in #main-header { top: 32px; }
@media only screen and (max-width : 767px) {
  .logged-in #main-header { top: 46px; }
  .logged-in #main-header.sticky { top: 0; }
}
#header { position: relative; padding: 0; }
#header > .container > .row > div { position: static; }
#header #logo { display: block; padding: 5px 0; margin: 5px 0 0 0; }
#header #logo img { max-height: 70px; width: auto; }


.header-after { height: 80px; }
.topbar-after { height: 40px; transition: height 0.3s ease; }
.alert-bar-after { height: 100px; }
#main-header.sticky ~ .topbar-after { height: 0; }



#main-header .alert-bar { background-color: #CC0000;  transition: height 2s ease; overflow: hidden; }
#main-header .alert-bar .wrapper { padding: 10px 0; }

#main-header .alert-bar p { color: #FFF; text-align: center; }
#main-header .alert-bar p:last-of-type { margin-bottom: 0; }

#main-header.sticky .alert-bar { height: 0; }

/* topbar */
#topbar { padding: 2px 0; color: rgba(255,255,255,0.8); height: 40px; transition: height 0.3s ease; overflow: hidden; }
#main-header.sticky #topbar { height: 0; }
#topbar > .container { padding: 4px 15px; }
#topbar p { margin: 0; line-height: 28px; font-size: 17px; }
#topbar .searchform, #topbar .searchform > div { display: inline-block; background-color: rgba(255,255,255,0.2); position: relative; border-radius: .25rem; }
#topbar .searchform .screen-reader-text { display: none; }
#topbar .searchform .input-group { margin-bottom: 0 !important; }
#topbar .searchform input { background: none; border: none; }
#topbar .searchform input[type="text"] { padding: 2px 5px; color: #FFF; }
#topbar .searchform input[type="text"]::-webkit-input-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform input[type="text"]::-moz-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform input[type="text"]:-ms-input-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform input[type="text"]:-moz-placeholder { color: rgba(255,255,255,0.8); }
#topbar .searchform #searchsubmit { width: 46px; }
#topbar .searchform:after { font-family: "Font Awesome 5 Pro"; font-weight: 400; content: "\f002"; position: absolute; top: 4px; right: 5px; color: rgba(255,255,255,0.6); font-size: 14px; pointer-events: none; }
#topbar .social-links > li { width: 21px; height: 21px; border-radius: 50%; text-align: center; line-height: 22px; background-color: rgba(255,255,255,0.6); margin-left: 6px; }
#topbar .social-links > li:hover { background-color: rgba(255,255,255,0.8); }
#topbar .social-links > li:first-child { margin-left: 12px; }
#topbar .social-links > li > a { display: block; font-size: 12px; }
#topbar .social-links > li > a > .fa-facebook { position: relative; margin-left: -2px; }

/* footer */
footer { background: #060e12; padding: 50px 0 20px 0; color: #FFF; }
footer a { color: inherit; }
footer a:hover { text-decoration: none; }
footer .footer-bot { color: #5b8299; font-size: 12px; }
footer .footer-bot hr { border-color: #5b8299; opacity: 0.1; }

.footer-top .widget-title { color: #015384; font-size: 18px; }
.footer-top .menu { padding: 0; margin: 0; list-style: none; }
.footer-top .menu > li { display: block; padding: 5px 0; }
.footer-top .menu > li:first-child { padding-left: 0; }
.footer-top .menu > li:last-child { padding-right: 0; }
.footer-top .menu ul { display: none; }

.footer-cta-bar { background-color: #015384; padding: 30px 0; color: #FFF; text-align: center; }
.footer-cta-bar h4 { margin: 0; text-transform: uppercase; font-weight: 300; color: #FFF !important; }




/* main nav */
#main-nav { padding: 0; height: 90px; align-items: stretch;  }
#main-nav .nav > li.btn, #main-nav .nav > li.btn > a { color: #FFF !important; }
#main-nav .nav > li.btn { align-self: center; margin-left: 15px; padding: .75rem 1.25rem; background-color: #c23939 !important; border-color: #c23939 !important; }
#main-nav .nav > li.btn:hover { background-color: #8c2929 !important; border-color: #8c2929 !important; }
#main-nav .nav > li.btn > a { padding: 0; }
#main-nav .nav > li { position: relative; }
#main-nav .nav > li:not(.btn):after { content: ""; display: block; height: 3px; width: 100%; position: absolute; bottom: 0; background-color: #0079c2; transition: all 0.3s ease; opacity: 0; }
#main-nav .nav > li:hover, #main-nav .nav > li.show { background-color: #f8f8f8; }
#main-nav .nav > li.active:not(.btn):after { opacity: 1; }
#main-nav .nav > li:hover:not(.btn):after, #main-nav .nav > li.show:not(.btn):after { opacity: 1; }
#main-nav .nav > li:not(.btn) { display: flex; align-items: center; }
#main-nav .nav > li:not(.btn) > a { padding: 15px 13px; font-size: 16px; }

#main-nav .dropdown-toggle::after {
	display: none;
}

#main-nav .dropdown-menu { margin: 0; padding: 0; border-radius: 0; background: #f8f8f8 !important; border: none !important; min-width: 16rem; }
#main-nav .dropdown-menu .dropdown-item { padding: 20px 35px; border-top: solid 1px #f0f0f0; transition: all 0.3s ease; position: relative; }
#main-nav .dropdown-menu .dropdown-item:after { content: ""; display: block; height: 100%; width: 3px; position: absolute; top: 0; bottom: 0; left: 0; background-color: #0079c2; transition: all 0.3s ease; opacity: 0; }
#main-nav .dropdown-menu .dropdown-item:hover { padding-left: 45px; color: #015384; }
#main-nav .dropdown-menu .dropdown-item:hover:after { opacity: 1; }
.dropdown-toggle::after { margin-left: 10px; opacity: 0.6; cursor: pointer; }
.dropdown-item.active, .dropdown-item:active, .badge-primary { background-color: #5b8299; }


.banner { background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; position: relative; }
.parallax-mirror:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; opacity: 0.70; background-color: rgba(1,83,132,0.5); }
.banner .banner-text { position: absolute; z-index: 11; width: 100%; top: 50%; left: 0; transform: translateY(-50%); color: #333; font-size: 19px; line-height: 31px; text-align: center;  }
.banner .banner-text h2 { font-weight: 400; text-transform: uppercase; color: #FFF; font-size: 60px; text-shadow: 0 1px 10px rgba(0,0,0,0.5); }
.banner .banner-text h4 { font-weight: 400; text-transform: uppercase; position: relative; padding-bottom: 20px; margin-bottom: 20px; color: #FFF; opacity: 0.85; font-size: 36px; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }
.banner .banner-text h4:after { content: ""; position: absolute; width: 220px; height: 3px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #FFF; -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5); box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5); }
.banner .banner-text .text { max-width: 60%; margin: 40px auto 0 auto; color: #FFF; }
.banner.banner-lg .banner-text { transform: translateY(-85%); }
#sub-banner { min-height: 400px; /*background-color: #DDD;*/   }
#sub-banner.banner-lg { min-height: 800px; }

.flex-modules { background-color: #FFF; }







.banner .banner-text .text h3 { color: #FFF; margin-bottom: 0px; font-size: 24px; font-weight: 600; }


.page-id-855 #sub-banner:before { position: absolute; height: 100%; width: 100%; display: block; content: ''; background-color: rgba(0,0,0,0.4); }








/* slider */
#slider { position: relative; height: 100vh; }
#slider .slide { background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height: 100vh; display: grid !important; justify-items: center; align-items: center; }
#slider .slide:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; opacity: 0.25; background-color: #053b72; background-position: bottom center; background-repeat: no-repeat; }
#slider .slide .container { position: relative; z-index: 101; text-align: center; }
#slider .slide-title { font-size: 42px; line-height: 54px; margin-bottom: 5px; color: #FFF; text-transform: uppercase; }
#slider .slide-text { position: relative; font-size: 19px; line-height: 31px; padding-bottom: 20px; margin-bottom: 20px; color: #FFF; }
#slider .slide-text > p:last-child { margin-bottom: 0; }
#slider .slide-text:after { content: ""; position: absolute; width: 220px; height: 3px; bottom: 0; left: 50%; transform: translateX(-50%); background-color: #FFF; }
#slider .slide-btn {  }







.sub-title { color: #5eacc3; text-align: center; font-size: 16px; margin-bottom: 5; padding-top: 0px; margin-bottom: 0px; }

.primary-image { margin-bottom: 45px; }



/* General Template Styles */



.image-mod { padding: 90px 0 140px 0; position: relative; background-repeat: no-repeat; background-size: contain; overflow: hidden; }
.image-mod.img-left { background-position: left center; }
.image-mod.img-right { background-position: right center; }
.image-mod .image-wrapper { position: absolute; top: 0; width: 50%; height: 100%; overflow: hidden; }
.image-mod .image-wrapper .image { min-width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.image-mod.img-left .image-wrapper { left: 0; }
.image-mod.img-right .image-wrapper { right: 0; }
.image-mod .image-wrapper .image img { min-width: 100%; max-width: none; }
.image-mod.img-left .content { float: right; }
.image-mod.img-right .content { float: left; }
.image-mod .content { padding: 0 45px; }
.image-mod .content .title { margin-bottom: 30px; }
.image-mod .content .text { margin-bottom: 30px; }

.three-feature-mod { padding: 55px 0 70px 0; position: relative; text-align: center; background-repeat: no-repeat; background-size: cover; background-position: center; }
.three-feature-mod:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.7); }
.three-feature-mod .content { position: relative; z-index: 10; }
.three-feature-mod .section-title:after { background-color: #313131; }
.three-feature-mod .features > .item { margin-bottom: 15px; }
.three-feature-mod .features > .item .image-wrapper { width: 130px; margin: 0 auto 15px auto; padding-bottom: 15px; position: relative; }
.three-feature-mod .features > .item .image-wrapper:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #313131; overflow: hidden; }
.three-feature-mod .features > .item .image { width: 130px; height: 130px; overflow: hidden; border-radius: 50%; }
.three-feature-mod .features > .item .image img { height: 130px; -o-object-fit: cover; object-fit: cover; }
.three-feature-mod .button { margin-top: 50px; }



.contact { padding: 80px 0 90px 0; }
.contact .title { margin-bottom: 20px; }
.contact .our-team { list-style: none; padding: 0; margin: 0 0 20px 0; }
.contact .our-team > .item { padding: 0; margin-bottom: 20px; }
.contact .our-team > .item .image { border-radius: 50%; overflow: hidden; }
.contact .our-team > .item .name { position: relative; margin-bottom: 5px; text-transform: uppercase; }
.contact .our-team > .item .name:after { content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 1px; background-color: #575757; overflow: hidden; }
.contact .our-team > .item .phone { margin-bottom: 5px; }
.contact .our-team > .item .text { margin-top: 15px; }
.contact .right .text {  }
.contact .right .text label { width: 100%; font-weight: 400; }
.contact .right .text .wpcf7-form-control:not([type="submit"]) { border: none; background: #ebebeb; padding: 8px; display: block; }
.contact .right .text .wpcf7-submit { padding: 6px 35px; }





.filters { padding: 30px 0 45px 0; }
.filters .form-group { min-width: 28%; max-width: 28%; min-height: 51px; float: left; margin-right: 8px; margin-bottom: 8px; position: relative; border: solid 1px #CCC; }
.filters .form-group:after { content: "\f107"; font-family: fontAwesome; position: absolute; z-index: 101; right: 1px; top: 1px; width: 35px; height: 47px; line-height: 47px; text-align: center; background: #FFF; display: block; color: #555; pointer-events: none; }
.filters .form-group .form-control { width: 100%; z-index: 100; position: relative; height: 49px; border: none; padding: 10px 20px; }
.filters .btn-lg { padding: 14px 40px; }

#blog-feed { background-color: #363636; padding: 50px 0 80px 0; color: #FFF; }
#blog-feed .item .image { margin-bottom: 25px; }
#blog-feed .item .title { font-size: 16px; text-transform: uppercase; }
#blog-feed .item .date { font-size: 10px; margin-bottom: 10px; }

#blog-list { background-color: #FFF; background-position: top center; background-repeat: no-repeat; padding-top: 60px; padding-bottom: 60px; }
/*
#blog-list .post > .item > .category { background-color: #dddddd; }
#blog-list .post > .item > .category:after { content: ""; display: block; height: 0; overflow: hidden; clear: both; }
#blog-list .post > .item > .category > .icon { width: 50px; height: 50px; float: left; position: relative; }
#blog-list .post > .item > .category > .icon > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#blog-list .post > .item > .category > .text { font-size: 13px; line-height: 50px; color: #787878; text-transform: uppercase; float: left; margin-left: 15px; }
*/
#blog-list > #main-list > .row > .post:nth-child(3n+4) { clear: both; }
#blog-list .post > .item { margin-bottom: 35px; }
#blog-list .post > .item > .image {  padding-bottom: 8px; }
#blog-list .post > .item > .description a { color: #313131;  }
#blog-list .post > .item > .description > .title { font-size: 20px; font-family: "Oswald", sans-serif; text-align: center; font-weight: 400; }
#blog-list .post > .item > .description > .title a { display: block; }
#blog-list .post > .item > .description > .title a:hover { text-decoration: none; }
#blog-list .post > .item > .description > .date { font-size: 10px; margin-bottom: 10px;  }
#blog-list .load-more { margin-top: 40px; }

#blog-info { padding-top: 60px; padding-bottom: 20px; }
#blog-info .info-wrapper {  }
#blog-info .section-title { margin-bottom: 0px; padding-bottom: 10px; }
.section-title h1 { font-size: 25px; line-height: 30px; color: #000; margin-bottom: 0; text-align: center; }
/*#blog-info .section-title:after { left: 0; transform: translateX(0); }*/


.sidebar .social-links > li { width: 48px; height: 48px; border-radius: 0; text-align: center; line-height: 48px; background: #fafdff; margin-right: 0; }
.sidebar .social-links > li:last-child { margin-right: 0; }
.sidebar .social-links > li:nth-child(1):hover { background: #3b5998; }
.sidebar .social-links > li:nth-child(2):hover { background: #287bbc; }
.sidebar .social-links > li:nth-child(3):hover { background: #1da1f2; }
.sidebar .social-links > li:nth-child(4):hover { background: #dc4e40; }
.sidebar .social-links > li > a { display: block; color: #cdcdcd; font-size: 24px; }
.sidebar .social-links > li > a > .fa-facebook { position: relative; margin-left: -2px; }
.sidebar .social-links > li:hover > a { color: #FFF; }
.sidebar { overflow: hidden; margin-top: 5px; }



#blog-info .sidebar .social-links { margin-bottom: 0; }

.sidebar h3,
	#blog-info .sidebar .widget-title,
	#blog-info .sidebar #searchform label.screen-reader-text { margin-bottom: 20px; font-size: 20px; font-weight: 400; text-transform: uppercase; font-family: "Oswald", sans-serif; }

.sidebar h3.share { margin-bottom: 13px;  }
.sidebar hr { margin-bottom: 23px; }
.sidebar hr.share { margin-top: 12px; }
.sidebar #recent-posts { margin-bottom: 10px; }

#blog-info .sidebar #recent-posts .item { position: relative; padding-left: 95px; margin-bottom: 20px; min-height: 74px; }
#blog-info .sidebar #recent-posts .item .image { position: absolute; top: 5px; left: 0; width: 80px; }
#blog-info .sidebar #recent-posts .item .title { margin-bottom: 5px; font-size: 15px; }
#blog-info .sidebar #recent-posts .item .title a { color: #313131; line-height: 1.3; }
#blog-info .sidebar #recent-posts .item .title a:hover { text-decoration: none; }

#blog-info .sidebar .widget-title, #blog-info .sidebar #searchform label.screen-reader-text{ margin-bottom: 15px; }
#blog-info .sidebar  ul {  list-style-type: none; margin-bottom: 35px; padding-left: 0; }

#blog-info .sidebar #recent-posts .item .date { font-size: 10px; }
#blog-info .sidebar #menu-blog-sidebar { list-style: none; margin: 0; padding: 0; }
#blog-info .sidebar #menu-blog-sidebar > li { padding: 8px 0; margin: 0; }
#blog-info .sidebar #menu-blog-sidebar > li > a { font-size: 20px; color: #7f7f7f; }
#blog-info .sidebar #menu-blog-sidebar > li > a:hover { text-decoration: none; color: #333; }

.loading-wheel { color: #333; text-align: center; width: 100%; font-size: 62px; }


#blog-info .sidebar .widget_search { margin-bottom: 35px; }

.loading-wheel { color: #333; text-align: center; width: 100%; font-size: 62px; }










.location-details { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.location-details .badge, .location-list .badge { width:32px; height:32px; line-height:30px; padding: 0; text-align: center; font-size: 16px; }
.location-list { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }



.specials-list { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.our-rates-list { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.our-rates-details { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.our-fleet-list { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }

.used-vehicles-list { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.used-vehicles-details { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }

.rent-to-own-list { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.rent-to-own-details { padding-top: 60px; padding-bottom: 60px; background-color: #FFF; }
.rent-to-own-details .card { margin-bottom: 30px; }

.specials-list .item  { text-align: center; background-color: #FFF; border-right: dashed 2px #e8e8e8; border-top: dashed 2px #e8e8e8; padding: 20px 40px; }
.specials-list .item:nth-child(1), .specials-list .item:nth-child(2), .specials-list .item:nth-child(3) { border-top: none; }
.specials-list .item:nth-child(3n+3) { border-right: none; }
.specials-list .item img { width: 100%; }


.our-fleet-list .item {  margin-bottom: 45px; }
.our-fleet-list .item .inner { border: 2px solid #F1F1F1; border-radius: 5px; height: 100%; line-height: 1.2; font-size: 14px; display: flex; flex-flow: column; }
.our-fleet-list .item .inner small { font-size: 85%; opacity: 0.65; }
.our-fleet-list .item .inner .intro { padding: 0; text-align: center; }
.our-fleet-list .item .inner .intro .callout { background-color: #e8e8e8; padding: 10px 2px; }
.our-fleet-list .item .inner .content { background-color: #f8f8f8; padding: 25px 15px; flex-grow: 1; }
.our-fleet-list .item .inner .row .icon { color: #015384; margin-right: 2px; }

.our-fleet-list .item .inner .intro h2 { font-weight: 500; font-size: 24px; line-height: 1; text-align: center; margin-top: -15px; color: #FFF; background-color: #015384; display: inline-block; padding: 6px 35px 10px 35px; position: relative; }
.our-fleet-list .item .inner .intro h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.our-fleet-list .item .inner .intro h2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.our-fleet-list .item .inner .thumb { text-align: center; height: 130px; margin: 20px 0; display: flex;  justify-content: center;  flex-direction: column; }
.our-fleet-list .item .inner .thumb img { max-height: 105px; }
.our-fleet-list .item .inner h3 { font-weight: 400; font-size: 16px; color: #222; text-align: center; margin-bottom: 0; }
.our-fleet-list .item .inner h3 span { color: #616161; }

.our-fleet-list .item .inner .occupancy > div {  display: flex;  justify-content: center;  flex-direction: column; padding-top: 8px; padding-bottom: 8px; }
.our-fleet-list .item .inner .luggage > div {  display: flex;  justify-content: center;  flex-direction: column; padding-top: 8px; padding-bottom: 8px; }
.our-fleet-list .item .inner .fuel > div {  display: flex;  justify-content: center;  flex-direction: column; padding-top: 8px; padding-bottom: 8px; }
.our-fleet-list .item .inner .engine > div {  display: flex;  justify-content: center;  flex-direction: column; padding-top: 8px; padding-bottom: 8px; }
.our-fleet-list .item .inner .also { margin-top: 25px; }





.used-vehicles-details .sidebar #recent-vehicles .item { position: relative; padding-left: 95px; margin-bottom: 20px; min-height: 74px; }
.used-vehicles-details .sidebar #recent-vehicles .item .image { position: absolute; top: 5px; left: 0; width: 80px; }
.used-vehicles-details .sidebar #recent-vehicles .item .title { margin-bottom: 5px; font-size: 15px; }
.used-vehicles-details .sidebar #recent-vehicles .item .title a { color: #313131; line-height: 1.3; }
.used-vehicles-details .sidebar #recent-vehicles .item .title a:hover { text-decoration: none; }


.rent-to-own-details .sidebar #recent-vehicles .item { position: relative; padding-left: 95px; margin-bottom: 20px; min-height: 74px; }
.rent-to-own-details .sidebar #recent-vehicles .item .image { position: absolute; top: 5px; left: 0; width: 80px; }
.rent-to-own-details .sidebar #recent-vehicles .item .title { margin-bottom: 5px; font-size: 15px; }
.rent-to-own-details .sidebar #recent-vehicles .item .title a { color: #313131; line-height: 1.3; }
.rent-to-own-details .sidebar #recent-vehicles .item .title a:hover { text-decoration: none; }


.rent-to-own-details .sub-title { color: #666; text-align: left; line-height: 24px; padding-top: 13px; font-size: 14px; }
.rent-to-own-details .section-title hr { margin-top: 10px; }
.rent-to-own-details .card-body { padding-bottom: 0; }
.rent-to-own-details .item { margin-bottom: 20px; text-align: center; }
.rent-to-own-details .item strong { display: block; font-size: 15px; color: #616161; text-transform: uppercase; }
.rent-to-own-details .item span { display: block; font-size: 20px; }

.rent-to-own-list .item { margin-bottom: 30px; }
.rent-to-own-list .item .card .row.no-gutters > div { display: flex; }
.rent-to-own-list .item .card-img { display: flex; }
.rent-to-own-list .item .card-img > img { width: 100%; object-fit: cover; }
.rent-to-own-list .item .card-body { padding: 0; background-color: #f8f8f8; }
.rent-to-own-list .item .card-body .card-title { background-color: #e8e8e8; padding: 10px 15px; font-weight: 600; font-size: 18px; color: #222; margin: 0; }
.rent-to-own-list .item .card-body .card-title a { color: inherit; }
.rent-to-own-list .item .card-body .content { padding: 15px; }
.rent-to-own-list .item .card-body .content .meta { margin-bottom: 20px; font-size: 15px; }


.used-vehicles-list .item { margin-bottom: 30px; }
.used-vehicles-list .item .card .row.no-gutters > div { display: flex; }
.used-vehicles-list .item .card-img { display: flex; }
.used-vehicles-list .item .card-img > img { width: 100%; object-fit: cover; }
.used-vehicles-list .item .card-body { padding: 0; background-color: #f8f8f8; }
.used-vehicles-list .item .card-body .card-title { background-color: #e8e8e8; padding: 10px 15px; font-weight: 600; font-size: 18px; color: #222; margin: 0; }
.used-vehicles-list .item .card-body .card-title a { color: inherit; }
.used-vehicles-list .item .card-body .content { padding: 15px; }
.used-vehicles-list .item .card-body .content .meta { margin-bottom: 20px; font-size: 15px; }





.our-rates-list .item { margin-bottom: 30px; }
.our-rates-list .item .inner { text-align: center; }
.our-rates-list .item .inner h2 { font-weight: 500; font-size: 24px; line-height: 1; text-align: center; margin-top: 15px; color: #FFF; background-color: #015384; display: inline-block; padding: 6px 35px 10px 35px; position: relative; }
.our-rates-list .item .inner h2 a { color: inherit; }
.our-rates-list .item .inner h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.our-rates-list .item .inner h2:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.our-rates-details .table .thead-dark th {
  background-color: #015384;
  border-color: #5b8299;
}
.our-rates-details .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #e8e8e8;
}
.our-rates-details .table-striped tbody > tr > td {
  border: none;
}
.our-rates-details .table-striped tbody > tr > td:not(:first-child), .our-rates-details .table-striped thead > tr > th:not(:first-child) {
  text-align: center;
}




.acf-map {
	width: 100%;
	height: 400px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}





.moving-supplies {  }
.moving-supplies .item { text-align: center; }
.moving-supplies .item p { margin-bottom: 5px; }
.moving-supplies .item h4 { font-size: 14px; font-weight: 400; }









#hero-slider .slide .bottom-text h5 { color: #FFF; margin-top: 50px; font-style: italic; font-size: 25px; }






.rental-policies-list p:empty { display: none; }
.rental-policies-list > li { margin-bottom: 20px; }











@media
only screen and (max-width : 767px) {
/* Styles */

	#header > .container {
		padding-left:0;
		padding-right: 0;
	}

	#header #logo img {
		margin-left: 15px;
	}

	#main-nav .navbar-collapse {
		background-color: #FFF;
	}
	#main-nav .nav {
		display: block;
	}

	#main-nav .nav > li:not(.btn) {

		display: block;
	}

	#main-nav .nav > li:not(.btn):after {
		display: none;
	}

	#menu-main-menu > li a {
		padding: 5px 0;
	}

	#hero-slider {

	}

	#hero-slider .slide h1 {
		font-size: 33px !important;
	}

	#hero-slider .slide h4 {
		font-size: 22px !important;
	}

	#hero-slider .slick-prev {
		display: none !important;
	}

	#hero-slider .slick-next {
		display: none !important;
	}

	.home #hero-slider .slide {
		min-height: 475px !important;
	}

	h1 {
		font-size: 32px !important;
	}

	.fifty-fifty-mod #left-col {
		padding: 160px 20px !important;
	}
	.fifty-fifty-mod #right-col {
		padding: 160px 20px !important;
	}

	.banner {
	}

	#sub-banner {
		min-height: 240px !important;
	}

	.banner .banner-text {
		padding-top: 0 !important;
	}

	.banner .banner-text h2 {
		font-size: 34px !!important;
	}

	.banner .banner-text h4 {
		font-size: 22px !important;
	}

}







#recent-vehicles .recent-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#recent-vehicles .recent-item .image {
  flex: 1 0 100px;
  max-width: 100px;
  margin-right: 10px;
}
#recent-vehicles .recent-item .title > a {
  color: #222;
}
