/*
	Theme Name: Nova Pharmacy
	Theme URI: http://www.novapharmacy.com.au
	Description: Nova Pharmacy Theme
	Version: 0.1
	Author: WiseInternet Pty Ltd
	Author URI: http://www.wiseinternet.com.au
	Tags: HTML5, CSS3

*/

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#noticia_text_regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('fonts/DroidSans-Bold-webfont.eot');
    src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
         url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-Bold-webfont.svg#noticia_text_bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

/* Museo Sans */
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.com */ 

@font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-webfont.eot');
    src: url('fonts/MuseoSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/MuseoSans-webfont.woff') format('woff'),
         url('fonts/MuseoSans-webfont.ttf') format('truetype'),
         url('fonts/MuseoSans-webfont.svg#museosans') format('svg');
    font-weight: 500;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  @font-face {
    font-family: 'Droid Sans';
    src: url('fonts/DroidSans-Bold-webfont.svg') format('svg');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'Museo Sans';
    src: url('fonts/MuseoSans-webfont.svg') format('svg');
    font-weight: 500;
    font-style: normal;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    background: #fff;
	font-size: 62.5%;   
}
body {
	font: 400 14px/1.5 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #555;
}
/* clear */
.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
img {
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
a {
	color: #ed164f;
    outline: 0;
	text-decoration: none;
}
a:hover {
	color: #d61242;
}
	
hr {
    border: 0;
    margin: 28px 15%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); 
}
/* Glyph, by Harry Roberts */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    color: #1a1a1a;
    font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
   
}

h1 {
	font-size: 30px;
	line-height: 1.125;
    margin: 24px 0 14px;
}

h2 {
	font-size: 24px;
	line-height: 1.2;
    margin: 18px 0 3px;
}

h3 {
    color: #ed164f;
	font-size: 22px;
	line-height: 1.25;
    margin: 18px 0 0px;
}

h4 {
    color: #ed164f;
	font-size: 20px;
	line-height: 1.25;
    margin: 18px 0 3px;
}

h5 {
	font-size: 18px;
    color: #6ea7c2;
	line-height: 1.25;
    margin: 7px 0 0px;
}

h6 {
	font-size: 16px;
	line-height: 1.3125;
    margin: 0 0 18px;
}
p {
	margin: 0 0 18px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 21px 28px;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 28px;
}

nav ul, nav ol, nav li, nav li > ul, nav li > ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0 0 21px;
    padding: 14px 21px;  
    
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote cite {
    font-style: normal;
}
form p {
    margin: 0 0 18px 0;
}

.required {
    color: red;
}
label {
    display: block;
    margin: 0 0 5px 0;
}
textarea, input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=url], select {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    max-width: 100%;
    padding: 6px 6px;   
    width: 280px;
}
select {
    padding: 5px;
    height: 33px;
}
textarea {
    width: 100%;
}
input:focus, textarea:focus {
    border: 1px solid #aaa;
	outline: 0;
	
}
input[type="button"], input[type="reset"], input[type="submit"], button {
    background-color: #ed164f;
    border: 1px solid #d61242;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    color: #fff;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 14px 3px;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:focus {
    background-color: #d61242;
    border-color: #d61242;
    color: #fff;
}
input.postcode {
    max-width: 80px;
}
a.button {
    background-color: #ed164f;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
    border: 1px solid #d61242;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    padding: 6px 14px 4px;
    text-align: center;
}

a.button:hover {
    background-color: #d61242;
}


/*------------------------------------*\
    CORE STRUCTURE
\*------------------------------------*/

/*  ---  Site  --- */
.site {
    background: #fff;
	margin:0 auto;
	position:relative;
}

/*  ---  HEADER  --- */
.header {
    background: url(img/bg_header.gif) bottom repeat-x #ec174f;
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.2);
    box-shadow: 0 3px 2px rgba(0,0,0,.2);
}

/*  --- Logo  --- */
.header .logo {
    float: left;
}


/*  ---  Header Content  --- */
.header-content {
    color: #fff;
    margin-top: 7px;
}
.header .contact-details a {
    color: #fff;
    font-weight: 700;

}
.header .contact-details p {
    margin: 5px 0 0;
    line-height: 18px;
}
.header .contact-details p:first-child {
    margin: 0;
    line-height: 20px;
}
.header .contact-details .tel {
    font-size: 27px;
    font-weight: 700;
}
.header .contact-details .address {
    color: #ffc5d7;
    
}

/*  ---  FOOTER  --- */
.footer {
    color: #bbb;
    background: #343434;
}
.footer  a {
    color: #ddd;
}
.footer  a:hover, .footer a:focus {
    color: #fff;
}
.footer .copyright img {
    width: 180px;
    margin-bottom: 3px;
}
.footer .footer-details p {
    margin: 0;
}

/*------------------------------------*\
    ENTRY - POSTS / PAGES
\*------------------------------------*/
.entry, .taxonomy-description {
    border-bottom: 1px dotted #ddd;
}
.single .entry, .page .entry {
    border-bottom: 0;
    padding: 0;
}
.entry:last-of-type {
    border-bottom: 0;
}
/*  ---  Entry Header  ---  */
.entry-header {
	position: relative;
    margin: 0 0 7px 0;
	z-index: 1;
}
.page-header {
	border-bottom: 1px dotted #ddd;
    padding-bottom: 14px;
    margin-bottom: 21px;
}
.single .entry-header, .page .entry-header {
	border-bottom: 1px dotted #ddd;
    padding-bottom: 14px;
    margin-bottom: 21px;
}

h1.entry-title, h1.page-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
    color: #ed164f;
}
h2.entry-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.125;
	margin: 0 0 0 0;
}
.entry-title a {
	color: #1a1a1a;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.entry-title a:hover {
	color: #ed164f;
}

/*  ---  Entry Meta  ---  */
.entry-meta {
    color: #888;
    margin-top: 3px;   
}
.entry-meta a {
    color: #888;
}
.entry-meta a:hover {
    color: #ed164f;
}
.entry-meta .featured-post {
    background: url(img/ic_sticky.png) no-repeat;
    padding: 0 0 0 28px;
}

/*  ---  Entry Conent  ---  */
.entry-content {
}

.page .entry-content {
    margin-bottom: 21px;
}
.entry-image {
    margin: 0 0 21px;
}
.entry-thumbnail {
    float: left;
    width: 20%;
}
.entry-image img, .entry-thumbnail img {
    width: 100%;
    border-radius: 4px;
}
.thumbnail .entry-wrapper {
    float: left;
    padding-left: 21px;
    width: 80%;
}
.entry-summary p:last-child, .entry-summary ul:last-child, .entry-summary ol:last-child {
    margin-bottom: 0;
}

/*  ---  Edit Link  ---  */
.edit-link a {
    background: url(img/ic_edit.png) 0 0 no-repeat;
    color: #888;
    display: inline-block;
    padding: 0 0 0 28px;
}
.edit-link a:hover {
    background-position: 0 -21px;
    color: #d61242;
}

/*  ---  Share  ---  */
.share
{
    margin: 28px 0 0;
}
.share ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.share ul li
{
    float: left;
    width: 100px;
    height: 30px;
}
.share ul li.google
{
    width: 80px;
}
share ul li.pinterest
{
    width: auto;
}

/*  ---  Author Box  ---  */
.author-box {
    border-top: 1px #ddd dotted;
    padding: 28px 0 0;
}
.author-box .avatar {
    float: left;
    margin-right: -84px;    
}
.author-box .author-details {
    float: left;
    padding-left: 105px;
}

.author-box .author-title {
    margin: 0 0 3px;
}

/*------------------------------------*\
    SIDEBARS & WIDGETS
\*------------------------------------*/

.widget {
    margin: 0 0 21px;
}
.widget-title {
    border-bottom: 1px dotted #ddd;
    color: #1a1a1a;
    margin: 0 0 14px;
    padding-bottom: 10px;
}

.widget ul, .widget ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.textwidget img, .widget_sp_image img {
    border-radius: 4px;
    width: 100%;
}
/*  ---  Sidebar  --- */
.primary-sidebar .widget-area {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 21px;
}
.primary-sidebar .widget {
    margin-bottom: 14px;
}
.primary-sidebar .widget:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.primary-sidebar .widget a {
    color: #1a1a1a;
}
.primary-sidebar .widget a:hover {
    color: #ed164f;
}
.primary-sidebar .logos
{
    text-align: center;
}
.primary-sidebar .logos img
{
    max-width: 200px;
    margin: 14px;
}
@media screen and (max-width: 480px)  {
    .primary-sidebar .widget-area {
        padding: 14px;
    }
}
@media screen and (min-width: 481px) and (max-width: 840px) {
    .primary-sidebar .widget-area {
        padding: 14px 14px 7px 14px;
    }
    .primary-sidebar .widget {
        float: left;
        margin: 0 2.75% 14px 0; 
        width: 31.5%;
    }
    .primary-sidebar .widget:last-child {
        margin-bottom: 14px;
    }
    .primary-sidebar .widget:nth-child(3n) {
        margin-right: 0;
    }
    .primary-sidebar .widget:nth-child(3n+1) {
        clear: left;
    }
}
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.home-panels {
}
.home-panels ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-panels img {
    width: 100%;
    border-radius: 4px;
}
.home-panels h3 {
    margin-right: 0;
}
.home-panels h3 a {
    color: #ed164f;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.home-panels h3 a:hover {
    color: #d61242;
}
/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.contact-form {
    border-top: 1px dotted #ddd;
}
.contact-form h3 {
	border-top: 1px dotted #ddd;
    margin: 21px 0 14px;
    padding-top: 21px;
}
.contact-form h4 {
	font-size: 21px;
	line-height: 1.25;
    margin: 3px 0 14px;
    color: #ed164f;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

.search .search {
    margin: 0 0 28px;
}

.search {
    background: #f9f9f9;
    border-radius: 4px;
    margin-bottom: 14px;
    padding: 14px;
    
}
.search > div {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    position: relative; 
}

.search > div:hover {
    border: 1px solid #999;
}

.search .search-input {
    background: none;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px 35px 7px 7px;
    width: 100%;
}

.search .search-input:focus {
    border: 0;
	outline: 0;
}

.search .search-submit {
    background: none;
}

.search .search-submit {
    background: url(img/ic_search.png) 7px 0 no-repeat;
    border: 0;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 35px;
}

.search > div:hover .search-submit {
    background-position: 7px -32px;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

.comments {
    border-top: 1px dotted #ddd;
}
.comment-list {
    border-bottom: 1px dotted #ddd;
    list-style: none;
    margin: 0;
    padding: 0 0 0;
}
.comment-list .children {
    list-style: none;
}
article.comment {
    border-top: 1px dotted #ddd;
    margin-bottom: 21px;
    padding-top: 21px;
}
.comment-list > li:first-child > article.comment {
    border-top: 0;
}
article.comment .avatar {
    float: left;
    margin-right: 14px;
}
.comment-meta {
    color: #888;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 14px;
}
.comment-author {
    font-size: 14px;
    font-weight: bold;
}
.comment-respond {
    padding-top: 28px;    
}
.comment-reply-title {
    margin: 0;
}
.comment-form p {
    margin: 0 0 14px 0;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

/*  ---  Primary  ---  */
.primary-nav {
    position: relative;
    z-index: 10000;
}
.primary-nav .menu-toggle {
    background: url(img/bg_nav.gif) repeat-x top #343434;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-weight: 700;
    height: 49px;
    line-height: 49px;  
    border-radius: 4px 4px 0 0;
}
    .home .primary-nav .menu-toggle {
        border-radius: 4px;
    }
.primary-nav .menu-toggle {
    display: none;
}
.primary-nav li.menu-item-1539 {
    display: none;
}
/*  ---  Secondary  ---  */
.secondary-nav {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 21px;
    padding-bottom: 21px;
}

/*  ---  Footer nav  ---  */
.footer-nav a {
    color: #ddd;
}
.footer-nav a:hover {
    color: #ed164f;
}

/*  ---  Widget Nav  ---  */
.widget_theme_navigation .widget-title, .vip-sidebar .widget_text .widget-title {
    margin-bottom: 4px;
}
.widget_theme_navigation li, .vip-sidebar .widget_text li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 0;
}
.widget_theme_navigation .current-menu-item a, .vip-sidebar .widget_text .current-menu-item a {
    font-weight: bold;
}
/*  ---  Other  ---  */
.post-nav {
    border-top: 1px dotted #ddd;
    margin: 21px 0 0;
    padding: 14px 0;
}

.comment-nav {
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 14px 0;
}

/*  ---  Breadcrumbs  ---  */
.breadcrumbs {
    background: #f7f7f7;
    border-radius: 0 0 4px 4px;
    margin: -28px 0 28px;
    padding: 12px 20px 12px;
}
.breadcrumbs a {
    color: #444;
}
.breadcrumbs a:hover {
    color: #ed164f;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*  ---  HANDHELD --- */
/*  ---  Mobile & Tablet  --- */
@media only screen and (max-width:1024px) {
    /*  ---  CORE  ---  */
    body {
        padding: 0;
    }
    .site {
        max-width: 100%;
        min-width: 240px;
        overflow-x: hidden;
    }
    .content, .footer .sidebar, .footer .footer-details {
        padding: 21px;
    }
    /*  ---  HEADER  ---  */
    .header > div {
         padding: 0px 21px 0px;
    }
    /*  ---  FOOTER  ---  */
    .footer .footer-details {
        text-align: center;
    }
    .footer .pcca {
        margin: 14px 0 14px;
    }
    .footer .pcca img {
        width: 75px;
    }
    /*  ---  ENTRY - POSTS / PAGES  ---  */
    .entry, .taxonomy-description {
        margin: 0 0 21px;
        padding: 0 0 21px;
    }

    /*  ---  NAVIGATION  --- */
    /*  ---  Primary --- */
    .primary-nav {
        margin: 21px 21px 0;
        position: relative;
        z-index: 100;
    }
    .primary-nav .menu-toggle {
        display: block;    
    }
    .primary-nav .menu-toggle {
    }
    .primary-nav .menu-toggle span {
        background: url(img/ic_menu.png) no-repeat;
        background-position: 21px 50%;
        padding-left: 56px;
    }
    .primary-nav ul {
        position: absolute;
        left: 0;
        top: 45px;
        display: none;
        width: 100%;
        padding-top: 4px;
        background: #343434;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.08);
    }
    .primary-nav ul.expanded {
        display: block;
    }
    .primary-nav > ul {
        border-radius: 0 0 4px 4px;
    }
    .primary-nav ul li {
        position: relative;
    }
    .primary-nav ul li span.arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 49px;
        height: 49px;
        cursor: pointer;
        background: url(img/ic_submenu_white.png) top no-repeat;
    }
    .primary-nav ul li span.arrow.open {
        background-position-y: bottom;
    }
    .primary-nav ul li a {
        display: block;
        padding: 14px 21px;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        color: #fff;
        border-top: 1px solid #555;
    }
    .primary-nav > ul > li:last-child a {
        border-radius: 0 0 4px 4px;
    }
    .primary-nav ul li.menu-item-has-children a
    {
        padding-right: 56px;
    }
    .primary-nav > ul > .current-menu-item > a,  .primary-nav > ul > .current-menu-parent > a , .primary-nav > ul > .current-menu-ancestor > a {
        background: #535353;
    }
    .primary-nav ul li a:hover {
        color: #fff;
        background: #ed164f;
        border-top: 1px solid #e1003c;
    }
    .primary-nav ul.sub-menu {
        border: 0;
        padding: 0;
        position: static;
        display: none;
        box-shadow: none;
        background: #f7f7f7;
    }
    .primary-nav ul.sub-menu.expanded {
        display: block;
    }
    .primary-nav ul.sub-menu a {
        color: #444;
        border-top: 1px solid #f0f0f0;
        font-weight: 400;
    } 
    .primary-nav .sub-menu .current-menu-item > a, .primary-nav .sub-menu .current-menu-parent > a {
        color: #ed164f;
        background: #fcfcfc;
    }
    .primary-nav ul.sub-menu ul.sub-menu {
        border-left: 7px solid #f0f0f0;
    }
    .primary-nav ul.sub-menu li a:hover {
        color: #fff;
        background: #ed164f;
        border-top: 1px solid #e1003c;
    }
    .primary-nav ul.sub-menu span.arrow {
        background: url(img/ic_submenu.png) top no-repeat;
    }
    .primary-nav ul.sub-menu span.arrow.open {
        background-position-y: bottom;
    }
    /*  ---  Footer Nav  ---  */
    .footer-nav {
        margin: 0 0 14px;
    }
    .footer-nav li {
        display: inline-block;  
        margin-left: 14px;
        padding: 0 0 7px;
        position: relative;    
    }  
    /*  ---  Other  ---  */
    .post-nav {
        text-align: center;
    }
    .post-nav a {
        display: block;
        text-align: center;
    }
    .breadcrumbs {
        background: #f3f3f3;
        border-radius: 0 0 4px 4px;
        margin: -21px 0 21px;
    }
}

/*  ---  HANDHELD: SMALL  --- */
@media only screen and (max-width:580px) {

    li > ul,
    li > ol {
	    margin: 0 0 0 14px;
    }

    /*  ---  HEADER   ---  */
    /*  ---  Header Content  --- */
    .header .logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .header-content {
        display: none;
        max-width: 360px;
        margin: 14px auto 0;
        text-align: center;
    }
    .header-content .contact-details {
        display: none;
    }

    /*  ---  ENTRY - POSTS / PAGES  ---  */
    .entry-header {
        margin-bottom: 0px;
    }
    body.single .entry-header, body.page .entry-header {
        margin-bottom: 21px;
    }
    h1.entry-title, h1.page-title {
        font-size: 28px;
    }
    h2.entry-title {
        font-size: 18px;
        line-height: 21px;
        position: relative;
    }
    .entry-thumbnail {
        width: 84px;
        margin-right: -84px;
        position: relative;
        z-index: 1;
    }
    .entry-wrapper {
        height: 84px;
        overflow: hidden;
    }
    .thumbnail .entry-wrapper {
        width: auto;
        padding-left: 98px;
    }
    .entry-meta {
        display: none;
    }
    body.single .entry-meta {
        display: block;
    }

    /*  ---  SIDEBARS & WIDGETS  ---  */
    /*  --- Sidebar  --- */
    .primary-sidebar {
        border-top: 2px solid #ddd;
        margin-top: 28px;
        padding-top: 28px;
    }
    .primary-sidebar .logos img:first-child
    {
        vertical-align: middle;
        display: inline-block;
        max-width: 40%;
    }
    /*  ---  HOME PAGE ---  */
    .home-panels {
        border-top: 1px dotted #ddd;
        margin-bottom: 21px;
    }
    .home-panels li {
        padding: 21px 0 21px;
        border-bottom: 1px dotted #ddd;
    }
    .home-panels li figure {
        background-size: cover;
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        margin-right: -80px;
        border-radius: 4px;
        position: relative;
        z-index: 1;
    }
    .home-panels li figure a {
        width: 80px;
        height: 80px;
        display: block;
    }
    .home-panels li figure img {
        display: none;
    }
    .home-panels li .brief {
        display: inline-block;
        padding-left: 100px;
    }
    .home-panels li .brief h3 {
        margin-top: 0;
    }
    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        margin-top: 21px;
        padding-top: 21px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .breadcrumbs {
        display: none;
    }

}
/*  ---  HANDHELD: MEDIUM  --- */
@media only screen and (min-width:581px) and (max-width: 840px) {

    /*  ---  HEADER   ---  */
    /*  ---  Header Content  --- */

    .header-content {
        display: none;
        float: right;
        padding-left: 21px;
        text-align: right;
        width: 240px;
    }

    /*  ---  SIDEBARS & WIDGETS  ---  */
    /*  --- Sidebar  --- */
    .primary-sidebar {
        border-top: 2px solid #ddd;
        margin-top: 28px;
        padding-top: 28px;
    }
    .primary-sidebar .logos img:first-child
    {
        vertical-align: middle;
        display: inline-block;
        max-width: 40%;
    }
    /*  ---  HOME PAGE ---  */
    .home-panels {
        border-top: 1px dotted #ddd;
        margin-bottom: 21px;
    }
    .home-panels li {
        padding: 21px 0 21px;
        border-bottom: 1px dotted #ddd;
    }
    .home-panels li figure {
        background-size: cover;
        width: 150px;
        height: 150px;
        display: block;
        float: left;
        margin-right: -150px;
        border-radius: 4px;
        position: relative;
        z-index: 1;
    }
    .home-panels li figure a {
        width: 150px;
        height: 150px;
        display: block;
    }
    .home-panels li figure img {
        display: none;
    }
    .home-panels li .brief {
        display: inline-block;
        padding-left: 170px;
    }
    .home-panels li .brief h3 {
        margin-top: 0;
    }
   
    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        padding-top: 21px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .contact-form .left {
        float: left;
        padding-right: 21px;
        width: 40%;
    }
    .contact-form .right {
        border-left: 1px dotted #ddd;
        float: left;
        padding-left: 21px;
        width: 60%;
    }

    /*  ---  Footer Sidebar  --- */
    .footer-sidebar .widget {
        float: left;
        margin-right: 5%;
        width: 47.5%; 
    }
    .footer-sidebar .widget:nth-child(2n) {
        margin-right: 0;
    }
    .footer-sidebar .widget:nth-child(2n+1) {
        clear: left;
    }
}
/*  ---  HANDHELD: LARGE  --- */
@media only screen and (min-width:841px) and (max-width: 960px) {
    .header-content {
        display: none;
    }
}
@media only screen and (min-width:841px) and (max-width: 1024px) {

    /*  ---  CORE  ---  */
    .content main {
        float: left;
        width: 65.75%;
    }
    .page-template-page_full-php .content main, .page-template-page_iframe-php .content main {
        float: none;
        padding: 0;
        width: 100%;
    }
    .home .content main {
        float: none;
        padding: 0;
        width: 100%;
    }
    .content .sidebar {
        float: right;
        width: 31%;
    }

    /*  ---  HEADER   ---  */
    /*  ---  Header Content  --- */
    .header-content {
        float: right;
        padding-left: 21px;
        text-align: right;
        width: 300px;
    }

    /*  ---  SIDEBARS & WIDGETS  --- */
    .footer-sidebar .widget {
        float: left;
        width: 31%;
        margin-right: 3.5%;
    }
    .footer-sidebar .widget:nth-child(3n) {
        margin-right: 0;
    }
    .footer-sidebar .widget:nth-child(3n+1) {
        clear: left;
    }
    /*  ---  HOME PAGE ---  */
    .home-panels {
        margin-bottom: 14px;
    }
    .home-panels li {
        float: left;
        margin: 0 3.5% 24px 0;
        width: 31%;
    }
    .home-panels li:nth-child(3n) {
        margin-right: 0;
    }
    .home-panels li:nth-child(3n+1) {
        clear: left;
    }
    .home-panels li figure {
        background: none !important;
    }
    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        padding-top: 21px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .contact-form .left {
        float: left;
        padding-right: 21px;
        width: 40%;
    }
    .contact-form .right {
        border-left: 1px dotted #ddd;
        float: left;
        padding-left: 21px;
        width: 60%;
    }

    /*  ---  NAVIGATION  ---  */
    /*  ---  Primary  ---  */
    .primary-nav {
    }
    .primary-nav .menu-toggle span {
        background: url(img/ic_menu.png) no-repeat;
        background-position: 21px 50%;
        padding-left: 56px;
    }


}
/*  ---  DESKTOP  --- */
@media only screen and (min-width:1025px) {

    /*  ---  CORE  ---  */
    body {
        padding: 0 0 0 0;
    }
    .site {
    }
    .content, .footer .widget-area, .footer .footer-details {
        padding: 28px;
    }
    .content main {
        float: left;
        width: 65.75%;
    }
    .page-template-page_full-php .content main, .page-template-page_iframe-php .content main {
        float: none;
        padding: 0;
        width: 100%;
    }
    .home .content main {
        float: none;
        padding: 0;
        width: 100%;
    }
    .content .sidebar {
        float: right;
        width: 31%;
    }
    .content, .header > div, .primary-nav, .footer .widget-area, .footer-details
    {
        margin: 0 auto;
        max-width: 1280px;
    }
    /*  ---  HEADER   ---  */
    .header > div {
        padding: 0px 28px 0px;
        background: url(img/im_helping_you.gif) no-repeat 100% 36px;
    }
    /*  ---  Header Content  --- */
    .header-content {
        color: #fff;
        float: right;
        padding-left: 28px;
        text-align: right;
        width: 31%;
    }

    /*  ---  FOOTER   ---  */
    .footer .pcca {
        float: right;
        margin: -7px 14px 0 14px;
    }
    .footer .pcca img {
        width: 75px;
    }

    /*  ---  ENTRY - POSTS / PAGES  ---  */
    .entry, .taxonomy-description  {
        margin: 0 0 28px;
        padding: 0 0 28px;
    }

    /*  ---  SIDEBARS & WIDGETS  --- */
    .footer-sidebar .widget {
        float: left;
        width: 31%;
        margin-right: 3.5%;
    }
    .footer-sidebar .widget:nth-child(3n) {
        margin-right: 0;
    }
    .footer-sidebar .widget:nth-child(3n+1) {
        clear: left;
    }
    /*  ---  HOME PAGE ---  */
    .home-panels {
        margin-bottom: 14px;
    }
    .home-panels li {
        float: left;
        margin: 0 3.5% 24px 0;
        width: 31%;
    }
    .home-panels li:nth-child(3n) {
        margin-right: 0;
    }
    .home-panels li:nth-child(3n+1) {
        clear: left;
    }
    .home-panels li figure {
        background: none !important;
    }
    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        margin-top: 28px;
        padding-top: 28px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .contact-form .left {
        float: left;
        padding-right: 28px;
        width: 40%;
    }
    .contact-form .right {
        border-left: 1px dotted #ddd;
        float: left;
        padding-left: 28px;
        width: 60%;
    }

    /*  ---  NAVIGATION  --- */
    /*  ---  Primary --- */
    .primary-nav {
        
        margin: 21px auto 0;
        max-width: 1280px;
        padding: 0 28px;
    }
    .primary-nav .menu-toggle {
        display: none;
    }
    .primary-nav > ul {
        background: url(img/bg_nav.gif) repeat-x top #343434;
        display: block !important; 
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0; 
        height: 42px;
    }
    .home .primary-nav > ul {
        -webkit-border-radius: 4px;
        border-radius: 4px; 
    }
    .primary-nav li {
        float: left;  
        position: relative;    
    }
    .primary-nav a {
        border-right: 1px solid #555;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
        transition: all 0.25s ease;
    }
    .primary-nav .menu-item-home a {
        -webkit-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0;
    }
    .home .primary-nav .menu-item-home a {
        -webkit-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }
    .primary-nav .current-menu-item > a, .primary-nav .current-menu-parent > a, .primary-nav > ul > .current-menu-ancestor > a, .primary-nav .current-page-ancestor > a 
    {
        background: #535353;
    }
    .primary-nav li:hover > a,
    .primary-nav li:focus > a  {
        background: #ed164f;
    }
    .primary-nav .sub-menu {
        background: #fcfcfc;
        border: 1px #eee solid;
        border-top: 0;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.08);
        box-shadow: 2px 2px 2px rgba(0,0,0,.08);
        display: none;
        left: -1px;
        padding: 0;
        position: absolute;
        top: 100%; 
        transition: all 0.25s ease 0s, visibility 0s linear 0.25s;
        width: 270px;
        z-index: 9999;
    }
    .primary-nav .sub-menu .sub-menu {
        left: 100%;
        padding: 0;
        top: 0; 
    }
    .primary-nav li:hover > ul, 
    .primary-nav li:focus > ul {
        display: block;
    }
    
    .primary-nav .sub-menu li {
        float: none;
    }
    .primary-nav .sub-menu a {
        
        border: 0;
        border-top: 1px solid #eee;
        color: #444;
        font-size: 14px;
        font-weight: 400;
        height: auto;
        line-height: 21px;   
        padding: 10px 20px;
    }
    .primary-nav .sub-menu .current-menu-item > a, .primary-nav .sub-menu .current-menu-parent > a  
    {
        color: #ed164f;
        background: #fff;
    }
    .primary-nav .sub-menu li:hover > a,
    .primary-nav .sub-menu li:focus > a  {
        border-top: 1px solid #e1003c;
        color: #fff;
        background: #ed164f;
    }  
    /*  ---  Footer Nav  ---  */
    .footer-nav {
        float: right;
        margin: 14px 0;
    }
    .footer-nav li {
        display: inline-block;  
        margin-left: 14px;
        position: relative;    
    }
    /*  ---  Other  ---  */
    .post-nav a {
    float: right;
    }

    .post-nav a:first-child {
        float: left;
    }

}
@media only screen and (min-width:1140px) {
    .primary-nav li.menu-item-1539 {
        display: block;
        float: right;
        padding: 6px;
    }
    .primary-nav li.menu-item-1539 a {
        background-color: #ed164f;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.3);
        border: 1px solid #d61242;
        border-radius: 4px;
        color: #fff !important;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        line-height: 1.5;
        padding: 5px 14px 2px;
        text-align: center;
    }
    .primary-nav li.menu-item-1539 a:hover {
        background-color: #d61242;
    } 
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PLUG-IN: MAILCHIMP 
\*------------------------------------*/
.mc4wp-alert {
    background: #fbf6e1;
    border: 1px solid #e9daa0;
    color: #8f8352;
    margin: 7px 0;
    padding: 10px;
}
.mc4wp-success {
    background: #f3fbe1;
    border: 1px solid #c5df98;
    color: #728f52;
}

/*------------------------------------*\
    PLUG-IN: CONTACT FORM 7 
\*------------------------------------*/

.wpcf7-not-valid-tip
{
    color: red;
    margin-top: 4px;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output
{
    margin: 7px 0;
    padding: 10px !important;
}
.wpcf7-validation-errors
{
    background: #fbf6e1;
    border: 1px solid #e9daa0 !important;
    color: #8f8352 !important;
}
.wpcf7-mail-sent-ok
{
    background: #f3fbe1;
    border: 1px solid #c5df98 !important;
    color: #728f52 !important;
}

/*------------------------------------*\
    PLUG-IN: FLEXIBLE POST WIDGET
\*------------------------------------*/

/*  ---  Featured Post List (list_widget.php)  ---  */
.fpw-posts 
{
}
.fpw-posts  .fpw-entry {
    border-bottom: 1px dotted #ddd;
    padding: 21px 0;
}
.footer-sidebar .fpw-entry {
    border-color: #333;
}
.fpw-posts li:first-child .fpw-entry{
    padding-top: 7px;
}
.fpw-posts li:last-child .fpw-entry{
    border-bottom: 0;
    padding-bottom: 0;
}
.fpw-posts  .fpw-entry .entry-title {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    position: relative;
}
.fpw-posts  .fpw-entry img {
    width: 84px;
    float: left;
    margin-right: -84px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    position: relative;
    top: 1px;
}
.fpw-posts .fpw-entry-wrapper {
    height: 84px;
    overflow: hidden;
}
.fpw-posts .thumbnail .fpw-entry-wrapper {
    width: auto;
    padding-left: 98px;
}
.footer-sidebar .fpw-posts .fpw-entry {
    border-bottom: 0;
    padding: 2px 0 21px;
}
.footer-sidebar .fpw-posts li:first-child .fpw-entry{
    padding-top: 2px;
}
/*  ---  Featured Page (page_widget.php)  ---  */

.fpw-page 
{
}
.fpw-page  .fpw-entry {
    border-bottom: 1px dotted #ddd;
    padding: 21px 0;
}
.footer-sidebar .fpw-entry {
    border-color: #333;
}
.fpw-page li:first-child .fpw-entry {
    padding-top: 7px;
}
.fpw-page li:last-child .fpw-entry {
    border-bottom: 0;
    padding-bottom: 0;
}
.fpw-page  .fpw-entry .entry-title {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    position: relative;
}
.fpw-page  .fpw-entry img {
    margin: 0 0 21px;
    border-radius: 4px;
}
.fpw-page .fpw-entry-wrapper {
    height: 105px;
    overflow: hidden;
}
.fpw-page .thumbnail .fpw-entry-wrapper {
}

/*------------------------------------*\
    PLUG-IN: DAVE'S LIVE SEARCH
\*------------------------------------*/
.dwls_search_results {
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.08);
    box-shadow: 2px 2px 2px rgba(0,0,0,.08);
    list-style: none;
    margin: 7px 0;
    padding: 0;
    position: absolute;
    width: 270px;
    z-index: 9999;
}
.dwls_search_results li {
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.dwls_search_results p {
    margin: 0;
}
.dwls_search_results .post_thumb {
    float: left;
    margin: 0 14px 14px 0;
    width: 80px;
}
.dwls_search_results .meta {
    color: #888;
}
.daves-wordpress-live-search_title {
    color: #1a1a1a;
    font-weight: 700;   
}
.daves-wordpress-live-search_title:hover {
    color: #d61242;   
}
.dwls_search_results .search_footer {
    padding: 14px;
}
#search_results_activity_indicator canvas {
    position: relative;
    top: 2px;
    right: 35px;
}
@media only screen and (min-width:581px) {
    .dwls_search_results {
        width: 500px;
    }
}
@media only screen and (min-width:841px) {
    .dwls_search_results {
        width: 230px;
    }
}
@media only screen and (min-width:1180px) {
    .dwls_search_results {
        width: 336px;
    }
}

/*------------------------------------*\
    PLUG-IN: FLEXSLIDER
\*------------------------------------*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/*  ---  Icon Fonts  ---  */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*  ---  FlexSlider Necessary Styles  ---  */
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/*  ---  FlexSlider Theme  ---  */

.flexslider { margin: 0 0 28px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; line-height: 1;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 35px; height: 35px; margin: -21px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.2; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 14px; }
.flex-direction-nav .flex-next { right: 14px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.75; left: 14px; }
.flexslider:hover .flex-next { opacity: 0.75; right: 14px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 35px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #ed164f; background: rgba(240,137,59,1); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.slider .slides li {
    border-radius: 4px;
    overflow: hidden;
}
.slider .caption { 
    background: #ed2e59; 
    border-radius: 0 40px 0 0;
    color: #fff;
    padding: 28px; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    margin-right: 140px; 
    display: none;
}
.slider .caption p { 
    margin: 0; 
    max-height: 63px; 
    overflow: hidden; 
}
.slider .slide-title { 
    font-size: 30px; 
    font-weight: 700; 
    line-height: 1.125; 
    margin: 0 0 4px 0;
}
.slider .slide-title a {
    color: #fff; 
}


@media screen and (max-width: 767px) {
    .slider .caption {
        position: relative;
        padding: 21px;
        margin: 0;
        border-radius: 0 0 4px 4px;
    }
    .slider .slide-title { 
        font-size: 25px; 
        font-weight: 700; 
        line-height: 1.125; 
        margin: 0 0 4px 0;
    }
}

@media screen and (max-width: 960px) {
    .flex-direction-nav .flex-prev { 
        opacity: 1; left: 10px;
    }
    .flex-direction-nav .flex-next { 
        opacity: 1; right: 10px;
    }
    .home-banner .slider {
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 14px;
    }
    .home-banner .carousel {
        border: 0;
        margin-bottom: 21px;
    }
    .carousel .slides {
        margin: 0;
        width: 100% !important;
        text-align: center;
    }
    .carousel .slides li {
        background: #666;
        border: 0;
        width: 12px !important;
        height: 12px !important;
        display: inline-block !important;
        *display: inline;
        cursor: pointer;
        float: none !important;
        padding: 0;
        -webkit-border-radius: 20px; 
        -moz-border-radius: 20px; 
        -o-border-radius: 20px; 
        border-radius: 20px; 
    }
    .carousel .slides li.flex-active-slide {
        background: #ed164f;
    }
    .carousel .slides li * {
        display: none;
    }
}

@media screen and (min-width: 961px) {
    .home-banner .slider {
        float: left;
        width: 65.5%;
        border-radius: 4px;
        overflow: hidden;
    }
    .home-banner .carousel {
        border: none;
        border-top: 1px dotted #ddd;
        float: right;
        width: 31%;  
    }
    .carousel .slides {
        margin: 0;
        width: 100% !important;
    }
    .carousel .slides li {
        border-bottom: 1px dotted #ddd;
        cursor: pointer;
        float: none !important;
        margin: 0;
        padding: 16px 0 16px 28px;
        width: 100% !important;
    }
    .carousel .slides li h5 {
        color: #6ea7c2;
        line-height: 20px;
    }
    .carousel .slides li p {
        font-size: 11px;
        line-height: 14px;
    }
    .carousel .slides li .brief {
        height: 54px;
        overflow: hidden;
        padding-right: 66px;
        text-align: right;
    }
    .carousel .slides li .brief * {
        margin: 0;
    }
    .carousel .slides li img {
        float: right;
        width: 54px;
        margin-left: -54px;
        border-radius: 4px 4px 12px 4px;
    }
    .carousel .slides li:hover {
        opacity: .75;
    }
    .carousel .slides .flex-active-slide {
        background: url(img/bg_flex_active.gif) 7px 50% no-repeat;
    }
    .carousel .slides .flex-active-slide h5 {
        color: #1a1a1a;
    }
    .carousel .slides .flex-active-slide img {
    }
}

@media screen and (min-width: 961px) and (max-width: 1279px) {
    .carousel .slides li {
        padding: 11px 0 11px 24px;
    }
    .carousel .slides li .brief {
        height: 45px;
        padding-right: 55px;
    }
    .carousel .slides li h5 {
        font-size: 15px;
        line-height: 17px;
    }
    .carousel .slides li p {
        font-size: 10px;
        line-height: 11px;
    }
    .carousel .slides li img {
        width: 45px;
        margin-left: -45px;
    }
}

/* SLP */
pre {
	font: 400 14px/1.5 'Droid Sans', Helvetica, Arial, sans-serif;
	color: #555;
    white-space: normal;
}
#address_search {
    padding: 14px 21px 21px 21px;
    background: #f7f7f7;
    border-radius: 4px 4px;
    margin-bottom: 14px;
}
/* clear */
#slp_tagline {
    display: none;
}
#sl_div:before, 
#sl_div:after,
#address_search:before,
#address_search:after {
    content: ' ';
    display: table;
}
#sl_div:after, #address_search:after {
    clear: both;
}
#sl_div, #address_search {
    *zoom: 1;
}
#address_search input {
    width: 100%;
}
#addressSubmit {
    margin-top: 24px;
    padding-left: 7px;
    padding-right: 7px;
}
#slp_tagline
{
    font-size: 80%;
}
#radiusSelect {
}

#sl_div {
    margin-bottom: 28px;
}
div#sl_div div#map {
    background: #eee;
    border-radius: 4px 4px 0 0;
    max-width: 100%;
}
div#sl_div div#map_sidebar {
    border: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    padding: 21px;
}
@media screen and (min-width: 768px) {
    div#sl_div div#map {
        border-radius: 4px 0 0 4px;
        float: left;
        width: 66% !important;
    }
    div#sl_div div#map_sidebar {
        float: left;     
        border-radius: 0 4px 4px 0;
        height: 540px;
        overflow-y: auto;
        width: 34%;
    }
}
/* Result List */

.results_wrapper {
    margin: 0 0 0 0;
}
#map_sidebar .results_entry {
    border-bottom: 1px dotted #ddd;
    padding: 0 0 14px;
    margin-bottom: 14px;
    position: relative;    
}
#map_sidebar .results_wrapper:last-child .results_entry  {
    margin: 0;
    border: 0;
    padding: 0;
}
.location_name {
    font-size: 16px;
    font-weight: 700;
    color: #d61242;  
}
.results_row_left_column {
    margin-bottom: 0;
    line-height: 18px;
}
.results_row_center_column {
    padding: 1px 0 0 0;
}
.results_row_right_column {
    padding: 1px 0 0 0;
}
.slp_result_address {
    display: block;
}
.slp_result_phone {
    display: block;
}
.slp_result_phone:before {
    content: 'Phone: ';
    font-weight: bold;
}
.slp_result_hours, .slp_result_directions, .slp_result_fax, #slp_bubble_directions, #slp_bubble_fax, .slp_result_country, #slp_bubble_country, .location_distance {
    display: none;
}

/* Bubble */
#sl_info_bubble {
    padding: 4px 0 4px 4px;
}
#slp_bubble_description, #slp_bubble_hours {
    display:none;
}

@media screen and (max-width: 580px) {
    #address_search > div:first-of-type {
        margin-bottom: 14px;
    }
    #address_search div div {
        width: 50%;
        float: left;
    }
    #address_search div div:first-child {
        padding-right: 7px;
    }
}
}
@media screen and (min-width: 581px) {
    #address_search div {
        float: left;
        width: 45%;
    }
    #address_search > div:first-of-type {
        width: 55%;
    }
    #address_search div div {
        width: 60%;
        padding-left: 7px;
    }
    #address_search div div:first-child {
        width: 40%;
        padding-left: 7px;
    }

}
@media screen and (min-width: 581px) and (max-width: 880px) {
    #address_search div {
        float: left;
        width: 45%;
    }
    #address_search > div:first-of-type {
        width: 55%;
    }
    #address_search div div {
        width: 60%;
        padding-left: 7px;
    }
    #address_search div div:first-child {
        width: 40%;
        padding-left: 7px;
    }

}
@media screen and (min-width: 881px) {
    #sl_div {
        margin-top: 14px;
    }
    #address_search div {
        float: left;
        width: 35%;
    }
    #address_search > div:first-of-type {
        width: 65%;
    }
    #address_search div div {
        width: 60%;
        padding-left: 7px;
    }
    #address_search div div:first-child {
        width: 40%;
        padding-left: 7px;
    }
    #addressSubmit {
        margin-top: 24px;
    }

}

/* SLP - Pages */
.store_page .entry-header
{
    margin-bottom: 21px;
}
.address-2 {
    display: block;
}
.address-2 + br {
    display: none;
}
img[src=""] {
   display: none;
}
@media screen and (max-width: 480px) {
.store-details {
    padding-bottom: 21px;
}
.store-services, .store-image {
}

}
@media screen and (min-width: 481px) {
.store-details {
    float: right;
    width: 64%;
    padding-left: 28px;
}
.store-services, .store-image {
    float: left;
    width: 36%;
}
}
.store-hours {
    white-space: pre-line;
}

.store-services {
    padding: 14px;
    background: #f7f7f7;
    border-radius: 0 4px 4px;
}
.store-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
}
.store-services-list
{
    white-space: pre-line;
}
.store-map
{
    margin-top: 21px;
}
/* Google Map */
.google-map {
    margin-bottom: 14px;
    position: relative;
    padding-bottom: 62.5%;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.google-map > div {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
    border-radius: 4px;
}
google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 4px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* NOVA PHARMACY */
/* Health Topics */
.health-topic {
}
.health-topic header {
    border-bottom: 1px dotted #ddd;
    padding: 14px 0 14px;
    position: relative;
    cursor: pointer;
}
@media screen and (min-width: 480px) 
{
    .health-topic header:after {
        background: url(img/ic_topics.png) top no-repeat;
        height: 49px;
        margin-top: -24px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 49px;
    }
    .health-topic header.open:after {
        background-position-y: bottom;
    }
}
.health-topic header img {
    display: inline-block;
    margin-right: -80px;
    position: relative;
    width: 80px;
    vertical-align: middle;
    z-index: 1;
}
.health-topic header h4 {
    border: 0;
    clear: none;
    display: inline-block;
    margin: 14px 0 0 0;
    padding: 0 0 0 100px;
    width: 100%;
    vertical-align: middle;
}
.health-topic header.open h4 a  {
    color: #1a1a1a;
}
.health-topic div {
    border-bottom: 1px dotted #ddd;
    display: none;
    padding: 21px 0 7px;
}
.health-topic div.open {
    background: url(img/bg_dropshadow.png) center top no-repeat;
    display: block;
}

/* Featured Sidebar Panels */
.featured-widgets .featured_panels_widget {
    padding-bottom: 0;
}
.featured_panels_widget {
}
.featured_panels_widget li {
    margin-bottom: 21px;
}
.featured_panels_widget li img {
    border-radius: 4px;
    width: 100%;
}
@media screen and (min-width: 480px) and (max-width: 840px) {

    .featured_panels_widget li {
        float: left;
        margin: 0 2.75% 2.75% 0;
        width: 31.5%;
    }
    .featured_panels_widget li:nth-child(3n) {
        margin-right: 0;
    }
    .featured_panels_widgetli:nth-child(3n+1) {
        clear: left;
    }
}
/* Catalogue List */
.catalogue-list ul {
    list-style: none;
    margin: 21px 0 0 0;
    padding: 0;
}
.catalogue-list li {
    float: left;
    width: 47.5%;
    margin: 0 5% 21px 0;
    text-align: center;
}
.catalogue-list li:nth-child(2n) {
    margin-right: 0;
}
.catalogue-list li:nth-child(2n+1) {
    clear: left;
}
.catalogue-list li img {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px rgba(255,255,255,0.1);
    margin: 0;
}
/* Catalogue PDF */
.catalogue-pdf
{
    background: #f7f7f7;
    border-radius: 4px;
    margin-top: 21px;
    padding: 14px;
}
.catalogue-iframe
{
    clear: both;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(255,255,255,0.1);
}
.catalogue-iframe p
{
    margin: 0;
}
/* Service List */
.service-list ul {
    list-style: none;
    margin: 21px 0 0 0;
    padding: 0;
}
.service-list li img {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px rgba(255,255,255,0.1);
}
.service-list li p {
    margin: 0;
}
.service-list li {
    float: left;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .service-list li {
        float: left;
        width: 47.5%;
        margin: 0 5% 21px 0;
        text-align: center;
    }
    .service-list li:nth-child(2n) {
        margin-right: 0;
    }
    .service-list li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (min-width: 481px) {
    .service-list li {
        float: left;
        width: 31%;
        margin: 0 3.5% 21px 0;
        text-align: center;
    }
    .service-list li:nth-child(3n) {
        margin-right: 0;
    }
    .service-list li:nth-child(3n+1) {
        clear: left;
    }
}
/* Glossary */
.glossary h4 {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 7px;
    margin-bottom: 13px;
}
.glossary ul {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.glossary ul li {
    float: left;
}
@media screen and (max-width: 720px) {
    .glossary ul li {
        width: 47.5%;
        margin: 0 5% 0 0;
    }
    .glossary ul li:nth-child(2n) {
        margin-right: 0;
    }
    .glossary ul li:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (min-width: 721px) {
    .glossary ul li {
        width: 31%;
        margin: 0 3.5% 0 0;
    }
    .glossary ul li:nth-child(3n) {
        margin-right: 0;
    }
    .glossary ul li:nth-child(3n+1) {
        clear: left;
    }
}
/* Content Fixes */
#health-content br
{
    display: none;
}
 #health-content > h2:first-of-type
{
    display: none;
}
#health-content div > strong {
    display: block;
	font-size: 18px;
    color: #6ea7c2;
	line-height: 1.25;
    margin-top: 21px;
    font-family: 'Museo Sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
    text-transform: lowercase;
}
#health-content div > strong::first-letter {
    text-transform: uppercase;
}
#health-content .tools {
    display: none;
}
@media screen and (min-width: 720px) {
    .text-columns .left {
        float: left;
        padding-right: 14px;
        width: 50%;
    }

    .text-columns .right {
        float: right;
        padding-left: 14px;
        width: 50%;
    }
}
/* VIP FORM */
.vip-form h3 {
    margin: 0 0 14px;
}
.vip-form .error {
    color: red;
}
/* General */
.VIP-iframe {
    height: 1280px;
}
@media screen and (max-width: 520px) {
    .VIP-iframe {
        height: 2100px;
    }
}
.vip-form .title-wrapper {
    padding-bottom: 14px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 21px
}
.vip-form #member-dashboard {
    float: right;
    margin-top: 14px;
}
.vip-form #member-dashboard ul {
    background: #f7f7f7;
    border-radius: 4px 4px 0 0;
    list-style: none;
    padding: 0 8px;
    margin:0 0 -14px;
    text-align: right;
}
.vip-form #member-dashboard li {
    display: inline-block;
    padding: 4px 8px;
}
.vip-form #member-dashboard li.mbr-point, .vip-form #member-dashboard li.mbr-welcome {
    border-right: 1px dotted #ddd;
}
.vip-area-panels {
    margin-bottom: 14px;
}
.vip-area-panels img {
    margin-bottom: 4px;
    width: 100%;
}
@media screen and (max-width: 479px) {
    .vip-form #member-dashboard {
        margin-top: 7px;
        float: none;
    }
    .vip-form #member-dashboard ul {
    padding: 0;
    background: none;
    margin: 0;
    text-align: left;
    }
    .vip-form #member-dashboard li {
    display: block;
    padding: 0;
    }
    .vip-form #member-dashboard li.mbr-point, .vip-form #member-dashboard li.mbr-welcome {
    border: 0;
    }
}

.vip-form .col-two {
    padding-top: 21px;
}
@media screen and (min-width: 480px) {
    .vip-area-panels .left {
        float: left;
        width: 49%;
    }
    .vip-area-panels .right {
        float: right;
        width: 49%;
    }
}
@media screen and (min-width: 1025px) {
    .vip-form .col-one {
        float: left;
        width: 34%;
    }
    .vip-form .col-two {
        float: right;
        width: 66%;
        padding-left: 28px;
    }
}
.vip-form .form-row {
    margin-bottom: 10px;
}
.vip-form .form-row .form-input input {
    display: block;
}
.vip-form .form-row label span {
    color: red;
}
@media screen and (max-width: 520px) {
    .vip-form .form-row label {
    }
}
@media screen and (min-width: 521px) {
    .vip-form .form-row label {
        float: left;
        width: 115px;
        line-height: 32px;
    }
}
/* Menu */
.vip-menu {
    background: #535353;
    border-radius: 0 0 4px 4px;
    padding: 4px 10px;
    margin: -30px 0 30px;
}
@media screen and (max-width: 1024px) {
    .vip-menu {
        margin: -21px 0 21px;
    }
}
.vip-menu a {
    color: #fff;
    display: inline-block;
    padding: 8px 8px 8px;
    white-space: nowrap;
}
.vip-menu a:hover {
    color: #ed164f;
}
@media screen and (max-width: 840px) {
    .vip-form .primary-sidebar {
        display: none;
    }
}
/* Login Box */
.vip-form .login-box {
    background: #f7f7f7;
    padding: 21px;
    border-radius: 4px;
    margin: 7px 0 21px;
}
.vip-form .login-box table, .vip-form .login-box tbody, .vip-form .login-box tr, .vip-form .login-box td {
    display: block;
}
.vip-form .login-box h3 {
    color: #1a1a1a;
}
.vip-form .login-box label {
    display: block;
    line-height: 32px;
    margin-bottom: 0;
    float: none;
}
.vip-form .btn-login
{
    margin-top: 10px;
}
@media screen and (min-width: 480px) {
    #content-page .btn-login {
        float: left;
        margin-right: 12px;
    }

    #content-page .pass-reset {
        padding-top: 4px;
    }
}
/* Checkboxes */
.vip-form #divFormChk {
    padding: 7px 0;
}
.vip-form #divFormChk .form-row {
    margin-bottom: 7px;
}
.vip-form #divFormChk .form-row label {
    width: auto;
    float: none;
    padding-left: 24px;
    margin-bottom: 0;
    line-height: 1.5;
}
.vip-form #divFormChk .form-row  input[type='checkbox'] {
    float: left;
    margin-right: -24px;
    position: relative;
    z-index: 1;
    top: 5px;
}
.vip-form .form-input select.dob {
    width: 84px;
    float: left;
    margin-right: 4px;
}
.vip-form .form-input select.dob-year {
    width: 104px;
    float: left;
}
@media screen and (max-width: 520px) {
    .vip-form .form-input select.dob, .vip-form .form-input select.dob-year {
        max-width: 32%;
    }
}

.wpsl-direction-wrap .wpsl-directions {
    display: inline;
}