/*
Theme Name: LDH Theme
Theme URI: http://underscores.me/
Author: LDH
Author URI: http://underscores.me/
Description: A custom theme for LDH Wordpress site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ldhtheme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LDH Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget.widget_nav_menu h5.widget-title {
	display: none;
}




/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*****************
# MAIN CSS
*****************/

/***************** 
DEFAULT STYLES 
*****************/
html {
    overflow-x: hidden; /*Prevents horizontal scrolling of page on small devices*/
}
body {
	overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #36424C;
	
}
.html, body {
	position: relative;
	height: auto;
}

footer {
    background: #009ada;
    color: #ffffff;
}
section {
    padding-top: 40px;
    padding-bottom: 45px;
}
a {
    text-decoration: none;
    color: #008dc7;
	outline: none !important;
}
a:hover, 
a:focus {
	color: #007bae;
}
figcaption {
    padding-top: 8px;
    margin-bottom: 20px;
    color: #787F84;
}
figcaption:before {
    content: '\f030';
    font-family: 'fontAwesome';
    margin-right: 7px;
    color: #787F84;
}
blockquote {
    font-style: italic;
    border-left: 0;
    padding-left: 58px;
    padding-bottom: 0;
}
blockquote:before {
    content: '\f10d';
    font-family: 'fontAwesome';
    font-size: 1.5em;
    display: inline-block;
    color: #009ada;
    margin-right: 18px;
    margin-left: -40px;
    position: absolute;
}
#pg-alert,
.alert-warning {
    background: #008DC7;
}
.alert {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 20px;
	color: #E7E6E1;
	font-size: 1.2em;
}
.alert strong {
    color: #ffffff;
	margin-right: 2px;
}
.alert a {
    color: #FCB53B;
	margin-left: 10px;
	font-weight: 600;
}
.close:hover, 
.close:focus {
	color: #ffffff;
}
button.close {
    opacity: 1;
	font-size: 1.5em;
	text-shadow: none;
	background: #0084ba;
	padding: 4px 13px 6px;
	border-radius: 1.5px;
	margin-top: -4px;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.modal-backdrop {
  	z-index: -1;
}
label {
	font-weight: 600;
}
.pager {
	border-top: 1px solid #ccc;
	margin: 0 15px;
	padding-top: 15px;	
}
.pager li > a, 
.pager li > span {
    padding: 7px 18px;
    background-color: #38A8DF;
    border: none;
    border-radius: 2px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.pager li a:hover {
	background: #009ada;	
}




/***************** 
BUTTON STYLES 
*****************/
button.close:hover,
button.close:focus {
    opacity: 1;
	text-shadow: none;
	background: #007bae;
}
.btn {
    border-radius: 1.5px;
    background: #009ada;
    margin-right: 8px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px 6px;
    border: none;
    font-size: 1.05em;
    font-weight: 600;
    height: 40px;
}
.btn-donate {
    background: #FCB53B !important;
    padding-right: 20px;
}
.btn:hover,
.btn-donate:hover {
    color: #fff;
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.btn:active {
    box-shadow:none;
}
.btn:hover {
    background: #008DC7;
}

.btn-donate:hover {
    background: #EBA937 !important;
}
.btn-large {
    padding: 5px 20px;
}
.btn-center {
    text-align: center;
    margin-top: 25px;
}


/*****************
TEXT LINK STYLES 
*****************/
.text-link {
    font-weight: 600;
    color: #0084ba;
}
.text-link:after {
    content: "\f054";
    font-family: 'FontAwesome';
    margin-left: 6px;
    color: #0084ba;
	margin-top: 1.5px;
	position: absolute;
}
.text-link:hover {
    text-decoration: none;
}
.text-link:hover:after {
    -webkit-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    margin-left: 10px;
	color: #E05839;
}


/***************** 
FORM, SELECT, CHECKBOX STYLES 
*****************/
/* Forms */
.form-control {
    border-radius: 1px;
    box-shadow: none;
    height: 38px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-label-block {
	display: block;	
}
.form-label {
	margin-bottom: -4.5px;	
}
.wufoo-form-wrap {
	margin-top: 25px !important;
	border-width: 0px 3px 3px 3px;
	border-color: #f3f1ee;
	border-style: solid;
}

/* Selects */
select {       
    height: 38px;
    padding: 5px;
    background-color:#ececec;
    border: 0;
    outline: none;
    font-size: 16px;       
    width: 240px;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-style {
    border: 1.5px solid #e3e3e3;  
    border-radius: 2px;
    color: #616263;
    overflow: hidden; 
    height: 38px; 
    position: relative;
    display: block;
}
.select-style:after {
    content:"\f107"; 
	font-family: 'Fontawesome';
	font-size: 1.4em;
	color: #009ada;
	background: transparent;
	padding: 3.5px 13px;
    position: absolute; 
	right: 10px; 
	top: 0;    
    z-index: 2;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}

/* Checkbox and radio buttons */
#adoption-animals-only input[type=checkbox] {
        opacity: 0;
        position: absolute;
        z-index: 12;
        width: 18px;
        height: 18px;
}
#adoption-animals-only input[type=checkbox]:checked,
#adoption-animals-only input[type=checkbox]:focus {
        outline: none !important;
}
#adoption-animals-only input[type=checkbox]+.lbl {
        position: relative;
        z-index: 11;
        display: inline-block;
        margin: 0;
        line-height: 20px;
        min-height: 14px;
        min-width: 14px;
}
#adoption-animals-only input[type=checkbox]+.lbl.lbl-padding::before {
        margin-right: 8px;
}
#adoption-animals-only input[type=checkbox]+.lbl::before {
        font-family: 'fontAwesome';
        font-size: 0.75em;
        color: #2091cf;
        content: "\a0";
        background-color: transparent;
        border: 2px solid #c6bfb9;
        border-radius: 1.5px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 16px;
        line-height: 13px;
        min-width: 16px;
        margin-top: -3px;
}
#adoption-animals-only input[type=checkbox]:checked+.lbl::before {
        display: inline-block;
        content: '\f00c';
        background-color: #F5F8FC;
        border-color: #009ada;
}
#adoption-animals-only input[type=checkbox]:hover+.lbl::before,
#adoption-animals-only input[type=checkbox]+.lbl:hover::before {
        border-color: #0084ba;
}
#adoption-animals-only input[type=checkbox]:disabled+.lbl::before,
#adoption-animals-only input[type=checkbox][disabled]+.lbl::before,
#adoption-animals-only input[type=checkbox].disabled+.lbl::before {
        background-color: #e9e3de !important;
        border-color: #c6bfb9 !important;
        box-shadow: none !important;
        color: #c6bfb9;
}
#adoption-animals-only input[type=radio]:checked+.lbl::before {
        content: "\2022";
}


/***************** 
ACCORDION
*****************/
.pg-contentWrap .panel-group {
	margin-top: 25px;
	border-bottom: 2px solid #eeebe6;
}
.pg-contentWrap .panel-heading {
	border-top: 2px solid #eeebe6;
	border-radius: 0;
}
.pg-contentWrap .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pg-contentWrap .panel-group .panel + .panel {
	margin-top: 0;
}
.pg-contentWrap .panel-heading .panel-title > a {
	color: #62676b;	
}
.pg-contentWrap .panel-heading .panel-title > a:hover,
.pg-contentWrap .panel-heading .panel-title > a:focus {
	text-decoration: none;
}
.pg-contentWrap .panel-heading .panel-title > a:after {
	content: "\f067";
	font-family: 'fontAwesome';
	float: right;
	color: #0084ba;
	font-size: 1.2em;
}
.pg-contentWrap .panel-heading .panel-title > a[aria-expanded="true"]:after {
	content: "\f068";
	font-family: 'fontAwesome';
	float: right;
	color: #0084ba;
	font-size: 1.2em;
}
.pg-contentWrap .panel-body h3 {
	margin-top: 5px;
}



/***************** 
TABLES
*****************/
table td {
	padding-right: 30px;	
}
.statistics-table {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #38A8DF;
	width: 100%;
}
.statistics-table th {
	background: #009ada;
	color: #fff;
	word-wrap: break-word;
	padding: 7px 15px;
	line-height: 1.30em;
	border-right: 1px solid #fff;
}
.statistics-table th:last-child {
	border-right: none;
}
.statistics-table td {
	border: 0.5px solid #38A8DF;
	padding: 2px 15px;
}
.statistics-table td:first-child {
	background: #fff !important;
	text-align: left !important;
}
.statistics-table td:nth-child(odd) {
	background: #f1f5fb;
	text-align: right;
}
.statistics-table td:nth-child(even) {
	background: #dde9f6;
	text-align: right;
}
.statistics-table .statistics-table-incoming td {
	font-weight: 600;
	color: #009ada;
}
.statistics-table .statistics-table-total td {
	font-weight: 600;
	color: #52575b;
}



/*****************
CAROUSEL/SLIDE STYLES 
*****************/
.carousel-control {
    text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-control .fa {
    position: relative;
    color: #ffffff;
    border-radius: 50px;
    border: 3px solid #ffffff;
    font-weight: bold;
}
.carousel-control .fa:hover {
    background: #009ada;
    -webkit-transition: all 200ms ease-out 0s;
    -ms-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.carousel-indicators {
	margin-bottom: -8px;	
}
.carousel-indicators li,
.carousel-indicators li.active {
    height: 18px;
    width: 18px;
    border-width: 2.5px;
    margin: 3px;
}
.carousel-indicators li.active {
    background: #009ada;
}
.carousel-indicators li:first-child {
	margin-right: 0;	
}


/*****************
CONTENT STYLES 
*****************/

/* Topnav */
#topNav {
    background: #38A8DF;
}
#topNav .navbar {
    min-height: 32px;
}
#topNav ul {
    padding-left: 0;
}
#topNav li {
    list-style: none;
    display: inline-block;
    margin-left: -3px;
    padding: 5px 0 9px;
    border-right: 1.5px solid #009ada;
}
#topNav li a {
    text-decoration: none;
    color: #E7E6E1;
    padding: 7.5px 15px 11px;
    font-size: 0.9em;
}
#topNav li.active a {
    background: #009ada;
    color: #ffffff;
}
#topNav li a:hover {
    background: #008DC7;
    color: #ffffff;
}
#topNav .btn {
	height: 30px;
	padding-top: 2px;
}
#topNav-search {
    float: right;
    margin: 0 0 0 20px;
    background: none;
    color: #ffffff;
    border: none;
    padding: 0 0 0 6px;
}
#topNav-searchWell .well {
    margin-bottom: 0;
    background-color: #009ada;
    border-radius: 0;
    border: none;
    color: #ffffff;
}
#topNav-searchWell .fa {
    font-size: 1.8em;
    position: relative;
}
#topNav-searchWell .form-group {
    width: 80%;
    float: left;
    padding-top: 7px;
}
#topNav-searchWell .form-control {
    background-color: transparent;
    border: none;
    font-size: 2em;
    color: #fff;
    width: 90%;
    height: 48px;
    margin-top: -10px;
}
#topNav-searchWell .form-control::-moz-placeholder {
    color: #ddd;
}
#topNav-searchWell .form-control::-webkit-input-placeholder {
    color: #ddd;
}
#topNav-searchWell .form-control::-ms-placeholder {
    color: #ddd;
}
#topNav-searchWell .btn {
    background-color: #38A8DF;
    float: right;
    font-size: 1.5em;
    margin-right: 0;
    margin-top: 0;
    height: 43px;
}
#topNav-searchWell .btn:hover {
    background-color: #008DC7;
    color: #fff;
}


/* Mainnav */

#mainNav {
    background: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 0;
}
#mainNav .navbar-brand {
    background: transparent;
    float: left;
    margin-left: -10px;
    z-index: 10;
}
#mainNav .navbar-brand img {
    margin-left: -5px;
    width: 155px;
    height: auto;
}
#mainNav .navbar-brand img.shrink {
    height: auto;
    width: 100px;
    transition: all 0.4s ease;
    margin-top: -10px;
}
#menu-main-menu > li {
    margin-right: 1px;
}
#menu-main-menu > li:last-child {
    margin-right: 0;
}
#menu-main-menu > li > a {
    padding: 40px 13px 40px;
    color: #52575B;
}
#menu-main-menu > li.open > a,
#menu-main-menu > li > a:hover,
#menu-main-menu > li > a:focus {
    background: #008DC7;
    color: #ffffff;
}
#menu-main-menu > li > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 5px;
	color: #009ada;
}
#menu-main-menu > li:last-child > a:after {
	content: " ";
}
#menu-main-menu > li.open > a:after,
#menu-main-menu > li > a:hover:after,
#menu-main-menu > li.active > a:after,
#menu-main-menu > li > a:focus:after {
    color: #FCB53B;
}
#menu-main-menu > li.active > a {
    background: #009ada;
    color: #ffffff;
}

#menu-main-menu > li:last-child > a:hover,
#menu-main-menu > li:last-child > a:focus,
#menu-main-menu > li.open:last-child > a,
#menu-main-menu > li.open:last-child > a:hover,
#menu-main-menu > li.open:last-child > a:focus,
#menu-main-menu > li.active:last-child > a,
#menu-main-menu > li.active:last-child > a:hover,
#menu-main-menu > li.active:last-child > a:focus,
.home.page #menu-main-menu > li:last-child > a,
.home.page #menu-main-menu > li:last-child > a:hover,
.home.page #menu-main-menu > li:last-child > a:focus {
    background: #FCB53B;
    color: #ffffff;
}
#menu-main-menu > li.open > a:after,
#menu-main-menu > li.open:hover > a:after,
#menu-main-menu > li.open:focus > a:after,
#menu-main-menu > li.open:last-child:hover > a:after {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
#menu-main-menu > li.open > a,
#menu-main-menu > li.open > a:hover,
#menu-main-menu > li.open > a:focus,
#menu-main-menu > li.open:last-child > a:after,
#menu-main-menu > li:last-child > a:hover:after,
#menu-main-menu > li:last-child > a:focus:after,
#menu-main-menu > li.active:last-child > a:after {
    color: #fff;
}


/*mainNav affix - mainnav stays at the top when scrolling down the page */
#mainNav.affix {
	position: fixed;
    padding-top: 0;
    opacity: 0.95;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	-webkit-animation: fadeIn 0.5s ease-in;
    -moz-animation: fadeIn 0.5s ease-in;
    -ms-animation: fadeIn 0.5s ease-in;
    -o-animation: fadeIn 0.5s ease-in;
    animation: fadeIn 0.5s ease-in;
}


#mainNav.affix #menu-main-menu > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
}
#mainNav.affix li.active:after,
#mainNav.affix li.active:last-child:after {
    /*Positions the donate yellow triangle up when mainnav affix is activated*/
    top: 53.5px;
}
.home.page #mainNav.affix #menu-main-menu > li:last-child:after,
.page.page-id-1451 #mainNav.affix #menu-main-menu > li:last-child:after {
	top: 54px;
}
#menu-main-menu {
    margin-top: 0;
    margin-bottom: 0;
}
#menu-main-menu > li:last-child > a {
    padding-left: 15px;
    padding-right: 15px;
}

/* Main nav - pointer triangles added to li */
#menu-main-menu > li.active:after,
#menu-main-menu > li.active:last-child:after,
.home.page #menu-main-menu > li:last-child:after,
.page.page-id-1451 #menu-main-menu > li:last-child:after {
    content: "";
    position: absolute;
    margin: 0 auto;
	top: 99.5px;
    z-index: 99;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #0099da transparent transparent transparent;
}
#menu-main-menu > .menu-adoption.active:after {
	border-width: 10px 55.5px 0 55.5px;
}
#menu-main-menu > .menu-vet-clinic.active:after {
    border-width: 10px 55.5px 0 55.5px;
}
#menu-main-menu > .menu-lost-and-found.active:after {
	border-width: 10px 77px 0 77px;
}
#menu-main-menu > .menu-our-work.active:after {
    border-width: 10px 58px 0 58px;
}
#menu-main-menu > .menu-how-you-can-help.active:after {
	border-width: 10px 85px 0 85px;
}
#menu-main-menu > .menu-donate.active:last-child:after,
.home.page #menu-main-menu > li:last-child:after,
.page.page-id-1451 #menu-main-menu > li:last-child:after {
    border-color: #FCB53B transparent transparent transparent;
	border-width: 10px 61.5px 0 61.5px;
}

/*Donate nav link - Stops the yellow pointer triangle from rotating 180 deg
#menu-main-menu > li:last-child:hover > a:after {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}*/

/* Dropdown menu */
#menu-main-menu .dropdown-menu {
    padding: 0;
    background-color: #eeebe6;
    border-radius: 0;
    border: none;
    text-transform: none;
    border-bottom: 5px solid #D8D4CE;
    z-index: 98;
    -webkit-box-shadow: 0px 2px 6px 0px #D5D0C8 inset;
    -moz-box-shadow: 0px 2px 6px 0px #D5D0C8 inset;
    -ms-box-shadow: 0px 2px 6px 0px #D5D0C8 inset;
    -o-box-shadow: 0px 2px 6px 0px #D5D0C8 inset;
    box-shadow: 0px 2px 6px 0px #D5D0C8 inset;
}

#menu-main-menu .yamm-content {
    padding: 0;
}
#menu-main-menu .yamm-content ul {
    padding-left: 0;
    text-align: center;
}
#menu-main-menu .yamm-content li {
    list-style-type: none;
    display: inline-block;
    border-right: 1.5px solid #D8D4CE;
    padding: 72px 24px 20px 21px;
}
#menu-main-menu .yamm-content li:last-child {
    border-right: none;
}
#menu-main-menu .yamm-content a {
    padding-top: 55px;
    color: #52575B;
}
#menu-main-menu .yamm-content a:hover {
    text-decoration: none;
}

/* Dropdown menu - Nav items */
#menu-main-menu .dropdown-item,
#menu-main-menu .dropdown-item:hover {
    background-position: center;
    background-position: 50% 26px;
    background-repeat: no-repeat;
    background-size: auto 38px;
    transition: all 0.5s linear;
}

#menu-main-menu .dropdown-item:hover a {
    color: #009ada;
}

/* ADOPTION - Nav items */
.navItem-adoption-dog {
    background: url(./assets/images/navItem-adoption-dog.svg);
}
.navItem-adoption-dog:hover {
    background: url(./assets/images/navItem-adoption-dog_hover.svg);
}
.navItem-adoption-cat {
    background: url(./assets/images/navItem-adoption-cat.svg);
}
.navItem-adoption-cat:hover {
    background: url(./assets/images/navItem-adoption-cat_hover.svg);
}
.menu-adopt-direct {
    background: url(./assets/images/navIten-ambassador-adoption.svg);
}
.menu-adopt-direct:hover {
    background: url(./assets/images/navIten-ambassador-adoption_hover.svg);
}

.navItem-gadah {
    background: url(./assets/images/navItem-gadah.svg);
}
.navItem-gadah:hover {
    background: url(./assets/images/navItem-gadah_hover.svg);
}

.navItem-adoption-choose-dog {
	background: url(./assets/images/navItem-adoption-choose-dog.svg);
}
.navItem-adoption-choose-dog:hover{
	background: url(./assets/images/navItem-adoption-choose-dog_hover.svg);
}
.navItem-adoption-choose-cat{
	background: url(./assets/images/navItem-adoption-choose-cat.svg);
}
.navItem-adoption-choose-cat:hover{
	background: url(./assets/images/navItem-adoption-choose-cat_hover.svg);
}
.navItem-adoption-pledge {
    background: url(./assets/images/navItem-adoption-pledge.svg);
}
.navItem-adoption-pledge:hover {
    background: url(./assets/images/navItem-adoption-pledge_hover.svg);
}
.navItem-petlicence {
    background: url(./assets/images/navItem-petlicence.svg);
}
.navItem-petlicence:hover {
    background: url(./assets/images/navItem-petlicence_hover.svg);
}
.navItem-adoption-budget {
    background: url(./assets/images/navItem-adoption-budget.svg);
}
.navItem-adoption-budget:hover {
    background: url(./assets/images/navItem-adoption-budget_hover.svg);
}
.navItem-adoption-factsheets {
    background: url(./assets/images/navItem-adoption-factsheets.svg);
}
.navItem-adoption-factsheets:hover {
    background: url(./assets/images/navItem-adoption-factsheets_hover.svg);
}

/* VET CLINIC - Nav items */
.navItem-clinic-booking {
    background: url(./assets/images/navItem-clinic-booking.svg);
}
.navItem-clinic-booking:hover {
     background: url(./assets/images/navItem-clinic-booking_hover.svg);
 }
.navItem-vetclinic-the-clinic {
	background: url(./assets/images/navItem-vetclinic-the-clinic.svg);
}
.navItem-vetclinic-the-clinic:hover{
	background: url(./assets/images/navItem-vetclinic-the-clinic_hover.svg);
}
.navItem-clinic-services {
    background: url(./assets/images/navItem-clinic-services.svg);
}
.navItem-clinic-services:hover {
    background: url(./assets/images/navItem-clinic-services_hover.svg);
}
.navItem-vet-factsheets {
	background: url(./assets/images/navItem-vet-factsheets.svg);
}
.navItem-vet-factsheets:hover {
	background: url(./assets/images/navItem-vet-factsheets_hover.svg);
}
.navItem-clinic-team {
    background: url(./assets/images/navItem-clinic-team.svg);
}
.navItem-clinic-team:hover {
    background: url(./assets/images/navItem-clinic-team_hover.svg);
}
.navItem-clinic-desex {
    background: url(./assets/images/navItem-clinic-desex.svg);
}
.navItem-clinic-desex:hover {
    background: url(./assets/images/navItem-clinic-desex_hover.svg);
}
.navItem-clinic-frank-samways {
    background: url(./assets/images/navItem-clinic-frank-samways.svg);
}
.navItem-clinic-frank-samways:hover {
    background: url(./assets/images/navItem-clinic-frank-samways_hover.svg);
}

/* LOST AND FOUND - Nav items */
.navItem-lostfound-lostDogSearch {
    background: url(./assets/images/navItem-lostfound-lostDogSearch.svg);
}
.navItem-lostfound-lostDogSearch:hover {
    background: url(./assets/images/navItem-lostfound-lostDogSearch_hover.svg);
}
.navItem-lostfound-lostCatSearch {
    background: url(./assets/images/navItem-lostfound-lostCatSearch.svg);
}
.navItem-lostfound-lostCatSearch:hover {
    background: url(./assets/images/navItem-lostfound-lostCatSearch_hover.svg);
}
.navItem-lostfound-lostOtherSearch {
    background: url(./assets/images/navItem-lostfound-lostOtherSearch.svg);
}
.navItem-lostfound-lostOtherSearch:hover {
    background: url(./assets/images/navItem-lostfound-lostOtherSearch_hover.svg);
}
.navItem-lostfound-lost {
    background: url(./assets/images/navItem-lostfound-lost.svg);
}
.navItem-lostfound-lost:hover {
    background: url(./assets/images/navItem-lostfound-lost_hover.svg);
}
.navItem-lostfound-found {
    background: url(./assets/images/navItem-lostfound-found.svg);
}
.navItem-lostfound-found:hover {
    background: url(./assets/images/navItem-lostfound-found_hover.svg);
}
.navItem-lostfound-shelters {
    background: url(./assets/images/navItem-lostfound-shelters.svg);
}
.navItem-lostfound-shelters:hover {
    background: url(./assets/images/navItem-lostfound-shelters_hover.svg);
}
.navItem-lostfound-petregister {
    background: url(./assets/images/navItem-lostfound-petregister.svg);
}
.navItem-lostfound-petregister:hover {
    background: url(./assets/images/navItem-lostfound-petregister_hover.svg);
}
.navItem-lostfound-factsheets {
    background: url(./assets/images/navItem-lostfound-factsheets.svg); 
}
.navItem-lostfound-factsheets:hover {
    background: url(./assets/images/navItem-lostfound-factsheets_hover.svg); 
}

/* OUR WORK - Nav items */
.navItem-ourwork-campaigns {
    background: url(./assets/images/navItem-ourwork-campaigns.svg);
}
.navItem-ourwork-campaigns:hover {
    background: url(./assets/images/navItem-ourwork-campaigns_hover.svg);
}
.navItem-adoption-better-pet-ownership{
	background: url(./assets/images/navItem-adoption-better-pet-ownership.svg);
}
.navItem-adoption-better-pet-ownership:hover{
	background: url(./assets/images/navItem-adoption-better-pet-ownership_hover.svg);
}
.navItem-ourwork-position {
    background: url(./assets/images/navItem-adoption-factsheets.svg);
}
.navItem-ourwork-position:hover {
    background: url(./assets/images/navItem-adoption-factsheets_hover.svg);
}
.navItem-ourwork-history {
    background: url(./assets/images/navItem-ourwork-history.svg);
}
.navItem-ourwork-history:hover {
    background: url(./assets/images/navItem-ourwork-history_hover.svg);
}
.navItem-ourwork-vision {
    background: url(./assets/images/navItem-ourwork-vision.svg);
}
.navItem-ourwork-vision:hover {
    background: url(./assets/images/navItem-ourwork-vision_hover.svg);
}
.navItem-ourwork-annualReports {
    background: url(./assets/images/navItem-ourwork-reports.svg);
}
.navItem-ourwork-annualReports:hover {
    background: url(./assets/images/navItem-ourwork-reports_hover.svg);
}
.navItem-ourwork-petsaloud {
    background: url(./assets/images/navItem-ourwork-petsaloud.svg);
}
.navItem-ourwork-petsaloud:hover {
    background: url(./assets/images/navItem-ourwork-petsaloud_hover.svg);
}
.navItem-ourwork-news {
    background: url(./assets/images/navItem-ourwork-news.svg);
}
.navItem-ourwork-news:hover {
    background: url(./assets/images/navItem-ourwork-news_hover.svg);
}
.navItem-ourwork-desexing {
	background: url(./assets/images/navItem-ourwork-desexing.svg);
}
.navItem-ourwork-desexing:hover {
	background: url(./assets/images/navItem-ourwork-desexing_hover.svg);
}
.navItem-ourwork-shelterservices {
	background: url(./assets/images/navItem-ourwork-shelterservices.svg);
}
.navItem-ourwork-shelterservices:hover {
	background: url(./assets/images/navItem-ourwork-shelterservices_hover.svg);
}
.navItem-ourwork-pet-training {
        background: url(./assets/images/navItem-ourwork-pet-training.svg);
}
.navItem-ourwork-pet-training:hover {
        background: url(./assets/images/navItem-ourwork-pet-training_hover.svg);
}


/* HOW YOU CAN HELP - Nav items */
.navItem-help-volunteer {
    background: url(./assets/images/navItem-help-volunteer.svg);
}
.navItem-help-volunteer:hover {
    background: url(./assets/images/navItem-help-volunteer_hover.svg);
}
.navItem-help-foster {
    background: url(./assets/images/navItem-help-foster.svg);
}
.navItem-help-foster:hover {
    background: url(./assets/images/navItem-help-foster_hover.svg);
}
.navItem-howyoucanhelp-adoptedadored{
	background: url(./assets/images/navItem-howyoucanhelp-adoptedadored.svg);
}
.navItem-howyoucanhelp-adoptedadored:hover{
	background: url(./assets/images/navItem-howyoucanhelp-adoptedadored_hover.svg);
}
.navItem-help-rescuepartner {
    background: url(./assets/images/navItem-help-rescue.svg);
}
.navItem-help-rescuepartner:hover {
    background: url(./assets/images/navItem-help-rescue_hover.svg);
}
.navItem-howyoucanhelp-will {
	background: url(./assets/images/navItem-howyoucanhelp-will.svg);
}
.navItem-howyoucanhelp-will:hover {
	background: url(./assets/images/navItem-howyoucanhelp-will_hover.svg);
}
.navItem-help-communityfundraising {
    background: url(./assets/images/navItem-help-communityfundraising.svg);
}
.navItem-help-communityfundraising:hover {
    background: url(./assets/images/navItem-help-communityfundraising_hover.svg);
}
.navItem-help-blanketfood {
    background: url(./assets/images/navItem-help-blanketfood.svg);
}
.navItem-help-blanketfood:hover {
    background: url(./assets/images/navItem-help-blanketfood_hover.svg);
}
.navItem-help-bequests {
    background: url(./assets/images/navItem-ourwork-vision.svg);
}
.navItem-help-bequests:hover {
    background: url(./assets/images/navItem-ourwork-vision_hover.svg);
}
.navItem-howyoucanhelp-getinvolved {
	background: url(./assets/images/navItem-howyoucanhelp-getinvolved.svg);
}
.navItem-howyoucanhelp-getinvolved:hover {
	background: url(./assets/images/navItem-howyoucanhelp-getinvolved_hover.svg);
}
.navItem-howyoucanhelp-otherways {
	background: url(./assets/images/navItem-howyoucanhelp-otherways.svg);
}
.navItem-howyoucanhelp-otherways:hover {
	background: url(./assets/images/navItem-howyoucanhelp-otherways_hover.svg);
}

/* DONATE - Nav items */
.navItem-donate-single {
    background: url(./assets/images/navItem-donate-single.svg);
}
.navItem-donate-single:hover {
    background: url(./assets/images/navItem-donate-single_hover.svg);
}
.navItem-donate-monthly {
    background: url(./assets/images/navItem-donate-monthly.svg);
}
.navItem-donate-monthly:hover {
    background: url(./assets/images/navItem-donate-monthly_hover.svg);
}
.navItem-donate-gifts {
    background: url(./assets/images/navItem-donate-gifts.svg);
}
.navItem-donate-gifts:hover {
    background: url(./assets/images/navItem-donate-gifts_hover.svg);
}

/* Breadcrumb */
#breadcrumb {
    background: rgba(0,0,0,0.25);
}

.breadcrumb {
    font-size: 0.9em;
    font-weight: 600;
    background: none;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 10px;

}

.breadcrumb a {
    color: #E7E6E1;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #fcb53b;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb > li + li::before {
    color: #fcb53b;
    font-weight: 900;
    font-family: 'FontAwesome';
    content: "\f105";
}

.breadcrumb::before {
    content: "You are here:";
    margin-right: 8px;
    color: #E7E6E1;
    font-weight: 600;
    float: left;
}

/* Section header */
.section-header {
    text-align: center;
    margin-bottom: 15px;
    color: #52575B;
}

/* Page header */
.pgHeader {
    background: #A5A3A3;
    color: #ffffff;
    height: 200px;
}
.pgHeader-title {
    color: #ffffff;
    margin-top: 47px;
}
.pgHeader-cta {

}
.pgHeader-line,
.pgHeader-line-center {
    display: none;
    width: 48px;
    height: 3px;
    border-bottom: 3px solid #E05839;
    margin-bottom: 15px;
}

.pgHeader-line-center {
    margin: 0px auto;
}

/* Secondary page content */
.secondary-pg {
    background: url(./assets/images/test_bkg.png) repeat-y scroll 50% center;
    padding-top: 28px;
    padding-bottom: 10px;
}
.secondary-pg_fw {
    background: #f6f6f6;
    padding-top: 28px;
}
.pg-contentWrap {
    background: #ffffff;
    padding: 20px 35px 30px;
    margin-bottom: 20px;
	min-height: 305px;
}
.pg-contentWrap.w-tab:after {
    content: url(./assets/images/pg-content-tab.svg);
    position: absolute;
    top: 15px;
    right: -26px;
}
.pg-postShare ul {
    position: absolute;
    right: -9px;
    top: 72px;
    list-style-type: none;
    padding-left: 0;
    z-index: 20;
}
.pg-postShare li {
    margin-bottom: 10px;
    border-bottom: #ccc solid 1px;
    padding-top: 3px;
    padding-bottom: 8px;
    text-align: center;
}
.pg-postShare li:last-child {
    border-bottom: none;
}
.pg-postShare a {
    color: #787F84;
}
.pg-postShare a:hover {
    color: #e05839;
}
.pg-postShare .fa {
    font-size: 1.4em;
}
.pg-postHeader {
    margin-bottom: 25px;
}
.pg-contentWrap h2 {
    margin-bottom: 12px;
    color: #62676b;
}
.pg-contentWrap .pgHeader-line {
    padding-top: 10px;
}
.pg-postContent ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
.pg-postContent li { 
    padding-left: 1em; 
}
.pg-postContent li:before,
#ja-jobs-widget ul.bullet-points li:before {
    content: "\f0c8";
	font-family: 'fontAwesome';
    color: #009ada;
	font-size: 0.7em;
	position: absolute;
	margin-left: -20px;
	margin-top: 3.5px;
}

#additional-content {
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;	
	padding-top: 0;
}
#additional-content:before {
	content: url(./assets/images/lt-grey_down-triangle.svg);
	z-index: 99;
	width: 100px;
	position: absolute;
	left: 51%;
	margin-left: -100px;
}
#additional-content .container {
	padding-top: 45px;
}


/* Search results page*/
.searchPage-container {
    padding-top: 30px;
}
/*#searchPage-results {
    border-bottom: 1px solid #C6BFB9;
    margin-bottom: 20px;
    padding-bottom: 7px;
}*/
#searchPage-pg {
    background: #F3F3F3 url(./assets/images/grey_down-triangle.svg) scroll no-repeat;
    background-position: 50% 55px;
	padding-bottom: 28px;
}
#searchPage-pg .pg-contentWrap{
    padding-bottom: 60px;
	margin-bottom: 0;
}
#searchPage-pg .pg-postHeader {
	border-bottom: 1px solid #e4dfd7;
}

#searchPage-pg article {
	border-bottom: 1px solid #e4dfd7;
	margin-bottom: 20px;
}
#searchPage-pg a {
	color: #36424C;
	text-decoration: none;
}
#searchPage-pg a:hover {
	color: #009ada;
}
#searchPage-pg .entry-title {
	margin-top: 20px;
	margin-bottom: 5px;
}
#searchPage-pg .entry-meta {
	margin-bottom: 0;
}
#searchPage-pg .entry-summary {
	margin-top: 0;
}
#searchPage-pg .entry-summary p {
	margin-top: 10px;
	margin-bottom: 20px;
}
#searchPage-pg .byline {
	display: none;
}
#searchPage-pg .pagination {
	margin-top: -6px;	
}
#searchPage-pg .top-pager {
	margin-top: -50px !important;	
} 
#searchPage-pg .fa {
	font-weight: 900;
}
#searchPage-pg .pagination > li > a {
	background: #eeebe6;
	color: #52575B;
	font-weight: 600;
	border: none;
	padding: 6px 12px;
	margin-right: 2px;
}
#searchPage-pg .pagination > li > a:hover,
#searchPage-pg .pagination > li.active > a:hover  {
	color: #E05839;
}
#searchPage-pg .pagination > li > a:hover {
	background: #e2dbd3;
}
#searchPage-pg .pagination > li:first-child > a {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
#searchPage-pg .pagination > li:last-child > a {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}


/* Factsheet page */
#factsheet-dropdown {
	background: #eeebe6;
	padding: 10px 20px;
	display: table-cell;
}
#factsheet-dropdown p {
	margin-bottom: 0;
}
#factsheet-dropdown-label {
	color: #52575B;
	text-transform: uppercase;
	font-weight: 600;
}
#factsheet-dropdown-label:after {
	content: "\f107";
	font-family: 'fontAwesome';
	margin-left: 10px;
}
#factsheet-dropdown-label:hover {
	text-decoration: none;
}
#factsheet-dropdown .dropdown-menu {
	width: 100%;
	border: 1px solid #ddd;
	padding: 0;
	border-radius: 1.5px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
}
ul.factsheet-anchor {
	padding-left: 0;
}
ul.factsheet-anchor li {
	list-style-type: none;
}
ul.factsheet-anchor a {
	padding: 3px 15px;
}
.pdf-download .thumbnail {
	font-size: 0.9em;	
}
.pdf-download .thumbnail img {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}


/* Footer */
footer a {
   
}

footer .text-link {
    color: #E7E6E1;
}

#footer-newsletter {
    background: #38A8DF;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

#footer-newsletter h3 {
    float: left;
    margin: 9px 30px 0 0;
}

#footer-newsletter .form-inline {
    margin-top: 4px;
}

#footer-newsletter .form-control {
    border: none;
}

#footer-socialIcons {
    float: right;
    font-size: 2em;
}

#footer-socialIcons .fa {
    margin-left: 20px;
    color: #E4E4E4;
}

#footer-socialIcons .fa:hover {
    color: #ffffff;
}

#footer-contact ul {
    list-style-type: none;
    padding-left: 0;
}

#footer-contact li .fa {
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
#footer-contact li a {
	color: #ffffff;	
}


/*#footer-events ul {
    padding-left: 0;
}
#footer-events li {
    list-style-type: none;
    display: table;
    width: 100%;
    border-top: 1px solid #E4E4E4;
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
}
#footer-events li:last-child {
    border-bottom: 1px solid #E4E4E4;
}
#footer-events label {
    background: #E05839;
    width: 40px;
    height: 10px;
    display: table-cell;
    text-align: center;
    padding: 11px 12px 5px;
    border-radius: 8px;
    line-height: 0.7em;
    font-size: 0.9em;
}
#footer-events a {
    display: table-cell;
    text-decoration: none;
}
#footer-events label .text-lg,
#footer-events .text-sm {
    margin-bottom: 0;
}
#footer-events .text-sm {
    color: #E4E4E4;
}*/

#footer-instagramFeed {
    padding-left: 35px;
}
#footer-instagramFeed h3 {
    margin-bottom: 10px;
}
#footer-instagramFeed img {
    width: 100%;
    height: auto;
}

#footer-instagramFeed .row {
    margin-bottom: 7px;
}

#footer-LDHbrands {
    background: #f0f0f0;
    margin-top: 35px;
    padding: 12px;
}

#footer-LDHbrands ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

#footer-LDHbrands li {
    list-style-type: none;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    width: 13%;
    height: 45px;
    vertical-align: middle;
}
#footer-ldhLogo,
#footer-pawsLogo,
#footer-petlicenceLogo,
#footer-nprLogo,
#footer-petidLogo,
#footer-ldhLogo:hover,
#footer-pawsLogo:hover,
#footer-petlicenceLogo:hover,
#footer-nprLogo:hover,
#footer-petidLogo:hover {
    background-repeat: no-repeat;
    
}
.footer-logo img:last-child {
	display:none;
}
.footer-logo:hover img:first-child {
	display:none;
}
.footer-logo:hover img:last-child {
	display:inline-block;
}

#footerEnd {
    background: #ffffff;
    color: #5B6166;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.90em;
	font-weight: 400;
}


/* Footer end links */
#footerEnd ul {
	list-style-type: none;
	float: right;
	margin-bottom: 0;	
}
#footerEnd li {
	display: inline-block;
}
#footerEnd li:first-child {
	border-right: 1px solid #ddd;
	padding-right: 12px;	
}
#footerEnd li a {
	color: #52575B;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 10px;	
}


/* Modal box - start */
#privacyPolicy {
    margin-top: 150px;
}

/* Modal box - end */


/* LOST ANIMAL PAGES */
/* Modal box - lost cat and dog search pages */
#lostModal .modal-content {
	margin-top: 167px;
}
#lostModal .modal-header,
#lostPet-btn #lostCat-modal .modal-header {
	border-bottom: 0;
	padding: 30px 30px 0 30px;
}
#lostModal .modal-header h4,
#lostPet-btn #lostCat-modal .modal-header h4 {
	font-size: 1.3em;
}
#lostModal .modal-body,
#lostPet-btn #lostCat-modal .modal-body {
	padding-left: 30px;
	padding-right: 30px;
}
#lostModal button.close,
#lostPet-btn .modal-content button.close {
	margin-top: -12px;
	margin-right: -8px;
	color: #ffffff;
	background: #009ada;
	z-index: 30;
}


#lostPet-btn {
	margin-top: 25px;
	text-align: right;
}
#lostPet-btn a {
	margin-right: 0;
}
#lostPet-btn .modal-content {
	margin-top: 167px;	
	text-align: left;
}
#lostPet-disclaimer {
	margin-top: 15px;
}
#lostPet-disclaimer p {
	font-size: 0.95em;
}

#lostCat-modal .modal-lg {
	max-width: 750px;
}
#lostPet-btn .modal-header h4 {
	display: none;
}
#lostPet-btn img {
	margin-top: -5px;
	margin-right: 9px;
}
#lostPet-btn ul {
	padding-left: 0 ;
	margin-left: 34px;
}
#lostPet-btn ul li {
	list-style-type: none;
}
#lostPet-btn #lostPet-doc-list {
	margin-left: 15px;
}
#lostPet-btn #lostPet-doc-list li {
	list-style-type: circle;
	padding-left: 5px;
}
#lostPet-btn #lostCat-modal .modal-body,
#lostModal .modal-header,
#lostModal .modal-body {
	padding-left: 45px;
	padding-right: 45px;
}
#lostPet-btn h3 {
	margin-top: 0;
}
#lostModal .modal-header h4 {
    font-size: 1.8em;
    font-weight: 700;
}
#lostModal .modal-body h3 {
    font-size: 1.4em;
	margin-top: 0;
}
#lostModal .modal-footer {
	border-top-width: 0;
}
#lostModal .modal-lg {
	max-width: 750px;
}
#lostModal .modal-body {
	padding-bottom: 0;
}
#lostModal .modal-footer {
	padding-top: 0;
}

/* Lost pages pop-up text formatting */
#lostModal .lost-council-list {
	margin-bottom: 15px;
}
#lostModal .lost-council-list ul {
	float: left;
	padding-left: 0;
}
#lostModal .lost-council-list li {
	border-right: none;
}
#lostModal .lost-council-list h4 {
	margin-top: 0.4em;
}


/*****************
Other
*****************/
/* Clear fix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}

/* Column formatting */
.col-noPadding {
    padding-right: 0;
    padding-left: 0;
}
.col-noRightPadding {
    padding-right: 0;
}
.col-noLeftPadding {
    padding-left: 0;
}
.col-halfPadding {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.col-halfPadding-left {
    padding-left: 7.5px;
}
.col-halfPadding-right {
    padding-right: 7.5px;
}
.col-reducedPadding {
    padding-left: 11.25px;
    padding-right: 11.25px;
}
.col-reducedLeftPadding {
    padding-left: 11.25px;
}
.col-reducedRightPadding {
    padding-right: 11.25px;
}

/* row formatting */
.row-noMargin {
    margin: 0;
}
.row-reducedMargin {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row.top-row {
    margin-top: 20px;
}

/* Thumbnails and thumbnail captions */
.thumbnail {
    padding: 0;
    border-radius: 2px;
    border: none;
}
.thumbnailImg {
	padding: 0;	
}
.thumbnailCaption {
    padding: 15px 25px 20px;
    background-color: #ffffff;
}
.thumbnailCaption h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #52575B;
}
.thumbnail-captionRight,
.sidebar-captionRight {
    display: table;
}
.thumbnail-captionRight-img,
.thumbnail-captionRight-text,
.sidebar-captionRight-img,
.sidebar-captionRight-text {
    display: table-cell;
}
.thumbnail-captionRight-text {
    padding-left: 15px;
}
.sidebar-captionRight-text {
    padding-left: 10px;
}
.thumbnail-captionRight-text p,
.sidebar-captionRight-text p {
    padding-top: 8px;
}




/* Profile thumbnails */
#profileThumbnail-accordion.panel-group {
	margin-top: 0;
	border-bottom: none;
}

.profileThumbnail.panel {
    border: none;
    margin-bottom: 15px;
	box-shadow: none;
}
.profileThumbnail.panel .panel-heading {
    padding: 0;
	border-top: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.profileThumbnail .thumbnail {
    margin-bottom: 0;
}
.profileThumbnail .thumbnailImg img {
	width: 100%;	
}
.profileThumbnail .profileName {
	font-weight: 600 !important;	
	font-size: 1.2em;
	margin-bottom: 0;
}
.profileThumbnail .thumbnailCaption {
    background: #eeebe6;
}
.profileThumbnail .thumbnailCaption p {
	font-weight: 400;
	margin-bottom: 0;	
}
.profileThumbnail .panel-body .accreditation {
	font-weight: 300;
	font-size: 0.95em;	
	margin-bottom: 10px;
}
.profileThumbnail .thumbnailCaption a .fa {
	right: 22px;
	margin-top: -25px;
	position: absolute;
	color: #5b6166;
	font-size: 2em;
	padding: 5px 10px;
}
.profileThumbnail .thumbnailCaption a:hover .fa,
.profileThumbnail .thumbnailCaption a:focus .fa,
.profileThumbnail .thumbnailCaption a.collapsed:hover .fa,
.profileThumbnail .thumbnailCaption a.collapsed:focus .fa {
	display: inline-block;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    -ms-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.profileThumbnail .thumbnailCaption a:focus .fa,
.profileThumbnail .thumbnailCaption a.collapsed .fa {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.profileThumbnail .panel-body {
    background: #f7f5f2;
    padding: 20px 25px;
}



/* Post styling */
.post-category,
.thumbnail-shelterLocation {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    position: relative;
    top: -4px;
}
.post-category {
    font-size: 0.8em;
    background: #0084ba;
    padding: 2px 25px;
}
.post-category.post-category-block {
    display: table-cell;
}
.pg-contentWrap .post-category.post-category-block:after {
	content: url(../images/post-category-triangle.svg);
	left: -1px;
	top: 12px;
	position: absolute;
	z-index: 20;
}
.category-40 .post-category {
	background: #fcb53b;
}

.thumbnail-shelterLocation {
    font-size: 0.7em;
    padding: 1.5px 15px 2.5px;
}

.thumbnail-shelterLocation.northMelbourne {
    background: #009ada;
}

.thumbnail-shelterLocation.cranbourne {
    background: #E05839;
}

.post-pullOut {
    background: #eeebe6;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.post-pullOut h2 {
    margin-top: 10px;
}

/* Post headers */
.header-underline {
    border-bottom: 1px solid #D8D4CE;
    padding-bottom: 5px;
}

/* PDF cpntent download */
.pdf-download .thumbnail {
    margin-bottom: 0;
}

.pdf-download p {
    margin-top: 7px;
}

/* Label, date, tags, print */
#featureLabel {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.8em;
    background: #009ada;
    position: absolute;
    padding: 2px 15px 2px 40px;
    margin-top: -20px;
    margin-left: -40px;
    color: #ffffff;
}

.post-date,
.tags {
    letter-spacing: 0.015em;
    font-size: 0.9em !important;
    color: #787F84;
    display: inline-block;
}

.thumbnailCaption .post-date {
    margin-bottom: 12px;
}

.tags {
    border-left: 1.5px solid #bbb;
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

.tags:before {
    content: "\f02b";
    font-family: 'fontAwesome';
    margin-right: 5px;
}

.tags li {
    display: inline-block;
}

.tags li:after {
    content: ",";
    margin-right: 3px;
}

.tags li:last-child:after {
    content: "";
}

.tags a {
    color: #787F84;
}

.print {
    letter-spacing: 0.015em;
    font-size: 0.9em !important;
    color: #787F84;
    display: inline-block;
    float: right;
    margin-top: -20px;
}

.print:before {
    content: '\f02f';
    font-family: 'fontAwesome';
    margin-right: 5px;
}


/* 404 error page */
.error-404 {
	background: url(./assets/images/404-error2.jpg) no-repeat center scroll;
	background-size: cover;
	height: 480px;
	padding-top: 0;
}
.error-404 .breadcrumb {
	color: #fff;	
}
.error-404 .breadcrumb a {
	margin-right: 5px;	
}

.error-404 .breadcrumb a:after {
    color: #fcb53b;
    font-weight: 900;
    font-family: 'FontAwesome';
    content: "\f105";
	margin-left: 8px;
}

.error-404 .page-header {
	border-bottom: none;	
	padding-bottom: 5px;
	margin-top: 45px;
	margin-bottom: 0;
}
.error-404 .page-title {
	color: #ffffff;
}
.error-404 input.search-field {
	border: none;
	padding: 11px 20px;
	border-radius: 1px 0 0 1px;
	background: rgba(0,0,0,0.35);
	color: #fff;
	font-size: 0.7em;
	font-weight: 400;
	width: 290px;
}
.error-404 input.search-submit {
	background: #009ada;
	border: none;
	border-radius: 0 1px 1px 0;
	padding: 12.1px 20px;
	color: #ffffff;
	font-size: 1.30em;
	font-weight: 600;
}
.error-404 input.search-submit:hover,
.error-404 input.search-submit:focus  {
	background: #008dc7;
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.error-404 label {
	font-size: 2em;	
	font-weight: 600;
	float: left;
}
.error-404 .page-content {
	margin-top: 0;
	padding-right: 35px;
}
.error-404 .page-content > p {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
}
.error-404 .fa.fa-search {
	font-size: 1.65em;	
	color: #ffffff;
	margin-top: 13px;
	margin-right: 12px;
}
.error-404 input.search-field::-moz-placeholder {
    color: #ddd;
}
.error-404 input.search-field::-webkit-placeholder {
    color: #ddd;
}
.error-404 input.search-field::-ms-placeholder {
    color: #ddd;
}


/* Scroll back-to-top button */
.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 4.4em;
    right: 0;
    width: 42px;
    height: 42px;
    border-top-left-radius: 1.5px;
	border-bottom-left-radius: 1.5px;
    text-decoration: none;
    background-color: #E05839;
    color: #fff;
    padding: 4px 7px 0;
    z-index: 100;
}

.back-to-top .fa.fa-angle-up {
    margin-top: -7px;
    font-size: 2.8em;
}

.back-to-top:hover,
.back-to-top:focus {
    background-color: #C04F44;
    color: #fff;
}

/* Google maps on contact us page */
#google-map {
    height: 300px;
}

/***************** 
FOOTER INSTAGRAM GRID
*****************/
.instagrid li {
    display:inline-block;
    float:left;
    list-style:none outside none;
    margin:0;
    padding:0;
    width: 75px;
}
ul.instagrid {
    display:inline-block;
    margin:0 auto;
}


/***************** 
EVENT PAGE CSS
*****************/
/*** Events page sidebar *****/
.tribe-list-widget {
	padding: 0;
	margin-bottom: 0;
}
.tribe-events-list-widget ol li {
	margin-bottom: 6px;
	padding: 20px 15px;
	border-top: 4px solid #e4dfd7;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 0.5px 2px 0 #dddddd;
}
.tribe-event-title {
	margin-top: 0;
}
.tribe-event-title a {
	line-height: 1.43em;
	color: #008dc7;
	text-decoration: none;
	font-weight: 400;
}
.tribe-events-widget-link {
	background: #E05839;	
	padding: 8px 15px;
}
.tribe-events-widget-link:hover {
	-webkit-transition: 200ms ease-in-out;
    -moz-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
	background: #c14f44;
}
.tribe-events-widget-link a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.tribe-event-duration {
	margin-top: 8px;
	font-size: 0.95em;
	color: #aaa;
}


/*** Events page footer list *****/
#tribe-events-list-widget-2 {
	padding: 0 !important;
	border-top: none;
	background: none;
	border-radius: 0;
	box-shadow: none;
}
#tribe-events-list-widget-2 .tribe-events-list-widget-events {
	margin-bottom: 3px;
    padding: 0 0 2px 0 !important;
    border-top: 1px solid #fff;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
	display: table;
	width: 100%;
}
#tribe-events-list-widget-2 .tribe-events-list-widget-events:last-child {
    border-bottom: 1px solid #fff;
}
#tribe-events-list-widget-2 .tribe-event-duration {	
	color: #fff;
	background: #E05839;
	border-radius: 1.5px;
	font-size: 1em;
	font-weight: 600;
	height: 48.5px;
	line-height: 1.35em;
	margin-top: 6px;
	overflow: hidden;
	padding: 6px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}
#tribe-events-list-widget-2 .tribe-events-list-widget-events:last-child .tribe-event-duration {
	margin-bottom: 4px;
}
#tribe-events-list-widget-2 .tribe-event-title {
	width: 80%;
	height: 100%;
	margin-top: 6px;
	display: table-cell;
	vertical-align: middle;
}
#tribe-events-list-widget-2 .tribe-event-title a {
	font-size: 0.95em;
	font-weight: 400;
	color: #fff;
	vertical-align: middle;
}

#sidebar #tribe-events-list-widget-2.display-none-sidebar,
#footer-events #tribe-events-list-widget-2 .display-none-footer,
#tribe-events-list-widget-2 .tribe-events-widget-link {
	display: none;
}


/*** Events page main - Default styles *****/
.tribe-events-before-html {
	padding-bottom: 20px;
}
.tribe-events-before-html h2 {
    font-size: 30px;
    line-height: 1.6;
	margin-top: 14px;
}
.tribe-events-calendar {
	margin-top: 5px !important;
}
.tribe-events-calendar th {
    background-color: #009ada;
    color: #ffffff;
	font-size: 1.05em;
    padding: 6px 0;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background: #e05839;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
}
.tribe-bar-views-inner {
    background: #c14f44;
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    background: #c14f44;
    color: #fff;
    padding: 6px 15px;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
    padding-bottom: 29px;
	
}

/*** Events page main - List View *****/
#tribe-events-bar {
    margin-bottom: 20px;
}
#tribe-bar-form {
    background: #E05839;
}
#tribe-bar-collapse-toggle {
    background: none;
    color: #ffffff;
	font-size: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tribe-events-list-separator-month {
    background: #EEEBE6;
	color: #E05839;
	margin-top: 0;
}

#tribe-events-header {
	margin-bottom: 0;
}
.tribe-bar-date-filter,
.tribe-bar-search-filter,
.tribe-bar-submit {
	background: #EEEBE6;
}
/*.type-tribe_events {
	padding: 20px 0 0 !important;	
}*/
.tribe-events-list h2.tribe-events-page-title,
h2.tribe-events-page-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 1.8em;
    margin-top: 0;
}
.tribe-events-list h2.tribe-events-list-event-title {
	font-weight: 600;
}
.tribe-events-list h2.tribe-events-list-event-title a {
	color: #52575b;
}
.tribe-events-loop {
	margin-left: 2px;
	margin-right: 2px;
}
.tribe-events-loop .tribe-events-event-meta {
    font-size: 15px;
    font-weight: 600;
}


/*** Events page main - Month View *****/
h2.tribe-events-page-title {
	margin-top: 8px !important;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"], 
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #eeebe6;
    color: #333;
    font-size: 11px;
    font-weight: 700;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], 
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #21ad8c;
    color: #fff;
}
.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
    font-size: 1.05em;
}
.tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] {
	background: #E05839;
}
.tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] > a {
	font-size: 0.95em;
	color: #ffffff;
	background-color: #E05839;
}
#tribe-events-content .tribe-events-calendar td, 
#tribe-events-content table.tribe-events-calendar {
    border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
    background: #f9f9f9;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-has-events {
	background: #ffffff !important;
} 
h3.tribe-events-month-event-title a {
	color: #52575B;
}

.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-back a {
	font-weight: 600;
	font-size: 12.5px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #52575b;
}
	
.tribe-events-nav-previous a span,
.tribe-events-nav-next a span {
	display: none;
}	
.tribe-events-nav-previous a:before,
.tribe-events-back a:before {
	content: '\f104';
	font-family: 'FontAwesome';
	margin-right: 2px;
}
.tribe-events-nav-next a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	margin-right: 2px;
}		
.tribe-events-notices {
    background: none;
    border: 2px solid #21ad8c;
    border-radius: 2px;
    color: #21ad8c;
    padding-top: 6px;
	padding-bottom: 6px;
    text-shadow: none;
	font-weight: 600;
}
#tribe-events-content {
	border-bottom: 1px solid #e3e3e3;
}

/*** Events page tooltip on hover *****/
.tribe-events-back {
	margin-bottom: 10px;
}
#tribe-events-content .tribe-events-tooltip h4 {
    background-color: #E05839;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 6px 4px;
}


/*** Events page detailed event *****/
h1.tribe-events-single-event-title {
	border-top: 1px solid #e3e3e3;
	color: #52575B;
	font-weight: 600;
	font-size: 1.6em;
	padding-top: 35px;
	margin-top: 0;
	margin-bottom: 5px;
}
.tribe-events-schedule {
	margin-top: 5px;	
}

.tribe-events-sub-nav {
	margin: 5px 2px 0 2px !important;
	background: #ddd5ce;
	padding: 4px 10px !important;
}
.tribe-events-schedule h2 {
	font-size: 1.3em;
	font-weight: 400;
	margin-top: 5px;
}
.tribe-events-gmap {
	margin-left: -5px;	
}
.tribe-events-cost {
	float: right;
	margin-top: -35px;
	margin-right: 13px;
}
.tribe-events-cost:before {
	content: 'Event cost:';
	margin-right: 5px;
}
.tribe-events-divider {
	display: none;
}
.single-tribe_events #tribe-events-header {
    margin-bottom: 0;
}
.tribe-events-month #tribe-events-header{
	margin-bottom: -7px;
}
.tribe-events-event-image {
	margin-bottom: 20px !important;
}
#tribe-events .tribe-events-button, 
.tribe-events-button {
    background-color: #009ada;
    border-radius: 1.5px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 6px 9px;
}
#tribe-events .tribe-events-button:hover, 
.tribe-events-button:hover {
	background: #008dc7;
	color: #ffffff;
}
.single-tribe_events .tribe-events-event-meta {
    margin-bottom: 0;
}



/*****************
MEDIA QUERIES
*****************/

/*****************
MOBILE ONLY
*****************/
@media only screen and (max-width: 750px) {
	body {
		font-size: 15.5px;	
		line-height: 1.3em;
	}
	section {
        padding-top: 20px;
        padding-bottom: 20px;
	}
	
	/* Mobile/tablet - breadcrumb */
    .breadcrumb {
        display: none;
    }
	
    /* Mobile - Page header */
    .pgHeader {
        /*height: 80px;*/
	height:100%;
    }
    .pgHeader-cta {
        display: none;
    }
    .pgHeader-title {
        margin-top: 26px !important;
    }

    /* Mobile - Footer */
    #footer-newsletter h3 {
        margin-bottom: 12px;
    }
    #footer-newsletter .form-group {
        margin-bottom: 5px;
    }

    #footer-newsletter .btn {
        margin-top: 5px;
    }
    #footer-newsletter .fa.fa-facebook {
        margin-left: 0;
    }

    /* Mobile - Column formatiing */
    .col-noRightPadding {
        padding-right: 15px;
    }
    .col-noLeftPadding {
        padding-left: 15px;
    }
    .col-halfPadding {
        padding-left: 7.5px !important;
        padding-right: 7.5px !important;
    }
    .col-halfPadding-left {
        padding-left: 15px !important;
    }
    .col-halfPadding-right {
        padding-right: 15px !important;
    }

	/* Mobile - Carousel */
	.carousel-indicators {
		width: 100%;
		margin-left: -50%;
	}

    /* Mobile - Date */
    .tags {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
	/* Mobile - Mainnav */
	#mainNav .navbar-brand {
		margin-left: 38px;
	}
}

@media only screen and (min-width: 850px) {
	/* Mobile - Mainnav */
	#mainNav .navbar-brand {
		margin-left: 0;
	}
}

/*****************
MOBILE/ TABLET ONLY SCREENS
*****************/

@media only screen and (max-width: 991px) {
	/* Mobile/tablet - page sidenav */
	#sidebar #sidebar-sideNav {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	
	/* Mobile/tablet - Page section sidenav */
	#mobile-page-sidenav-container {
		background: #eeebe6;
    	border-bottom: 0.5px solid #e3e3e3;
		margin-bottom: 20px;
	}
	.mobilePg-sidenav-collapse {
		display: block;
		padding: 20px 15px 20px 35px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 600;
		color: #52575B;
	}
	.mobilePg-sidenav-collapse:after,
	.mobilePg-sidenav-collapse.collapsed:after {
		content: "\f107";
		font-family: 'FontAwesome';
		margin-left: 5px;
	}
	.mobilePg-sidenav-collapse:hover,
	.mobilePg-sidenav-collapse:focus {
		text-decoration: none;
	}
	#mobilePg-sidenav .well {
		border: none;
		box-shadow: none;
		background: none;
		margin-bottom: 0;
		padding: 0;	
	}
	#mobilePg-sidenav #sidebar-sideNav {
		margin-bottom: 20px;
	}
	#mobilePg-sidenav #sidebar-sideNav li a {
		padding-left: 35px;
	}
	#mainNav.affix,
	#mainNav.navbar {
		top: 0;	
	}
	#menu-main-menu-1,
	#menu-top-nav-1 {
		padding-left: 0;
	}
	#menu-top-nav-1 li{
		padding-left:10px;
	}
	.dropdown.yamm-fw.menu-donate-now{
		padding-left:10px;
	}

	
	/* Mobile/tablet - Topnav */
    #topNav {
        display: none;
    }
	#btnDonate-mobile {
        background: #FCB53B !important;
        font-size: 1.1em !important;
        padding: 9.5px 12px !important;
    }
	
	/* Mobile/tablet - Mainnav */
	#mainNav {	
        padding-top: 5px;
        padding-bottom: 5px;
		position: fixed;
		top: 0;
		margin-top: 0;
		width: 100%;
		z-index: 50;
    }
	#mainNav .navbar-toggle {
		display: block;
        margin-left: 8px;
        margin-right: 0;
        color: #fff;
        background: #009ada;
        border: none;
        border-radius: 2px;
        min-width: 40px;
        text-align: center;
        font-size: 1.5em;
        padding: 5px 8px;
        height: 40px;
    }
	#mainNav .navbar-brand {
		border-left: 1px solid #ddd;
		height: 42px;
		margin-top: 8px;
		padding-left: 8px;
	}
    #mainNav .navbar-brand img {
        margin-top: -16px;
        margin-left: 0;
        width: 100px;
        height: auto;
    }
	#mainNav.affix li > a,
    #mainNav .dropdown-toggle {
        padding: 15px 25px;
    }
	#menu-main-menu {
		display: none;	
	}
	
	
	/* Mobile/tablet - page */
	.secondary-pg {
		background-image: none;
		background-color: #f7f7f7;
		padding-top: 28px;
	}	
	.pgHeader {
		margin-top: 66px;
	}
	/* Mobile - page content */
    .pg-contentWrap {
		margin-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pg-contentWrap.w-tab:after {
        content: ' ';
    }
    .pg-postShare ul {
        position: relative;
        right: 0;
        top: 0;
        float: none;
        margin-top: 12px;
    }
    .pg-postShare li {
        border-right: #ccc solid 1px;
        border-bottom: none;
        text-align: center;
        display: inline-block;
        padding: 3px 10px;
        margin-bottom: 0;
    }
    .pg-postShare li:first-child {
        padding-left: 0;
    }
    .pg-postShare li:last-child {
        border-right: none;
    }
    .pg-postShare a {
        font-size: 0.8em;
    }
    .pg-postHeader {
        margin-bottom: 12px;
    }
	
	
	/* Mobile/tablet - footer */
    footer h3 {
        margin-top: 12px;
    }
    #footer-socialIcons {
        float: left;
        margin-top: 20px;
    }
    #footer-contact {
        margin-bottom: 20px;
    }
    #footer-events {
        padding-left: 0;
        margin-bottom: 20px;
    }
    #footer-instagramFeed {
        padding-left: 0;
    }
	#footer-contact ul {
		margin-bottom: 20px;	
	}
	#footer-contact ul li {
		background: #008dc7;
		margin-bottom: 2px;
		padding: 12px 10px;
	}
	#footer-contact li:hover,
	#footer-contact li:focus {
		background: #0084ba;
	}
	#footer-contact li a {
		text-decoration: none;
	}
	#footer-contact li.footer-fax a {
		pointer-events: none;	
	}
	#footer-contact .footer-fax > a{
		text-decoration:none; 
		color:inherit;
	}
	#footerEnd ul {
		float: left;
		padding-left: 18px;	
	}
	#footerEnd-copyright {
		display: none;	
	}
	.responsive-switch {
		
	}
	
}


/*****************
ALL SCREENS BIGGER THAN MOBILE
*****************/
@media only screen and (min-width: 750px) {
	.responsive-switch {
		display: none;	
	}
	#footerEnd ul {
    	float: right;
	}
}

@media (min-width: 750px) and (max-width: 1199px) {
	.thumbnail-shelterLocation {
   	 	font-size: 0.68em;
	}
}


/*****************
ALL MOBILE/ TABLET ONLY SCREENS
*****************/
@media only screen and (max-width: 1024px) { 
	#mainNav .navbar-brand img.shrink {
    	-moz-transition: none;
		-webkit-transition:none;
		-o-transition: none;
		transition: none;
		margin-top: -16px;
	}
	.pgHeader {
    	margin-top: 66px;
	}
	.print {
		display: none;	
	}

}

/*****************
ALL SCREENS BETWEEN MOBILE AND DESKTOP
*****************/
@media (min-width: 768px) and (max-width: 1024px) {
	#hp-carousel .hp-carouselSlide {
		margin-top: 66px;	
	}
    .ourpartners-text{
        font-size:26px;
    }
}



/*****************
ALL SCREENS BIGGER THAN TABLET LANDSCAPE
*****************/
@media only screen and (min-width: 1025px) {
    .ourpartners-text{
        font-size:26px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
	
	#menu-main-menu > li > a,
	#menu-main-menu > li:last-child > a {
    	padding-left: 8px;
		padding-right: 8px;
	}
	#menu-main-menu > .menu-adoption.active:after,
	#menu-main-menu > .menu-vet-clinic.active:after {
		border-left-width: 51px;
		border-right-width: 51px;
	}
	#menu-main-menu > .menu-lost-and-found.active:after {
		border-left-width: 72px;
		border-right-width: 72px;
	}
	#menu-main-menu > .menu-our-work.active:after {
		border-left-width: 51px;
		border-right-width: 51px;
	}
	#menu-main-menu > .menu-how-you-can-help.active:after {
		border-left-width: 80px;
		border-right-width: 80px;
	}
	#menu-main-menu > .menu-donate.active:last-child:after,
	.home.page #menu-main-menu > li:last-child:after,
	.page.page-id-1451 #menu-main-menu > li:last-child:after {
		border-left-width: 54px;
		border-right-width: 54px;
	}
	#menu-main-menu .yamm-content li {
		padding-left: 15px;
		padding-right: 15px;
	}
    .ourpartners-text{
        font-size:26px;
    }
}

.titlesubtitle{
	background: rgba(0, 0, 0, 0.6);
    margin-top:0.5em;
    padding-left:1em;
    border-radius:0.5em;
}

#kipcoNav{
    background-color: #009ae7;
}
.ourpartners-text{
    /*text-align: center;*/
    /*padding-top: 1em;*/
    /*padding-bottom: 1em;*/
    font-family: 'Corben', cursive;
    color: #009ada;
}
.kipco-subtitle{
    text-align: center;
    /*padding-top: 1em;*/
    padding-bottom: 1em;
    font-family: 'Playfair Display', serif;
    /*color: #ff6e8d;*/
    color:#009ada;
}

.kipcorow{

}

#kipco-content{
    background-color: white;
}

.kipcosite{
    background: url('https://dogshome.com/wp-content/themes/ldhtheme/assets/images/2019_LDH_KipCo _Background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#kipcoadoptme{
    background-color: #009ae7;
    font-family: 'Corben', cursive;
    text-align: center;
    font-size:1em;
    padding-top:1em;
    padding-bottom: 1em;
    color: white;
}

#kipcocurrent{
    background-color: #fcb567;
    font-family: 'Corben', cursive;
    text-align: center;
    font-size:1em;
    padding-top:1em;
    padding-bottom: 1em;
    color: white;
}

#kipco-petimage{
    padding-top: 1em;
    padding-bottom: 1em;
}

#kipcocurrent a,#kipcoadoptme a{
    background-color: white;
    border-radius: 5px;
    padding:0px 10px 0px 10px;
}

#kipcocurrent .btn,#kipcoadoptme .btn{
    background-color: white;
    border-radius: 10px;
    padding:10px 10px 10px 10px;
    color:black;
    text-transform: none;
    height:auto;
    /*font-weight: 700;*/
    font-size: 1.4em;
    margin-top: 0.5em;

}

#kipcocurrent h2,#kipcoadoptme h2{
    font-size:1.5em;
}


.display_result .fa-times-circle{
    color: #e4231e;
    font-size: 1.4em;
}

.display_result .fa-check-circle{
    color: #0084bd;
    font-size: 1.4em;
}

.display_result .fa-exclamation-circle{
    color: #fab62d;
    font-size: 1.4em;
}

.textwidget{
	background: #e4dfd7;
}

.widget-title{
    font-size:15px;
    font-weight: 700;
    color: #52575b;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .05em;

}

.ourpartnerstable img{
    max-width: 100%;
    height: auto;
}

.mediaimg  .wp-block-media-text__media img{
    max-width: 100% ;
    height: auto ;
}

.wp-block-image img,.mediaimgfix img{
    max-width: 100%;
    height: auto;

}
/* slider event */
.tribe-events-widget-events-list__events {
  display: flex;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.tribe-common-g-row {
  flex: 0 0 100%;
  width: 100%;
}
.tribe-events-widget-events-list__header-title {
    font-weight: 600;
    font-size: 20.25px;
    line-height: 1.25em;
    margin-top: 25px;
    color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
}

.tribe-events-widget-events-list__event-date-tag-month {
    color: #FFF;
}
.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium {
    color: #FFF;
}
.tribe-common-c-svgicon.tribe-events-widget-events-list__event-datetime-featured-icon-svg {
    color: #FFF;
    width: 8px
}
.tribe-events-widget-events-list__event-datetime-featured-icon {
    margin-right: 10px;
}
.tribe-events-widget-events-list__event-datetime {
    display: flex;
    flex-direction: row;
    color: #FFF;
}
.tribe-event-date-start {
    margin-right: 10px;
}
.tribe-event-date-end {
    margin-left: 10px;
}
.tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin, .tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
    color: #FFF;
}

