.cp-homepage .btn-grey:hover
{
    color:#fff;
    background-color: #382d88;
}
.btn-green,
.btn-green:focus,
.btn-green:active
{
    color:#fff;
    background-color:#1b2f1e;
    display:inline-block;
}
.cp-homepage .main-col .btn.btn-default
{
    border: 1px solid #47454b;
    padding:4px 10px;
}

.cp-homepage .entry-meta .cp-id
{
    color:#fff;
    background-color: #01a4e9;
    font-size: 1.4em;
    line-height: 1.7em;
    margin-right: 10px;
    padding:0 10px;
    font-weight: bold;
}
.cp-homepage .entry-meta {
    margin: 15px 0;
    padding:5px 0;
    line-height:auto;
    border-top: 1px solid #28272d;
    border-bottom: 1px solid #28272d;
    line-height:1em;;
    font-size: 1.7em;
    font-weight:600;
}
.cp-homepage .cp-type,
.cp-homepage .cp-status-row
{
    /* border-bottom: 1px solid #28272d;
  margin-bottom:15px;
      padding-bottom: 15px;*/
    font-size: 1.4em;
    font-weight:600;
}
.cp-homepage .cp-type div:first-child,
.cp-homepage .cp-status-row div:first-child
{
    border-right: 1px solid #28272d;
}
.cp-homepage .cp-status-row div:nth-child(2)
{
    font-size: 1.4rem;
    line-height: 1.9em;
    font-weight:400;
}
.cp-homepage .connector-detail
{
    line-height: 1.5em;
    font-size: 1.2em;
    margin-bottom:20px;
    clear:both;
}
.cp-homepage .connector-detail-col,
.cp-homepage .address-col
{
    border-right: 1px solid #28272d;
}
.cp-homepage .connector-detail h3
{
    margin-top:0;
    font-size: 1.25em;
    font-weight:700;
}
.cp-homepage .connector-detail .highlight-text
{
    font-weight: 600;
}
.cp-homepage .connector-detail img
{
    margin-right: 15px;
}

.cp-homepage hr
{
    border-top: 1px solid #28272d;
}
.cp-homepage .opening-times
{
    padding: 5px;
    margin:10px 0;
}
.cp-homepage .opening-times td
{
    padding-right:10px;
}
.cp-homepage .main-col
{
    font-size: 1.2em;
}
.cp-homepage .main-col .btn,
.blog-sidebar .btn
{
    font-size:1.1em;
    min-width:auto;
    padding: 6px 12px;
}
.cp-homepage .main-col .highlight-text
{
    font-weight:600;
}
.cp-homepage .page h1
{
    margin-bottom:25px;
    margin-top:10px;
    font-size: 36px;
}
.cp-homepage .clear
{
    clear: both;
}
.cp-homepage .highlight-text {
    color: #01a4e9;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .cp-homepage .cp-type div:first-child,
    .cp-homepage .cp-status-row div:first-child,
    .cp-homepage .connector-detail-col {

        border-right: none;
    }
}

@media only screen and (max-width : 590px) {
    .cp-homepage .cp-type div:first-child,
    .cp-homepage .cp-status-row div:first-child {
        border-right:none;
    }
}

.cut-label
{
    background-color: #01a4e9;
    color:#fff;
    margin-top: 5px;
    font-size: 0.95em;
    min-width: auto;
    padding: 6px 12px 6px 35px;
    line-height: 1.4em;
    position: relative;
    text-align: left;
    width:85%;
}
.cut-label:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 2.1em solid white;
    border-left: 2.1em solid #01a4e9;
    width: 0;
}
.cut-label.in-use
{
    background-color:  #a3bf2a;
    background-image: url(/map-assets/branding/images/cps/status/in-use-btn-icon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cut-label.in-use:before {
    border-left: 2.1em solid #a3bf2a;
}
.cut-label.out-of-service
{
    background-color:  #8d8d8d;
    background-image: url(/map-assets/branding/images/cps/status/offline-btn-icon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cut-label.out-of-service:before {
    border-left: 2.1em solid #8d8d8d;
}
.cut-label.unknown
{
    background-color:  #8d8d8d;
    background-image: url(/map-assets/branding/images/cps/status/unknown-btn-icon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cut-label.unknown:before {
    border-left: 2.1em solid #8d8d8d;
}
.cut-label.available {
    background-image: url(/map-assets/branding/images/cps/status/available-btn-icon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.connector-detail-col .connector-actions-area
{
    background-color: #939295;
    padding:10px;
    display: none;
    color:#fff;
}
.connector-detail-col .connector-actions-area .btn
{
    margin-left:10px;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    padding-left:10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    color: #fff;
    width:auto;
    background-color: #47464a;
}
.connector-detail-col .btn
{
    min-width:auto;
    font-size:1.5rem;
    width:auto;
    display: block;
    padding-left: 35px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
}


