/*
	Theme Name: Rocket Dog
	Theme URI: http://mightyminnow.com
	Template: genesis
	Description: A custom designed theme for Rocket Dog Rescue based on the Genesis Framework.
	Author: MIGHTYminnow
	Author URI: http://www.mightyminnow.com/
	Version: 2.0.3
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Specific Pages
	- Views / Templates
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports + Fonts
---------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: "You Are Loved";
	src: url("fonts/You_Are_Loved.eot?") format("eot"), url("fonts/You_Are_Loved.woff") format("woff"), url("fonts/You_Are_Loved.ttf") format("truetype"), url("fonts/You_Are_Loved.svg#YouAreLoved") format("svg");
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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 */
}

body {
	background-color: #1B1D21;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	font-size: 17px;	
	font-size: 1.7rem;
}

a,
button,
input:focus,
input[type="text"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

::selection, ::-moz-selection {
	background-color: transparent;
	color: #222;
}

input[type=checkbox] {
	-webkit-appearance: checkbox !important;
}

input[type=radio] {
	-webkit-appearance: radio !important;
}

a {
	color: #D14900;
	text-decoration: none;
}

a:hover {
	color: #963400;
}

.entry-content a {
	text-decoration: underline;	
}

h2 a, .more-link {
	text-decoration: none !important;	
}

a.emailLink:before {
	content: url(/wp-content/uploads/2013/09/email.png);
	margin: 0 4px 0 0;
	white-space: nowrap;
}

a.pdfLink:before {
	content: url(/wp-content/uploads/2013/09/pdf.png);
	margin: 0 4px 0 0;
	white-space: nowrap;
}
a.docLink:before {
	content: url(/wp-content/uploads/2013/10/sidebar-doc.png);
	margin: 0 4px 0 0;
	white-space: nowrap;
}
a.externalLink:after {
	content: url(/wp-content/uploads/2013/09/externalLink.png);
	margin: 0 0 0 4px;
	white-space: nowrap;
}
.no-external-link a.externalLink:after {
	content: " ";
	margin: 0;
}

.site-footer a:before,
.site-footer a:after {
	display: none;
}

a.emailLink:after,
a.pdfLink:after {
	display: none;	
}

a.emailLink, a.pdfLink, a.externalLink {
	word-wrap: break-word;	
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #222;
	color: #ddd;
}

cite {
	font-style: normal;
}

.no-display {
	display: none !important;
}

.rdr-cookie-message,
.rdr-cookie-message-sidebar {
	padding: 20px;
	display: none;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

.rdr-cookie-message {
	background-color: #00C4BD;
	color: #333;
}

.rdr-cookie-message-sidebar {
	background-color: #F25500;
	color: #fff;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

.entry-content h2 {
	clear: both;	
}

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

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
canvas,
.wp-caption {
	max-width: 100%;
}

canvas {
	display: block;	
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content .alignleft img,
.entry-content .alignright img,
.entry-content .alignnone img,
.entry-content .aligncenter img {
	margin-top: 5px;
	border: 7px solid #222;
}

/* Borderless images */
.page-id-226 .entry-content img,
.page-id-317 .entry-content img {
	border: none !important;	
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

.site-header input, .site-header select {
	width: 100%;
	float: none;
	clear: none;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 8px 20px;
	padding: .8rem 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	width: auto;
	border-radius: 3px; 
	text-decoration: none !important;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #F25500;
}

.button:hover,
.button:focus {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

.button.arrow:after {
	content: " \f0a9";	
	font-family: FontAwesome;
	margin-left: 5px;
}

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;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	max-width: 1140px;
	margin: 0 auto;
	box-shadow: 0 0 15px #222;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	padding-top: 10px;
	background: #4F4F4F url(/wp-content/uploads/2013/08/black-diagonal-e1377627494104.png) no-repeat 96% 0;
}

.content-sidebar-wrap,
#ez-home-container-wrap {
	clear: both;
	padding: 20px;
	padding: 2rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-wrap {
	width: 100%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content {
	float: right;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 100%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 100%;
}

.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: 0;
	width: 100%;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
	clear: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box-title {
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-family: "You Are Loved", sans-serif;
	font-weight: normal;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-family: "You Are Loved", sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 14px;
	margin-bottom: 1.4rem;
	font-weight: normal;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.sidebar .widget-wrap {
	padding: 25px 35px 35px;
	padding: 2.5rem 3.5rem 3.5rem;	
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

/* Simple Section Nav - Widget */
.simple-section-nav .widget-wrap li {
	margin: .4em 0;
	padding-left: 18px;
}

.simple-section-nav .widget-wrap li a {
	position: relative;
	font-family: Lato;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	color: #222;
}

.simple-section-nav .widget-wrap li a:hover {
	color: #F25500;	
}

.simple-section-nav .widget-wrap li a:before {
	content: "\f005";
	position: absolute;
	left: -17px;
	top: .3em;
	font-family: FontAwesome;
	font-size: .6em;
}

.simple-section-nav .widget-wrap li a:hover:before {
	-webkit-transform: rotate(10deg);
		   -moz-transform: rotate(10deg);
			-ms-transform: rotate(10deg);
			 -o-transform: rotate(10deg);
				transform: rotate(10deg);
}

.simple-section-nav .current_page_item > a {
	color: #D14900 !important;	
}

.simple-section-nav ul ul {
	margin-left: 10px;	
}

.simple-section-nav li li {
	font-size: .8em;
}

/* What is a Mobile Adoption? */
#black-studio-tinymce-17 {
	padding-bottom: 95px;
	background: #FFF url(/wp-content/uploads/2013/09/leave-no-dog-behind-footer.jpg) no-repeat left bottom !important;
}

/* Doggy Details - Widget */
#black-studio-tinymce-7 .textwidget h4 {
	margin: .75em 0 .25em;	
}

/* Dog Gallery - Widget Sponsor Slider */
#black-studio-tinymce-6 {
	overflow: visible;	
	position: relative;
	padding: 10px;
}

#black-studio-tinymce-6 .widget-wrap {
	padding: 0;
}

/* Sidebar Dog View */
#wp_views-7 .dog-filter{
	display: none;
}

#wp_views-7 .dog-list li {
	width: 29%;
}

#wp_views-7 .dog-list h3 a {
	margin-left: 0;
	margin-right: 0;
}

#wp_views-7 .dog-details {
	display:  none !important;
}

.gallery-link {
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.gallery-link:after {
	box-shadow: inset 0 0 50px #000;	
}

.gallery-link:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left: 10px;
	z-index: 1;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.gallery-link:hover:after {
	box-shadow: inset 0 0 30px #000;	
}

.sponsor-slider .gallery-link:after,
.sponsor-slider .gallery-link:hover:after {
	box-shadow: none;	
}

.gallery-link img {
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.gallery-link h4,
.sponsor-slider h4 {
	position: absolute;
	z-index: 2;
	display: inline-block;
	left: -10px;
	bottom: 10%;
	max-width: 90%;
	line-height: 18px;
	margin-bottom: 0;
	padding: 15px 20px 15px 30px;
	background: #D14900;	
	color: #FFF;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.sponsor-slider h4 {
	z-index: 0;	
}

.gallery-link:hover h4,
.sponsor-slider:hover h4 {
	background: #F66500;
}

.gallery-link h4:before,
.sponsor-slider h4:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	bottom: 100%;
	border-style: solid;
	border-width: 0 0 8px 10px;
	border-color: transparent transparent #222 transparent;
}

.gallery-link h4:after,
.sponsor-slider h4:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	left: 100%;
	top: 0;
	border-style: solid;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #D14900;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.gallery-link:hover h4:after,
.sponsor-slider:hover h4:after {
	border-color: transparent transparent transparent #F66500;	
}

/* Causes wierd shift on homepage when hovering over sponsor slider

.gallery-link h4 i:before,
.sponsor-slider h4 i:before {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	    -ms-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}

.gallery-link:hover h4 i:before,
.sponsor-slider:hover h4 i:before {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
*/

.single-dog .gallery {
	display: none;
}

/* Who We Are
--------------------------------------------- */
#black-studio-tinymce-2 .widget-wrap {
	position: relative;
	padding-bottom: 100px;
	background: #FFF url(/wp-content/uploads/2013/08/leave-no-dog-behind-footer.png) no-repeat left bottom;
	border: none;
}

/* Donate Today
--------------------------------------------- */
#black-studio-tinymce-3 .widget-wrap {
	background-color: #FEFF3C;
}

/* Mobile Adoptions
--------------------------------------------- */
#black-studio-tinymce-4 {
	margin-bottom: 0;
	border-radius: 3px 3px 0 0;
	background: #A8F6FF url(/wp-content/uploads/2013/08/motorcycle.png) no-repeat right bottom;
}

#black-studio-tinymce-4 .widget-wrap {
	padding-bottom: 50px;
}

/* Adoption Forms / Documents*/
#black-studio-tinymce-19,
#black-studio-tinymce-20,
#black-studio-tinymce-21,
#black-studio-tinymce-22 {
	border: 8px solid #222;
}

#black-studio-tinymce-19 ul,
#black-studio-tinymce-20 ul,
#black-studio-tinymce-21 ul {
	margin: 0 0 1.5em 25px !important;	
}

#black-studio-tinymce-19 b,
#black-studio-tinymce-20 b,
#black-studio-tinymce-21 b {
	display: block;
	margin-bottom: 5px;
	color: #333;
	border-bottom: 1px dotted #CCC;
}

#black-studio-tinymce-19 a,
#black-studio-tinymce-20 a,
#black-studio-tinymce-21 a {
	position: relative;	
}

#black-studio-tinymce-19 a:before,
#black-studio-tinymce-20 a:before,
#black-studio-tinymce-21 a:before {
	content: "\f0c1";
	position: absolute;
	left: -18px;
	top: -1px;
	font-family: FontAwesome;
	font-size: .8em;
}

#black-studio-tinymce-19 a.pdfLink:before,
#black-studio-tinymce-20 a.pdfLink:before,
#black-studio-tinymce-21 a.pdfLink:before {
	content: "\f15b";
}

#black-studio-tinymce-19 a.docLink:before,
#black-studio-tinymce-20 a.docLink:before,
#black-studio-tinymce-21 a.docLink:before {
	content: "\f15c";
}

#black-studio-tinymce-19 a:hover:before,
#black-studio-tinymce-20 a:hover:before,
#black-studio-tinymce-21 a:hover:before {
	-webkit-transform: rotate(10deg);
		   -moz-transform: rotate(10deg);
			-ms-transform: rotate(10deg);
			 -o-transform: rotate(10deg);
				transform: rotate(10deg);
}


/* Upcoming Events / News
--------------------------------------------- */
#black-studio-tinymce-4 + #em_widget-2 ,
#black-studio-tinymce-4 + #em_widget-2 .widget-wrap{
	padding-top: 0;
	border-radius: 0 0 3px 3px;
}

#em_widget-2 .widget-wrap,
#wp_views-5 .widget-wrap {
	overflow: auto;
	background-color: #71F0FF !important;
}

#em_widget-2 li:not(:last-child),
.news-widget li:not(:last-child) {
	margin-bottom: 1.5em;	
}

.sidebar .date-time {
	font-size: .8em;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.sidebar .date-time .icon-calendar{
	color: #D14900;
}

#em_widget-2 .button,
#wp_views-5 .button {
	margin-top: 1.75em;
}

#em_widget-2 a{
	color: #222;
}

/* Rocket Dog Loves
--------------------------------------------- */
#wp_views-4 {
	position: relative;
	overflow: visible;
	padding: 10px;
}

#wp_views-4 .widget-wrap {
	overflow: hidden;
	height: 0;
	padding: 0 0 100%;
	text-align: center;
}

#ez-home-middle-2 .textwidget,
#wp_views-4 .textwidget {
	text-align: center;
}


#ez-home-middle-2 .sponsor-slider,
#wp_views-4 .sponsor-slider {
	height: 1000px !important;
	line-height: 950px !important;
	margin-top: -500px !important;
}

.sponsor-slider .wpv-pagination:before {
	content: "";
	width: 1px;
	height: 100%;
}

#ez-home-middle-2 img,
#wp_views-4 img {
	display: inline-block;
	max-width: 80%;
	vertical-align: middle;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Fancybox for WordPress
--------------------------------------------- */
#fancybox-wrap, #fancybox-wrap * {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			 box-sizing: content-box;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.sidebar .widget.enews-widget {
	background-color: #222;
}

.sidebar .enews-widget {
	padding: 40px;
	padding: 4rem;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #F25500;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */
.gform_wrapper div {
	max-width: 100%;	
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

.ginput_container .gfield_required {
	float: left;	
}

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
	margin: 1em 0 -.5em;	
}

body .gform_wrapper .gsection {
	margin: 2.5em 0 .5em;	
}

.gform_wrapper .gfield_html ul {
		margin: 0 0 0 30px !important;
		font-size: .8em !important
}

body .gform_wrapper .datepicker {
	width: 150px !important;
}

input[type="checkbox"] + .gfield_required + label {
	margin-left: 30px !important;	
}

body .gform_wrapper input.ginput_quantity {
	width: 70px;
}

input#gform_submit_button_20 {
	min-width: 200px;
	padding: 20px;
}

@media( min-width: 768px ) {
	input#gform_submit_button_20 {
		width: 30%;
	}	
}

.gfield_checkbox .ginput_price {
	display: none;
}

.gform_confirmation_message{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2 !important;
}

.gform_confirmation_wrapper table {
	line-height: 1;
}

.gform_confirmation_wrapper td {
	padding: 0 5px 10px !important;
}

.gform_confirmation_wrapper table table table td {
	padding-top: 5px !important;
}

.gform_confirmation_wrapper table table {
	margin-top: 10px;
}

#gform_confirmation_message_20 ul {
	display: none;
}

.gform_confirmation_wrapper td {
	padding: 0 5px 10px !important;
}

.gform_confirmation_wrapper td br {
	content: " " !important;
	margin: -10px 0;
	display: block;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header, .site-header a, .site-header .widget-title, .header-top, .header-top a, .header-top i {
	color: #FFF;
	font-weight: normal;
	font-size: 14px;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.header-top a:hover i, 
.header-top .current-menu-item i,
.header-top .current-page-ancestor i,
.single-event .header-top .menu-item-8696 i,
.single-location .header-top .menu-item-8696 i {
	color: #F25500;
}

.header-top {
	text-align: center;
	padding: 0;
}

.header-top .wrap {
	position: relative;
	background: #000;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
}

.header-top .widget:not(:last-child) {
	margin-bottom: 8px;	
}

/* Header top search */
#search-4 {
	position: absolute;
	z-index: 9999;
	top: 100%;
	right: 0;
	display: none;	
	width: 100%;
	max-width: 350px;
	background: #000;
	border-radius: 0 0 3px 3px;
}

/* Header top menu */
.header-top .widget_nav_menu {
	float: right;
	width: 100%;
}

.header-top .widget_nav_menu li {
	list-style-type: none;
	display: inline-block;
	padding: 0 .5em;
	line-height: 1.5em;
}

/* Header top social media widget */
.header-top .Social_Widget {
	width: auto;
	margin: 0;
	clear: both;
}

.header-top .socialmedia-buttons, .header-top .Social_Widget img {
	margin: 0;	
}

.header-top .Social_Widget img {
	width: 24px;	
}

/* Adoption Counter */
#black-studio-tinymce-15 {
	clear: both;
	font-weight: bold;
	text-transform: uppercase;	
}

.adoption-counter {
	color: #F25500;	
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	width: 0;
	height: 0;
	text-indent: -9999px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #222;
}

.site-title a{
	color: #000;
	background: #fff;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* 
Homepage Animated Header
--------------------------------------------- */
.site-header .wrap {
	overflow: hidden;
	position: relative;
	background: transparent url(/wp-content/uploads/2013/08/banner-sky.jpg) no-repeat left top;
}

#swiffycontainer {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	padding-bottom: 26.5789474%;
}

#swiffycontainer > div {
	position: absolute !important;
	z-index: 0;
	width: 100%;
}

/*
Static Banner
--------------------------------------------- */
.site-header img {	
	position: absolute;
	display: block;	
}

#banner-logo {
	z-index: 999;
	max-width: 20%;
	
	/* Fallback */
	bottom: 40%;
	left: 10%;
	
	/* calcs() */
	bottom: calcs(43% - 20px);
	bottom: -webkit-calcs(43% - 20px);
	bottom: -moz-calcs(43% - 20px);
	left: calcs(205px - 11%);
	left: -webkit-calcs(205px - 11%);
	left: -moz-calcs(205px - 11%);
}

#banner-logo:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

#banner-ndlb {
	display: none;
	max-width: 23%;
	
	/* Fallback */
	left: 9%;
	bottom: 5%;
	
	/* calcs() */
	bottom: calcs(18% - 28px);
	bottom: -webkit-calcs(18% - 28px);
	bottom: -moz-calcs(18% - 28px);
	left: calcs(239px - 15%);
	left: -webkit-calcs(239px - 15%);
	left: -moz-calcs(239px - 15%);
}

#banner-sky {
	position: relative;
	max-width: 120%;
}

#banner-bird1 {
	top: 4%;
	left: 60%;	
	max-width: 5%;
	
	/* calcs() */
	width: calcs(10% - 66px);
	width: -webkit-calcs(10% - 66px);
	width: -moz-calcs(10% - 66px);
}

#banner-bird2 {
	max-width: 5%;
	right: 4%;
	bottom: 80%;
	
	/* calcs() */
	width: calcs(10% - 62px);
	width: -webkit-calcs(10% - 62px);
	width: -moz-calcs(10% - 62px);
	bottom: calcs(90% - 40px);
	bottom: -webkit-calcs(90% - 40px);
	bottom: -moz-calcs(90% - 40px);
}

#banner-tree {
	top: -10px;
	
	/* Fallback */
	right: 1015px; 
	
	/* calcs() */
	right: calcs(80% + 100px);
	right: -webkit-calcs(80% + 100px);
	right: -moz-calcs(80% + 100px);
}

#banner-ground {
	right: 0;
	bottom: 0;	
}

#banner-motorcycle {
	
	/* Fallback */
	right: 5%;
	bottom: 2%;
	max-width: 36%;
	
	/* Full Functionality */
	width: calcs(50% - 180px);
	width: -webkit-calcs(50% - 180px);
	width: -moz-calcs(50% - 180px);
	right: calcs(5% + 20px);
	right: -webkit-calcs(5% + 20px);
	right: -moz-calcs(5% + 20px);
}


/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat;
	background-position: center top;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site-header .search-form {
	margin: 16px auto ;
	margin: 1.6rem auto;
	text-align: center;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

#menu-button {
	display: block;
	margin: 0 20px;
	padding: 5px;
	background: #F25500;
	border-radius: 3px;
	text-align: center;	
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.8);
	cursor: pointer;
}

#menu-button:before {
	content: "\f0ca";
	font-family: FontAwesome;
	margin-right: 5px;	
}

#menu-button:hover {
	color: #222;
}

.genesis-nav-menu {
	display: none;
}

.genesis-nav-menu {
	margin: 5px 20px;
	clear: both;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	border-radius: 3px;
	font-size: .8em;
	text-align: center;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu > li {
	border-top: 1px solid #555;	
}

.genesis-nav-menu li:first-child {
	border-top: none !important;	
}

.genesis-nav-menu li,
.genesis-nav-menu a {
	display: block;
	width: 100%;
	text-align: center;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 12px 26px;
	padding: 1.2rem 2.6rem;
	position: relative;
	font-size: 1.2em;
}

/* Home link icon */
.genesis-nav-menu > li:first-child > a #home-text {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

.genesis-nav-menu > li:first-child > a:after {
	content: "\f015";
	font-family: FontAwesome;
	font-size: 1.2em;	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #222;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	display: none;
	background: #F25500;
	-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;
	z-index: 99;
}

.genesis-nav-menu .sub-menu {
	background: #666;	
}

.genesis-nav-menu .sub-menu .sub-menu {
	background: #666;	
}

.current-menu-item > .sub-menu,
.current-page-ancestor > .sub-menu {
	display: block;
}

.genesis-nav-menu .sub-menu {
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.6), inset 0 -10px 10px -10px rgba(0,0,0,0.4);	
}

.genesis-nav-menu .sub-menu li {
	width: 100%;	
}

.genesis-nav-menu .sub-menu a {
	position: relative;
	font-size: 1em;
}

.genesis-nav-menu > li > ul > li:first-child > a,
.genesis-nav-menu > li > ul > li:first-child > ul > li:first-child > a {
	border-top: none;	
}

.genesis-nav-menu .sub-menu li {
	position: relative;	
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: none;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */
#menu-button,
.nav-primary a {
	color: #FFF;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.3) -1px -1px 1px;
}

/* Hover / Active */
#menu-button:hover,
.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .current_page_ancestor > a,
.single-dog:not(.adopt-page):not(.foster-page) .menu-item-8656 > a,
.adopt-page .menu-item-8656 > a,
.foster-page .menu-item-8662 > a {
	color: #FFF;
	text-decoration: underline;
	text-shadow: rgba(255,255,255,0.3) 1px 1px 1px;
}
.menu-item-8641 a{
	text-decoration: none !important;
}

.menu-primary {
	background-color: #666;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.8);
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	/* overflow: hidden; */
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 25px 40px 24px;
	padding: 2.5rem 4rem 2.4rem;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

li.first {
	clear: none;	
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.search-form {
	padding: 10px 120px 10px 10px;	
}

.search-form input[type="submit"] {
	margin: 0 -110px 0 10px;	
	padding: 16px 20px;
	padding: 1.7rem 2rem;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #F25500;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
	border-radius: 3px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #999;
	clear: both;
	padding: 40px 5% 16px;
	padding: 4rem 5% 1.6rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px 15px;
	padding: 2.4rem 1.5rem;
	text-align: center;
	border-color: #464646;
	background: #222;
}

.site-footer img {
	margin-bottom: 1.2em;	
}

.site-footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.site-footer a:hover {
	color: #AAA;
}

.site-footer p {
	margin-bottom: .5em;
}

.site-footer p:last-child {
	margin-bottom: 0;
}


/*
Specific Pages
---------------------------------------------------------------------------------------------------- */

/* Give a Sh#t Form */
#gform_27.hidden {
	display: none;
}

#gform_27 {
	display: block;
}

/* Home */

.ez-home-container-area {
	margin-bottom: 0 !important;
}

#ez-home-container-wrap .widget-area {
	position: relative;
	overflow: visible;
	margin-bottom: 20px;
	padding: 10px;
	background: #FFF;
	border-radius: 3px;	
}

/* Home Top */
/* Slider */
#ez-home-container-wrap #ez-home-top-1 {
	background: #fff;
	padding: 20px 30px 10px;
}

#ez-home-top-1 .flex-caption {
	display: none;
	bottom: 0 !important;
	top: auto !important;
	width: 100%;
	padding: 2% 5% 3.5%;
	background: rgba(0, 0, 0, .7);
	text-align: left;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#ez-home-top-1 .flex-caption h3 {
	margin-bottom: .25em;
	color: #e0e0e0 ;
	font-family: "You Are Loved";
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: normal;
	letter-spacing: 1px;
}

#ez-home-top-1 .flex-caption a {
	display: inline;
	margin-left: 5px;
}

#ez-home-top-1 .flex-caption a:after {
	content: "\00A0\00A0\f061";
	position: relative;
	top: -1px;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: 1em;
}

#ez-home-top-1 .flex-control-nav {
	bottom: 5px;
	padding-right: 10px;
	text-align: right;
	font-size: 0;	
}

#ez-home-top-1 .flex-control-nav li a {
	width: 12px;
	height: 12px;
	background-image: none;
	border: 2px solid #FFF;
	border-radius: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ez-home-top-1 .flex-control-nav li a.flex-active {
	background-color: #FFF;
}

/** Our Volunters Rock */
#ez-home-top-1 img{
    width: 100% !important;
	height: auto !important;
}

/* Who We Are */
#ez-home-container-wrap #ez-home-top-2 {
	padding: 20px 30px 95px;
	background: #FFF url(/wp-content/uploads/2013/09/leave-no-dog-behind-footer.jpg) no-repeat left bottom !important;
}


/* Home Middle */
#ez-home-middle-container .widget-title {
	display: block;
}
#ez-home-middle-2 h4,
#ez-home-middle-3 h4 {
	width: 100% !important;
	height: auto;
	width: auto;
	position: absolute;
	z-index: 2;
	display: inline-block;
	left: -10px;
	bottom: calc( 10% - 20px );
	max-width: 90%;
	line-height: 18px;
	margin-bottom: 0;
	padding: 15px 20px 15px 30px;
	background: #D14900;	
	color: #FFF;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
	    font-family: Lato, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
	font-size: 18px;
}
#ez-home-middle-2 h4::after,
#ez-home-middle-3 h4::after {
	content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #D14900;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

	#ez-home-middle-2 a::after{
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		box-shadow: inset 0 0 30px #000;
	}

	#ez-home-middle-2 a:hover::after{
		box-shadow: inset 0 0 50px #000;
	}
	#ez-home-middle-2:has( a:hover ) h4,
	#ez-home-middle-3:has( a:hover ) h4{
		background: #F66500;
	}
	#ez-home-middle-2:has( a:hover ) h4::after,
	#ez-home-middle-3:has( a:hover ) h4::after{
		border-color: transparent transparent transparent #F66500;
	}

	#ez-home-middle-3 img{
		display: block;
		width: 100%;
		aspect-ratio: 1;
		object-fit: contain;
	}
}

#ez-home-middle-container .widget-wrap {
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	text-align: center;
}

#ez-home-middle-3 h4{
	display: flex !important;
	align-items: center;
}
#ez-home-middle-3 h4::before{
	order: 3;
	content: "";
	position: relative;
	top: 0;
	margin-left: 12px;
	background: url( /wp-content/uploads/2024/12/image.svg );
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	transform: rotate( -90deg ) scale( 2 ) scaleY( -1 );
}

/* Rocket Dog Loves - see "Widgets" section below */


/* Home Bottom */
#ez-home-bottom-container .widget-area {
	overflow: hidden;
	padding: 20px 30px;
}

.widget_em_widget ul {
	float: left;
	width: 100%;	
}

#ez-home-bottom-container ul li , #ez-home-bottom-container ol li, .widget_em_widget li {
	float: left;
	width: 100%;
	list-style-type: none;
}

.image-date {
	position: relative;
	margin: 0 auto 10px;
}

.image-date img {
	width: 100%;
	border: 6px solid #222;	
}

#ez-home-bottom-container .year {
	display: none;	
}

#ez-home-bottom-container .day {
	font-weight: 300;	
}

#ez-home-bottom-container h2,
#ez-home-bottom-container h2 {
	font-size: 1em;
	margin-bottom: .6em;
	text-transform: uppercase;
}

#ez-home-bottom-container .button {
	float: right;
	width: auto;
	margin-top: .75em;
	padding-right: 15px;
	padding-right: 1.5rem;
	font-size: .8em;
}


/* Dogs - List */
.dog-list {
	width: 104%; /* 100% + negative margins */
	margin: 0 -2% !important;
	text-al	ign: left;	
	font-size: 0 !important;
}

.dog-list li {
	position: relative;
	display: inline-block;
	width: 46%;
	margin: 2%;
	vertical-align: top;
	list-style-type: none !important;
	text-align: center;
}

.dog-list .shadow {
	display: block;
	position: relative;
	border: 7px solid #222;
}

.dog-list li:hover .shadow {
	border-color: #F25500;
}

.dog-list .shadow:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: -1px;
	bottom: -1px;
	box-shadow: inset 0 0 8px 4px rgba(0,0,0,.5);
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.dog-list li:hover .shadow:before {
	box-shadow: none;
}

.dog-list img {
	width: 100% !important;
	margin-bottom: 0;	
}

.dog-list h3 {
	margin: 0 !important;
}

.dog-list h3 a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: .5em;
	border: none;
}

.dog-list li .dog-details {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
	padding: 10px 15px;
	z-index: 1; 
	display: none;
	width: 200px;
	background: #222;
	background: rgba(0,0,0,0.9);
	border: none;
	border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

.dog-list li .dog-details:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #222 transparent transparent transparent;
	border-color: rgba(0,0,0,0.9) transparent transparent transparent;	
}

.dog-list li .dog-details:after { /* For :hover capability */
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 10px;
}

.dog-list li:hover .dog-details,
.dog-list li .dog-details:hover {
	display: block;	
}

/* jQuery enabled behavior for mobile */
.touch .dog-list li.no-hover .dog-details {
	display: none !important;	
}

.dog-list li .dog-details .detail {
	display: block;
	margin: 0 0 8px !important;	
}

.dog-list li .dog-details .detail i {
	color: #FFF;	
}

.dog-list li .dog-details h4 {
	display: block;
	margin: 0.8em 0 0 0;
	color: #FFF;
	font-size: 1em;
}

.dog-list li .dog-details h4:first-child {
	margin-top: 0;	
}

.dog-list li .dog-details h4:before {
	content: "";
	clear: both;	
}

.dog-list li .dog-details a {
	border: none;
	box-shadow: none;	
}

.dog-list li .dog-details .more-link {
	display: inline-block !important;	
	float: right;
}

/* Dogs - Single */
/* Dog nav */
.post-nav {
	position: relative;
	top: -25px;
	font-size: .75em;
	text-align: center;	
}

.post-nav .container {
	display: inline-block;
	padding: 8px 12px;
	background: #FAFAFA;
	border-radius: 0 0 3px 3px;
	border: 1px solid #EEE;
	border-width: 0 1px 1px;
	text-align: center;
}

.post-nav a {
	margin-right: 1px;
	padding: 0 .75em;
	font-weight: bold;
	border-right: 1px solid #DDD;
}

.post-nav a:first-child {
	padding-left: 0;
}

.post-nav a:last-child {
	padding-right: 0;
	border-right: none;
}

.post-nav a:before,
.post-nav a:after {
	position: relative;
	top: -.1em;
	font-size: .8em;
}

.post-nav .next-post:before {
	content: "\f060";
	font-family: FontAwesome;
	margin-right: .5em;
}

.post-nav .prev-post:after {
	content: "\f061";
	font-family: FontAwesome;
	margin-left: .5em;
}

.single-dog .entry-title {
	text-align: center;
}

/* Dog Details - General*/
.entry-content .dog-details {
	clear: both;
	margin-bottom: .75em;
	padding: .5em 1em;
	border: 1px solid #EEE;
	border-radius: 3px;
	background: #FAFAFA;
}

.entry-content .dog-details .detail {
	margin-right: 20px;	
}

.entry-content .dog-details h4 {
	display: inline;
	font-size: 0;
	margin-right: 5px;
}

.entry-content .addthis_toolbox {
	display: none !important;
}

.addthis_counter.addthis_bubble_style {
	width: 36px !important;
}

.entry-content .dog-details h4 i {
	font-size: 16px;	
	white-space: nowrap;
}

.dog-details .more-link {
	display: none;	
}

/* Dog - Adopt Me, Donate View, & Standalone Donate Widget*/
#black-studio-tinymce-14, #black-studio-tinymce-14 .widget-wrap,
#black-studio-tinymce-3, #black-studio-tinymce-3 .widget-wrap,
#black-studio-tinymce-16, #black-studio-tinymce-16 .widget-wrap {
	overflow: visible;
	padding: 0;
	background-color: transparent;
}

#black-studio-tinymce-14,
#black-studio-tinymce-3,
#black-studio-tinymce-16 {
	padding-right: 16px;	
}

#black-studio-tinymce-3 .widget-title,
#black-studio-tinymce-16 .widget-title {
	display: none;
}

.sidebar .button,
.sidebar button,
.arrow-buttons button {
	position: relative;
	width: 100%;
	margin: 0 0 .75em;
	padding: 16px 15px 17px;
	background: #00C4BD;	
	color: #222;
	border-radius: 3px 0 0 3px;
	font-family: "You Are Loved", serif;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5;
}

.sidebar .button.orange,
.sidebar button.orange,
.arrow-buttons button.orange {
	background: #F25500;
}

.sidebar form:last-child button,
.arrow-buttons form:last-child button {
	margin-bottom: 0;	
}

.sidebar .button:hover,
.sidebar button:hover,
.arrow-buttons button:hover {
	background: #00E0D8;
}

.sidebar .button.orange:hover,
.sidebar button.orange:hover,
.arrow-buttons button.orange:hover {
	background: #ef6921;
}

.sidebar .button i,
.sidebar .button:after,
.sidebar button i,
.arrow-buttons button i {
	position: absolute;
	right: 0%;
	top: 50%;
	margin: -.5em 0 0 0;
	line-height: normal;
}

.sidebar .button .point,
.sidebar button .point,
.arrow-buttons button .point {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	left: 100%;
	top: 0;
	border-style: solid;
	border-width: 30px 0 30px 16px;
	border-color: transparent transparent transparent #00C4BD;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.sidebar .button.orange .point,
.sidebar button.orange .point,
.arrow-buttons button.orange .point {
	border-color: transparent transparent transparent #F25500;
}

.sidebar .button:hover:after,
.sidebar button:hover:after,
.arrow-buttons .button:hover:after,
.arrow-buttons button:hover:after,
.sidebar .button:hover .point,
.sidebar button:hover .point,
.arrow-buttons button:hover .point {
	border-color: transparent transparent transparent #00E0D8;
}

.sidebar .button.orange:hover:after,
.sidebar button.orange:hover:after,
.arrow-buttons .button.orange:hover:after,
.arrow-buttons button.orange:hover:after,
.sidebar .button.orange:hover .point,
.sidebar button.orange:hover .point,
.arrow-buttons button.orange:hover .point {
	border-color: transparent transparent transparent #ef6921;
}

/* Dog Slideshow */
.dog-gallery {
	margin-bottom: 2em;
}

.dog-gallery ul {
	margin: 0;
}

#slider {
	margin-bottom: 1em;
}

/*#slider .slides {
	height: 0;
	overflow: hidden;
	padding-bottom: 61%;
}*/

#slider .flex-viewport {
	background-color: #4f4f4f;
}

#slider .flex-viewport:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	box-shadow: inset 0 0 120px black;
}

#slider .flex-viewport > img { /* If jus the featured image, not slideshow */
	display: block;
	width: 100% !important;
	height: auto;
	width: auto;
}

#carousel {
	display: none;	
}

#carousel .flex-viewport {
	background: transparent url(/wp-content/uploads/2013/09/slider_nav_bg.jpg) no-repeat 95% bottom;	
}

#carousel .slides {
	height: 0;
	overflow: hidden;
	padding-bottom: 129px;
}

#carousel .slides li {
	position: relative;
	width: 215px !important;
	height: 129px;
	cursor: pointer;
	border-right: 2px solid #FFF;
}

#carousel .slides li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
	box-shadow: inset 0 0 50px black;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

#carousel .slides li:hover:after {
	box-shadow: inset 0 0 30px black;	
}

/* Success Stories */
.page-id-314 .archive-template-1 {
	padding-left: 160px;
}

.page-id-314 .image-date {
	margin-left: -160px;
}

.page-id-314 .date-time {
	display: none;	
}

/* New Foster Form */
.page-id-22129 .gform_wrapper ul.gfield_radio li{
	display: inline;
	padding-right: 30px !important;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio]{
	margin-top: 0px !important;
}

/* Donate */
.page-id-315 input[type="image"], .donateButton input[type="image"], .donateButton img {
	width: auto;
	max-width: 100%;
	margin-right: 15px;
	padding: 0;
	border: none !important;
	box-shadow: none !important;	
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.donateButton img {
	display: block;	
	width: auto;
	max-width: 100%;
	margin: auto;
}

.donate-heading h2 {
	font-family: "You Are Loved", sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
}

/* visual composer donate buttons */
.donateButtonsRow p{
	text-align: center;
	font-size: 11px;
}
.page-id-315 input[type="image"]:hover, .donateButton input[type="image"]:hover {
	opacity: 0.9;	
}

/* Volunteer */
#field_5_6 {
	padding: 15px;
	background: #f7feff;
	border: 1px solid #d7dedf;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
}

/*
Views / Templates
---------------------------------------------------------------------------------------------------- */
.news, .news li {
	margin-left: 0 !important;
	list-style-type: none !important;
}

.archive-template-1 {
	margin-bottom: 2em;	
}

.archive-template-1 .date-time {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	bottom: 17px;
	width: 100%;
	margin-left: -10px;
	padding: .25em 0;
	background: #D14900;
	border: 0 solid #D14900;
	border-width: 0 10px;
	font-size: .9em;	
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.8);
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}

.archive-template-1 .date-time:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -10px;
	bottom: 100%;
	border-style: solid;
	border-width: 0 0 7px 10px;
	border-color: transparent transparent #872f00 transparent;
}

.archive-template-1 .date-time:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -10px;
	bottom: 100%;
	border-style: solid;
	border-width: 0 10px 7px 0;
	border-color: transparent transparent #872f00 transparent;
}

.archive-template-1 .image-date:hover .date-time {
	background: #F66500;
	border-color: #F66500;
}

.home .archive-template-1 .date-time {
	background: #00C4BD;
	border-color: #00C4BD;
	color: #111;
}

.home .archive-template-1 .image-date:hover .date-time {
	background: #00E0D8;
	border-color: #00E0D8;
}

.home .archive-template-1 .date-time:before {
	border-color: transparent transparent #00847b transparent;
}

.home .archive-template-1 .date-time:after {
	border-color: transparent transparent #00847b transparent;
}

.archive-template-1 .date-time .month, .archive-template-1 .date-time .day {
	font-weight: bold;
}

.entry-content .archive-template-1 h2 {
	font-size: 1.5em;
	margin-bottom: 0;	
}
.entry-content .archive-template-1 h2 {
	margin-top: 0;
}
.archive-template-1 h5,
.widget_em_widget h5,
.news-widget h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.33333333333;
	font-weight: bold;
}

.archive-template-1 p,
.widget_em_widget p,
.news-widget p {
	margin-bottom: .5em;
	line-height: 1.33333333333;
}

.news-widget a{
	color: #222;
}

.archive-template-1 .more-link,
.widget_em_widget .more-link,
.news-widget .more-link {
	width: auto;
	font-weight: bold;
	font-size: .8em;
}

.archive-template-1 .more-link:after,
.widget_em_widget .more-link:after,
.news-widget .more-link:after {
	content: "\00A0\f061";
	position: relative;
	top: -1px;
	font-family: "FontAwesome";
	font-size: .8em;
	line-height: 1;
	font-weight: normal;
}

/* Events */
div.css-search{
	display: none !important;
}
.em-location-map-container, .alignright.map {
	max-width: 100%;
}

/* Hide single events volunteer button */
body.single-event a[title="Volunteer at Rocket Dog Events"] {
	display: none;
}

.alignright.map{
	margin: 0 0 20px 30px;	
}

.em-map-balloon {
	text-align: left;	
}

/* Mailing List */
#input_1_3_4_container, #input_1_3_5_container {
	float: left;
	clear: both;	
}

/* Volunteers */
.page-id-340 .entry-content h3 {
	padding-bottom: 5px;
	border-bottom: 3px solid #222;	
}

/* Resources */
.resources-list .resources-list h2 {
	color: #666;
	font-size: 1.5em;
}

.resources-list li {
	margin-bottom: 1em;	
}

.resources-list h2 {
	padding-bottom: 5px;
	border-bottom: 3px solid #222;
}

.resources-list .resources-list h2 {
	padding-bottom: 0;
	border-bottom: none;
}

.resources-list h3 {
	margin-bottom: 0;
	font-size: 1em;	
}

/*
Components
---------------------------------------------------------------------------------------------------- */
/* Forms */
.gform_wrapper input {
	width: auto;	
}

.gform_wrapper label:not(.gfield_label) {
	font-size: .8em !important;
}

.gform_wrapper .ginput_left {
	clear: left;	
}

.gform_wrapper .ginput_right {
	clear: right;	
}

.gform_wrapper ul.gfield_radio li, .gform_wrapper ul.gfield_checkbox li {
	overflow: visible !important;	
}

/* memorial donation form image hover */
ul.gfield_radio img {
	border: 4px solid #fff;
}

ul.gfield_radio img:hover {
    border-color: #000;
}

.dog-filter {
	float: left;
	width: 100%;
	padding: 10px !important;
	background: #FAFAFA;
	border-radius: 3px;
	border: 1px solid #EAEAEA;
}

.wpv-filter-form {
	font-size: 0; /* inline-block spacing fix */
}

.wpv-filter-form label {
	font-size: 0;
	width: 0;
	height: 0;	
}

/* <select> - used in tandem with jQuery to wrap all <selects>'s */
.wpv-filter-form > .select-wrapper,
.wpv-filter-form > select {
	width: 100%;
	margin-bottom: 4px;
}

.select-wrapper {
	position: relative;
	z-index: 0;
	display: inline-block; 
    overflow: hidden; /* this hides the select's drop button */
    height: auto;
    padding: 0 15px 0 0; 
    margin: 0 5px 0 0; 
    vertical-align: middle;
	border-radius: 5px;
    border: solid 1px #CCC; 
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#efefef)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #FFF, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #FFF, #efefef); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #FFF, #efefef); /* IE10 */
    background-image:      -o-linear-gradient(top, #FFF, #efefef); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #FFF, #efefef);
    
    /* PIE.htc - if using, remove 2 'filter' gradients above for proper display in IE7/8 */
    -pie-background: linear-gradient(#FFF, #efefef); /*PIE*/
    behavior: url(PIE.htc);
    		
}

.select-wrapper:before {
	position: absolute;
	z-index: 1;
	content: url(/wp-content/uploads/2013/09/select_arrows.png);
	top: 50%;
	right: 8px;
	margin-top: -9px;
}

.select-wrapper select { 
	position: relative;
	z-index: 2;
	outline: none;
    width: 150% !important; /* this percentage effectively extends the drop down button out of view */
	margin: 0 !important;
	padding: 7px 20px 7px 10px !important;
    background-color: transparent; /* this hides the selects background making any styling visible from the div */
    background-image: none; 
    -webkit-appearance: none; /* this is required for Webkit browsers */ 
    border:none; 
    box-shadow: none;
}

/* Facebook Like Button */
.fb-like {
	float: right;
	margin: 0 0 20px 20px;	
}

/* NextGen Galleries / Albums */
body .ngg-album-compact {
	display: inline-block;
	float: none;
	height: auto;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	vertical-align: top;
}

.ngg-album-compact .ngg-album-compactbox {
	height: auto;
	margin-bottom: 0;
	padding: 0 !important;
	background-image: none;	
	text-align: center;
}

.ngg-album-compact .ngg-album-compactbox .Thumb {
	width: 200px;
	height: auto;
	border: 7px solid #222;	
}

.ngg-album-compact .ngg-album-compactbox .Thumb:hover {
	border-color: #F25500;	
}

body .ngg-album-compact h4 {
	width: 100%;
	margin-right: 0;
	padding: 0 15px;
	font-size: .8em;
	text-align: center;
}

.ngg-album-compact p {
	display: none;	
}

/* Fancybox */
#fancybox-left span {
	right: auto;
	left: 20px;	
}

#fancybox-right span {
	right: 20px;
	left: auto;	
}

/* Slideshow Banner (Adopted Dogs) */
.slideshow-banner {
	position: relative;
	z-index: 90;
	top: 190px;
	left: -8px;
	display: inline-block;
	padding: 0 40px;
	background: #D14900;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,1);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: left bottom; /* Safari and Chrome */
	    -moz-transform-origin: left bottom;
	    -ms-transform-origin: left bottom; /* IE 9 */
	        transform-origin: left bottom;
}

.no-image .slideshow-banner {
	display: none;
}

.slideshow-banner:before,
.slideshow-banner:after,
.slideshow-banner div:before,
.slideshow-banner div:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}

.slideshow-banner:before {
	top: 100%;
	left: 0;
	border-width: 10px 10px 0 0;
	border-color: #333 transparent transparent transparent;
}

.slideshow-banner:after {
	top: 100%;
	right: 0;
	border-width: 0 10px 10px 0;
	border-color: transparent #333 transparent transparent;
}

.slideshow-banner,
.slideshow-banner div {
	position: relative;
}

.slideshow-banner div {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
	font-family: Lato, sans-serif;
	font-size: 1.5em;
	font-weight: 900;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-shadow: rgba(0,0,0,0.3) -1px -1px 1px;
}

.slideshow-banner div i {
	position: relative;
	top: -0.1em;
	left: 10px;
	font-size: 0.8em;
}

.slideshow-banner div:before {
	top: -1px;
	left: -41px;
	border-width: 41px 41px 0 0;
	border-color: #FFF transparent transparent transparent;
}

.slideshow-banner div:after {
	top: -1px;
	right: -41px;
	border-width: 41px 0 0 41px;
	border-color: #FFF transparent transparent transparent;
}

/* Slideshow Banner - Browser Support */
.ie7 .slideshow-banner,
.ie8 .slideshow-banner {
	top: 100px;
	left: -6px;
	padding: 0;
}

.ie7 .slideshow-banner:after,
.ie7 .slideshow-banner div:before,
.ie7 .slideshow-banner div:after,
.ie8 .slideshow-banner:after,
.ie8 .slideshow-banner div:before,
.ie8 .slideshow-banner div:after {
	display: none;
}

.ie7 .slideshow-banner:before,
.ie8 .slideshow-banner:before {
	top: 100%;
	left: 0;
	border-width: 0 10px 10px 0;
	border-color: transparent #333 transparent transparent;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 400px) {
	
	.genesis-nav-menu {
		margin-top: 10px;	
	}
	
	/* Home */
	#ez-home-top-1 .flex-caption {
		display: block;	
	}
	
	.archive-view-1 .entry {
		padding-left: 30px;	
	}
	
	.archive-template-1 {
		float: left;
		width: 100%;
		padding-left: 170px;
	}
	
	.archive-template-1 h2 {
		clear: none;	
	}

	.image-date {
		float: left;
		width: 140px;
		margin: 0 0 0 -170px;	
	}
	
	.archive-template-1 .more-link {
		float: right;
	}
	
	.site-header input, .site-header select {
		width: auto;
		float: none;
		clear: none;
		margin-right: 1em;
	}
	
	/* Header components */
	#banner-ndlb {
		display: block;
	}
	
	/* Dogs - list */
	.dog-list li {
		width: 29.333333333%;
	}

}

@media only screen and (max-width: 480px) {
	
	.entry-title {
		font-size: 40px;
		font-size: 4rem;	
	}

	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium,
	.gform_wrapper .ginput_complex .ginput_right,
	.gform_wrapper .ginput_complex .ginput_left {
		width: 100% !important;
	}

}

@media only screen and (min-width: 500px) and (max-width: 900px) {
	
	.home .one-third {
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
	}
	
	.home .one-third:first-child {
		margin-left: 0;	
	}
	
	.gallery-link h4,
	.sponsor-slider h4 {
		padding: 10px;
		font-size: 12px;
	}

	.gallery-link h4:after,
	.sponsor-slider h4:after {
		border-width: 19px 0 19px 8px;
	}
	
}

@media only screen and (min-width: 600px) {
	
	/* Header */
	.site-container .header-top .widget {
		margin-bottom: 0;	
	}
	
	.header-top .widget_nav_menu {
		width: auto;
	}

	.header-top .Social_Widget {
		float: left;
		clear: none;	
	}
	
	.header-top .widget:not(.Social_Widget):not(.widget_search) {
		margin-top: 1px;
	}
	
	.header-top .widget_nav_menu li {
		line-height: .9em;	
	}
	
	.header-top .socialmedia-buttons {
		text-align: left;
	}
	
	/* Navigation */
	#menu-button {
		display: none;	
	}
	
	.genesis-nav-menu {
		display: block !important;
		width: 100%;
		margin: 0;
		border-radius: 0;
		font-size: .7em;
	}
	
	.genesis-nav-menu li {
		border-top: 1px solid #555 !important;	
	}
	
	.genesis-nav-menu > li {
		border-top: none !important;	
	}
	
	.genesis-nav-menu li,
	.genesis-nav-menu a {
		width: auto;
		text-align: left;
	}
	
	.genesis-nav-menu a {
		padding: 8px 10px;
		padding: .8rem 1rem;	
	}
	
	.genesis-nav-menu > li:first-child > a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.genesis-nav-menu .sub-menu {
		display: block;
		left: -9999px;
		opacity: 0;
		position: absolute;
		width: 250px; 
		background: #666 !important;
	}
	
	.genesis-nav-menu > li > .sub-menu,
	.genesis-nav-menu .sub-menu li:first-child .sub-menu {
		box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.6);
	}
	
	.genesis-nav-menu .sub-menu a {
		width: 100%;
		padding-right: 15px;
	}
	
	.sub-menu .parent > a:after {
		content: "\f101";
		position: absolute;
		right: 10px;
		font-family: FontAwesome;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		position: absolute;
		top: 0 !important;
		left: 100% !important;
	}
	
	/* Dogs - list */
	.dog-list li {
		width: 21%;
	}
	
	/* Dogs - slider */
	#carousel {
		display: block;	
	}
	
}

@media only screen and (min-width: 768px) {
	
	body {
		background: #1B1D21;
	}
	
	/* Header */
	#black-studio-tinymce-15 {
		float: left;
		clear: none;
		width: auto;
		text-align: left;
	}

	.title-area {
		text-align: left;
	}

	.header-image .site-header .wrap {
		background-position: left top;
	}

	.header-image .site-header .widget-area {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.site-header .search-form {
		float: right;
		margin-top: 24px;
		margin-top: 2.4rem;
	}
	
	/* Navigation */
	.genesis-nav-menu {
		font-size: .8em;	
	}
	
	.genesis-nav-menu a {
		padding: 10px 16px;
		padding: 1rem 1.6rem;	
	}
	
	.genesis-nav-menu > .right {
		display: inline-block;
		float: right;
		list-style-type: none;
		padding: 28px 0;
		padding: 2.8rem 0;
		text-transform: uppercase;
	}

	.genesis-nav-menu > .right > a {
		display: inline;
		padding: 0;
	}

	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.content {
		width: 66.5%;
	}

	.full-width-content .content {
		width: 100%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 40%;
	}

	.sidebar-secondary {
		width: 180px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
		margin-right: 4rem;
	}

	.entry-footer .entry-meta {
		border-top: 2px solid #f5f5f5;
		margin: 0 -40px;
		margin: 0 -4rem;
		padding: 32px 40px 8px;
		padding: 3.2rem 4rem 0.8rem;
	}

	.footer-widgets {
		padding: 40px 0 16px;
		padding: 4rem 0 1.6rem;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 30%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		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;
	}

	/* Dogs - list kl 2023 */
	.dog-list li {
		width: 16%;
		width: 29%;
	}
	
	/* Footer */
	.site-footer img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		opacity: 0.5;	
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	
	.sidebar .button,
	.sidebar button {
		padding: 1.5em 0 1.5em 15px;
		font-size: .9em;
		line-height: normal;
	}
	
	#black-studio-tinymce-17 {
		padding-bottom: 0;
		background-image: none !important;
	}

}

@media only screen and (max-width: 960px) {

	
	/* Home */
	#ez-home-top-1, #ez-home-top-2 {
		width: 100%;
		margin-left: 0;	
	}
	
}

@media only screen and (min-width: 960px) {
	
	/* Navigation */
	.genesis-nav-menu {
		font-size: 1em;	
	}
	
	.genesis-nav-menu a {
		padding: 10px 20px;
		padding: 1rem 2rem;	
	}
	
	/* Dog - post nav */
	.post-nav {
		top: 0;
		float: right;
		width: auto;
		margin: 15px 0 0 25px;
		text-align:right;
	}
	
	.post-nav .container {
		border-radius: 3px;
		border-width: 1px;	
	}
	
	/* Dog Header */
	.single-dog .entry-title {
		text-align: left;	
	}
	
	.entry-content .dog-details {
		text-align: left;	
	}

	/* Dog search form */
	.wpv-filter-form {
		float: left;
		width: 100%;
		padding-right: 110px !important;
	}

	.wpv-filter-form > .select-wrapper,
	.wpv-filter-form > select {
		width: 23%;	
		margin: 0 2% 0 0;
		vertical-align: middle;
	}
	
	.wpv-filter-form input[type="submit"] {
		float: right;
		margin: 0 -110px 0 0;	
	}
	
}

@media only screen and (min-width: 960px) and (max-width: 1140px) {
	
	#ez-home-container-wrap #ez-home-top-2 {
		padding: 15px 15px 102px !important;
		font-size: .9em;
	}
	
	#ez-home-top-2 .widget-title {
		margin-bottom: 5px;	
	}
	
}

@media only screen and (min-width: 1180px) {

	.genesis-nav-menu {
		-webkit-box-sizing: content-box;
		   -moz-box-sizing: content-box;
				 box-sizing: content-box;
		position: relative;
		margin-left: -20px;
		border: 0px solid #666;
		border-width: 0 20px;
	}
	
	.menu-primary:before {
		content: "";
		position: absolute;
		display: block;
		z-index: -1;
		width: 0;
		height: 0;
		left: -20px;
		top: 100%;
		border-style: solid;
		border-width: 12px 0 0 20px;
		border-color: #872f00 transparent transparent transparent;
	}
	
	.menu-primary:after {
		content: "";
		position: absolute;
		display: block;
		z-index: -1;
		width: 0;
		height: 0;
		right: -20px;
		top: 100%;
		border-style: solid;
		border-width: 12px 20px 0 0;
		border-color: #872f00 transparent transparent transparent;
	}
	
	.genesis-nav-menu a {
		padding: 10px 28px;
		padding: 1rem 2.8rem;	
	}

}

/** Font Awesome .icon Classes */
[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="icon-"],a [class*=" icon-"]{display:inline;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before{content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.more-link {
	position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}
.genesis-skip-link a{
	color: #000;
	background: #fff;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Adopt / Forest Me! */
.action-me-buttons .button::after{
	content: "\f015";
	font-family: FontAwesome;
	background: none;
}
.entry-footer .action-me-buttons .button::after{
	margin-left: 0.5em;
}
.sidebar .action-me-buttons .button::after{
	margin-right: 6px;
}

/**
 * Focus Indicator
 */
.site-container *:focus{
	outline: 3px solid #D14900;
}

/* Display main navigation submenus when a submenu item is focused. */
#menu-main-menu .sub-menu:focus-within{
	left: auto;
	opacity: 1;
}

/* Fix focus indicator on homepage square banners. */
#ez-home-middle-container .widget-wrap:focus-within{
	outline: 10px solid #D14900;
}
#ez-home-middle-container a:focus{
	outline: none !important;
}

/* Fix floating donate button focus indicator. */
#donate-btn:focus{
	outline: 4px solid #fff;
}

/**
 * WP A11Y
 */
#a11y-speak-intro-text{
	background: #fff;
}

/**
 * Donate Link
 */
#donate-btn{
	z-index: 9999;
	position: fixed;
	right: 60px;
	bottom: 50px;
	width: calc( 100vw - 120px );
	height: 60px;
	font: 700 16px/60px Lato, sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 28px;
	background: #D14900;
}
#donate-btn::after{
	display: none;
}

@media( min-width: 500px ) {
	#donate-btn{
		width: 200px;
	}
}

/**
 * Homepage Upcoming Events
 */
#ez-home-bottom-1 .em-events-widget{
	gap: 0;
}
#ez-home-bottom-1 li{
	margin: 0 !important;
}
#ez-home-bottom-1 img{
	border: 6px solid #000;
}
#ez-home-bottom-1 .date-time{
	z-index: 999 !important;
	left: -10px;
	right: -10px;
	margin: 0;
	width: auto !important;
	color: #111 !important;
	background: #00C4BD !important;
}
#ez-home-bottom-1 a:hover .date-time,
#ez-home-bottom-1 a:focus .date-time{
	background: #00E0D8 !important;	
}
#ez-home-bottom-1 .date-time *{
	color: #111 !important;
}
#ez-home-bottom-1 h5,
#ez-home-bottom-1 h5 a{
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.3333 !important;
	letter-spacing: normal !important;
	color: #D14900 !important;
}
#ez-home-bottom-1 h5 a:hover,
#ez-home-bottom-1 h5 a:focus{
	color: #963400 !important;
}
#ez-home-bottom-1 h5{
	margin-bottom: 10px !important;
}
#ez-home-bottom-1 p{
	margin-bottom: 0.5em !important;
	font-size: 16px !important;
	line-height: 1.3333 !important;
}
#ez-home-bottom-1 .more-link{
	color: #D14900 !important;
}
#ez-home-bottom-1 .more-link:hover,
#ez-home-bottom-1 .more-link:focus{
	color: #963400 !important;
}
#ez-home-bottom-1 .all-events-link a{
	color: #fff !important;
	background: #000 !important;
}
#ez-home-bottom-1 .all-events-link a:hover,
#ez-home-bottom-1 .all-events-link a:focus{
	background: #F25500 !important;
}

/**
 * Sidebar Upcoming Events
 */
#genesis-sidebar-primary .em-events-widget{
	gap: 0 !important;
}
#genesis-sidebar-primary .em-events-widget li{
	margin-bottom: 1.5em !important;
}
#genesis-sidebar-primary .em-events-widget li:last-child{
	margin: 0 !important;
}
#genesis-sidebar-primary .em-events-widget h5,
#genesis-sidebar-primary .em-events-widget h5 a{
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 1.3333 !important;
	letter-spacing: normal !important;
	color: #222 !important;	
}
#genesis-sidebar-primary .em-events-widget h5{
	margin-bottom: 10px !important;
}
#genesis-sidebar-primary .em-events-widget p{
	margin: 0 0 0.5em !important;
	line-height: 1.3333 !important;
}
#genesis-sidebar-primary .em-events-widget .more-link{
	color: #222 !important;
}
#genesis-sidebar-primary .em-events-widget .button{
	color: #222 !important;
	background: #00C4BD !important;	
}
#genesis-sidebar-primary .em-events-widget .button:hover{
	background: #00E0D8 !important;	
}

/**
 * Sidebar Dog of the Week
 */
#genesis-sidebar-primary .js-wpv-view-layout{
	position: relative;
}

/**
 * Single Events
 */
#genesis-content .em.pixelbones a{
	color: #D14900 !important;
}
#genesis-content .em.pixelbones a:hover{
	color: #963400 !important;
}

#ez-home-middle-2 img{
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1 !important;
	object-fit: cover !important;
}
