/*
Theme Name: WP Pro Automotive 2 (OG Locator)
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A responsive automotive theme, designed by <a href="http://www.contempographicdesign.com">Contempo</a>.
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Version: 99999
Tags: responsive, premium, automotive, blog, white, full width, clean, grid, widgets, video, cms

License:
License URI:

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit this file. Instead use 
the Child Theme Generator in WP Admin > Appearance > Child Theme

View the screencast: http://www.screenr.com/tbos

/* ==============================================================================

Stylesheets Guide

1. Base (css/base.css)
	1.1 Reset
	1.2 General
	1.3 Typography
	1.4 Margins & Padding
	1.5 Links
	1.6 Lists
	1.7 Images & Video
	1.8 Buttons
	1.9 Tabs
	1.10 Forms
	1.11 Tables
	1.12 Notifications
	1.13 Widgets
	1.14 Misc
2. Framework (css/framework.css)
	2.1 Base 960 Grid
	2.2 Tablet (Portrait)
	2.3 Mobile (Portrait)
	2.4 Mobile (Landscape)
	2.5 Clearing
3. Layout (css/layout.css)
	3.1 Site Styles
	3.2 Page Styles
	3.3 Media Queries
		
*/

@import url("fonts/Gotham/GothamBold.css");
@import url("fonts/Gotham/GothamLight.css");

@import url("fonts/Trajan/Trajan-Bold.css");

.home #slider.flexslider {display: none;}
#topbar-wrap {display: none;}

body {
    font-family: "GothamLight", Arial, Helvetica, sans-serif !important;
}

.cbp-tm-menu > li > a {
    font-family: "GothamLight", Arial, Helvetica, sans-serif !important;
	font-weight: bold;
}

.top-bar-strip {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
}

.fusion-main-menu {
    float: left !important;
    margin-left: 80px;
}

.shop-button-wrapper {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.shop-menu-button {
    position: absolute;
    right: 0;
    top: 20px;
    padding: 0 22px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    z-index: 99999;
}

.shop-menu-button span {
    border-bottom: 2px solid #f5f5f5;
    font-weight: bold;
}

@media only screen and (max-width: 1100px) {
    .shop-menu-button {display: none;}
}

#footer-widgets {display: none !important;}
.my-footer {color: #ffffff; background: #000000; padding: 30px; margin-top: 20px;}
.my-footer img {text-align: center; margin: 0 auto 30px; display: table;}
.my-footer .my-footer-links {color: #ffffff; text-align: center;}
.my-footer .my-footer-links a {color: #ffffff; font-size: 110%; display: inline-block; margin: 0 15px;}
.my-footer .copyright-text {text-align: center; margin: 20px 0 0 0;}