/*
Theme Name:     Fusion Child
Theme URI:      http://portfoliotheme.org/fusion
Description:    Child theme for the Fusion Theme by LiveMesh
Author:         LiveMesh
Author URI:     http://themeforest.net/user/livemesh
Template:       fusion
Version:        0.1.0
*/

#header.sticky #site-logo {
    top: 5px;
    }

#primary-menu {
    padding-top: 25px;
}

.p-camera-list-area {
    margin: 0 auto;
    max-width: 958px;
    height: 500px;
    overflow-y: scroll;
    border: solid 1px #cccccc;
}

h3.p-maker-name {
    position: relative;
    margin: 0;
    padding: 12px 0 12px 50px;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    background-color: #4d4d4d;
}

ul.p-camera-list {
    margin-bottom: 0;
    list-style: none;
}

li.p-camera-list__item {
    margin-left: 0;
}

#title-area {
    padding: 30px 0 10px !important;
}

.p-camera-list__item {
    display: inline-block;
    width: 18%;
    padding: 6px 1%;
    font-size: 11px;
    font-family: Verdana, "Helvetica Neue", Arial, sans-serif;
    border-bottom: solid 1px #cccccc;
    transition: background-color ease 0.15s;
}

.p-camera-list__note {
    margin-left: 0.5em;
    color: #d82020;