/* # Oakland Animal Services 2016 Child Theme of Genesis
Theme Name: Oakland Animal Services 2016
Theme URI: http://oaklandanimalservices.org
Authors: Trish Roque / StudioPress
Author URI: http://www.trishroque.com/
Template: genesis
Template Version: 2.2.0
Tags: , orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* last modified 20241117 00:00 */

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit] {-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
 	/*	background-color: #f5f5f5;background: #F5F7E1; */
	background: #f5f6ed;
	
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"], 
textarea:focus,
.button,
.gallery img {
	 -webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out; 
}

a {
	/* color: #37688b; border-bottom: dotted 1px #37688b;*/
	color: #356689;
	font-weight: 400;
	text-decoration: underline;	
	
}

a:hover,
a:focus {
	color: #BF3119;
	/* border-bottom: dotted 1px #BF3119; */
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	border-left: 5px solid #eee;
	padding-left: 20px;
}

blockquote::before {
	 content: "\201C"; 
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
	
}



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	border: 5px solid #DFE4A5;
}

a img {
	/* border: 5px solid #356689; */
	border: 5px solid #DFE4A5;
}

a img:hover {
	border: 5px solid #BF3119;
}
.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

 input:focus, 
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], 
.button {
/*	background-color: #333; */
	background-color: #356689;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"], 
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"], 
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

table.stat td {
	padding-left: 10px;	
}

/* Google search results page */
.page-template-page-google-search table {
	border: none;	
	margin-bottom: 5px;
}

.page-template-page-google-search tbody {
	border-bottom: none;
}

.page-template-page-google-search td {
	border-top: none;
	padding: 3px 0;
}

.page-template-page-google-search .gsc-table-result {
	margin-left: 20px;	
}

.page-template-page-google-search .gsc-tabsArea {
	display: none;	
}

.page-template-page-google-search .gsc-orderby {
	float: left;	
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
/*	background: #F5F7E1; */
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	background: #FAFAFA;
	background: #fff;
	padding: 40px;
	border-left: 1px solid #BF3119;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);  
	margin-bottom: 40px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	padding: 10px 20px;
	margin-bottom: 0px !important;
	font-size: 80%;
	background: #FAFAFA;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ---------------/social sharing-------------------- */

/* Utility Bar
--------------------------------------------- */
 
.utility-bar {
	background-color: #356689;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 0 0;
	padding: .5rem 0 0;
	height: 90px;
 	/*	height: 95px;	  */
}

.utility-bar .wrap {
	width: 100%;
	position: relative;	
	
}
.utility-bar .bar-wrap {
	position: absolute; 
	top: 0; 
	left: 310px;
	width: 74%; 
	height: 80px;
} 
 
.util-barwrap1-2 {
	 width: 300px; 
	/*width: 45%;border: 2px solid green;*/
	height: 85px;
	float: left;
	
}

.utility-bar-1 {
	width: 300px; 
/*	width: 95%;*/
	float: left;
	text-align: left;	
	padding-top: 2px;
}

.utility-bar-2 {
	width: 250px; 
	float: left; 
} 
 
.utility-bar-1 p,
.utility-bar-2 p {
	margin-bottom: 0;
}
.utility-bar-1 ul,
.utility-bar-2 ul {
	text-align: left;
	width: 299px; 
}
.utility-bar-1 li {
	display: inline-block; 
	margin: 0 8px 5px 8px;
}
.utility-bar-2 li {
	display: inline-block;	
}
.utility-bar a {
	color: #eee;
	font-weight: 400;
	border-bottom: none;
	text-decoration: none;

}

.utility-bar a:hover,
.utility-bar .current-menu-item {
	padding-bottom: 1px;
	border-bottom: 2px solid #AEBB23;
}
.utility-bar .current-menu-item {
	padding-bottom: 0;
}

.utility-bar-2 .simple-social-icons {
	margin-bottom: -5px;
}

.utility-bar-3 {
	width: 520px; 
	height: 80px;
	float: right;
	text-align: right;	
	margin-top: 8px;
	margin-top: .8rem;
}

.utility-bar-3 .search-form {
	margin: 0;	
	width: 60%;
	float: right;
}
.utility-bar-3 .widgettitle {
	display: none;	
}
.utility-bar-3 p {
	margin: 15px 30px 15px 15px;	
	margin: 1.5rem 3rem 1.5rem 1.5rem;
}

.utility-bar-3 a.donate-btn {
	text-align:center;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 15px 25px 13px;
	padding: 1.5rem 2.5rem 1.3rem;
	margin: 10px;
	/* background: #919e13; 
	background: #ea0b1b;*/
	background: #BF3119;
	text-transform: uppercase;
	text-shadow: 1px 2px 3px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid white;
	border-bottom: 2px solid white;	
	color: #fff;	 
}

.utility-bar-3 a.donate-btn:hover {
	padding-bottom: 13px;
	padding-bottom: 1.3rem;	border: 1px solid #A6C0C5; 
	border-bottom: 2px solid #A6C0C5; 
}

/*********social media icons ********/
ul.oas-social-media  {
	margin-left: 5px;	
}
.footer-widgets ul.oas-social-media {
	margin-bottom: 15px;	
}
.oas-social-media li {
	display: inline-block;	
	margin-right: 5px;
}
.oas-social-media li a,
.oas-social-media li a:hover {
	border-bottom: none;
	padding-bottom: 0;
	display: inline-block;
	width: 35px;	
    height: 35px; 
}

ul.oas-social-media li b {
	display: none;	
}

.oas-social-media li.btn-facebook, 
.oas-social-media li.btn-instagram,
.oas-social-media li.btn-twitter, 
.oas-social-media li.btn-snapchat {
	display: inline-block;	
  	width: 35px;
    height: 35px;
    background-position: 0 0;
}

.oas-social-media li.btn-facebook:hover,
.oas-social-media li.btn-instagram:hover,
.oas-social-media li.btn-twitter:hover, 
.oas-social-media li.btn-snapchat:hover {
	   background-position: 0 -35px;
	}

.oas-social-media li.btn-facebook {
    background: url('images/icons/sprite-facebook.png') no-repeat;
}
.oas-social-media li.btn-instagram {
	background: url('images/icons/sprite-instagram.png') no-repeat;
}
.oas-social-media li.btn-twitter {
	background: url('images/icons/sprite-twitter.png') no-repeat;
}
.oas-social-media li.btn-snapchat {
	background: url('images/icons/sprite-snapchat.png') no-repeat;
}
/* ## Search Form
--------------------------------------------- */

/*.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	 border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px; 
}*/

/* kudos https://gist.github.com/srikat/9395249 */
.utility-bar-3 input:focus::-webkit-input-placeholder { color:transparent; }
.utility-bar-3 input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
 .utility-bar-3 input:focus::-moz-placeholder { color:transparent; }/* Firefox 19+ */
.utility-bar-3 input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.utility-bar-3 .search-form {
	position: relative;
}

.utility-bar-3 .search-form input[type="submit"],
.utility-bar-3  input[type="search"]  {
	position: absolute;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 25px/1 'dashicons';
	vertical-align: top;
	 clip: inherit;
	width: 40px;
	height: 40px;
	 background: transparent;
	color: #999;
	right: 20px;
	top: 2px;
	}

.utility-bar-3 .search-form input[type="submit"]:hover {
	color: #356689; 

}


/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	margin-top: 25px;
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	/* color: #333; */
	text-decoration:none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

/* .widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
} */

.home .sidebar .widget-title {
	color: #BE301B; 
}
.sidebar .widget-title,
.tribe-events-list-widget .widget-title {
	font-size: 20px;
	 color: #BE301B; 
/*	color: #333;
	text-transform:uppercase;*/	
	padding-bottom: 5px;
	border-bottom: 1px solid #BE3019;
}
.footer-widgets .widget-title {
	text-transform:uppercase;	
}

/* ## WordPress
--------------------------------------------- */
.has-post-thumbnail a.alignleft,
.alignleft a {
	/* border-bottom: none; background: blue; padding-bottom: 0; 
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px; */
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
	padding: 0 5px 0 12px;
}

.alignleft p.wp-caption-text {
	padding-left: 5px;	
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

.entry-img {
	padding: 0;	
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Tribe events calendar */
#tribe-events-content, 
#tribe-events-pg-template {
	background: #fff;
	padding: 2rem 4rem;
}

.tribe-common .tribe-common-l-container {
	background: #fff;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}




/* Home
--------------------------------------------- */
.home .comment-box {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 10px 20px;
	padding: 1rem 2rem;
	background: #F9F9F9;
	border: 1px solid #ddd;
		
}
.home-featured {
	background-color: #DFE4A5;
	position: relative;
	text-align: center;
	z-index: 9;
}

.home-featured .widget {
	padding: 40px 40px 0;
	margin: 0 auto;
	 max-width: 1600px; 
/*	max-width: 1200px;*/

}

.home-featured a {
	text-decoration: none;
}

.home-featured .widget:last-of-type {
	padding-bottom: 80px; 
}

.oastheme-home .home-featured .widget.genesis_responsive_slider {
	/* background-color: #fff; */
	background-color: #dfe4a5;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 50px 40px 120px;
	text-align: left;  
	padding-bottom: 0;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #e44a3c;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -30px; 
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #e44a3c;
	color: #fff;
}

.home-top {
	/* background-color: #fff;*/
	background: #F5F7E1; 
}

.home-top .wrap {
	padding: 80px;
	padding-top: 20px;
	position: relative;
/*	z-index: 99; */
	z-index: 10;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	 border-top: 5px solid #e44a3c; 
	/* margin-top: -100px; */
	margin-top: -30px;
	margin-bottom: -40px;
	box-shadow: 0 0 20px #000;
}

.home-top .widget_text {
	color: #78a7c8;
	font-size: 48px;
	line-height: 1.1;
}

.home-top .widget_text .widget-title {
	text-align: center;
	color: #e44a3c;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 300%;
	margin-top: -20px;
	margin-bottom: -10px; 
}

/* available animals */
.home-top ul.all-animals {
	text-align: center;
	margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.home-top ul.all-animals li {
	display: inline-block;	
	margin: 0 20px 40px;
	float: left; 	
}

.home-top ul.all-animals li a {
	font-size: 30px;
	margin: 0 auto;
	display: inline-block;
	float: left;	
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 200px;
	border-bottom: none;
}

.home-top ul.all-animals li a:hover {
	color: #aebd22;	
}

ul.all-animals li.btn-dogs {
	background: url(images/icons/sprite-dogs.png) no-repeat;
	display: block;
	width: 111px;
    height: 191px;
	background-position: -5px -5px;
}
ul.all-animals li.btn-dogs a {
	width: 111px;	
}

ul.all-animals li.btn-dogs:hover {
	background-position: -126px -5px;
}

ul.all-animals li.btn-cats {
	background: url(images/icons/sprite-cats.png) no-repeat;
	display: block;
	width: 214px;
    height: 156px;
    background-position: -5px -5px;
}

ul.all-animals li.btn-cats:hover {
	background-position: -229px -5px;
}

ul.all-animals li.btn-cats a {
	width: 214px;
}

ul.all-animals li.btn-rabbits {
	background: url(images/icons/sprite-rabbits.png) no-repeat;
 	display: block;
	width: 147px;
    height: 167px;
    background-position: -5px -5px;
}
ul.all-animals li.btn-rabbits:hover {
	 background-position: -162px -5px;
}
ul.all-animals li.btn-rabbits a {
	width: 147px;
}

ul.all-animals li.btn-other-animals {
	background: url(images/icons/sprite-other-animals.png) no-repeat;
 	display: block;
	width: 235px;
    height: 169px;
    background-position: -5px -5px;
}

ul.all-animals li.btn-other-animals:hover {
	  background-position: -250px -5px;
}
ul.all-animals li.btn-other-animals a {
	width: 235px;
}

.home-middle {
	background-color: #586228;
	/* box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);	font-weight: 300; */
	color: #fff;
	padding: 70px 10px 0px;
	box-shadow: 0 5px 10px -2px #000;

}

.home-middle .entry {
	box-shadow: none;	
}
.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: left;
	width: 25%; 
}

.home-middle .widget-wrap {
	margin-bottom: -30px;	
	box-shadow: none;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .widget-title {
	font-size: 30px;
	color: #efefef;	
	font-weight: 100;
	text-align: center;
}

.home-middle a.more-link {
	display: block;
	color: #F5F7E1;	
	border-bottom: none;
	background: #8D9B12;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding: 5px 10px;
	margin-top: 5px;
	width: 50%;
	margin: 20px auto 0;
	text-decoration: none;
}

.home-middle a.more-link:hover {
	background: #D9EFF3;
	color: #444;
}
.home-news .entry {
	padding: 40px;	
}

.home-news .widget-title {
	font-size: 160%;
	color: #BF3119;
	border-bottom: 1px solid #BF3119;
	display: block;
}

.home-news .entry-title a {
	font-size: 110%;
	text-decoration: none;	
	color: #356689;
}
.home-news .entry-title a:hover {
	color: #BC3016;	
}
.page-bottom,
#genesis-footer-widgets {
	font-weight: 400;
	background-color: #5E87A0;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #ddd;
	padding: 60px 0;
}

#genesis-footer-widgets a img,
#genesis-footer-widgets a img:hover {
	border: none;	
}
#genesis-footer-widgets {
	background-color: #1D3D52;
	color: #ddd; 
}

#genesis-footer-widgets .footer-widgets-1,
#genesis-footer-widgets .footer-widgets-2,
#genesis-footer-widgets .footer-widgets-3 {
	display: block;
	width: 25%;
	float: left;	
	margin-right: 2%;
}

#genesis-footer-widgets .footer-widgets-3 {
	width: 45%;
	margin-right: 0;
	
}

.page-bottom .widget-title,
.page-bottom .featured-content .entry-title a,
.page-bottom .widget a,
#genesis-footer-widgets .featured-content .entry-title a,
#genesis-footer-widgets .widget a,
#genesis-footer-widgets .widget-title,
.home-middle .widget .entry-title a:hover {
	color: #fff;
}

#genesis-footer-widgets .widget-title {
	font-size: 120%;	
	font-weight: 100;
}
.page-bottom a:hover {
	color: #34678a;
}

.page-bottom input {
	padding: 8px;
}

.page-bottom input[type="submit"] {
	padding: 16px;	
}

.page-bottom input:hover[type="submit"] {
	background: #DFE4A5;
	color: #000;
}

.mc-field-group {
	margin-bottom: 10px;
	margin-bottom: 1rem;	
}

/* Genesis Responsive Slider
--------------------------------------------- */
.oastheme-home .genesis_responsive_slider {
	background: #DEE3A4;
}

.genesis_responsive_slider img,
.genesis_responsive_slider a img,
.genesis_responsive_slider a img:hover {
	border: none;
}
.oastheme-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	 max-width: 1600px; 
	/*max-width: 1200px;*/
	padding: 0;
}

.oastheme-home .slide-excerpt {
	/* background-color: #fff; */	
	font-weight: 600;
	color: #fff;
	background-color: #000;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: .75;
}

.oastheme-home .slide-excerpt a,
.oastheme-home .slide-excerpt a:hover {
	text-decoration: underline;
	color: #d0ebf0;
	font-weight: 500;
}

.oastheme-home .slide-excerpt a:hover {
	color: #AEBB23;	
}

html > body.oastheme-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 20px 20px 0 25px;
	width: 100%;
}

.oastheme-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.oastheme-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.oastheme-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left; 
	
}

.oastheme-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 10px;
	text-indent: 0;
}

.oastheme-home #genesis-responsive-slider .flex-control-nav li a {
	border-bottom: none;		
}

.oastheme-home #genesis-responsive-slider .flex-direction-nav  {
	 display: block;
}
.oastheme-home #genesis-responsive-slider .flex-direction-nav li .prev {
	 left: 0;
	 background-position: 5px -3px;
	 border-bottom: none;
}

.oastheme-home #genesis-responsive-slider .flex-direction-nav li .next {
	background-position: -55px 0px;
	right: 0px;	
	border-bottom: none;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
} 

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background:#356689;
	border-bottom:3px solid #AEBB23;
	 /*	background: #d9eff3;		position: relative;background-color: #eee;min-height: 55px; 
*/ 
}

.site-header .wrap {
	padding: 0;	
	height: 0; 
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	width: 300px;
	position: relative;
}

/* .header-full-width .title-area {
	width: 100%;
} */

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	/* float: left;background: url(images/logo.png) no-repeat left;min-height: 60px; width: 100%;	*/  
	background: url(images/oas-logo.jpg) no-repeat left;
	background-size: 300px auto;
	display: block;
	height: 140px;
	width: 300px;
	position: absolute;
	 top: -90px; 
	z-index: 100;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	border-bottom: none;
} 

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
} 

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: left;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
 	margin-top: -24px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	/* padding: 30px 24px; */
	padding: 15px 20px 20px; 
	font-weight: 600;
	border-bottom: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a  {
	/* color: #c3251d; */
	background: #BC3016;
	color: #fff;
}
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	color: #BC3016;
} 

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
 -webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
	border: 1px solid #BC3016;
}

/* .genesis-nav-menu .sub-menu li:first-child  {
	border-top: 1px solid #BC3016; 	
} */

.genesis-nav-menu .sub-menu a {
	 background-color: #fff; 
/*	background: #D9EFF3;;border-top: 1px solid #BC3016;*/
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	border-right: 2px solid #BC3016;
}

.genesis-nav-menu .sub-menu .sub-menu {
	 margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
	color: #BC3016;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	 color: #fff; 
	 	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -26px;
}

.site-header .sub-menu li:first-child {
	border-top: 1px solid #BF3119;	
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
	border-bottom: 3px solid #BF3119;
	margin-top: -2px;
	/* border-top: 2px solid #aebb23; */
}

.nav-primary .ubermenu-main {
	margin-left: 300px;	
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Responsive Navigation http://ozzyrodriguez.com/tutorials/genesis/genesis-responsive-menu-2-0/
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
}

.events-single .entry {
	box-shadow: none;
}
.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px; 
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Entry Meta
---------------------------------------------

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #e44a3c;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #e44a3c;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
} */

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	text-decoration: underline;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

/* .comment-reply {
	display: none;	
} */

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	/* border-bottom: 1px dotted #ddd; */
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {

	margin-bottom: 20px;
	padding-bottom: 20px;
	/* background-color: #fff;
	margin-bottom: 40px;	border-bottom: 1px solid #BF3119;
	padding: 40px;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05); */
}

.sidebar-childmenu .widget-title {
	padding: 3px 8px;	
}

.sidebar-childmenu li a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;	
}

.sidebar-childmenu  ul.children li {
	margin-bottom: 12px;	
}
.sidebar-childmenu .child-page-links {
	margin-left: 15px;	
}

.sidebar-childmenu .current_page_item a,
.sidebar-childmenu li.current_page_item a,
.sidebar-childmenu li.current_page_item ul.children a:hover {
	color: #BC3016;
}

.sidebar-childmenu li.current_page_item ul.children a {
	color: #356689;
}

.sidebar-childmenu li.page-item-6764,
.sidebar-childmenu li.page-item-6769,
.sidebar-childmenu li.page-item-5847 {
	display: none;
}

/* Events Calendar styles ------------------- */
.tribe-events-list-widget ol li {
	list-style-type: none;
}
.tribe-events-list-widget .entry-title a {
	font-size: 22px;	
	font-size: 2.2rem;
}
.tribe-events-list-widget .duration {
	font-weight: normal;	
}


/*  pet portal styles-------------------------------------------- */
#animalsAvailable, .animalsAvailable {
	line-height: 1.5;	
}
#animalsAvailable label,
.animalsAvailable label,
#animalsAvailable select, 
.animalsAvailable select {
	font-size: 16px;
	font-weight: normal;

}
.fixedLabel {
	width: auto;
	margin-right: 5px;
}

#animalsAvailable select, 
.animalsAvailable select {
	padding: 5px; 
	/* margin-right: 20px;*/
	width: 90%; 
}
#animalsAvailable table,
.animalsAvailable table {
	border-collapse: collapse;
	border-spacing: 0;
}
#animalsAvailable tbody,
.animalsAvailable tbody {
	border-bottom: none;
}

#animalsAvailable td,
.animalsAvailable td {
	border-top: none;
	padding: 0;
}

.animalCell {
	font-weight: normal;
	 margin: 0 10px 5px ;
}

.pp-topmenu {
	font-weight: 400;	
	margin: 15px 0 10px 0;
}

#imageKey img,
.animalCellDetail a img {
	border: none;	
}

.animalCellDetail a img.animalImage {
	/* border: 5px solid #356689; */
	border: 5px solid #DFE4A5;
}
.animalCellDetail a img.animalImage:hover {
	border: 5px solid #BF3119;
}

/* ----/ pet portal ------------- */

.pretty-callout {
	width: 50%;
	padding: 1.5rem;
	font-size: 1.2em;
	 font-style: italic;
	margin: 1em 15%;
	text-align: center;
	background-color: #F4F5EC;
	font-family: serif;
	border: 1px dotted #eee;
}
.pretty-callout.left {
	float: left; 
	margin-left: 0;
	margin-right: 1em;
	text-align: left;
}
.pretty-callout.right {
	float: right;
	margin-right: 0;
	margin-left: 1em;
	text-align: right;
}
.pretty-callout.center {
	margin: 1em auto ; 
	padding: 2rem;
	width: 85%;
	text-align: center;
}


/** ---------- PRETTY CALLOUT PLUGIN STYLES  ---- */




/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #D9EFF3;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px; 		
	}

	.site-header .widget-area {
		width: 720px; 
	}
	.content{
		width: 680px; 
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.nav-primary .ubermenu-main {
		margin-left: 250px;	
	}

	 .utility-bar .bar-wrap {
		position: static;
		top: auto;
		left: auto;
		 width: 72%;
		float: right; 
	} 

	.utility-bar-3 {
		width: 380px;	
		height: auto;
	}
			
	.utility-bar-3 a.donate-btn {
		font-size: 17px;
		font-size: 1.7rem;
		padding: 15px 20px 13px;
		padding: 1.5rem 2rem 1.3rem;
		margin: 5px;
		
	}
	.utility-bar-3 .search-form {
		width: 48%;
	}
	.sidebar-primary {
		background: #f5f5f5;
		width: 240px; 
	}
	
	.title-area,
	.header-image .site-title > a {
		width: 250px;  
		height: 117px; 
	}
	
	.title-area {
		margin-top: -80px;
	}
	.header-image .site-title > a {
		 background-size: 100% auto;
		 top: 0;
		}
	
	.genesis-nav-menu {
		margin-top: -43px;
	}
		
	.oastheme-home .slide-excerpt {
		font-size: 16px;
		margin: 10px 0 10px 10px;
	}
	
	html > body.oastheme-home .slide-excerpt-border {
		padding: 20px 20px 0; 
	}
	.home-featured .slide-excerpt h2 {
		font-size: 22px;
	}
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px -30px;
	}
	
	/* animal buttons */
	.home-top ul.all-animals li {
		margin: 0 10px 20px;
		font-size: 24px;
	}
}


@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area
		 {
		width: 100%;

	}
		
	.title-area,
	.header-image .site-title > a {
		width: 193px;
		height: 90px; 
		margin-top: -90px;
	}
	.header-image .site-title > a {
		 margin-top:0px;
	}
	 .utility-bar .bar-wrap {
		 width: 75%;
		float: right; 
	} 
	
	.util-barwrap1-2 {
		width: 270px;	
	}
	.utility-bar-3 {
		width: 320px;	
	}
			
	.utility-bar-3 a.donate-btn {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 15px 15px 13px;
		padding: 1.5rem 1.5rem 1.3rem;
	}
	.utility-bar-3 .search-form {
		width: 45%;
	}
	.nav-primary .ubermenu-main {
		margin-left: 0px;	
	}

	 .genesis-nav-menu {
		margin-top: -24px;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu, 
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	.home-top .wrap {
		padding: 10px 30px 50px;	

	}
	.home-top .widget_text .widget-title {
		margin-top: -10px;
		
	}
	.home-top ul.all-animals li a {
		padding-top: 145px;	
		font-size: 20px;
	}
	ul.all-animals li.btn-dogs {
		background: url(images/icons/sprite-dogs-sm.png) no-repeat;
		width: 78px;
   		height: 134px;
		background-position: -93px -5px;
	}
	ul.all-animals li.btn-dogs a {
		width: 78px;	
	}
	
	ul.all-animals li.btn-cats {
		background: url(images/icons/sprite-cats-sm.png) no-repeat;
		width: 150px;
    	height: 109px;
		background-position: -165px -5px;

	}
	ul.all-animals li.btn-cats a {
		width: 150px;	
	}

	ul.all-animals li.btn-rabbits {
		background: url(images/icons/sprite-rabbits-sm.png) no-repeat;
		width: 103px;
    	height: 117px;
		background-position: -118px -5px;

	}
	ul.all-animals li.btn-rabbits a {
		width: 103px;	
	}
	ul.all-animals li.btn-other-animals {
		background: url(images/icons/sprite-other-animals-sm.png) no-repeat;
		width: 165px;
    	height: 119px;
		background-position: -180px -5px;

	}
	ul.all-animals li.btn-other-animals a {
		width: 165px;	
	}
	ul.all-animals li.btn-dogs:hover,
	ul.all-animals li.btn-cats:hover,
	ul.all-animals li.btn-rabbits:hover,
	ul.all-animals li.btn-other-animals:hover {
		 background-position: -5px -5px;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-middle .widget:nth-of-type(2n+1) {
		clear: both;
	}
	
}

@media only screen and (max-width: 800px) {
	
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.site-inner {
		background-color: #fff;	
	}
	.entry,
	.breadcrumb {
		box-shadow: 0px 0px rgba(70, 70, 70, 0.05);
	}
	.breadcrumb {
		background: none;
		padding-left: 0;	
	}
	
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	
	.title-area,
	.header-image .site-title > a {
		width: 170px;
		height: 79px; 
	}
	
	.header-image .site-title > a {
	 /*	width: 170px; 
		 height: 79px; 
		 */	margin:3px;
	}
	
	 .utility-bar .bar-wrap {
		width: 80%; 
	 }
	
	.utility-bar-3 {
		width: 278px;	
	}
			
	.utility-bar-3 a.donate-btn {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 15px 10px 13px;
		padding: 1.5rem 1rem 1.3rem;
		margin-left: 0;
		
	}
	.utility-bar-3 .search-form {
		width: 47%;
	}
	.home-featured + .home-top .wrap {
		margin-top: 0;	
		margin-bottom: 0;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.pp-topmenu {
		margin: 20px 0;
	}

}

@media only screen and (max-width: 768px) {
	.title-area,
	 .header-image .site-title > a{
		width: 150px;
		height: 70px; 
	}
	
	.nav-primary a.ubermenu-responsive-toggle {
		font-size: 16px;	
	}
	
	.header-image .site-title > a {
		margin: 5px 5px 8px 0;
	}
	
	 .utility-bar .bar-wrap {
		width: 82%; 
	 }
	.util-barwrap1-2 { 
		width: 250px;
	}

			
	.utility-bar-3 a.donate-btn { 
		font-size: 14px;
		font-size: 1.4rem;
		padding: 15px 10px 13px;
		padding: 1.5rem 1rem 1.3rem;
		
		}
	
	
	.oastheme-home #genesis-responsive-slider .flex-direction-nav li .prev,	
	.oastheme-home #genesis-responsive-slider .flex-direction-nav li .next {
		display: none;
	}
	.home-top .wrap {
		padding: 10px 5px 40px;	
	
	}
	.home-middle .widget {
		width: 100%;
	}
	
	.page-bottom,
	.home-middle {
		padding: 40px 0;
	}
	
	#genesis-footer-widgets .footer-widgets-1,
	#genesis-footer-widgets .footer-widgets-2 {
		width: 45%;
		margin-right: 10%;
	}
	
	#genesis-footer-widgets .footer-widgets-2 {
		margin-right: 0;
	}
	#genesis-footer-widgets .footer-widgets-3 {
		width: 98%;
	}
	
}


/* donate button
--------------------------------------------- */

@media only screen and (max-width: 715px) {

	.utility-bar-3 {
		width: 250px;	

	}
		
	.utility-bar-3 a.donate-btn { 
		display: block; 
		width: 100px;
		margin-top: -20px;
		}
}

@media only screen and (max-width: 678px) {
	
	.header-image .site-title > a {
		margin: 5px 10px 8px 0;
	}
	.utility-bar {	
		height: 100px;	
		padding: 0;
	}
	 .utility-bar .bar-wrap {
		 margin-top: 10px;
		width: 78%; 
	 }
	.util-barwrap1-2 { 
		width: 250px;
	}
	 .utility-bar-1 {
		width: 250px; 
	 }
	.utility-bar-3 {
		width: 41%;	
		margin-top: 0;
		float: right;
	}
	.utility-bar-3 .search-form	 {
		width: 85%;
		float: right;
	}
	.utility-bar-3 .search-form .search-input {
		padding: 3px;	
	}
	.utility-bar-3 a.donate-btn {
		width: auto;
		float:right;
		border: 1px solid #A6C0C5;
		border-bottom: 2px solid #A6C0C5;
		padding: 5px ;
		margin: 10px 0 0 20px;
	}
	
	 .utility-bar-3 a.donate-btn:hover {
		padding-bottom: 5px;
		padding-bottom: .5rem;	border: 1px solid #AEBB23;
		border-bottom: 2px solid #AEBB23;
	} 
		
	.utility-bar-3 .search-form input[type="submit"],
	.utility-bar-3  input[type="search"]  {
		right: 10px;
		top: -10px;
	}

	.home-top .widget_text .widget-title {
		font-size: 20px;	
	}
	.home-top ul.all-animals li a {
		padding-top: 110px; 
	}
	ul.all-animals li.btn-dogs {
		background: url(images/icons/sprite-dogs-sm2.png) no-repeat;
		width: 56px;
    	height: 96px;
		background-position: -71px -5px;
	}
	ul.all-animals li.btn-dogs a {
		width: auto;	
	}
	
	ul.all-animals li.btn-cats {
		background: url(images/icons/sprite-cats-sm2.png) no-repeat;
		 width: 107px;
   		 height: 78px;
		background-position: -122px -5px;
	}
	ul.all-animals li.btn-cats a {
		width: 107px;	
	}
	
	ul.all-animals li.btn-rabbits {
		background: url(images/icons/sprite-rabbits-sm2.png) no-repeat;
		 width: 74px;
   		 height: 84px;
		background-position: -89px -5px;
	}
	ul.all-animals li.btn-rabbits a {
		width: auto;	
	}
		ul.all-animals li.btn-other-animals {
		background: url(images/icons/sprite-other-animals-sm2.png) no-repeat;
		 width: 118px;
   		 height: 85px;
		background-position: -133px -5px;
	}
	ul.all-animals li.btn-other-animals a {
		width: 120px;	
	}
	

	

}

@media only screen and (max-width: 610px) {
	.title-area {
		margin-top: -70px;	
	}
	
	.title-area,
	.header-image .site-title > a {
		 width: 200px;  height:93px; 
	}
	
	.header-image .site-title > a {
		margin-top: 0px;
	}
	
	.utility-bar .wrap {
		text-align: center; 
	
		}
	.utility-bar {	
		/* height: 230px;	*/
		padding: 0;	
	}
	.utility-bar .bar-wrap {
		height: 150px; display: block;
		padding: 0;
		 width: 300px; 
	}
	
	.utility-bar .menu li {
		border-right: none;
		border-left: none;	
	}
	.utility-bar-2 {
		width: 100%;	
	
	}
	.util-barwrap1-2 {
		/* width: 95%; */ 
		margin: 0 auto;
	}
	.utility-bar-1 ul {
		text-align: center;
	}
	
	/*kudos https://gist.github.com/nickdavis/8cebbeeb13048c2e42e5 */
	.simple-social-icons ul,
	ul.oas-social-media  {
			float: none;
			text-align: center;
	}
	.simple-social-icons ul li,
	ul.oas-social-media li {
			display: inline-block;
			float: none !important;
	}
	
	.footer-widgets .oas-social-media {
		float: left;
	}
	.utility-bar-3 {
		/* float: none !important;	*/
		height: auto;
		width: 100%;
		text-align: center; 
		margin: 0px auto; 
		padding: 0;
	}	
	
	.utility-bar-3 .search-form	 {
		width: 50%;
		margin: 0px auto 10px;
		margin: 0rem auto 1rem;
	}
	
	
	.utility-bar-3 a.donate-btn {
		float: left;
		margin: -15px auto 10px;
		margin: -1.5rem auto 1rem;
	}
	

	.home-middle {
		padding: 30px 20px 10px;	
	}
}


@media only screen and (max-width: 525px) {

	.title-area,
	.header-image .site-title > a {
		 width: 150px;  height:70px; 
		
	}
	.header-image .site-title > a {
		margin-top: 0px;
		
	}

	/* animal buttons */
	.home-top .wrap {
		padding: 0 20px 20px;	
	}
	.home-top .widget_text .widget-title {
		font-size: 20px;
		margin-bottom: -10px;
		margin-top: 10px;
		
	}
	.home-top ul.all-animals li {
		width: auto; 
		display: block;
		padding: 10px;
		margin: 15px; 
	}
	.home-top ul.all-animals li a {
		padding: 10px;
		width: auto;
	}
	
	 ul.all-animals li.btn-dogs,
	 ul.all-animals li.btn-dogs:hover,
	ul.all-animals li.btn-cats,
	ul.all-animals li.btn-cats:hover,
	ul.all-animals li.btn-rabbits,
	ul.all-animals li.btn-rabbits:hover,
	ul.all-animals li.btn-other-animals,
	ul.all-animals li.btn-other-animals:hover {
		background: none;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
	}
}

@media only screen and (max-width: 475px) {
	
	.title-area {
		margin: -90px auto 0;
		
	}
	.title-area,
	.header-image .site-title > a {
		 width: 193px;  height:90px; 
		
	}
	.utility-bar {
		height: 220px;	
	}
	.utility-bar .bar-wrap {
		float: none;
		margin: 0 auto;	
	}
	.utility-bar-3 {
		margin-bottom: 0px;	
	}
	.utility-bar-3 .search-form	 {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 414px) {

	.home-top .wrap {	
		padding: 0 10px 20px;	
	}
	
	.home-middle {
		padding: 20px 10px 10px;	
	}
	#genesis-footer-widgets .footer-widgets-1,
	#genesis-footer-widgets .footer-widgets-2,
	#genesis-footer-widgets .footer-widgets-3 {
		width: 100%;
		margin-right: 0;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

body.page-template-page-matchmaker-search .wpfront-notification-bar-spacer,
body.page-template-page-matchmaker-animal-php .wpfront-notification-bar-spacer
{
	display: none !important;
}



@media only screen and (min-width: 450px) {
	.matchmakerLongFormContent {
		font-size: 1.25em;
	}
}
@media only screen and (max-width: 450px) {
	.matchmakerLongFormContent {
		font-size: 1em;
	}
	.dogDogSummaryTag, .handlingColorTag {
        display: inline-block;
    }
}

.handlingColorTag {
    border-radius: 4px;
    padding:4px 8px;
    margin: 0 4px;
    font-size: 14px;
}

.dogDogSummaryTag {
    border-radius: 4px;
    padding:4px 8px;
    margin: 2px 4px;
    font-size: 14px;
    color:black;
    border: solid 1px black;
}


.tag-GREEN {
    color:white;
    background-color: green;
}

.tag-YELLOW {
    color:black;
    background-color: yellow;
}

.tag-BLUE {
    color:white;
    background-color: blue;
}

.tag-PINK {
    color:black;
    background-color: pink;
}

.page-template-page-media-upload .addtoany_share_save_container {
	display:none;
}


.dog-meter img {
	border: none;
	height: auto;
}

.dog-meter img.large {
	width: 600px;
}

.dog-meter img.medium {
	width: 350px;
}

.upcoming-event-banner {
	width: 100%;
	padding: 10px;
	margin: 10px 0 10px 0;
	border-radius: 10px;
	background-color: #d8e6ef;
}

.warning-banner {
	width: 100%;
	padding: 10px;
	margin: 10px 0 10px 0;
	border-radius: 10px;
	background-color: #f69759;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
  
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}