/*
	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.0
*/

/* 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: 300;
	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: #F25500;
	text-decoration: none;
	outline: none !important;
}

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: #999;
	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 {
	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: #F25500 !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: #F25500;	
	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 #F25500;
	-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;
}

#em_widget-2 .button,
#wp_views-5 .button {
	margin-top: 1.75em;
}

/* 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-3 .textwidget,
#wp_views-4 .textwidget {
	text-align: center;
}

#ez-home-middle-3 .widget-wrap,
#wp_views-4 .widget-wrap {
	padding: 50% 0 !important;	
}


#ez-home-middle-3 .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-3 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 {
    width: 30%;
    padding: 20px;
}

.gfield_checkbox .ginput_price {
	display: none;
}

.gform_confirmation_message{
	font-weight: bold;
	font-size: 2em;
	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-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 #E94900;	
}

.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: #e55000;	
}

.genesis-nav-menu .sub-menu .sub-menu {
	background: #d14900;	
}

.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: #222;
	text-shadow: rgba(255,255,255,0.3) 1px 1px 1px;
}

.menu-primary {
	background-color: #F25500;
	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: transparent;
	padding: 0;	
}

#ez-home-top-1 .widgettitle { 
	display: none;
}

#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;
}

/* 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: none;
}

#ez-home-middle-container img {
	width: 100% !important;
	height: auto;
	width: auto;
}

#ez-home-middle-container .widget-wrap {
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	text-align: center;
}

/* 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: #F25500;
	border: 0 solid #F25500;
	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;
}

.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%;
}

.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: #F25500;
	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 #E94900 !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: #F25500 !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 */
	.dog-list li {
		width: 16%;
	}
	
	/* 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 #F25500;
		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;	
	}

}