/*
Theme Name: Chinook Owners Association Theme
Theme URI: http://chinook.org/
Author: Jonathan Jolly
Author URI: http://jonathanjolly.us/
Description: The Chinook Owners Association theme created in 2014.
Version: 0.1
License: GNU General Public License
License URI: license.txt
Text Domain: my-simone
Domain Path: /languages/
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.

 my-simone is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
        3.1 - Collapsible Lists
        3.2 - Tables
        3.3 - Forums
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
X.X - Header
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
        10.4 - Index & archive pages
        10.5 - Category pages
11.0 - Infinite scroll
12.0 - Media
13.0 - Tooltips
14.0 - Responsive Grids
15.0 - Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
label {
    font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
        color: rgb(0,0,0);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, h7 {
	clear: right;               
        font-family: 'Encode Sans Condensed', sans-serif;
        color: #2D482E;
        color: rgb(45,72,46);        
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

h1 { 
    font-size: 35px;
    font-size: 3.5rem;
}
h2 { 
    font-size: 24px;
    font-size: 2.4rem;
}
h3 { 
    font-size: 20px;
    font-size: 2.0rem;
}

.wdp-weight:before /* #JJ - Adds font-awesome scale icon for WDP Details page */
{
    font: normal 22px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f24e";
    vertical-align: middle;
    margin: 7px 8px 7px 0;          
    display:inline-block; 
}

.wdp-distance:before /* #JJ - Adds font-awesome map icon for WDP Details page */
{
    font: normal 22px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f278";
    vertical-align: middle;
    margin: 7px 8px 7px 0;                    
    display:inline-block; 
}

.wdp-info:before /* #JJ - Adds font-awesome map icon for WDP Details page */
{
    font: normal 22px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    vertical-align: middle;
    margin: 7px 8px 7px 0;                    
    display:inline-block; 
}

.breeding-heart {
    position: absolute!important;
    top: -1px;
    right: 0px;
}

.picture-thumb-box .breeding-heart.male-heart:after {/* #JJ - Adds font-awesome heart icon to dogs on My Chinooks page */
    content: "\f004";
    font: normal 14px/1 FontAwesome;
    color: #ADD8E6;
}

.picture-thumb-box .breeding-heart.female-heart:after {/* #JJ - Adds font-awesome heart icon to dogs on My Chinooks page */
    content: "\f004";
    font: normal 14px/1 FontAwesome;
    color: #FFB6C1;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #773815;
        background-color: rgb(119,56,21);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
/*        border:1px solid #000;  #JJ added for all images... */
}
@media screen and (max-width: 1050px) {
    img.hidewhensmall {
        display:none;
    }
}

figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
3.1 Collapsible Lists
--------------------------------------------------------------*/

ul.collapsible-list { 
    list-style-type: none;
    margin: 0px;
}

ul.collapsible-list label {
/*	background-color: #AAAFAB;
	border-radius: 5px;*/
/*	padding: 3px;
	padding-left: 25px;*/
/*	color: white;	*/
    cursor: pointer;
}

ul.collapsible-list li { 
/*	margin: 10px;*/
/*	padding: 5px;*/
/*	border: 1px solid #ABC;
	border-radius: 5px;*/
}

ul.collapsible-list input[type=checkbox] { 
        display: none; 
}

ul.collapsible-list input[type=checkbox] ~ ul { 
	max-height: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
/*	white-space:nowrap;*/
        -webkit-transition:all .1s ease;  
        -moz-transition:all .1s ease;  
        -o-transition:all .1s ease;  
        transition:all .1s ease;  	
}
ul.collapsible-list input[type=checkbox]:checked ~ ul { 
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
}
ul.collapsible-list input[type=checkbox] + label:after{
	transform-origin:25% 50%;
        border: 8px solid transparent;
        border-width: 5px 7px;	
        border-left-color: #2BB673;
        border-left-color: rgb(43,182,115);
        margin-left: 10px;
	width: 0;
	height: 0;
	display: inline-block;
	text-align: center;
	content: '';
/*	color: #AAAFAB;*/
        -webkit-transition:all .1s ease;  
        -moz-transition:all .1s ease;  
        -o-transition:all .1s ease;  
        transition:all .1s ease; 
/*	position: absolute;*/
	margin-top: 1px;
}
ul.collapsible-list input[type=checkbox]:checked + label:after {
	transform: rotate(90deg);
}


/*--------------------------------------------------------------
3.2 Tables
--------------------------------------------------------------*/

td img {
    vertical-align:middle;
}

#table_1_wrapper th.PROFILE, #table_1_wrapper th.KENNEL {
    font-size: 0;
}
#table_1_wrapper th.PROFILE:after, #table_1_wrapper th.KENNEL:after {
    display:none;
}

td.PROFILE a:after /* #JJ - Adds profile icon after 'View Profile' in Member Directory */
{
    font: normal 16px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    vertical-align: middle;
    padding-left:6px;  
    color: #666666;    
    display:inline-block;       
}

td.KENNEL a:after /* #JJ - Adds profile icon after 'View Profile' in Member Directory */
{
    font: normal 16px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1b0";
    vertical-align: middle;
    padding-left:6px;  
    color: #666666; 
    display:inline-block;       
}

/* #JJ - Provides correct styling for tables in general (originally was put in place specifically for Health update tables) */
.coa-post-table th {
    background-color:#333333;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: normal;
    color:#FFFFFF;
    padding: 3px 10px;
}
.coa-post-table td {
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 10px;
    vertical-align: middle;
}

.table-dog-small {
    max-width:104px;
}


th.silver-badge:after, th.gold-badge:after /* #JJ - Adds font-awesome certificate icon in COA Litter Badging Program page */
{
    font: normal 22px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0a3";
    vertical-align: middle;
    margin: 6px 0 7px 8px;          
    display:inline-block;       
}
th.silver-badge:after {  
    color: #cdd0d7;   
}
th.gold-badge:after {  
    color: #D4AF37;       
}

.table-column-hide {
    display:none;
}

/* #JJ - Specific CSS for large tables displayed online.  Originally created for Membership Report (post-34717) */
.sticky-table {
    table-layout: auto!important;
    position:absolute;
    left:0;
    width:99.99%!important;
}
.sticky-table-header {
    position:fixed;
    top:30px;
    z-index:1; 
}
#post-34717 tr td.LASTNAME, th.header.LASTNAME {
    width: 150px;
    min-width:150px;
    max-width:150px;
}
#post-34717 tr td.FIRSTNAME, th.header.FIRSTNAME {
    width: 150px;
    min-width:150px;
    max-width:150px;
}
#post-34717 tr td.MEMBERSHIP_TYPE, th.header.MEMBERSHIP_TYPE {
    width: 85px;
    min-width:85px;
    max-width:85px;
}
#post-34717 tr td.LAST_REGISTERED, th.header.LAST_REGISTERED {
    width: 105px;
    min-width:105px;
    max-width:105px;
}
#post-34717 tr td.STREET_ADDRESS, th.header.STREET_ADDRESS {
    width: 220px;
    min-width:220px;
    max-width:220px;
}
#post-34717 tr td.CITY, th.header.CITY {
    width: 150px;
    min-width:150px;
    max-width:150px;
}
#post-34717 tr td.STATE, th.header.STATE {
    width: 70px;
    min-width:70px;
    max-width:70px;
}
#post-34717 tr td.ZIP, th.header.ZIP {
    width: 75px;
    min-width:75px;
    max-width:75px;
}
#post-34717 tr td.COUNTRY, th.header.COUNTRY {
    width: 80px;
    min-width:80px;
    max-width:80px;
}
#post-34717 tr td.FIRST_REGISTERED, th.header.FIRST_REGISTERED {
    width: 105px;
    min-width:105px;
    max-width:105px;
}
#post-34717 tr td.LAST_LOGIN, th.header.LAST_LOGIN {
    width: 105px;
    min-width:105px;
    max-width:105px;
}
#post-34717 tr td.LOGIN_COUNT, th.header.LOGIN_COUNT {
    width: 50px;
    min-width:50px;
    max-width:50px;
}
#post-34717 tr td.USERNAME, th.header.USERNAME {
    width: 150px;
    min-width:150px;
    max-width:150px;
}
#post-34717 tr td.PROFILE, th.header.PROFILE {
    width: 45px;
    min-width:45px;
    max-width:45px;
}
.page-id-34717 .site-footer {
    display:none;
}









/*--------------------------------------------------------------
3.3 Forums (#JJ - override styles)
--------------------------------------------------------------*/

/* #JJ - changes text in forum widget */
.widget .bbp-forum-title + div {  
     font-size: 85%;
}

/* #JJ - Forum styles */

#bbpress-forums { /* #JJ - trying to use space wisely, but doesn't look good on all pages... */
/*    margin-top: -30px;*/
    font-size: 14px;
    font-size: 1.4rem;
}

div.bbp-template-notice p {  
    font-size: 14px;
    font-size: 1.4rem;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fafafa;
}

#bbpress-forums ul.bbp-forums, ul.bbp-topics {
    border-color: #c6c6c6;    
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    border: 1px solid #c6c6c6;
}


#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid #c6c6c6; 
}


#bbpress-forums li.bbp-header {
    background: #666;
}

#bbpress-forums div.reply {
    height: auto;
    width: inherit;
}

/*#bbpress-forums li.bbp-header ul, #bbpress-forums li.bbp-header, #bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a {
    font-family: 'Francois One';
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
} #JJ - was affected reply links making them white */

#bbpress-forums li.bbp-header ul, #bbpress-forums li.bbp-header, #bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a.favorite-toggle, #bbpress-forums div.bbp-reply-content a.subscription-toggle {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 1.6rem;
}

#bbpress-forums .bbp-forums-list li {
    display: list-item;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 15px 15px 15px 10px;
}

#bbpress-forums ul {
    /*padding: 10px 5px 10px 5px;*/
    border-color: rgb(224, 224, 224);
}

#bbpress-forums a.bbp-forum-title {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 14px;
    font-size: 1.4rem;  
}

/*div.bbp-breadcrumb, div.bbp-topic-tags {
    display: none;
}*/

#bbpress-forums div.reply {
    font-weight: 400;
    font-family: inherit;   
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    background-color: #ffffe0 !important;
    font-size: 16px;
    font-size: 1.6rem; 
}

.bbp-topics-front ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:after, .bbp-topics ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:after, .bbp-topics ul.sticky li.bbp-topic-title a.bbp-topic-permalink:after, .bbp-forum-content ul.sticky  li.bbp-topic-title a.bbp-topic-permalink:after{
    font: normal 14px/1 FontAwesome; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08d";
    margin-left:10px;
}

    



#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color: #000;   /* #JJ - not sure if I like this... */
}
/*#bbpress-forums .status-closed a.bbp-topic-permalink:after {
    content: ' (closed topic)';    
}*/
span.bbp-admin-links a {
    color: #999; 
    font-size: 12px;
    font-size: 1.2rem;
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
    color: #999;
}

#bbpress-forums #subscription-toggle {
    float:right;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    border-top: none;  
}

#bbpress-forums fieldset.bbp-form {
    border: 1px solid #c6c6c6; 
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 15px;
    font-size: 1.5rem;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
   border: none;
   width:16px;
   margin-bottom: -3px;
}

body .bbppu-mark-as-read {  
    float: right;
    margin-right: 20px;
}

.bbp-topics-front ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:after, .bbp-topics ul.super-sticky li.bbp-topic-title a.bbp-topic-permalink:after, .bbp-topics ul.sticky li.bbp-topic-title a.bbp-topic-permalink:after, .bbp-forum-content ul.sticky  li.bbp-topic-title a.bbp-topic-permalink:after{
    font: normal 14px/1 FontAwesome; 
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08d";
    margin-left:10px;
}

.dashicons, .dashicons-before:before {
    font: normal 14px/1 FontAwesome !important;     
    color: #2BB673;
    vertical-align: inherit !important;
}

.dashicons-flag:before {
    content: "\f02e" !important;
}

body:not(.rtl) a.bbppu-hentry.bbppu-unread, body:not(.rtl) ul.bbppu-hentry.bbppu-unread > li:first-child {
    border-left: 5px solid #2BB673 !important;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}

::-webkit-input-placeholder {
    color: #cccccc;
}

label.custom-upload input[type="file"] {
    display: none;
}

label.custom-upload {
	background: #fff; /* Old browsers */
	border: 1px solid #ccc;
	color: #777;
	font-size: small;
	cursor: pointer;
	outline: none;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;        
        font-family: 'Encode Sans Condensed', sans-serif;
        text-transform: uppercase;
/*        line-height: 1;*/
        border-radius: 3px;
        font-weight: normal!important;
        margin-top: 0px!important;
}

label.custom-upload:hover {
	background: #ededed;
	border: 1px solid #bbb;
	color: #555;
	outline: none;
	text-decoration: none;
}


#spinner {
	position: absolute;
	top: 50px;
	left: 50px;
/*	margin: -100px 0 0 -100px;*/
	height: 50px;
	width: 50px;
	text-indent: 250px;
        text-indent: 50px;
	white-space: nowrap;
	overflow: hidden;
        background-image: url(../../../images/spinner.png);   
        /*-webkit-mask-image: url(../../../images/spinner.png);       
	background-color: #000;*/
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}
/*#spinner-overlay {
        position:absolute;
        background-color: rgba(255,255,255,0.8);
        width:152px;height:152px;       
        top: 0;
}*/


.ispinner {
    display:none;
  position: absolute;
	top: 50px;
	left: 50px;
  /*position: relative;*/
  width: 50px;
  height: 50px; }
  .ispinner .ispinner-blade {
    position: absolute;
    left: 44.5%;
    top: 37%;
    width: 10%;
    height: 25%;
    border-radius: 50%/20%;
    -webkit-animation: ispinner-fade 1s linear infinite;
    animation: ispinner-fade 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
    .ispinner .ispinner-blade:nth-child(1) {
      -webkit-animation-delay: -1.66667s;
      animation-delay: -1.66667s;
      -webkit-transform: rotate(30deg) translate(0, -150%);
      transform: rotate(30deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(2) {
      -webkit-animation-delay: -1.58333s;
      animation-delay: -1.58333s;
      -webkit-transform: rotate(60deg) translate(0, -150%);
      transform: rotate(60deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(3) {
      -webkit-animation-delay: -1.5s;
      animation-delay: -1.5s;
      -webkit-transform: rotate(90deg) translate(0, -150%);
      transform: rotate(90deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(4) {
      -webkit-animation-delay: -1.41667s;
      animation-delay: -1.41667s;
      -webkit-transform: rotate(120deg) translate(0, -150%);
      transform: rotate(120deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(5) {
      -webkit-animation-delay: -1.33333s;
      animation-delay: -1.33333s;
      -webkit-transform: rotate(150deg) translate(0, -150%);
      transform: rotate(150deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(6) {
      -webkit-animation-delay: -1.25s;
      animation-delay: -1.25s;
      -webkit-transform: rotate(180deg) translate(0, -150%);
      transform: rotate(180deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(7) {
      -webkit-animation-delay: -1.16667s;
      animation-delay: -1.16667s;
      -webkit-transform: rotate(210deg) translate(0, -150%);
      transform: rotate(210deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(8) {
      -webkit-animation-delay: -1.08333s;
      animation-delay: -1.08333s;
      -webkit-transform: rotate(240deg) translate(0, -150%);
      transform: rotate(240deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(9) {
      -webkit-animation-delay: -1s;
      animation-delay: -1s;
      -webkit-transform: rotate(270deg) translate(0, -150%);
      transform: rotate(270deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(10) {
      -webkit-animation-delay: -0.91667s;
      animation-delay: -0.91667s;
      -webkit-transform: rotate(300deg) translate(0, -150%);
      transform: rotate(300deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(11) {
      -webkit-animation-delay: -0.83333s;
      animation-delay: -0.83333s;
      -webkit-transform: rotate(330deg) translate(0, -150%);
      transform: rotate(330deg) translate(0, -150%); }
    .ispinner .ispinner-blade:nth-child(12) {
      -webkit-animation-delay: -0.75s;
      animation-delay: -0.75s;
      -webkit-transform: rotate(360deg) translate(0, -150%);
      transform: rotate(360deg) translate(0, -150%); }
  .ispinner.animating .ispinner-blade {
    -webkit-animation-play-state: running;
    animation-play-state: running; }
  .ispinner.white .ispinner-blade {
    background-color: white; }
  .ispinner.gray .ispinner-blade {
    background-color: #2bb673; }
  .ispinner.large {
    width: 35px;
    height: 35px; }
    .ispinner.large .ispinner-blade {
      width: 8.57143%;
      height: 25.71429%;
      border-radius: 50%/16.67%; }

@-webkit-keyframes ispinner-fade {
  0% {
    opacity: 0.85; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25; } }
@keyframes ispinner-fade {
  0% {
    opacity: 0.85; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0.25; } }



button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 1em 2em;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    /*color: hsl(0, 0%, 100%);*/
    color: #fff;
    background: #3c3c3c;
    /*background: hsl(0, 0%, 24%);
    border: none;*/
    border: 1px #3c3c3c solid;
    border-radius: 3px;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000;
    background: hsl(0, 0%, 0%);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #000;
    background: hsl(0, 0%, 0%);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 8px;
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #333;
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

.fbx-item .wpcf7 {
    padding:10px;  /* #JJ - Adds padding for popup Contact 7 Forms */  
}

.bp-album-change-photo {
    position:relative;
    float:right;
}
@media screen and (max-width: 990px) {
    
    #bp-album-edit-form {
        clear:both;        
    }
    #bp-album-upload-form2 {
        margin-bottom:15px;        
    }
    .bp-album-change-photo {        
        float:left;
    }
}



/* #JJ - Correctly formats names/email on puppy membership purchase pages */
@media (max-width: 767px) {
    .puppy-form input {
        width:100%;
        margin-bottom:5px
    }
}

/* #JJ - Adds line break between Contact Form 7 checkbox lists */
.wpcf7-checkbox span.wpcf7-list-item {
    display:block;
}

/* #JJ - reduces height of rescue contact form textareas */
.rescue-textarea {
    height: 70px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    text-decoration: none;	
    color: #000;
    color: rgb(0, 0, 0);    
}

a:visited {
    color: #333;
    color: hsl(0, 0%, 20%);
}

a:hover,
a:focus,
a:active { 
    text-decoration: underline; 
}

a.anchor {
    display: block; 
    position: relative; 
    top: -50px; 
    visibility: hidden;
}

a[href$=".pdf"]:after  /* #JJ - Adds PDF icon after all PDF files */
{
    font: normal 16px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
    padding-left:6px;  
    color: #2BB673;
    color: rgb(43,182,115);
    display:inline-block;        
}

a[href*="#contact_form_pop"]:after  /* #JJ - Adds email icon after contact form links */
{
    font: normal 16px/1 FontAwesome;   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f003";
    padding-left:6px;  
    color: #2BB673;
    color: rgb(43,182,115);
    display:inline-block;        
}



/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;  
/*    font-family: 'Special Elite', cursive;*/
    margin-right: 40px;
    
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
    display: block;
    font-family: 'Encode Sans Condensed', sans-serif;
    padding: .5em 1em;
    font-size: 19px;
    font-size: 1.9rem;
    text-decoration: none;
    line-height: 1.4em;
    color:#000;
}
.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    background: #2d482e;    
/*    background:rgba(45,72,46,1);*/
    background:rgba(0,0,0,.9);
    margin-top:1px;    
}

.main-navigation ul ul a {
    padding-bottom:11px;
    font-size: 16px;
    font-size: 1.6rem;
    color:#fff;
    width:200px;
    border-bottom: 1px solid #2d482e;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
        margin-top:0px;
}
.main-navigation li:hover > a {
    color:rgb(45,72,46);
/*    background: url(images/nav-hover.png) bottom no-repeat;
    background-position: 50% 92%;   #JJ - Commented out because seemed unnecessary with how hovers work.  */
}
.main-navigation ul ul :hover > a {       
    background-image: none;  
    color: #fff;
    background-color:#3c3c3c;
    
    
}
.main-navigation ul ul a:hover {
    background: #2bb673;
    color:#fff;
}
.main-navigation ul li:hover > ul {
	display: block;        
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
    background-image: url(images/nav-hover.png) bottom no-repeat;
    background-position: 50% 75%;
    color:rgb(45,72,46);
}

/* #JJ - This was interfering with the custom links as the main navigation items.  Not sure why it was ever in here... */
/*.main-navigation .menu-item-object-custom > a,
.main-navigation .menu-item-object-custom > a:hover{
    background-image:none;    
    color:#fff;    
}*/

.main-navigation .current_page_ancestor {
    background: url(images/nav-hover.png) bottom no-repeat;
    background-position: 50% 75%;
    color:rgb(45,72,46);
/*    background: #4d4d4d;
    background: hsl(0, 0%, 30%);*/
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current-menu-parent .current-menu-item > a, .main-navigation .current_page_item > a {
    background-color:#3c3c3c!important;
    background-image:none!important;
    color:#fff!important;
/*    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #313131;
    background: hsl(0, 0%, 19%);*/
} 
.main-navigation ul ul .sf-with-ul {
    border-right:5px solid #2bb673;
/*    background: url(images/sf-with-ul-icon.png) 190px no-repeat;*/
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
        position:absolute;
}
.menu-toggle-wrapper {    
    position:absolute;
    top:-64px;
    right:90px;
}

#menu-item-34071 { /* JJ - Hides Login in submenu at larger screen sizes */
    display:none;
}
#menu-item-34070 { /* JJ - Hides Logout in submenu at larger screen sizes */
    display:none;
}

#site-navigation.toggled .menu-toggle, .search-toggle.active {
    color: rgb(43,182,115); 
}
#site-navigation:not(.toggled) .menu-toggle {
    color: #000;
}

@media (hover: hover) { /* #JJ - makes it so these don't trigger in mobile */
    #site-navigation .menu-toggle:hover, .search-toggle:hover {
        color: rgb(43,182,115);
    }
} 



/*@media screen and (max-width: 1075px) and (min-width: 991px) {
    #menu-item-33317 {  JJ - Shows Login in submenu at smaller screen sizes 
        display:block;
    }
    #menu-item-30470 {  JJ - Shows Logout in submenu at smaller screen sizes 
        display:block;
    }
}*/

@media screen and (max-width: 990px) {
    #menu-item-34071 {  /* JJ - Shows Login in submenu at smaller screen sizes */
        display:block;
    }
    #menu-item-34069 { /* JJ - Hides Login in Members submenu at smaller screen sizes */
        display:none;
    }
    #menu-item-34070 {  /* JJ - Shows Logout in submenu at smaller screen sizes */
        display:block;
    }
    #menu-item-30217 { /* JJ - Hides Logout in Members submenu at smaller screen sizes */
        display:none;
    }
    .menu-toggle {
        display: block;
        height: 3.75em;
        padding: 0 1em;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        line-height: 3.75em;
        float:left;
    }
    
    .menu-toggle {
/*        font-family:'Special Elite',cursive;*/
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600;   
        line-height: 1.3em;
        padding: .6em;
        float:none;        
        padding-top: 1.1em;
    }
    .menu-toggle:after {
        display: inline-block;
        font: normal 24px/1 FontAwesome;   
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0c9";
        vertical-align: top;
    }

    .search-toggle {
        padding-top: 0.5em;
    }

    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
        padding-left: 0;
    }    
    .main-navigation li { 
            float: none; 
    }
    .main-navigation li a { 
        padding: 1.3em 2em; 
    }
    .main-navigation li li a { 
        padding-left: 4em; 
    }
    .main-navigation li li li a { 
        padding-left: 6em; 
    }
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
    }
    .main-navigation ul ul a { 
        width: 100%; font-weight:400;
    }    
    .main-navigation .current_page_ancestor { 
        background: inherit; 
    }
    .main-navigation li:hover > a {
        background-image: none;
    }
    .main-navigation ul a, .main-navigation li:hover > a {                
        background-color: #222; 
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
    }  
    .main-navigation ul ul a, .main-navigation ul ul :hover > a {      
        border-bottom: none;
        background-color: #333; 
        font-size: 18px;
        font-size: 1.8rem;
    }     
    .main-navigation ul ul a {
        padding-bottom:11px;
        padding-top:11px;
    }       
    
    .main-navigation ul a:hover, .main-navigation ul ul a:hover {
        color:#fff;
        background-image:none;
        background-color: #2bb673;
    }    
    .menu.nav-menu {
        margin-top: 15px;
    }
}
@media screen and (max-width: 550px) {
    .menu-toggle-wrapper {
        position:relative;      
        top:0;
        right:0;        
    }
    .menu.nav-menu {
        margin-top: 85px;
    }
    .content-area {
        margin-top: 85px;
    }    
    .flex-container {
        margin-top: -85px;
    }
}
/* Social Menu */

.menu-social ul {
    float: right;
    text-align: center;
    list-style: none;    
}

.menu-social ul li {
    position: relative;
    display:  inline-block;       
}

.menu-social ul li a {
       
}

.menu-social li a:before {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 36px;
    font-size: 3.6rem;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';    
}
.menu-social li a:hover:before {   
    color: #fff;
}

.menu-social li a[href*="facebook.com"]::before { content: '\f082'; }

.menu-social li a[href*="twitter.com"]::before { content: '\f099'; }

.menu-social li a[href*="dribbble.com"]::before { content: '\f17d'; }

.menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; }

.menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; }

.menu-social li a[href*="github.com"]::before { content: '\f09b'; }

.menu-social li a[href*="tumblr.com"]::before { content: '\f173'; }

.menu-social li a[href*="youtube.com"]::before { content: '\f167'; }

.menu-social li a[href*="flickr.com"]::before { content: '\f16e'; }

.menu-social li a[href*="vimeo.com"]::before { content: '\f194'; }

.menu-social li a[href*="instagram"]::before { content: '\f16d'; }

.menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }

.menu-social li a[href*="redbubble.com"]::before,.menu-social li a[href*="zazzle.com"]::before, .menu-social li a[href*="cafepress.com"]::before { content: '\f07a'; }

.menu-social li a[href*="contact-us"]::before { content: '\f003'; }

.menu-social li input[type="image"] { /* #JJ - Donate button */
    padding: 13px 10px 12px;
    vertical-align: top;
}


@media screen and (max-width: 768px) {
    .menu-social li a:before {
        padding: 0 5px;        
        font-size: 30px;    
        font-size: 3.0rem;
    }
}

@media screen and (max-width: 640px) {    
    .menu-social ul {
        float: none;
        margin-left: 0;
    }
    .menu-social li a:before {
        padding: 0 10px;               
    }
}

@media screen and (max-width: 600px) {
    #menu-social ul {
	position: absolute;
        top: 0;
        right: 6rem;
        display: block;
    }
    
    #menu-social li a { 
        padding-left:.5em;
        padding-right: .5em;
    }
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
        font-size: 18px;
        font-size: 1.8rem;
        font-family: 'Encode Sans Condensed', sans-serif;
        color: #000;
        color: hsl(0, 0%, 0%);
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
        float: left;
        padding-right: 15%;
        margin-bottom: 20px;    
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
        width: 50%;	
        float: right;
        padding-left: 15%;
	text-align: right;
        margin-bottom: 20px;     
}


.nav-indicator { 
    margin-bottom: 1em; 
}

.nav-previous h1,
.nav-next h1 { 
    font-weight: 600; 
    font-size: 1.5px;
    font-size: 1.5rem;
}
.post-nav-box {
    padding: 2em 0;
    margin-bottom: 4em;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px; 
}
.comment-navigation {
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;  
}

.comment-navigation i {
    margin: 0 1em;
}

.paging-navigation ul {
    margin: 0;
}

.paging-navigation li { display: inline; }

a.page-numbers,
span.page-numbers {
     padding: .3em .7em;
     color: #333;
     color: hsl(0, 0%, 20%);
}

@media screen and (max-width: 600px) {
    a.page-numbers,
    span.page-numbers {
        padding: .3em .5em;
}
}
    a:hover.page-numbers {
        color: #000;
        color: hsl(0, 0%, 0%);
    }


.paging-navigation .current {
    font-weight: bold;
    color: #000;
    color: hsl(0, 0%, 0%);
    font-size: 24px;  
    font-size: 2.4rem;
}
@media screen and (min-width: 675px) {
    .prev.page-numbers:after {        
        content: ' Previous';
    }
    .next.page-numbers:before {        
        content: 'Next ';
    }    
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        right: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}
/* Alignment responsive */
/* #JJ interfered*/
@media screen and (min-width: 1320px) {
/*    .alignleft {
        margin-left: -160px; 
    }*/
}

/*@media screen and (min-width: 1820px) {
    .alignright { 
        margin-right: -160px; 
    }
}*/

#kenneltitle {  /* #JJ - Aligns kennel title to left on kennel page (outside of bp profile). */
    text-align:left;
}

/*--------------------------------------------------------------
8.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
X.X Header
--------------------------------------------------------------*/
.header-image img {
    display: block;
    margin: 0 auto;
}

.header-background-image {
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}

.header-background-image .title-box {
    background: #333;
    background: hsla(0, 0%, 0%, .7);
}


/*.site-branding {
    padding: 6rem 0;
    text-align: center;
    background: #2c86ba;
    background: hsl(202, 62%, 45%);
}

.site-title {
    font-weight: 700;
    font-size: 40px;
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 1rem;
}*/
body {
    /*background: rgb(227,208,174) url(images/bg.jpg); #JJ - removed bg image 1/30/2026 */
    background-color: #efe7db;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #efe7db 8px), repeating-linear-gradient(#fefff055, #fefff0);
}
#page-wrap {
    margin: 0px auto 0px; 
    background: white;
    max-width: 1024px;
    -webkit-box-shadow: -0px 0px 30px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    -0px 0px 30px 5px rgba(0, 0, 0, 0.25);
    box-shadow: -0px 0px 30px 5px rgba(0, 0, 0, 0.25);
    position:relative;
    z-index:1;
}
@media screen and (min-width: 1420px) {
    #page-wrap {
        margin: 0 40px 0;
    }
}
@media screen and (min-width: 1460px) {
    #page-wrap {
        margin: 0 80px 0;
    }
}
@media screen and (min-width: 1500px) {
    #page-wrap {
        margin: 0 120px 0;
    }
}
@media screen and (min-width: 1540px) {
    #page-wrap {
        margin: 0 160px 0;
    }
}

@media screen and (min-width: 1680px) {
    #page-wrap {
        margin: 0 240px 0;
    }
}
@media screen and (min-width: 1760px) {
    #page-wrap {
        margin: 0 280px 0;
    }
}
.flex-container {
    z-index: 0;
    position: relative;
}
@media screen and (min-width: 1820px) {
    #page-wrap {
        margin: 0 auto 0;
    }
}
.flex-container {    
/*    max-width:500px;*/
    margin-left:20px;
}
.flexslider img {
    float:left; 
/*    border: 1px solid #000;*/
}
.flex-caption {     
    margin: 0 20px 20px 30px;
    float: left;
    display: block;
    max-width: 454px;
}

.flex-caption h1 { 
    color:#000;
    text-transform:uppercase;
}

.flex-caption p { 
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size:20px;
    font-size:2.0rem;
}

.flexslider button, #ad-box button, .details button, .green-button { 
    width:inherit;
    padding: 8px 30px 10px;
    -webkit-box-shadow: 0 0 0 2px #999;
    -moz-box-shadow: 0 0 0 2px #999;
    box-shadow: 0 0 0 2px #999;
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #FFFFFF;
}
.flexslider button:hover , #ad-box button:hover, .details button:hover, .green-button:hover { 
    -webkit-box-shadow: 0 0 0 2px #2d482e;
    -moz-box-shadow: 0 0 0 2px #2d482e;
    box-shadow: 0 0 0 2px #2d482e;
}
a.green-button {
    text-decoration: none;
    padding: 8px 18px 10px;
}
a.green-button:visited {
    text-decoration: none;
    padding: 8px 18px 10px;
    color: #ffffff;
}

@media screen and (max-width: 1050px) {
    .flex-caption {            
        max-width: 350px;
    }
    .flex-caption h1 {             
            font-size:30px;
            font-size:3.0rem;
    }
    .flex-caption p {                    
        font-size:18px;          
        font-size:1.8rem;
    }
}

@media screen and (max-width: 990px) {
    .flex-caption {            
        max-width: 300px;
    }
}
@media screen and (max-width: 900px) {
    .flex-caption {
        max-width: 500px;
        margin: 20px 20px 30px 0px;
    }
    .flex-caption h1 { 
        font-size:35px;
        font-size:3.5rem;        
    }    
}
@media screen and (max-width: 550px) {
    .flex-container {    
    /*    max-width:500px;*/
        margin-left:0px;
    }
    .flex-caption, .flex-control-nav {
        margin-left:20px!important;
    }
    .flexslider img { 
        border: 1px solid #000;        
        border-left:none;
        border-right:none;
        width:100%;
    }
}

#coa-intro {
    padding: 20px;
    float: left;
    display:inline-block;
    margin-right:20px;
}
#coa-intro h1 {
    padding-bottom: 15px;  
}

#coa-intro p, #coa-intro li {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
}
/* #JJ - Makes volunteer 'ad-box' appear correctly */
#volunteer-box {
    padding: 20px; 
    border: 3px solid #2bb673; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    margin-bottom: 28px;     
    max-width:519px;
    float:left;
}

@media screen and (max-width: 1050px){
    #volunteer-box {
        float:none;
    }
}


#ad-box {
    padding: 20px;
    border: 3px solid #2bb673;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    float: right;
    max-width: 400px;
    margin-bottom: 40px;
    margin-right:28px;
    margin-top: 28px;
}
#ad-box h1 {
    color:#000;
}
#ad-box p {
    font-size:20px;
    font-size:2.0rem;
}
#ad-box-wrapper {
    margin:0 auto;
    position:relative;
}
@media screen and (max-width: 1080px){
    #coa-intro {
/*        max-width:480px;*/
    }
    #ad-box {        
            
    }
    #ad-box button, .details button, .green-button {
        width:159px;
        padding: 6px;
    }
    #ad-box h1 {
        font-size:24px;
        font-size:2.4rem;
    }
    #ad-box p {
        font-size:14px;
        font-size:1.4rem;
    }
}

@media screen and (max-width: 950px){
    #coa-intro {
/*        max-width:580px;*/
    }
    #ad-box {
        max-width:500px;         
        float: left;
        margin:20px;
    }
 
    #ad-box h1 {
        font-size:24px;
        font-size:2.4rem;
    }
    #ad-box p {
        font-size:14px;
        font-size:1.4rem;
    }
}
@media screen and (max-width: 550px) {
    #ad-box {float:left;}
}
.article-container .article-content {
    max-width: 600px;
    float: left;
}
.article-container img {
    max-width: 400px;
    margin-top: 30px;
    margin-right: 28px;
    float:right;
/*    border:1px solid #000;*/
}
@media screen and (max-width: 1050px) {
    .article-container .article-content {
        max-width: 500px;
        float: left;
    }
    .article-container img {
        max-width: 350px;       
    }
}
@media screen and (max-width: 900px) {
    .article-container img {   
        margin-top: 0px;
        margin-left: 4rem;
        float:none;
        width:100%;
    }    
}
@media screen and (max-width: 600px) {
    .article-container img {
        margin-top: 0px;
        margin-left: 2rem;
        float:none;
        width:100%;
        margin:0 auto;
    }   
    .article-img-container {
        padding-left: 2rem;
        padding-right: 2rem;        
    }
}
.article-container footer {
    padding-bottom:25px;
}
#ribbon { 
    background-color: #ccb283;
    min-height: 52px;
/*    margin-right: 10px;*/
    position:relative;
    display: inline-block;
    width: 99.2%;
}
#ribbon h1 { 
    color: #fff;
    margin-left: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
    float:left;
}

#ribbon > span { 
    position: absolute;
    right: 100%;
    top: 10px;
    width: 20px;
    height: 100%;
    background: #ccb283 url(images/shadow-left.png) repeat-y right;
    -webkit-border-radius: 2px 0 0 2px;  
    -moz-border-radius-radius: 2px 0 0 2px;
    border-top-radius: 2px 0 0 2px;
    
}
#ribbon-nav {
    float:right;
}
@media screen and (max-width: 600px) {
    #ribbon-nav {float:left;clear:both;}
}
#ribbon-nav .paging-navigation {
    background:none;
    padding:6px;    
    margin:0px;
}
#ribbon-nav .paging-navigation .current {
    font-size: 24px;
    font-size:2.4rem;
    padding-top:8px;    
    padding-bottom:8px;
}
#ribbon-nav a.page-numbers, #ribbon-nav span.page-numbers {
    color:#fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
.paging-navigation {
    background: url(images/dogsled.png) no-repeat right;
}
#nav-hr {
    background: transparent url(images/hr.png) no-repeat;
    width:680px;
    height:26px; 
    position:absolute;
    z-index:1;
    right:-5px; 
    /*top:39px; JJ-changed to accommodate new logo 1/30/2026*/
    top:60px;
}

.hr-triline {
    max-width:95%;
    /*height:47px;
    background: transparent url(images/hr-triline-black.png) no-repeat;
    background-position: center; */
    margin:0 auto;
    clear: both;
    display: block;
    border: none;
}

.menu-main-nav-menu-container {
    float:left;
}
button, .green-button {
    background-color: rgb(45,72,46);
    /* width: 100%; #JJ - turned off because was messing with buttons in wpdatatables */
    padding:6px;
    font-size:20px;
    font-size:2.0rem;    
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    text-transform:none;
}

button:hover, .green-button:hover { 
    background: rgb(43,182,115);
}



#page > header {    
    /*background: transparent url(images/header-bg.png) no-repeat right; #JJ-memoved fake paper look 1/30/2026 */
    position: relative;
    z-index:1;
   /* #JJ - was causing too much space at top of page min-height:150px; */
    background-position:right top;
    margin-top:40px;
    margin-right:-10px;
}

#logo {
    background: transparent url(images/logo.png) no-repeat;
    font-size: 0px;
    font-size: 0rem;
    color: #000;
    width:302px;
    height:62px; 
    position:relative;
    float:left;
    z-index:3;
    margin-left: 12px;
    margin-top: 10px;
    background-size: 310px;
    /* background: transparent url(images/logo.png) no-repeat; #JJ-replaced logo and adjusted css 1/30/2026
    /*font-size: 0px;
    /*font-size: 0rem;
    /*color: #000;
    width:329px;
    height:80px; 
    position:relative;
    float:left;
    z-index:3;
    margin-left: -20px;
    margin-top: -20px;*/
}
#login {
    right: 8px;
    position: absolute;
    top: -11px;
    width:200px;
    text-align:right;    
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size:14px;
    font-size:1.4rem;
    
}
.site-description {    
    margin:20px 20px 0px 20px;
    position: relative;  
    padding-top:24px;
    clear:both;
}
@media screen and (max-width: 990px) { 

    #login {
        display:none;
    }
    #nav-hr {
        width:40%;
    }
}

@media screen and (max-width: 550px) { 
    .site-description {          
        text-align:center;
        padding-top:74px;
    }
    #nav-hr {
        background: transparent url(images/hr-triline-black.png) no-repeat; 
        width:100%;
        height:20px;
    }
}
.nav-wrapper {
    float: right;
    position:relative;
    z-index:2;
    margin-right:60px; 
    margin-top:16px;
}
@media screen and (max-width: 990px) {
    .nav-wrapper {
        float: none;
        width: 100%;
    }
    .menu-main-nav-menu-container {
        float:none;
        margin-top:18px;
    }    
}
@media screen and (max-width: 550px) {
    .menu-main-nav-menu-container {
        float:none;
        margin-top:86px;
    }
}
#bg-triline-white {
    position:absolute;
    left:-120px;
    top:70px;
    background:url(images/bg-triline-white.png) no-repeat;
    width:59px;
    height:932px;
}
#bg-coa-logo {
    position: absolute;
    right: 74%;
    top: 172px;
    background: url(images/bg-coa-alternate-logo.png) no-repeat;
    background-size: 100%;
    opacity: .1;
    filter: alpha(opacity=10);
    width: 457px;
    height: 482px;    
}

/*.site-branding {
    padding: 6rem 0;
    text-align: center;
    background: #2c86ba;
    background: hsl(202, 62%, 45%);
}

.site-title {
    font-weight: 700;
    font-size: 40px;
    font-size: 4.5rem;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 1rem;
    
    background: transparent url(images/coa-logo.png) no-repeat;
    font-size: 1px;
    width:334px;
    height:90px; 
    position:relative;
    left: 0;
    top: 15px;
    z-index:2;
    float: left;
}*/





                    
.title-box {
    width: 600px;
    max-width: 75%;
    padding: 4rem;
    margin: 0 auto;
    border: solid 1px #fff;
    border: solid 1px hsla(0, 0%, 100%, .3);
}
                    
.site-branding a { 
    text-decoration: none; 
}

.site-title a,
.site-description { 
    color: #2d482e;
    color: rgb(45,72,46);
}
                    
/* Header responsive */

/*@media screen and (max-width: 1100px) {    
    
    #logo {
        background: transparent url(images/logo-medium.png) no-repeat;        
        width:220px;
        height:59px;         
        margin-left: 0px;
        margin-top: -10px;
    }    
    #page > header {            
        margin-top:10px;       
    }
    
}*/

@media screen and (max-width: 1075px) {    
    
    #logo {
        background: transparent url(images/logo.png) no-repeat;        
        width:280px;
        height:57px;              
        margin-top: 15px;
        margin-left: 10px;
        background-size: 280px;
    }
    #page > header {    
        background: none;       
        margin-top:0px;
        margin-right:0px;    
    }
    #nav-hr {        
        right:0px;         
    }
    #bg-coa-patch {
        display:none;   
    }
    #bg-triline-white {
        display:none;
    }
    #ribbon { 
        width: 100%;
    }        
}

@media screen and (max-width: 920px) {  
    .paging-navigation {
        background: none;
    }
    body {
        background: none;
    }
}

@media screen and (max-width: 550px) {
    .site-branding { padding: 0; }
    
    .title-box {
        max-width: 100%;
        margin: 0;
        padding: 4rem;
        border: none;
    }
    
    #logo {        
        position: absolute;
        left: 50%;
        margin-top:13px;
        margin-left: -152px;  
    } 
    #nav-hr {        
        top:75px;         
    }  
}

@media screen and (max-width: 420px) {
    #logo {        
        margin-top:20px;
        margin-left: -112px;  
        background-size:220px;
        width:220px;
    } 
}



/* Header search */

.search-toggle {
/*    float: right;
    width: 54px;   
    padding: .8em 12px;
    margin-right: 10px;
    margin-left: 30px;*/
    color: #000;
    text-align: center;
    cursor: pointer;
    font-weight: 600;   
}

.search-toggle .fa {
     font-size:20px;
     font-size:2.0rem;
}

.search-toggle-wrapper {
    position:absolute;
    top:14px;
    right:-30px;
}
@media screen and (max-width:990px){
    .search-toggle-wrapper {
        position:absolute;
        top:-51px;
        right:13px;
    }
}
@media screen and (max-width:550px){
    .search-toggle-wrapper {
        top:13px;        
    }
}
input[type="search"] {
    box-sizing: border-box;
    width: 100%;
}

.search-box-wrapper {
    z-index: 3;   
    display: none;
    position:absolute;
    top:56px;
    right:0;
}

.search-box {
    padding: .3em .5em .3em 1.5em;
    background: rgba(43,182,115,1);
/*    margin-top: 56px;*/
    margin-right: 27px;   
}

@media screen and (max-width: 1075px) {
    .search-box {
        margin-right: 0px;
    }
}

.search-box .search-field {
    max-width: 362px;
    float: right;
    padding: .5rem 1rem .5rem 2rem;    
    font-size: 16px;
    font-size:1.6rem;
    background-color: #fff;
    border: 0;
    margin-right: 10px;
/*    font-family: 'Special Elite', cursive;*/
}

@media screen and (max-width: 550px) {
    .search-box-wrapper {
        width:100%;
        top:80px; 
        left: auto;
        margin-top:5px;
        margin-left: 0px;  
        right:auto;        
    }
    
    .search-box .search-field {
        max-width: 550px;
        float: none;
        padding: 1rem 1rem 1rem 2rem;    
        font-size: 16px;
        font-size:1.6rem;
        background-color: #fff;
        border: 0;
        margin-right: 0px;
/*        font-family: 'Special Elite', cursive;*/
    }
    .search-box {
        padding: .5em;
        margin-top: 0px; 
    }
}

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit { 
    display: none; 
}

/* #JJ - increases space between featured image and title on posts */

.single-post-thumbnail img.attachment-large-thumb.size-large-thumb.wp-post-image {
    margin: 0 40px;
}
@media screen and (max-width: 600px) {
    .single-post-thumbnail img.attachment-large-thumb.size-large-thumb.wp-post-image {
        margin: 0 20px;
    }
}
@media screen and (max-width: 550px) {
    .single-post-thumbnail img.attachment-large-thumb.size-large-thumb.wp-post-image {
        margin: 0 auto;
        border-right:none;
        border-left:none;
        width: 100%
    }
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 4em;
        font-size: 16px;
        font-size: 1.6rem;        
}

.widget-title {
	margin-bottom: 1em;
        font-size: 24px;
        font-size: 2.4rem; 
        border-bottom: 2px solid #000;
}

.widget a {
/*    font-weight: 700;*/
    color: #000;
    color: hsl(0, 0%, 0%);
}

.widget ul,
.widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none;
}
.widget ul a {
    font-weight: 600;
}
.widget li { padding: 1em 0 0; }

.widget li ul,
.widget li ol { margin-top: 0; }

.widget li li { margin-left: 1.5em; }

/* Styling to add icons to certain elements */

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_archive li:before {
    display: block;
    float: left;
    padding-top: 2px;
    margin-left: -2.5em;
    font-family: 'fontawesome';
    font-size: 14px;
    font-size: 1.4rem;
} 

.widget_recent_entries li,
.widget_recent_comments li { margin: 0 0 .5em 2.5em; }

.widget_recent_entries li:before { content: "\f036"; }

.widget_recent_comments li:before { content: "\f075"; }

.widget_archive li { margin: 0 0 0 2.5em; }

.widget_archive li:before { content: "\f187"; }

.widget_nav_menu a,
.widget_pages a {
    display: block;
    padding: 1em 0;
    border-bottom: solid 1px hsl(0, 0%, 90%);
}

.widget_nav_menu li,
.widget_pages li { padding-top: 0; }

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 85%;
}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* Footer widgets */

.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover {
    color: #fff;
    color: hsl(0, 0%, 100%);
    border-color: #fff;
    border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
    float: left;
    width: 320px;
    margin: 0 4rem 8rem 4rem;
}

/* New Litters widget */

.newlitters {
    font-weight: bold;
}

.newlitters-date {
    font-weight: normal;
    font-size: 85%;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#content {
    padding-top:20px;
}

@media screen and (max-width: 550px) {
  #content {
/*        padding-top: 100px;*/
    }
}



/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/* Typography */
.entry-title {
    margin: 0 0 2rem;
    font-weight: 600;
/*    font-size: 40px;
    font-size: 4rem;*/
    line-height: 1.3em;
    color: #000;
    color: hsl(0, 0%, 0%);
}
.page .entry-title {
/*    margin-top: .7em;   #JJ - Removed because was putting too much space at top of pages. */ 
}
.entry-content a { 
    /* text-decoration: underline; */
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content h7 { margin-bottom: .4em; }

.entry-content h1 {
    font-size: 32px;
    font-size: 3.2rem;
}

.entry-content h2 {
    font-size: 30px;
    font-size: 3.0rem;
}

.entry-content h3 {
    font-size: 28px;
    font-size: 2.8rem;
}

.entry-content h4 {
    font-size: 26px;
    font-size: 2.6rem;
}

.entry-content h5 {
    font-size: 24px;
    font-size: 2.4rem;
}

.entry-content h6 {
    font-size: 22px;
    font-size: 2.2rem;
}

.entry-content h7 {
    font-size: 18px;
    font-size: 1.8rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
}

.entry-content blockquote p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5em;
}

/* Smaller fonts for smaller screens */
@media screen and (max-width: 680px) {
    .entry-title {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.3em;
    }
    .entry-content h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .entry-content h2 {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .entry-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .entry-content h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .entry-content h5 {
        font-size: 20px;
        font-size: 2rem;
    }

    .entry-content h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .entry-content h7 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol  {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .entry-content blockquote p {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.5em;
    }
}

/* Meta */
.category-list {
    margin: 1.3em 0 1em;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

.category-list a {
    color: #333;
    color: hsl(0, 0%, 10%);
}

.category-list a:hover {
    color: #000;
    color: hsl(0, 0%, 0%);
}

.entry-meta {
    margin-bottom: 2rem;
    padding: 0;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-meta a { font-weight: 600; }

.entry-footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
}

.entry-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.entry-footer li {
    display: inline-block;
    margin-right: 4rem;
}

.entry-footer a {
    margin-left: .5rem;
}

@media screen and (min-width: 1550px){
    .single .entry-meta {
        width: 155px;
        margin-left: -210px;
/*        width: 120px;  #JJ - was causing the byline to be too small and put short names on multiple lines
        margin-left: -175px;*/
        float: left;
        text-align: right; 
        z-index: 1;
        position: relative;        
    }
    
    .single .byline,
    .single .posted-on {
        display: block;
        margin-bottom: 1em;
    }
}
.posted-on:before {
    content: ' on ';
}
.posted-on:after {
    content: '.';
}

@media screen and (min-width: 1550px) {
    .single .posted-on:before,
    .single .posted-on:after {
        content: '';
    }
}

/* Blockquotes */
blockquote {
    padding: 1em 1.5em 0;
    margin-bottom: 1em;
    font-style: italic;
    border-top: solid 1px hsl(0, 0%, 80%);
    border-bottom: solid 1px hsl(0, 0%, 80%);
}

blockquote em { 
    font-style: normal; 
}

blockquote cite {
    display: block;
    margin-top: 1em;
    margin-left: 40%;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-style: normal;
    line-height: 1.5em;
    text-align: right;
}

blockquote.alignleft {
    width: 50%;
    float: left;
    padding: 1em 0 0;
    margin-right: 2em;
}

blockquote.alignright {
    width: 50%;
    float: right;
    padding: 1em 0 0;
    margin-left: 2em;
}

/* Blockquotes responsive */
/* Optional rules that set blockquotes to full width on smaller screens */
@media screen and (max-width: 780px) {
    blockquote.alignleft,
    blockquote.alignright { width: 40%; }
}

@media screen and (max-width:600px) {
    blockquote.alignleft,
    blockquote.alignright {
        width: 100%;
        padding: 1em 1.5em 0;   
    }
}


/* Original Post css */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	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;
}



/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.format-aside .entry-content {
    margin-top: 1em;
}

.wdp-summary {  /* #JJ - summary box for WDP Details page */
    margin-top:10px;
    margin-bottom:10px;
    background-color:#2BB673;
    color: white;
    padding: 10px;
}

.wdp-summary p {
    display:inline-block;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-title {
    font-weight: 600;
    font-size: 36px;
    font-size: 3.6rem;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children { list-style-type: none; }

.comment-list ol { margin-left: 50px; }

.comment-meta { margin-bottom: 1em; }

.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-author .fn {
    font-weight: 600;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 20px;
    font-size: 2rem;
}

.comment-metadata {
    font-size: 14px;
    font-size:1.4rem;
}

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 70px; }

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content ol { margin-left: 1.5em; }

.reply {
    font-weight: 600;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}

/* Comments responsive */
@media screen and (max-width:600px) {    
    .comment-list ol { margin-left: 0; }
    
    .comment-content ol { margin-left: 1.5em; }
    
    .comment-content,
    .reply { margin-left: 0; }
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}

li.bypostauthor cite span {
    color: #21759b;
    background-color: #f8f0cb;
    background-image: none;
    border: 1px solid #f8f0cb;
    border-radius: 3px;
    box-shadow: none;
    padding: 3px;
    font-weight:bold;
}


/*--------------------------------------------------------------
10.4 Index and Archive
--------------------------------------------------------------*/

.continue-reading {
    margin: 0 4rem;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
}

.continue-reading i { margin-left: .5em; }

.sticky-post {
    position: absolute;
    top: 1rem;
    right: 3rem;
}

.taxonomy-description {
    padding-top: 2rem;
    margin: 2rem 0;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-style: italic;
    border-top: 1px solid hsl(0, 0%, 75%);
    border-bottom: 1px solid hsl(0, 0%, 75%);
}

/*--------------------------------------------------------------
10.5 Category pages
--------------------------------------------------------------*/

.category-cover-container {
    position:relative;    
    margin-bottom:20px;
}

.category-cover-container h2 {
    position: absolute;
    bottom: 15px;
    color: white;
    text-shadow: 4px 4px 3px #000;
    text-shadow: 2px 2px 3px #000;
/*    font-size: 20px;
    font-size: 2.0rem;*/
    margin-top: 20px;
}

.category-cover-container h2.right {   
    right: 30px;  
}

.category-cover-container h2.left {   
    left: 30px;  
}

img.category-cover {
    border:none; 
}

.details {
    float: right;
}

@media screen and (max-width:775px) {   
    .details {
        float: none;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* #JJ Original css
.wp-caption { 
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text, 
.gallery-caption {
    padding: 0.8075em 1em;
    font-size: 12px;
    font-size: 1.2rem;
    /*font-family: 'Francois One', sans-serif;*/
    background: #e5e5e5;
    background: hsl(0, 0%, 90%);
}

.site-main .gallery-item {
    position: relative;    
    max-width:100%;
    float: left;
    margin-right: 3.333333333%;
    margin-bottom: 3rem;
    background: #333;
    overflow: hidden;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 50%;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    font-size: 12px;
    font-size: 1.2px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: hsla(0, 0%, 0%, .8);
    opacity: 0;
}
.gallery-item:hover .gallery-caption { 
    opacity: 1; 
}
.site-main .gallery a img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Featured Images */

/* #JJ interfering with background */
/*.single-post-thumbnail { 
    background: #b2b2b2 url(images/pattern.svg) repeat; 
}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 1820px) {
    .image-shifter {
        width: 1060px;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1540px) and (max-width: 1820px) {
    .image-shifter { margin-right: 380px;}
}

@media screen and (min-width: 1440px) and (max-width: 1819px) {
    .image-shifter {
        width: 1060px; 
        float: right;
    }
}*/
.front-index-thumbnail {
    margin-bottom: -3.2em;
}

@media screen and (max-width: 779px){
    .front-index-thumbnail {
        margin-bottom: 0;
    }
}
.single-post-thumbnail img,
.front-index-thumbnail img {
    display: block;
    /*#JJ margin: 0 auto;*/
    margin: 0 20px;
}

.has-thumbnail {
    position: relative;
    margin-top: -8em;
}

.small-index-thumbnail { 
    margin-top: -1em;
    margin-bottom: 1em;
}

.resource-book {
    webkit-box-shadow: 7px 7px 20px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 7px 20px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    border:none;
}

/*--------------------------------------------------------------
13.0 - Tooltips
--------------------------------------------------------------*/

/* Hover tooltips */
.field-tip {
    position:relative;
    cursor:help;
}
    .field-tip .tip-content {
        position:absolute;
        z-index:1000;
        font-family: 'Roboto', sans-serif;
        top:-9999px; /* - top padding */
        right:9999px;
        width:240px;
        margin-right:-220px; /* width + left/right padding */
        padding:10px;
        color:#fff;
        background:#3c3c3c;
/*        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;*/
        opacity:0;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight:initial;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
        /* <http://css-tricks.com/snippets/css/css-triangle/> */
        .field-tip .tip-content:before {
            content:' '; /* Must have content to display */
            position:absolute;
            top:20px;
            left:-16px; /* 2 x border width */
            width:0;
            height:0;
            margin-top:-8px; /* - border width */
            border:8px solid transparent;
            border-right-color:#3c3c3c;            
        }
        .field-tip:hover .tip-content {
            top:-10px; /* - top padding */
            right:-20px;
            opacity:1;
        }

@media screen and (max-width: 990px) {
     span .field-tip {        
        display: none;
    }  
}

/*--------------------------------------------------------------
14.0 - Responsive Grids
--------------------------------------------------------------*/

/*@media only screen and (min-width: 481px) {*/

.container-fluid {
/*  padding-right: 20px;
  padding-left: 20px;*/
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

.row-fluid {
    position:relative; /* #JJ */    
}


@media (min-width: 768px) {
/*@media (min-width: 768px) and (max-width: 979px) {*/
  
  .container-fluid {
    /* padding: 20px; */
  }
 
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
}
}
@media (min-width: 1200px) {
 
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}


/*--------------------------------------------------------------
15.0 - Footer
--------------------------------------------------------------*/

.site-footer {
    padding: 2em 2em 0 2em;  
    font-size: 16px;
    font-size: 1.6rem;
    color: #ccc;
    background: #241712;
}

.site-footer a{
    color: #fff;
    color: hsl(0, 0%, 100%);
}

.site-info p{
    padding-top:17px;
    float:left;
}

.poem {
    display:none;
}
@media screen and (min-width: 1820px) {
    .poem {
        display:block;
        position: absolute;
        left: -386px;
        bottom: 20px;
        border: none;
    }
}

/* Footer widgets responsive */
@media screen and (max-width: 879px) {
    #footer-widgets { width: 100%!important; }
    
    .footer-widgets .widget {
        float: none;
        width: 100%;
        margin: 0 0 8rem;
    }
}

@media screen and (max-width: 768px) {
    .site-info p{
        padding-top:10px;
    }
}
@media screen and (max-width: 640px) {
    .site-info p{
        float: none;
        text-align:center;
    }
}

