/*
Theme Name: CHC Pharmacy
Description: Custom theme for CHC Pharmacy
Version: 1.0
Author: Giant Media
*/

/* ### RESET ### */
html, body, div, span, h1, h2, h3, h4, p, a, img, strong, ol, ul, li, form, label, table, tr, th, td, iframe, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}

    a img {
        border: none;
    }

h1, h2, h3, .fancyTxt {
    font-family: 'Varela Round';
    font-weight: 400;
}

* + html .hBlk h2.hU, * + html .hBlk .hUnit, * + html .pBodyM input.CAPTCHA, * + html .pBodyM form img {
    display: inline;
    zoom: 1;
}
/* ### PAGE ### */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #575757;
}

.hBody {
    background: url(images/pageBG.png) top left repeat-x #FFF;
}

.iBody {
    background: url(images/pageIntBG.png) top left repeat-x #FFF;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -450px 0;
    width: 100%;
}

.pCanvas {
    width: 970px;
    margin: 0 auto;
    padding: 0 50px;
}
/* ### HEAD ### */
.pHead {
    position: relative;
    width: 970px;
    margin: 0 auto;
    padding: 0 50px;
}

.hHome {
    height: 520px;
    background: url(images/pHead.jpg) top center no-repeat;
}

.hInt {
    height: 157px;
    background: url(images/hInt.jpg) top center no-repeat;
}

.pHeadL {
    width: 320px;
    height: 66px;
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 80;
}

    .pHeadL a {
        width: 320px;
        height: 66px;
        background: url(images/chc-pharmacy-logo.png) top left no-repeat;
        display: block;
    }

    .pHeadL h1 {
        display: none;
    }

.pNav {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 80;
    width: 800px;
    height: 20px;
}

    .pNav ul {
        z-index: 100;
        list-style-type: none;
        position: absolute;
        right: 0;
    }

        .pNav ul li {
            position: relative;
            float: left;
            display: inline;
            margin: 0 30px 0 0;
        }

            .pNav ul li.last {
                margin: 0;
            }

            .pNav ul li a {
                display: block;
                text-decoration: none;
                color: #FFF;
                font-size: 15px;
                font-weight: bold;
            }

                .pNav ul li a.selected, .pNav ul li a:hover {
                    color: #a2e07d;
                }

.pPhone {
    position: absolute;
    bottom: 80px;
    right: 50px;
    font-size: 18px;
    color: #767676;
    z-index: 50;
}
/* ### HOME ### */
.homeFeat {
    height: 520px;
    z-index: 1;
    top: 0;
    left: 50px;
}

#slider {
    width: 970px;
    height: 520px;
    background: url(images/loading.gif) no-repeat 50% 50%;
    z-index: 1;
    position: relative;
}

    #slider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        z-index: 1;
    }

    #slider a {
        border: 0;
        display: block;
    }

.hBlk h1, .hBlk h2 {
    font-size: 28px;
    color: #71bd43;
    margin: 0 0 15px 0;
}

    .hBlk h2.hU {
        display: inline-block;
        vertical-align: middle;
        width: 240px;
        margin: 0 50px 0 0 !important;
    }

.hBlk p {
    margin: 0 0 15px 0;
    line-height: 21px;
}

.hBlk .hUnit {
    width: 170px;
    margin: 0 70px 0 0;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    padding: 180px 0 0 0;
    text-align: center;
}

    .hBlk .hUnit h3 {
        font-size: 20px;
        line-height: 22px;
    }

.hBlk .icLoc {
    background: url(images/icon-location.png) top center no-repeat;
}

.hBlk .icSer {
    background: url(images/icon-service.png) top center no-repeat;
}

.hBlk .icPro {
    background: url(images/icon-professional.png) top center no-repeat;
}

.hLineBr {
    height: 1px;
    border-bottom: 2px solid #9c9c9c;
    margin: 0 10px 50px 10px;
    padding-top: 50px;
}

.hBlk .hLeft {
    width: 400px;
    padding: 0 74px 0 0;
    border-right: 1px solid #e9e9e9;
}

    .hBlk .hLeft .map {
        width: 400px;
        height: 200px;
        background: #DCDCDC;
    }

.hBlk .hRight {
    width: 400px;
    padding: 0 0 0 75px;
}

    .hBlk .hRight dt, .hBlk .hRight dd {
        float: left;
        display: inline;
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .hBlk .hRight dt {
        width: 120px;
    }

    .hBlk .hRight dd {
        width: 280px;
    }

.hRight .hNews {
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #9c9c9c;
}

    .hRight .hNews .img {
        width: 160px;
        height: 80px;
        background: #DCDCDC;
        margin: 0 10px 0 0;
    }

    .hRight .hNews p {
        margin: 0 0 5px 0;
        line-height: 17px;
    }
/* ### BODY ### */
.pBody {
    width: 970px;
    min-height: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

    .pBody a {
        color: #5c9739;
        text-decoration: underline;
    }

        .pBody a:hover {
            color: #71bd43;
            text-decoration: underline;
        }
/* ### MAIN ### */
.pBodyM {
    width: 570px;
    padding: 0 0 30px 0;
    margin: 25px 35px 0 0;
    min-height: 120px;
}

    .pBodyM h1 {
        font-size: 28px;
        color: #71bd43;
        margin: 0 0 15px 0;
    }

    .pBodyM h2 {
        font-size: 22px;
        padding: 15px 0 10px 0;
        line-height: 26px;
    }

    .pBodyM h3 {
        font-size: 18px;
        padding: 15px 0 10px 0;
        line-height: 24px;
    }

    .pBodyM p {
        margin: 0 0 15px 0;
        line-height: 22px;
    }

    .pBodyM ol {
        margin: 0 0 30px 15px;
    }

    .pBodyM ul {
        margin: 0 0 30px 10px;
    }

    .pBodyM ol li {
        margin: 0 0 13px 10px;
        line-height: 22px;
        list-style: decimal;
    }

    .pBodyM ul li {
        margin: 0 0 13px 10px;
        line-height: 22px;
        list-style: square;
    }

    .pBodyM form {
        width: 270px;
        font-size: 12px;
        margin: 0 0 0 20px;
        padding: 0 0 0 15px;
        border-left: 1px dashed #CCC;
    }

        .pBodyM form p {
            margin: 0 0 10px 0 !important;
            clear: both;
            line-height: 12px !important;
        }

    .pBodyM input, .pBodyM textarea {
        background: #FFF;
        border-top: 1px solid #5c9739;
        border-right: 1px solid #5c9739;
        border-bottom: 1px solid #71bd43;
        border-left: 1px solid #71bd43;
        padding: 5px 5px 5px 10px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #000;
        width: 255px;
        margin: 0 !important;
    }

        .pBodyM input.half {
            width: 110px;
            margin: 0 5px 0 0 !important;
        }

        .pBodyM input[type="submit"] {
            padding: 4px 15px !important;
            width: 90px !important;
        }

        .pBodyM input.CAPTCHA {
            width: 50px !important;
            display: inline-block !important;
            vertical-align: middle !important;
        }

    .pBodyM form img {
        margin: 0 5px 0 0 !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }

    .pBodyM .wpcf7-use-title-as-watermark {
        color: #333 !important;
    }

    .pBodyM span.wpcf7-not-valid-tip {
        color: #333;
    }
/* ### SIDE ### */
.pBodyS {
    width: 330px;
    padding: 10px 0 0 34px;
    border-left: 1px solid #e9e9e9;
    margin: 60px 0 0 0;
}

    .pBodyS h2 {
        font-size: 28px;
        color: #71bd43;
        margin: 0 0 15px 0;
    }

    .pBodyS .hNews {
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #9c9c9c;
    }

        .pBodyS .hNews .img {
            width: 160px;
            height: 80px;
            margin: 0 10px 10px 0;
            text-align: center;
        }

        .pBodyS .hNews p {
            margin: 0 0 5px 0;
            line-height: 17px;
        }

.push {
    height: 450px;
}
/* ### FOOT ### */
.pFoot {
    background: #292929;
    height: 450px;
    color: #FFF;
    width: 100%;
    margin: 0;
}

    .pFoot a {
        color: #FFF;
        text-decoration: none;
    }

.pFootTop {
    background: url(images/pFoot.png) top left repeat-x;
    padding: 27px 0 0 0;
    width: 100%;
    border: 0 !important;
}

.fCanvas {
    width: 970px;
    margin: 0 auto;
    padding: 0 50px !important;
    position: relative;
}

.pFootTop h2, .pFootTop .logos, .pFootTop .fTwit {
    float: left;
    display: inline;
    color: #575757;
}

.pFootTop h2 {
    width: 190px;
    margin: 15px 0 0 0;
}

.pFootTop .logos {
    width: 200px;
}

    .pFootTop .logos img {
        margin: 0 0 0 5px;
    }

.pFootTop .fTwit {
    width: 350px;
    margin: 10px 180px 0 0;
    font-size: 12px;
    line-height: 16px;
    min-height: 30px;
    padding: 0 0 0 50px;
    background: url(images/twitter.png) top left no-repeat;
    color: #575757;
}

    .pFootTop .fTwit a {
        color: #333;
    }

.fBreak {
    clear: both;
    margin: 0 0 50px 0;
}

.pFootU {
    margin: 0 50px 0 0;
}

    .pFootU h3 {
        font-size: 20px;
        padding: 0 0 12px 0;
    }

    .pFootU p {
        margin: 0 0 14px 0;
        line-height: 19px;
    }

    .pFootU ul {
        margin: 0 0 0 20px;
    }

    .pFootU li {
        margin: 0 0 5px 0;
        list-style: square;
    }

.pFoot .map {
    width: 260px;
    height: 180px;
    background: #DCDCDC;
}

.pFoot .deets {
    width: 185px;
}

    .pFoot .deets dt, .pFoot .deets dd {
        float: left;
        display: inline;
        margin: 0 0 5px 0;
    }

    .pFoot .deets dt {
        width: 50px;
        font-weight: bold;
    }

    .pFoot .deets dd {
        width: 130px;
    }

.pFootSub {
    text-align: center;
    padding: 70px 0 0 0;
    font-size: 11px;
    text-transform: uppercase;
}
/* ### SUNDRIES ### */
.bBuff5 {
    margin: 0 0 5px 0;
}

.MB10 {
    margin-bottom: 10px !important;
}

.MB30 {
    margin-bottom: 30px !important;
}

.MR0 {
    margin-right: 0 !important;
}

.PT0 {
    padding-top: 0 !important;
}

.PT10 {
    padding-top: 10px;
}

.PT50 {
    padding-top: 50px;
}

.posRel {
    position: relative;
}

.aCenter {
    text-align: center;
}

.aLeft {
    text-align: left;
}

.aRight {
    text-align: right !important;
}

.tItal {
    font-style: italic;
}

.noB {
    border: 0 !important;
}

.noPad {
    padding: 0 !Important;
}

.noMarg {
    margin: 0 !important;
}

.rightImg {
    margin: 0 0 20px 30px;
}

.pagiLinks {
    padding: 0 10px;
    width: 290px;
    text-transform: uppercase;
    font-weight: bold;
}

.flLeft, .pBodyS, .pBodyM, .pagiLinks, .pFootU, .pBodyM .HfCol, .sideU h3, .sideU .img, .hNews .img {
    float: left;
    display: inline;
}

    .flRight, .kImg, .pBodyM form, .sideU .date {
        float: right;
        display: inline;
    }

.linethrough {
    text-decoration: line-through;
}

.smlTxt {
    font-size: 12px;
    font-style: italic;
    margin: 0;
    text-align: right;
}

a.editLink {
    color: #FF0000;
    font-weight: bold;
    font-size: 11px;
}

a:hover.editLink {
    color: #6A0000;
    text-decoration: underline;
}

.colBr {
    margin-bottom: 40px;
}

.kImg {
    margin: 0 0 15px 20px;
    font-size: 10px;
    text-transform: uppercase;
}

    .kImg a {
        color: #333 !important;
    }

p.dateline, p.pCrumbs {
    font-size: 11px;
    margin: 0 !important;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: bold;
}

p.pCrumbs {
    padding: 0 0 20px 0 !important;
}

.gallIm, .gallImL {
    width: 300px;
}

.gallIm {
    margin: 0 20px 0 0;
}

.clientLogo {
    width: 305px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.lineBr {
    height: 1px;
    border-bottom: 2px dotted #caad68;
    margin: 5px 0 15px 0;
    clear: both;
}

.itemSplit {
    height: 1px;
    margin: 0 0 25px 0;
    border-bottom: 2px dotted #caad68;
    clear: both;
}

.itemSplit2 {
    height: 1px;
    margin: 15px 0;
    border-bottom: 2px dotted #caad68;
    clear: both;
}

.logoSplit {
    height: 1px;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #caad68;
    clear: both;
}

.sideUuL {
    border-bottom: 1px solid #bbbbb7;
    margin: 0 0 10px 0;
    clear: both;
}

.sideUbr {
    margin: 0 0 30px 0;
    clear: both;
}

.mainUL {
    border-bottom: 1px solid #9c9c9c;
    margin: 0 0 15px 0;
    clear: both;
}
/* ### GALLERY ### */
.gallery {
    margin: auto; /* gallery clearing*/
    overflow: hidden;
    width: 100%;
}

    .gallery .gallery-item {
        float: left;
        margin: 0 0 10px 0;
        text-align: center;
        display: inline;
    }

    .gallery .gallery-icon {
        margin: 0 !important;
        padding: 0 !important;
    }

        .gallery .gallery-icon img {
            padding: 0;
            margin: 0;
        }

    .gallery .gallery-caption {
        font-size: 11px;
        text-transform: uppercase;
        margin: 3px 0 0 0;
    }

    .gallery br {
        clear: both;
    }
/* available Columns */
.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.333%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 166.66px;
}

.col-6R {
    width: 83.334%;
}

.col-7 {
    width: 14.285%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.111%;
}

.bx-controls {
    display: none;
}

.slider-img {
    height: 520px;
    width: 970px;
}


.umbracoform form{
    float: none;
    width: 100%;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}

.umbracoform label {
    padding-bottom: 5px;
}