/*
 Theme Name:   Meteora Whitelight Child
 Theme URI:    http://meteorasoftworks.com
 Description:  Meteora Whitelight Child Theme
 Author:       Andre Beckedorf
 Author URI:   http://katastrophos.net
 Template:     whitelight
 Version:      1.0.0
 Tags:         woothemes
 Text Domain:  meteora-whitelight-child
*/

@import url("../whitelight/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*
@font-face {
    font-family: "Jaapokki";
    src: url("fonts/jaapokki-regular.woff") format('woff');
}
*/

#navigation a {
    color: #C9C9C9 !important;
}

#navigation a:hover {
    color: #FFFFFF !important;
}

#navigation {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 200;
}

#navigation .nav li ul {
    width: 220px !important;
}

 #navigation .nav li ul li a {
    width: 200px !important;
}

.entry {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 14px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    line-height: 130%;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 200;
}

.post header h1, .type-page header h1, .search-results .features header h1, .search-results .page header h1, .search-results .type-product header h1, .search-results .type-portfolio header h1, .type-features header h1 {
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 1.7em;
}

.breadcrumbs {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 200;
}

a.button {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 200;
}

.nav-toggle a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 45px;
    padding-top: 70px;
    background: url('images/nav-toggle.png') no-repeat scroll left top transparent;
}

.colorboxred {
    background-color: #219EB9;
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;


/*
    position:absolute;
    background-color: #219EB9;
    left: 0px;
    width: 100%;
*/
}

body {
    //overflow-x:hidden
}

#content {
    padding: 0em 0px 2em;
}

.float-right {
    float: right !important;
}

.clear-left {
	clear: left !important;
}