/*
Theme Name: Try Me Any Parts & Auto Glass
Author: Web Ateljee
Author URI: http://www.webateljee.co.za/
Version: 1.0
Text Domain: trymeanyparts
*/

@font-face {
    font-family: 'dirty_egoregular';
    src: url('fonts/dirtyego-webfont.woff2') format('woff2'),
         url('fonts/dirtyego-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    display: block;
    font-family: 'dirty_egoregular';
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    color: #dddddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.container {
    max-width: 1000px;
}
a {
    color: #e80100;
    transition: all 0.6s ease-in-out 0s;
}
a:active, a:focus, a:hover {
    color: #e80100;
    outline: 0;
    text-decoration: none;
}
::selection {
  background: #e80100; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #e80100; /* Gecko Browsers */
  color: #ffffff;
}
/* GENERAL */

/* LOADER */
#loader {
    background-color: #ffffff;
    display: table;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 99999;
}
.loader-container {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 12;
}
.loader-container .img-wrapper {
    background-image: url(img/load.gif);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100px;
    width: 100px;
}
.loader-container img {
    vertical-align: middle;
}
/* LOADER */

/* FULL PAGE */
#full-page {
    background-color: #000000;
}
/* FULL PAGE */

/* HEADER */
header .header-top {
    background-image: url(img/header-top.png);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 2px 0;
}
/* HEADER */

/* SEARCH BOX */
header .search-box {
    background-color: #e80100;
    margin: 12px 0;
    padding: 1px;
}
header .search-box input {
    background-color: #3d0001;
    border: none;
    padding: 3px 3px;
    width: 100%;
}
/* SEARCH BOX */

/* LOGO */
header nav .logo-wrapper {
    background-color: #e80100;
    background-image: url(img/logo-wrapper.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-top: 0;
    padding: 3px 0;
    text-align: center;
}
header nav .logo-wrapper img#logo {
    height: auto;
    max-width: 100%;
}
/* LOGO */

/* NAVIGATION */
header nav .nav-wrapper {
    border-bottom: 1px solid #e80100;
}
header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header nav ul li {
    display: inline-block;
    position: relative;
}
header nav ul li a {
    color: #ffffff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0 5px;
    padding: 20px 15px;
    text-transform: uppercase;
    transition: none;
}
header nav ul li.current-post-ancestor a,
header nav ul li.current-menu-ancestor a,
header nav ul li.current-menu-parent a,
header nav ul li.current-post-parent a,
header nav ul li.current-menu-item a,
header nav ul li a:active,
header nav ul li a:focus,
header nav ul li a:hover {
    background-image: url(img/nav-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #e80100;
}
/* NAVIGATION */

/* NAVIGATION DROPDOWN */
header nav ul li.menu-item-has-children ul.sub-menu {
    display: none !important;
}
/* NAVIGATION DROPDOWN */

/* SLIDER */
header #slider-wrapper {
    margin-top: 10px;
}
header #slider-wrapper span.slider-bg {
    background-image: url(img/slider-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: 92px;
    position: absolute;
    right: -171px;
    width: 342px;
    z-index: 1;
;}
/* SLIDER */

/* TITLES & CONTENT */
.content-bg {
    background-image: url(img/content-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.content-bg .content {
    border-top: 1px solid #3a0000;
    padding: 25px 0;
}
.content-bg .content h1 {
    color: #e80100;
    font-size: 36px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.content-bg .content h2 {
    margin-bottom: 10px;
}
.content-bg .content img {
    background-color: #ffffff;
    height: auto;
    max-width: 100%;
    padding: 1px;
}
.content-bg .content .box {
    background-color: #ffffff;
    padding: 1px 1px 0 1px;
}
.content-bg .content .box img {
    width: 100%;
}
.content-bg .content .box p {
    display: none;
}
.content-bg .content .box h3 {
    background-color: #e80100;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 28px;
    font-style: italic;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.content-bg .content .box h3 span {
    background-image: url(img/box-corner.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 8px;
    left: 15px;
    position: absolute;
    top: -8px;
    width: 12px;
}
.content-bg .content.contact-us ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-bg .content.contact-us ul li {
    display: block;
    padding: 0 0 5px 25px;
    position: relative;
}
.content-bg .content.contact-us ul li i.fa {
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 2px;
}
.content-bg .content.contact-us ul li i.fa.fa-phone {
    font-size: 16px;
}
.content-bg .content.contact-us ul li i.fa.fa-mobile {
    font-size: 19px;
    left: 3px;
}
.content-bg .content.contact-us ul li a {
    color: #ffffff;
}
.content-bg .content.contact-us ul li a:active,
.content-bg .content.contact-us ul li a:focus,
.content-bg .content.contact-us ul li a:hover {
    color: #e80100;
}
.content-bg .content.contact-us .gmp_map_opts {
    border: 1px solid #e80100 !important;
}
/* TITLES & CONTENT */

/* SERVICES */
.content-bg .content .keywords {
    padding: 40px 0 15px 0;
}
.content-bg .content .keywords ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.content-bg .content .keywords ul li {
    color: #0e0000;
    display: inline-block;
    font-style: italic;
    padding: 0 10px;
}
/* SERVICES */

/* PRODUCTS */
.content-bg .content.products {
    background-image: url(img/slider-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.content-bg .content.products .category-single-post {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 1px 1px 0 1px;
}
.content-bg .content.products .category-single-post img {
    width: 100%;
}
.content-bg .content.products .category-single-post .title {
    background-color: #e80100;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
}
.content-bg .content.products .category-single-post .title a {
    color: #ffffff;
    display: block;
    padding: 10px;
    position: relative;
}
.content-bg .content.products .category-single-post .title a:hover {
    background-color: #000000;
}
.content-bg .content.products .category-single-post .title a span {
    background-image: url(img/box-corner.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 8px;
    left: 15px;
    position: absolute;
    top: -8px;
    transition: all 0.6s ease-in-out 0s;
    width: 12px;
}
.content-bg .content.products .category-single-post .title a:hover span {
    background-image: url(img/box-corner-hover.png);
}
/* PRODUCTS */

/* PRODUCT */
.content-bg .content.product h1 {
    text-align: left;
}
.content-bg .content.product img {
    background-color: #ffffff;
    padding: 1px;
}
.content-bg .content.product h2 {
    margin-bottom: 10px;
}
.content-bg .content.product .brands img {
    background: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 0;
}
/* PRODUCT */

/* PRODUCT NAV */
.content-bg .content.product .product-nav h2 {
    margin-bottom: 10px;
}
.content-bg .content.product .product-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-bg .content.product .product-nav ul li {
    border-bottom: 1px solid #880100;
    display: block;
}
.content-bg .content.product .product-nav ul li:last-child {
    border-bottom: none;
}
.content-bg .content.product .product-nav ul li a {
    background-color: #e80100;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
}
.content-bg .content.product .product-nav ul li.current-menu-item a,
.content-bg .content.product .product-nav ul li a:active,
.content-bg .content.product .product-nav ul li a:focus,
.content-bg .content.product .product-nav ul li a:hover {
    background-color: #880100;;
    outline: 0;
    text-decoration: none;
}
/* PRODUCT NAV */

/* FOOTER */
footer {
    background-image: url(img/footer-bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    padding: 50px 0;
}
footer h2 {
    color: #e80100;
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .footer-wrapper {
    position: relative;
}
footer .footer-wrapper img.car {
    bottom: -75px;
    left: 0;
    max-width: 100%;
    position: absolute;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
    padding: 5px 0;
}
footer ul li i.fa {
    margin-right: 10px;
}
/* FOOTER */

/* IMPRINT */
.imprint {
    background-color: #000000;
    background-image: url(img/header-top.png);
    background-position: left top;
    background-repeat: repeat;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px 0 20px;
}
.imprint a {
    color: #ffffff;
}
.imprint a:hover {
    color: #ffffff;
}
/* IMPRINT */

/* MOBILE STYLES */
a.mobile-nav {
    display: none;
}

/* Small devices (smart phones, up to 468px) */
@media (max-width: 468px) {
    header nav .logo-wrapper {
        margin-top: 0;
        padding: 10px 10px;
    }
    header nav .nav-wrapper a.mobile-nav {
        background-color: #e80100;
        color: #ffffff;
        display: inline-block;
        margin: 5px 0 0 0;
        padding: 8px 16px;
    }
    header nav .nav-wrapper {
        text-align: center;
    }
    header nav .nav-wrapper ul {
        display: none;
    }
    header nav .nav-wrapper ul li {
        display: block;
    }
    header nav .nav-wrapper ul li a {
        background-color: #e80100;
        padding: 10px 0;
    }
    header nav .nav-wrapper ul li.current-post-ancestor a,
    header nav .nav-wrapper ul li.current-menu-ancestor a,
    header nav .nav-wrapper ul li.current-menu-parent a,
    header nav .nav-wrapper ul li.current-post-parent a,
    header nav .nav-wrapper ul li.current-menu-item a,
    header nav .nav-wrapper ul li a:active,
    header nav .nav-wrapper ul li a:focus,
    header nav .nav-wrapper ul li a:hover {
        background-color: #880100;
        color: #ffffff;
    }
    footer .footer-wrapper {
        padding: 0 0 65px 0;
    }
    footer .footer-wrapper img.car {
        bottom: -65px;
    }
    footer ul {
        margin-bottom: 25px;
    }
}
/* Medium devices (tablets, 469px to 768px;) */
@media (min-width: 469px) and (max-width: 768px) {
    
}
/* Large devices (notebooks, 769px up to 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    
}
/* Larger devices (desktops, 993px up to 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    
}
/* MOBILE STYLES */

/* PLUGINS */

/* CONTACT FORM 7 */
form.wpcf7-form {
    background-image: url(img/form-bg.jpg) !important;
    background-position: left top !important;
    background-repeat: repeat-x !important;
    padding: 25px !important;
}
form.wpcf7-form .input-group p {
    margin: 0 !important;
}
form.wpcf7-form .input-group-addon {
    background-color: #183c5c !important;
    border-color: #1a6cbe !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    text-align: left !important;
}
form.wpcf7-form input.wpcf7-form-control.wpcf7-text,
form.wpcf7-form textarea.wpcf7-form-control,
form.wpcf7-form input.wpcf7-form-control.wpcf7-captchar {
    background-color: #05121e !important;
    border-color: #1a6cbe !important;
    border-radius: 0 !important;
    color: #999999 !important;
}
.input-group-addon.captcha {
    padding: 2px 12px !important;
}
.input-group-addon.captcha img {
    border: none !important;
    margin: 0 auto !important;
    max-width: none !important;
    padding: 0 !important;
}
span.wpcf7-form-control.wpcf7-checkbox.form-control {
    height: auto !important;
}
/*span.wpcf7-list-item {
    margin: 0 !important;
    width: 50% !important;
}*/
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100px !important;
    max-height: 100px !important;
    min-height: 100px !important;
}
.form-control:focus {
    border-color: #1a6cbe !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(26, 108, 190, 0.6) !important;
}
form.wpcf7-form input.btn.btn-default {
    background-color: #05121e !important;
    border-color: #1a6cbe !important;
    border-radius: 0 !important;
    color: #999999 !important;
}
form.wpcf7-form input.btn.btn-default:active,
form.wpcf7-form input.btn.btn-default:focus,
form.wpcf7-form input.btn.btn-default:hover {
    background-color: #183c5c !important;
    color: #ffffff !important;
    outline: 0 !important;
    text-decoration: none !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
    display: inline-block !important;
    padding: 6px 12px !important;
}
div.wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 6px 12px !important;
}
/* CONTACT FORM 7 */

/*LIGHTBOX*/
#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
    display: block;
    margin-top: 0 !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    float: right !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 14px !important;
}
.slb_data_title, .slb_template_tag_item_title {
    font-family: 'Droid Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: none !important;
}
/*LIGHTBOX*/

/* PLUGINS */