/*End Generated Styles*//** values noted on README ****************************************/
.perspective-bg {
    background-image: url('/uploads/2022/07/14/background1.jpg'); /** Note 1 - website background image **/
}
#navigation ul.nav li {
    background: rgba(232,164,0,0.8); /** Note 2 - navigation background color **/
}
#navigation.is-sticky .webdexpress_navigation {
    background: rgba(232,164,0,0.9); /** Note 2 - navigation background color when page is scrolled **/
}
#header h1 a {
    color: #2d1500; /** Note 3 - website title text color **/
}
#header h1 a:hover {
    color: #ae570a; /** Note 3 - website title text color when mouse over **/
}
#header h2 {
    color: #000000; /** Note 4 - tagline text color **/
    text-shadow: 0px 0px 4px #fff;
}
.page-subtitle {
    color: #3b6504; /** Note 5 - Subtitle text color **/
}
.page-subtitle:before {
    background-color: #a6835a; /** Note 5 - line color next to Subtitle **/
}
.inv-link .button {
    color: #000000; /** Note 6 - text color for button on Inventory page **/
    background-color: #eda418; /** Note 6 - button color on Inventory page **/
}
.inv-link .button:hover {
    background-color: #f1d243; /** Note 6 - button color on Inventory page when you mouse over **/
}

/** END values noted on README ****************************************/


/** You should not need to edit anything below this point **/
.header_wrap {
padding: 0;
}
.page_title span {
  background: transparent;
  padding-right: 0;
}

#contact_form {
  max-width: 800px;
}

body {
    color: #2d1500;
}
#header {
  background: none !important;
}
#navigation .webdexpress_navigation {
    background: transparent;
}
#navigation ul.nav li {
    margin: 0 5px;
    clip-path: polygon(15% 0%, 0% 20%, 0% 100%, 100% 100%, 100% 0%);
}
#navigation.is-sticky .webdexpress_navigation ul.nav li {
    background: transparent;
}
#navigation ul.nav li a {
  transition: all 0.3s;
}
#container {
    position: relative;
}
.bg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -10;
}
.perspective-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
}
#mainbody_container {
    background: rgba(255,255,255,0.7);
    padding: 10px 20px !important;
    margin-bottom: 40px;
}
#header h1 a {
    transition: all 0.3s;
    text-shadow: 0px 0px 4px #fff;
}

/* Setting for Homepage */
.paper img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
}
.paper {
    width:25%;
    height:250px;
    padding:8px;
    border:1px solid #eee;
    background:#fff;
    border-radius:2px;
    box-shadow:1px 1px 3px rgba(0,0,0,0.1);
    position:relative;
    z-index:0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 3%;
}
.paper:before,
.paper:after {
    content:"";
    display:block;
    width:100%;height:100%;
    border:1px solid #ddd;
    background:#fff;
    border-radius:2px;
    box-shadow:1px 1px 3px rgba(0,0,0,0.1);
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
}
.paper:before {
    -webkit-transform:rotate(-5deg);
    transform:rotate(-5deg);
}
.paper:after {
    -webkit-transform:rotate(5deg);
    transform:rotate(5deg);
}

.home-list {
    text-align: center;
    margin-bottom: 1.5em;
}

/* Setting for Inventory Page */
#content ul.inventory-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.inventory-list li {
    display: inline-block;
    width: 20%;
    padding: 0.8em;
    vertical-align: top;
    margin-right: -5px;
    box-sizing: content-box;
    font-size: 0.9em;
    line-height: 1.1em;
}
.model {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.car-photo {
    height:150px;
    margin-bottom: 0.5em;
}
.car-photo img {
    object-fit: cover;
    height: 150px;
    width: 100%;
}
.price-desc {
    font-size: 0.6em;
    color: #666;
    display:block;
}
.price {
    font-size: 1.2em;
    font-weight: bold;
}
.mileage {
    margin-bottom: 0;
    color: #444;
}
.inv-link .button {
    padding: 0.5em 1em;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* General Settings */
.anchor:before {
    display: block; 
    content: " "; 
    margin-top: -70px; 
    height: 70px; 
    visibility: hidden; 
    pointer-events: none;
}
.page-subtitle {
    font-size: 1.3em;
    margin-top: 2em; 
    font-weight: bold; 
}
.page-subtitle:before {
    content: '';
    width: 5px;
    height: 20px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 8px;
}
.page_title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.page_title:before {
    content: "";
    width: 66px;
    height: 37px;
    display: inline-block;
    background: url(/uploads/2022/06/27/title-icon.png) top left/cover no-repeat;
    margin-right: 8px;
    position: relative;
    top: 5px;
}
.page_title:after {
    content: "";
    width: 100%;
    height: 22px;
    display: block;
    background: url(/uploads/2022/06/25/title-border.png) bottom left repeat-x;
}

#user_content {
    border-top: 0;
}
#content {
    border: 0;
}
#header h1:before {
    content: "";
    background: url(/uploads/2022/06/25/logo.png) center/contain no-repeat;
    display: block;
    width: 200px;
    height: 198px;
    margin: 0 auto 10px auto;
}
#header .webdexpress_header {
    border: 0;
    padding: 60px 10px;;
}
#header .wdx_header_wrap {
    background: transparent;
    max-width: none !important;
}
.wdx_header_wrap {
    position: relative;
    z-index:1;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
}
.img-left {
    float: left;
    margin: 0 10px 10px 0;
}
.center { text-align: center; }

/* Setting for mobile size */
@media only screen and (max-width:965px) {
    .paper {
        width: 40%;
        margin: 3% 3% 3em 3%; }
}
@media only screen and (max-width:39.99em) {
    #header {
        padding: 0;
    }
    #navigation ul.nav li {
        clip-path: none;
        margin: 0;
    }

    .inventory-list li { width: 44%; }
    .paper {
        width: 75%;
        margin: 1em 0 3em 0;
    }
    .img-right, .img-left {
        float: none;
        margin: 10px auto;
        display: block;
    }
}
@media only screen and (max-width:468px) {
    .inventory-list li {
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 1.5em;
    }
}