/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2017
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    padding: 60px 60px 60px 160px;
    font: 15px "Montserrat", Arial, Helvetica, Sans-serif;
    text-align: left;
    color: #58585a;
    background: none;
}




/*  -------------------------------------------------------------
    All Sites List
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.allSitesList h1 {
    padding: 10px 10px 20px 10px;
    font-size: 2em;
    font-weight: bold;
    line-height: 0.85em;
}

.allSitesList p {
    padding: 10px 0 20px 0;
}

.allSitesList p a {
    display: inline-block;
    margin: 5px;
    padding: 4px 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #58585a;
    border: 1px #58585a solid;
}

.allSitesList p a:hover {
    color: #fff;
    background: #58585a;
}

.allSitesList table {
    display: table;
}

.allSitesList table tr {
    display: table-row;
}

.allSitesList table td {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px #e2e2e2 solid;
}

.allSitesList table td a:link,
.allSitesList table td a:visited {
    text-decoration: underline;
    color: #58585a;
}

.allSitesList table td a:hover {
    color: #000;
}




/*  -------------------------------------------------------------
    BORDER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.screen_border {
    position: fixed;
    z-index: 100;
    background: #fff;
}

.screen_border.top,
.screen_border.bottom {
    left: 0;
    width: 100%;
    height: 60px;
}

.screen_border.top {
    top: 0;
}

.screen_border.bottom {
    bottom: 0;
}

.screen_border.left,
.screen_border.right {
    top: 0;
    width: 60px;
    height: 100%;
}

.screen_border.left {
    left: 0;
    width: 160px;
}

.screen_border.right {
    right: 0;
}




/*  -------------------------------------------------------------
    HEADER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#header {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 200;
    display: table;
    margin-top: -175px;
    width: 320px;
    height: 350px;
    background: #fff;
}

#header-i {
    display: table-cell;
    padding: 10px 10px 20px 10px;
    vertical-align: middle;
}

#header a.logo:link,
#header a.logo:visited {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#header a.logo:link img,
#header a.logo:visited img {
    display: block;
    width: 100%;
}




/*  -------------------------------------------------------------
    MENU MAIN
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#menu_main {
    padding-top: 28px;
}

#menu_main li {
    display: block;
}

#menu_main li a:link,
#menu_main li a:visited {
    position: relative;
    display: block;
    padding: 8px 0;
    font: 1.05em "Droid Serif", Georgia, Serif;
    text-decoration: none;
    text-align: center;
    color: #58585a;
}

#menu_main li a:link span,
#menu_main li a:visited span {
    position: relative;
    z-index: 200;
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}

#menu_main li a:link:after,
#menu_main li a:visited:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: block;
    width: 0;
    border-bottom: 1px #000 solid;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#menu_main li a:hover:after,
#menu_main li a.active:link:after,
#menu_main li a.active:visited:after {
    left: 15%;
    width: 70%;
}




/*  -------------------------------------------------------------
    BANNER IMAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner_image,
#banner_image-ii {
    background-repeat: no-repeat;
    background-position: center center;
}

#banner_image {
    position: fixed;
    top: 60px;
    bottom: 60px;
    left: 160px;
    right: 60px;
    z-index: -5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner_image-i {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

#banner_image-ii {
    display: block;
    width: 100%;
    height: 100%;
}


/*  BANNER IMAGES - Home
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#banner_image.home #banner_image-i {
    background: none;
}

#banner_image.home h1 {
    position: absolute;
    top: 42px;
    right: 48px;
    z-index: 1;
    display: block;
    font: 2.65em "Droid Serif", Georgia, Serif;
    text-align: right;
    line-height: 1.25em;
    color: #fff;
}

#banner_image.home h1 strong {
    font-size: 1.375em;
    font-weight: normal;
    color: #3f3f41;
}



/*  -------------------------------------------------------------
    HOME BUTTONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#btns_home {
    padding-top: 400px;
    padding-top: calc(100vh - 202px);
    font-size: 0;
    text-align: center;
}

#btns_home a.btn:link,
#btns_home a.btn:visited {
    display: inline-block;
    vertical-align: bottom;
    width: 292px;
    max-width: 33.33%;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    color: #3f3f41;
    padding: 0 10px 0 90px;
    background-repeat: no-repeat;
    background-position: 22px center;
    background-color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#btns_home a.btn.hours:link,
#btns_home a.btn.hours:visited {
    background-image: url("../images/icons/btns_home_hours.png");
}

#btns_home a.btn.stores:link,
#btns_home a.btn.stores:visited {
    padding-left: 80px;
    background-position: 18px center;
    background-image: url("../images/icons/btns_home_stores.png");
}

#btns_home a.btn.info:link,
#btns_home a.btn.info:visited {
    background-image: url("../images/icons/btns_home_info.png");
}

#btns_home a.btn:link,
#btns_home a.btn:visited,
#btns_home a.btn:link .btn-i,
#btns_home a.btn:visited .btn-i {
    height: 72px;
}

#btns_home a.btn:link .btn-i,
#btns_home a.btn:visited .btn-i {
    display: table;
    width: 100%;
}

#btns_home a.btn:link .btn-ii,
#btns_home a.btn:visited .btn-ii {
    display: table-cell;
    vertical-align: middle;
}

#btns_home a.btn:link .heading,
#btns_home a.btn:visited .heading {
    display: block;
    font: 1.15em "Droid Serif", Georgia, Serif;
    line-height: 1.2em;
    font-weight: bold;
}

#btns_home a.btn:link .description,
#btns_home a.btn:visited .description {
    padding-top: 4px;
    display: block;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.2em;
    text-transform: uppercase;
}




/*  -------------------------------------------------------------
    MAIN PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_page {
    padding-left: 30%;
}

#main_heading {
    display: table;
    padding: 20px 60px;
    width: 100%;
    height: 400px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main_heading-i {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#main_heading.centre_info #main_heading-i {
    padding-bottom: 125px;
}

#main_heading-ii {
    float: right;
    display: block;
    max-width: 490px;
}

#main_heading.whats_on #main_heading-ii {
    float: none;
    max-width: 100%;
}

#main_heading h1 {
    font: 5em "Droid Serif", Georgia, Serif;
    text-align: right;
    line-height: 0.85em;
}

#main_heading h1 .small {
    font-size: 0.8em;
    line-height: 1em;
    color: #fff;
}

#main_page-i {
    position: relative;
    padding: 40px 0 0 60px;
    min-height: 400px;
    min-height: calc(100vh - 400px - 120px - 40px - 10px); /* Full vertical viewport height less the page borders, main heading and top padding */
    border-top: 10px #000 solid;
    background: #fff;
}


/*  MAIN PAGE - Store Search
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_heading .store_search {
    float: right;
    display: block;
    padding: 22px 0 22px 0;
    width: 300px;
}

#main_heading .store_search label {
    display: block;
    padding-bottom: 2px;
    text-transform: uppercase;
    color: #fff;
}

#main_heading .store_search .field {
    display: block;
    padding: 0 40px 0 10px;
    width: 100%;
    height: 40px;
    font: 15px "Montserrat", Arial, Helvetica, Sans-serif;
    line-height: 40px;
    color: #fff;
    border: 1px #fff solid;
    background-color: transparent;
    background-color: rgba(0,0,0,0.3);
    background-image: url("../images/icons/magnifying_glass.png");
    background-position: 270px center;
    background-repeat: no-repeat;
    background-size: 19px auto;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main_heading .store_search a.centre_plan:link,
#main_heading .store_search a.centre_plan:visited {
    display: block;
    float: right;
    margin-top: 4px;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
}




/*  -------------------------------------------------------------
    CONTENT
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  Defaults
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content h1 {
    padding: 30px 0 15px 0;
    font: 2em "Droid Serif", Georgia, Serif;
    line-height: 1.1em;
}

#content h2 {
    padding: 30px 0 15px 0;
    font: 1.8em "Droid Serif", Georgia, Serif;
    color: #333;
    line-height: 1.1em;
}

#content h3 {
    padding: 30px 0 15px 0;
    font: 1.5em "Droid Serif", Georgia, Serif;
    line-height: 1.1em;
}

#content h4 {
    padding: 30px 0 15px 0;
    font: 1.5em "Droid Serif", Georgia, Serif;
    line-height: 1.1em;
    color: #333;
}

#content h5 {
    padding: 30px 0 15px 0;
    font-size: 0.85em;
    text-transform: uppercase;
    line-height: 1.1em;
}

#content p {
    padding: 4px 0 6px 0;
    font-weight: 300;
    line-height: 1.35em;
}

#content a:link,
#content a:visited {
    font-weight: normal;
    text-decoration: underline;
    color: #58585a;
}

#content a.phone_number:link,
#content a.phone_number:visited,
#content a.phone_number:hover {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #58585a;
}

#content strong {
    font-weight: bold;
}

#content ul,
#content ol {
    padding-bottom: 2px;
}

#content ul li,
#content ol li {
    margin-left: 18px;
    padding: 4px 0;
    font-weight: 300;
    line-height: 1.35em;
}

#content ol li {
    list-style-type: decimal;
}

#content ul li {
    list-style-type: disc;
}

#content ul li ul,
#content ol li ol {
    padding: 0;
}

#content ul li ul li {
    list-style-type: circle;
}

#content ol li ol li {
    list-style-type: lower-alpha;
}

#content a.btn_general:link,
#content a.btn_general:visited {
    display: inline-block;
    margin: 5px;
    padding: 4px 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #58585a;
    border: 1px #58585a solid;
}

#content a.btn_general:hover {
    color: #fff;
}




/*  -------------------------------------------------------------
    OTHER DESIGNED SECTIONS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  OTHER DESIGNED SECTIONS - News Articles
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .news_articles.extra_padding {
    padding: 20px 0;
}

#content .news_articles a.article:link,
#content .news_articles a.article:visited {
    display: block;
    font: 1.8em "Droid Serif", Georgia, Serif;
    text-transform: none;
    text-decoration: none;
    color: #3f3f41;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#content .news_articles a.article:link .heading,
#content .news_articles a.article:visited .heading {
    float: left;
    display: table;
    width: 42%;
    height: 275px;
}

#content .news_articles a.article:nth-child(even):link .heading,
#content .news_articles a.article:nth-child(even):visited .heading {
    float: right;
}

#content .news_articles a.article:link .heading-i,
#content .news_articles a.article:visited .heading-i {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

#content .news_articles a.article:link .heading-ii,
#content .news_articles a.article:visited .heading-ii {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    line-height: 1.1em;
}

#content .news_articles a.article:link .image,
#content .news_articles a.article:visited .image {
    position: relative;
    float: right;
    display: block;
    width: 58%;
    height: 275px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content .news_articles a.article:nth-child(even):link .image,
#content .news_articles a.article:nth-child(even):visited .image {
    float: left;
}

#content .news_articles a.article:link .image .arrow,
#content .news_articles a.article:visited .image .arrow {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -26px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #000;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#content .news_articles a.article:nth-child(even):link .image .arrow,
#content .news_articles a.article:nth-child(even):visited .image .arrow {
    left: auto;
    right: 0;
    border-left: none;
    border-right: 25px solid #000;
}


/*  OTHER DESIGNED SECTIONS - Facebook Feed
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .fb_feed {
    overflow: hidden;
}

#content .fb_feed h1 .fb-like {
    float: right;
    margin: 2px 0 0 10px;
}

#content .fb_feed h1 a:link,
#content .fb_feed h1 a:visited {
    display: block;
    text-transform: none;
    text-decoration: none;
    color: #58585a;
}

#content .fb_feed h1 a:hover {
    color: #346da6;
}

#content .fb_feed h1 .icon,
#content .fb_feed h1 .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
}

#content .fb_feed .fb_feed-i {
    margin: 0 -10px;
    font-size: 0;
    text-align: center;
}

#content .fb_feed .facebook_article {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 20px 10px;
    width: 33.33%;
    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .fb_feed a.facebook_article-i:link,
#content .fb_feed a.facebook_article-i:visited,
#content .fb_feed a.facebook_article-i:hover {
    margin: 0 auto;
    display: block;
    padding: 12px;
    font-size: 0.9em;
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    width: 100%;
    max-width: 310px;
    text-decoration: none;
    color: #58585a;
    border: 1px #dddfe2 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

#content .fb_feed a.facebook_article-i:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}

#content .fb_feed a.facebook_article-i:link .title,
#content .fb_feed a.facebook_article-i:visited .title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0 0 10px 54px;
    min-height: 34px;
}

#content .fb_feed a.facebook_article-i:link .title .thumb,
#content .fb_feed a.facebook_article-i:visited .title .thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 3px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    border: 1px #dddfe2 solid;
}

#content .fb_feed a.facebook_article-i:link .title .business_name,
#content .fb_feed a.facebook_article-i:visited .title .business_name {
    display: block;
    padding-top: 6px;
    font-size: 1.05em;
    font-weight: bold;
    color: #365899;
}

#content .fb_feed a.facebook_article-i:link .title .business_name .date_time,
#content .fb_feed a.facebook_article-i:visited .title .business_name .date_time {
    display: block;
    padding-top: 4px;
    font-size: 0.85em;
    color: #90949c;
}

#content .fb_feed a.facebook_article-i:link .description,
#content .fb_feed a.facebook_article-i:visited .description {
    display: block;
    padding-bottom: 15px;
    font-size: 0.95em;
    line-height: 1.4em;
}

#content .fb_feed a.facebook_article-i:link .image,
#content .fb_feed a.facebook_article-i:visited .image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


/*  OTHER DESIGNED SECTIONS - Homepage - Instagram Feed
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .instagram_feed {
    overflow: hidden;
}

#main_page.home #content .fb_feed h1,
#content .instagram_feed h1,
#main_page.home #content .instagram_feed h1 {
    padding-top: 40px;
}

#content .instagram_feed h1 a:link,
#content .instagram_feed h1 a:visited {
    display: block;
    text-transform: none;
    text-decoration: none;
    color: #58585a;
}

#content .instagram_feed h1 a:hover {
    color: #7c431b;
}

#content .instagram_feed h1 .icon,
#content .instagram_feed h1 .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
}

#content .instagram_feed-i {
    display: block;
    margin: 0 -10px;
    font-size: 0;
    text-align: center;
}

#content .instagram_feed .thumb {
    display: inline-block;
    padding: 0 10px 20px 10px;
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .instagram_feed .thumb a:link,
#content .instagram_feed .thumb a:visited {
    position: relative;
    display: block;
    background: #000;
}

#content .instagram_feed .thumb a:link .icon,
#content .instagram_feed .thumb a:visited .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    display: block;
    margin: -20px 0 0 -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content .instagram_feed .thumb a:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#content .instagram_feed .thumb a:link .image,
#content .instagram_feed .thumb a:visited .image {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content .instagram_feed .thumb a:hover .image {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/*  OTHER DESIGNED SECTIONS - Pagination
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .pagination {
    padding: 30px 0 0 0;
    font-size: 0;
    text-align: center;
}

#content .pagination a:link,
#content .pagination a:visited {
    display: inline-block;
    margin-right: -1px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #000;
    border: 1px #000 solid;
}

#content .pagination a:first-child:link,
#content .pagination a:first-child:visited {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content .pagination a:last-child:link,
#content .pagination a:last-child:visited {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#content .pagination a.active:link,
#content .pagination a.active:visited,
#content .pagination a:hover {
    color: #fff;
    background: #000;
}




/*  -------------------------------------------------------------
    PAGE SPECIFIC STYLING
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  PAGE SPECIFIC STYLING - Homepage
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#main_page.home #content h1 {
    padding: 100px 0 35px 0;
    font-size: 1.8em;
    line-height: 1.1em;
}

#main_page.home #content h1 a:link,
#main_page.home #content h1 a:visited {
    font-size: 1.2em;
}

#main_page.home #content > h1:first-of-type {
    padding-top: 20px;
    font-size: 2.65em;
}

#main_page.home #content h1 .small {
    display: block;
    padding-left: 4px;
    font-size: 0.55em;
    line-height: 1.2em;
}


/*  PAGE SPECIFIC STYLING - Centre Plan Page
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .centre_plan h1 {
    padding: 0 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
}

#content .centre_plan .plan {
    float: left;
    display: block;
    width: 68%;
}

#content .centre_plan .plan img {
    display: block;
    width: 100%;
}

#content .centre_plan .stores_list {
    float: right;
    width: 32%;
    padding-left: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .centre_plan .stores_list a:link,
#content .centre_plan .stores_list a:visited {
    display: block;
    margin-top: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #000;
}

#content .centre_plan .stores_list a:link .store_number,
#content .centre_plan .stores_list a:visited .store_number {
    float: left;
    display: block;
    padding: 10px;
    width: 35px;
    text-align: center;
}

#content .centre_plan .stores_list a:link .name,
#content .centre_plan .stores_list a:visited .name {
    float: right;
    display: block;
    padding: 10px;
    width: calc(100% - 65px);
    font-weight: bold;
    border-left: 1px #fff solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*  PAGE SPECIFIC STYLING - Contact Page
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .contact_location {
    position: relative;
    margin: -175px 0 0 -60px;
    padding: 20px 30px 0 20px;
}

#content .contact_location .map {
    float: left;
    width: 60%;
}

#content .contact_location .map iframe {
    width: 100% !important;
    height: 220px;
}

#content .contact_location .map p {
    padding: 6px 0 8px 0;
    font-size: 0.9em;
    font-weight: normal;
}

#content .contact_location .getting_here {
    float: right;
    display: block;
    width: 35%;
    top: 0;
    right: 0;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#content .contact_location .getting_here-i {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 237px;
}

#content .contact_location .getting_here-ii {
    display: table-cell;
    vertical-align: middle;
}

#content .contact_location .getting_here h2 {
    padding: 5px 0;
    color: #fff;
}

#content .contact_location .getting_here p {
    font-size: 0.9em;
}

#content .contact_details {
    padding-top: 16px;
}

#content .contact_details .details.trading_hours {
    float: left;
    width: 49%;
}

#content .contact_details .details.contact {
    float: right;
    width: 49%;
}

#content .contact_details .details h4 {
    padding-bottom: 8px;
}

#content .contact_details .details h5 {
    padding: 14px 0 6px 0;
    text-transform: capitalize;
    font-weight: bold;
}

#content .contact_details .details h5:first-of-type {
    padding-top: 4px;
    text-transform: none;
    line-height: 1.3em;
}

#content .contact_details .details table {
    display: table;
    width: 100%;
}

#content .contact_details .details table tr {
    display: table-row;
}

#content .contact_details .details table td {
    display: table-cell;
    padding: 1px 10px;
    font-weight: 300;
    line-height: 1.35em;
}

#content .contact_details .details table td:first-child {
    padding-left: 0;
    font-weight: normal;
}

#content .contact_details .details table td:last-child {
    padding-right: 0;
}

#content .contact_details .details table td p:first-child {
    padding-top: 0;
}

#content .contact_details .details table td p:last-child {
    padding-bottom: 0;
}

#content .contact_details .details table td .emailAddress {
    text-transform: lowercase;
}

#content .contact_details .details .socials {
    margin-left: -6px;
    padding-top: 10px;
    font-size: 0;
    text-align: left;
}

#content .contact_details .details .socials a.icon:link,
#content .contact_details .details .socials a.icon:visited {
    display: inline-block;
    margin: 0 6px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#content .contact_details .details .socials a.icon:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#content .contact_details .details .socials a.icon:link img,
#content .contact_details .details .socials a.icon:visited img {
    display: block;
    width: 100%;
}




/*  ------------------------------------------------------------- 
    COLUMNS
    -------------------------------------------------------------   */

/*  COLUMNS - Side Left
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns .column {
    float: right;
    width: 60%;
}

#content .columns .column.last {
    float: left;
    width: 32%;
}


/* COLUMNS - Singular column
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.singular .column {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 780px;
}



/*  COLUMNS - Default 1/3 x 2/3 Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.side_right .column {
    float: left;
}

#content .columns.side_right .column.last {
    float: right;
}


/* COLUMNS - 2 x Half-Width Columns
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.half_width .column {
    float: left;
    width: 45%;
}

#content .columns.half_width .column.last {
    float: right;
    width: 45%;
}


/* COLUMNS - Three
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#content .columns.three .column,
#content .columns.three .column.last {
    float: left;
    width: 30%;
}

#content .columns.three .column.first {
    margin-right: 5%;
}




/*  -------------------------------------------------------------
    NEWSLETTER SIGNUP
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#newsletter_signup,
#newsletter_signup-i {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#newsletter_signup {
    margin: 50px 110px 0 0;
}

#newsletter_signup-i {
    padding: 20px;
}

#newsletter_signup-ii {
    position: relative;
    padding: 60px 0;
    border: 1px #fff solid;
}

#newsletter_signup-iii {
    margin: 0 -130px 0 240px;
    padding: 30px 70px;
}

#newsletter_signup h1 {
    float: left;
    padding: 4px 30px 0 0;
    width: 47%;
    font: 2.65em "Droid Serif", Georgia, Serif;
    line-height: 1em;
    color: #3f3f41;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#newsletter_signup form {
    float: right;
    width: 53%;
}

#newsletter_signup form .mc-field-group {
    position: relative;
    margin-top: 16px;
    padding-left: 85px;
}

#newsletter_signup form .mc-field-group:first-child {
    margin-top: 0;
}

#newsletter_signup form .mc-field-group label {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 28px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 28px;
    color: #3f3f41;
}

#newsletter_signup form .mc-field-group .textbox {
    width: 100%;
    height: 28px;
    font: 15px "Montserrat", Arial, Helvetica, Sans-serif;
    line-height: 28px;
    color: #232323;
    border: none;
    border-bottom: 1px #3f3f41 solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    outline: none;
}

#newsletter_signup form .mc-field-group .textbox:focus {
    border-bottom-style: dashed;
}

#newsletter_signup #newsletter_signup-i form div.mce_inline_error {
    margin: 0;
    padding: 14px 16px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #bb1e1e;
}

#newsletter_signup #newsletter_signup-i form #mce-responses .response {
    margin: 26px 0 0 0;
    padding: 14px 16px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #1d820b;
}

#newsletter_signup #newsletter_signup-i form #mce-responses .response a:link,
#newsletter_signup #newsletter_signup-i form #mce-responses .response a:visited {
    color: #fff;
    text-decoration: underline;
}

#newsletter_signup form .btn_submit {
    float: right;
    display: block;
    margin-top: 26px;
    padding: 6px 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #3f3f41;
    border: 1px #3f3f41 solid;
    background: none;
    outline: none;
}

#newsletter_signup form .btn_submit:hover {
    border-color: #1f1f1f;
    background: #1f1f1f;
    cursor: pointer;
}

#newsletter_signup .socials {
    position: absolute;
    bottom: 12px;
    right: 7px;
    font-size: 0;
    text-align: right;
}

#newsletter_signup .socials a.icon:link,
#newsletter_signup .socials a.icon:visited {
    display: inline-block;
    margin: 0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#newsletter_signup .socials a.icon:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#newsletter_signup .socials a.icon:link img,
#newsletter_signup .socials a.icon:visited img {
    display: block;
    width: 100%;
}




/*  -------------------------------------------------------------
    FOOTER
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#footer {
    padding-top: 50px;
}

#footer a:link,
#footer a:visited {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#footer a.logo_cp:link,
#footer a.logo_cp:visited {
    float: right;
    display: block;
    margin-left: 20px;
    width: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#footer a.logo_cp:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#footer a.logo_cp:link img,
#footer a.logo_cp:visited img {
    display: block;
    width: 100%;
}

#footer a.logo_sca:link,
#footer a.logo_sca:visited {
    float: right;
    display: block;
    margin-left: 20px;
    width: 52px;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#footer a.logo_sca:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#footer a.logo_sca:link img,
#footer a.logo_sca:visited img {
    display: block;
    width: 100%;
}

#footer p {
    padding-top: 4px;
    font-size: 0.9em;
    text-align: right;
    line-height: 1.25em;
}

#footer p strong {
    font-weight: bold;
}

#footer p em {
    font-style: italic;
}




/*  -------------------------------------------------------------
    MESSAGES
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    
.msgBox {
    margin: 10px 0 10px 0;
    padding: 10px 10px 5px 35px;
    background: no-repeat 10px 10px;
    font-size: 12px;
}

.msgBox .title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.msgBox .text {
    padding: 0 0 5px 0;
}

.msgBox a:link,
.msgBox a:visited {
    text-decoration: underline; 
}
    

/*  Success
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.success {
    border: 1px solid #7fea6f;
    background-color: #dcf8d8;
    background-image: url("../../../images/icons/msgBox_success.gif");
    color: #009900;
}

.msgBox.success a:link,
.msgBox.success a:visited,
#content .msgBox.success a:link,
#content .msgBox.success a:visited {
    color: #009900; 
}

/*  Error
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.error {
    border: 1px solid #e9cc7c;
    background-color: #fdf0cd;
    background-image: url("../../../images/icons/msgBox_error.gif");
    color: #b17409;
}

.msgBox.error a:link,
.msgBox.error a:visited,
#content .msgBox.error a:link,
#content .msgBox.error a:visited {
    color: #a08106; 
}

/*  Fail
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

.msgBox.fail {
    border: 1px solid #f57878;
    background-color: #ffe1e1;
    background-image: url("../../../images/icons/msgBox_fail.gif");
    color: #cc3300;
}

.msgBox.fail a:link,
.msgBox.fail a:visited,
#content .msgBox.fail a:link,
#content .msgBox.fail a:visited {
    color: #cc3300; 
}