/*
Theme Name: Regina Humane Society
Theme URI: https://commandbase.ca
Author: Command Base Creative Design Inc
Author URI: https://commandbase.ca
Description: The official 2014 Regina Humane Society Theme with neat-oh custom post types and other fancy features to help adopt pets.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.3.13
Template: required-foundation
Text Domain: regina-humane-society
*/

/*1. Global Styles*/
/*2. Header*/
/*2.1 Navigation*/
/*2.2 Slider/Hero Image*/
/*2.3 Call to Action*/
/*2.4 Hero Text*/
/*3.Page Styles*/
/*3.1 Front Page*/
/*3.1.1 Sections*/
/*3.2 Blog*/
/*3.3 Pages*/
/*3.4 Single Blog Post*/
/*3.5 Gallery*/
/*3.6 Contact*/
/*3.7 Custom Post Type (Only if Needed)*/
/*4. Footer*/
/*4.1 Footer Widgets*/
/*5. 3rd Party Plug-in CSS*/
/*6. IE Fixes*/
/*7. Media Queries*/


/*
	Make the template work
*/
@import url(../required-foundation/style.css);


/*1. Global Styles*/

.row {
	width: 1195px;
}

.contain-to-grid .top-bar {
	max-width: 1150px;
	margin: 0 auto 16px;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 { font-family:'Open Sans', sans-serif; font-weight: 600;text-transform: none; }


.label {
	bottom: 0;
	white-space: normal;
	display: inline-block;
	line-height: 1.4;
	background: #e2e2e2;
	color: #505050;
	
}

.single-pet-data li:nth-child(odd) span.secondary.label {
	background: #F9F9F9;
}
#site-title { font-weight: 600; }

.required-header .inline-list {
	margin-top: 14px;
}

.foundation-icon {
	  font-family: "foundation-icons";
	
}

a {
	color: #0D4187;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

a:hover {
	color: #0B56A2;
}

.button {
	background: #0D4187;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	background: #0B56A2;
}




.button.xl {
	font-size: 23px;
	padding: 25px 40px 26px;
}

.btn-alt {
	background: #163682;
}

.sponsor-btn {
	background: #FDC93B;
}


.sponsor-btn:hover, .sponsor-btn:focus {
	background: #fdd01a;
}


.btn-alt:hover, .btn-alt:focus {
	background: #102968;
}

.btn-white {
	border: 1px solid #fff;
}

.btn-white:hover, .btn-white:focus {
	background: #163682;;
}

.primary {
	background: #163682;
	color: #fff;
}

.label {
	padding: 3px 4px;
}

.no-gutter {
	padding: 0 !important;
}

.alignleft {float:left; margin: 5px 8px 5px 0;}
.alignright {float:right; margin: 5px 0 5px 8px;}
.aligncenter {float:none; margin:5px auto; display:block;}


.top-nudge {
	margin-top: 1em;
}

.bottom-nudge {
	margin-bottom: 1em;
}

.left-nudge {
	margin-left: 1em;
}

.right-nudge {
	margin-right: 1em;
}



.top-shift {
	margin-top: 20px;
}

.bottom-shift {
	margin-bottom: 20px;
}



.lightblue-btn {
	background: #0154A4;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
}

.lightblue-btn:hover, .lightblue-btn:focus {
	background: #4389d2;
}

.yellow-btn {
	background: #FDC93B;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
}

.yellow-btn:hover, .yellow-btn:focus {
	background: #FEC232;
}

.grey-btn {
	background: #666;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
}

.grey-btn:hover, .grey-btn:focus {
	background: #777;
}

.black-btn {
	background: #000;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
}

.black-btn:hover, .black-btn:focus {
	background: #111;
}



/*2. Header*/
/*2.1 Navigation*/



.abso-nav {
	top: 0;
	z-index: 2;
	width: 100%;
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%); /* FF3.6+ *!/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ *!/
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* Chrome10+,Safari5.1+ *!/
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* Opera 11.10+ *!/
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* IE10+ *!/
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 80%); /* W3C *!/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 *!/*/
	
}

.abso-nav .contain-to-grid, .abso-nav .top-bar {
	background: none;
}

.abso-nav .top-bar ul>li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 5px;
}

.abso-nav .top-bar ul>li a:not(.button){
	line-height: 1;
	height: auto;
	padding: 15px 12px;
	
	
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.abso-nav .top-bar ul>li.name {
	margin-top: 0;
}

.abso-nav .top-bar ul>li.name a {
	padding: 15px 15px 0 15px;
}
.abso-nav .top-bar ul>li {
	margin-top: 35px;
}

.top-bar>ul .name img {
	height: auto;
	margin-top: -15px;
}

.top-cart {
	float: right;
	margin-top: 12px;
	margin-bottom: 5px;
}

.top-cart a {
	color: #fff;
}

.top-social {
	background: #163682;
	color: #fff;
}

.top-social p {
	padding-right: 0px;
	font-size: 1.5em;
	font-weight: 600;
	font-style: italic;
	margin: 5px 0 0 0;
}

.top-social .social-buttons {
	margin: 3px 0 2px 0;

}

.reveal-modal.medium.sponsor-modal {
	top: 20% !important;
	position: fixed;
}

.top-social form {
	margin: 5px 0 0 15px;
	padding: 0;
}

.top-social form input[type="text"] {
	margin: 0 0 5px;
}

.top-social form .button {
	background: #FDC93B;
	width: 100%;
}

.social-buttons li {
	font-size: 32px;
	line-height: 1;
}
ul.inline-list.social-buttons>li{
	margin-left: 15px;
}
.social-buttons li a {
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.social-buttons li a:hover {
	opacity: 0.8;
}

.social-buttons li.facebook a {
	color: #fafafa;
}

.social-buttons li.twitter a {
	color: #fafafa;
}

.social-buttons li.instagram a {
	color: #fafafa;
}
.social-buttons li a img {
	width: 25px;
	margin-top: 5px;
}

.top-bar, .contain-to-grid {
	background: #fff;
}

.top-bar ul>li.divider {
	background: #112a75;
}

/*.top-bar ul>li.name {
	width: 20%;
	height: auto;
}*/

.top-bar ul>li:not(.name){
	
-webkit-transition: background 200ms ease-in-out;
-moz-transition: background 200ms ease-in-out;
-ms-transition: background 200ms ease-in-out;
-o-transition: background 200ms ease-in-out;
transition: background 200ms ease-in-out;

}
.top-bar ul>li:not(.name) {
	background: #163682;
}



.top-bar ul>li:not(.name):hover, .top-bar ul>li:not(.name).active, .top-bar ul>li:not(.name):focus {
	background: #FDC93B;
}

.top-bar, .top-bar ul, .top-bar ul>li a:not(.button){height:100px; line-height:100px}
.top-bar ul>li a:not(.button) {
	font-size: 14px;
	padding: 0 14px;
	color: #fff;
}

.top-bar li.divider {
	display: none;
}

.top-bar ul>li:not(.name):hover a, .top-bar ul>li:not(.name).active a, .top-bar ul>li:not(.name):focus a {
	color: #fff;
}
/*2.2 Slider/Hero Image*/



#hero {
	position: relative;
}

#hero h3 span {
	
	font-style: italic;
	text-transform: none;
	display: block;
	font-size: 39px;
}
#hero h3 {
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	font-size: 62px;
	margin-top: 2em;
	font-family:'Open Sans', sans-serif; font-weight: 800;
}

.caption .hero-white h3{
	color: #fff !important;
}

.caption .hero-black h3{
	color: #222 !important;
}

.caption .hero-blue h3{
	color: #163682 !important;
}

.caption .hero-yellow h3{
	color: #FDC93B !important;
}

#hero p {
	text-align: center;
}

.action-buttons {
	text-align: center;
}



#hero .action-buttons .button {
	margin-bottom: 10px;
	text-transform: uppercase;
}



ul.button-group li, ul.button-group {
	margin: 0;
}

#action {
	width: 100%;
	background: #FAFAFA;
}

#action i {
	font-size: 18px;
	padding-right: 4px;
}

#action .twelve {
	margin-bottom: 0;
}

#action .grid {
	margin-bottom: 0px;
}

#action .grid li {
	margin-bottom: 0;
	padding: 0 12px 0;
}

#action .block-grid.three-up>li {
	padding: 0 12px 5px;
}





#action .even-btns .button.large {
	font-size: 25px;
	padding: 30px 30px 31px;
}



.btn-adopt {
	background: #163682;
}

.btn-adopt:hover {
	background: #0154A4;
}

.btn-donate {
	background: #FDC93B;
}

.btn-donate:hover {
	background: #FFBD2B;
}


.btn-volunteer {
	background: #0154A4;
}

.btn-volunteer:hover {
	background: #163682;
}



/*woocommerce versions*/

.woocommerce #side-nav .sidebar-btn-wrap a.button {
	font-weight:bold;
		font-family:'Open Sans', sans-serif; 

}

.woocommerce #side-nav .sidebar-btn-wrap a.btn-adopt {
	background: #163682;
	color:#fff;
	font-family:'Open Sans', sans-serif; 
	font-size: 17px;
    padding: 15px 30px 16px;
        display: block;
        width: 100%;
    margin: 0.5em 0;
    font-weight:bold;
}

.woocommerce #side-nav .sidebar-btn-wrap a.btn-adopt:hover {
	background: #0154A4;
}

.woocommerce #side-nav .sidebar-btn-wrap a.btn-donate {
	background: #FDC93B;
	color:#fff;
	font-family:'Open Sans', sans-serif; 
	font-size: 17px;
    padding: 15px 30px 16px;
        width: 100%;
        width: 100%;
    margin: 0.5em 0;
    font-weight:bold;
}

.woocommerce #side-nav .sidebar-btn-wrap a.btn-donate:hover {
	background: #FFBD2B;
}


.woocommerce #side-nav .sidebar-btn-wrap a.btn-volunteer {
	background: #0154A4;
	color:#fff;
	font-family:'Open Sans', sans-serif; 
	font-size: 17px;
    padding: 15px 30px 16px;
        margin: 0.5em 0;
        width: 100%;
    margin: 0.5em 0;
    font-weight:bold;
}

.woocommerce #side-nav .sidebar-btn-wrap a.btn-volunteer:hover {
	background: #163682;
}


/* 50/50 tickets */
.woocommerce ul.products li.product.post-1087434 {
	position: relative;
	width: 100%;
}
.woocommerce ul.products li.product.post-1087434 img {
  display: none !important;
}
.woocommerce ul.products li.product.post-1087434 h2 {
  font-size: 30px;
}

/* 50/50 cross sale in shopping cart */
.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}

/*.btn-volunteer {
	background: #C0B5A5;
}*/


/*2.3 Call to Action*/
/*2.4 Hero Text*/
/*3.Page Styles*/

.hero-banner {
	background: url('/app/uploads/2021/02/Banner.jpg') no-repeat;
	-webkit-background-size:cover;   -moz-background-size:cover;   -o-background-size:cover;   background-size:cover;
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
}

.banner-bottom-blue {
	border-bottom: 10px solid #163682 !important;
}

.banner-bottom-yellow {
	border-bottom: 10px solid #FDC93B !important;
}

.banner-bottom-none {
	border-bottom: none !important;
}

.hero-banner {
	min-height: 300px;
	max-height: 300px;
	position: relative;
	/*border-bottom: 10px solid #163682;*/
}

body .hero-banner .tagtext-blue {
	color: #163682 !important;
}

body .hero-banner .tagtext-yellow {
	color: #FDC93B !important;
}

body .hero-banner .page-tagline.tagtext-white {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	
}


.hero-banner .page-tagline {
	color: #163682;
	font-size: 3em;
	padding-top: 220px;
}

#content {
	margin-top: 2em;
	min-height: 300px;
	margin-bottom: 2em;
}
#side-nav {
	margin-top: 1.5em;
}
#side-nav ul.side-nav {
	background: #FAFAFA;
	border: 1px solid #eee;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
}

#side-nav ul.side-nav li {
	padding: 1px 10px;
}

#side-nav ul.side-nav li ul {
	margin-left: 10px;
	
}

ul.side-nav li {
	margin-bottom: 5px;
}

#side-nav ul.side-nav li.page_item_has_children {
	margin-bottom: 0;
}

#side-nav ul.side-nav li ul li {
	margin-bottom: 0;
	padding: 3px 0;
	
}

#side-nav ul.side-nav li ul li a {
	color: #9c9c9c;
	font-size: 14px;
	font-weight: normal;
}

#side-nav ul.side-nav li ul li.active a {
	font-weight: bold;
}

#side-nav ul.side-nav li.side-parent, #side-nav ul.side-nav li:first-child {
	background: #FDC93B;
}

/*child*/
#side-nav ul.side-nav li ul.sub-menu li:first-child, #side-nav ul.side-nav li ul.children li:first-child {
	background: none;
	padding-top: 7px;
}

#side-nav ul.side-nav li ul.sub-menu li:first-child a:hover, , #side-nav ul.side-nav li ul.children li:first-child a:hover {
	color: #333;
}

#side-nav ul.side-nav li ul.children li a:hover, #side-nav ul.side-nav li ul.children li:first-child a:hover {
	color: #333;
}

#side-nav ul.side-nav li ul.sub-menu li:first-child a, #side-nav ul.side-nav li ul.children li:first-child a {
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	color: #9c9c9c;
	list-style: disc;
}

#side-nav ul.side-nav li.side-parent a:hover, #side-nav ul.side-nav li:first-child a:hover {
	color: #f9f9f9;
}

#side-nav ul.side-nav li.side-parent a, #side-nav ul.side-nav li:first-child a {
	color: #fff; text-align: center;
	font-size: 1.2em; font-weight: bold;
	line-height: 1.2;
	padding: 5px 0;
}

#side-nav ul.side-nav li a {
	color: #777;
}

#side-nav ul.side-nav li a:hover {
	color: #333;
}

.error404 input[type=submit].button, button.button {
	width: 100%;
}

ul.page-numbers li span.current {
	background: #163682;
}

ul.page-numbers li a, ul.page-numbers li span.current {
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
}

ul.page-numbers {
clear: both;
	float: left;
	margin-left: 10px;
}

.ui-datepicker table {
	margin-bottom: 0;
}

.ui-datepicker-month, .ui-datepicker-year {
	width: 50%;
}


.entry-content ul, aside ul {
	margin-left: 45px;
}

.gform_confirmation_message {
	background: #2ecc71;
	color: #fff;
	padding: 1em;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}

/*sidebar*/
.sidebar-btn-wrap {margin-top:4em;}
.sidebar-btn-wrap .button {
	display:block;
	width:100%;
	margin:0.5em 0;
}

.widget_search input[type=submit].button, .widget_search  button.button {
	width: 100%;
}

body .top-social .cart-button {
	background: #FDC93B;
	color: inherit;
	border: inherit;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	float: left;
  margin: 5px 0 0 15px;
  padding: 9px 20px 8px;
}

body #searchform {
	float: right;
}

body #searchform .button {
	background: #FDC93B;
	color: inherit;
	border: inherit;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
}

body #searchform .button:hover, #searchform .button:focus {
	background: #FDC93B;
}

.widget_search  FORM {
	margin: 0;
}
/*board of directors*/
.board-position {
	font-weight: bold;
}

/*pdf archives - newsletter + annual reports*/

.pdf-archive {
	text-align: center;
}

.pdf-archive h3 {
	font-size: 20px;
}

/*3.1 Front Page*/

.home-section {
	padding: 1em 0;
}

.section-title {
	font-size: 42px;
	padding: 1em 0;
}
/*3.1.1 Sections*/
/*
#crowdfunding {
	background: #0D4187;
}

#crowdfunding .section-title {
	padding: 0;
}

#crowdfunding .action-buttons .button {
	margin-bottom: 10px;
}

#crowdfunding h4 {
	text-transform: none;
}

#crowdfunding h3, #crowdfunding h4, #crowdfunding h4 a {
	color: #fff;
}

.fundraise-bar div.progress.round {
	background: #fff;
}

.fundraise-bar {
	position: relative;
}

.fundraise-bar .raised-amt{
	position: absolute;
	left: 15px;
	top: 10px;
	color: #0D4187;
	font-size: 1.7em;
}

.fundraise-bar .goal-amt{
	position: absolute;
	right: 15px;
	top: 10px;
	color: #0D4187;
	font-size: 1.7em;
}

.fundraise-bar div.progress {
	height: 45px;
}

.fundraise-bar div.progress .meter {
	background: #BAD985;
}*/Î

#featured {
	
}

.pet-type-count {
	font-size: 2em;
	letter-spacing: -2px;
	font-weight: 800;
	color: #163682;
}

.pet-type-count.Cat{
	color: #8e44ad;
}

.pet-type-count.Dog{
	color: #27ae60;
}

.pet-type-count.Kitten{
	color: #3498db;
}

.pet-type-count.Puppy{
	color: #e67e22;
}

.pet-type-count.Rodent{
	color: #95a5a6;
}


.pet-type-name {
	font-size: 1.5em;
	color: #222;
	
}

.progress.Cat .meter{
	background: #8e44ad;
}

.progress.Kitten .meter{
	background: #3498db;
}

.progress.Dog .meter{
	background: #27ae60;
}

.progress.Puppy .meter{
	background: #e67e22;
}

.progress.Rodent .meter{
	background: #95a5a6;
}

div.progress .meter {
	background: #163682;
}

.featured-video h3 {
padding-top: 0.2em;
}
.featured-video .entry-summary {
margin-top: 2em;
}

.featured-events .secondary-events {
	margin-top: 25px;
}

.featured-events {
	text-align: center;
}


.featured-events img{
	border: 1px solid #eee;
	margin-bottom: 0.5em;
}

#sponsored-pets .action-buttons {
	margin: 2em 0;
}

#sponsored-pets .action-buttons .button {
	margin-bottom: 10px;
}

#hello {
	background: #fafafa;
	padding: 1em 0 3em;
	border-top: 1px solid #eee;;
}
#hello h3 {
	text-align: center;
}
#hello iframe {
	display: block;
	margin: 0 auto;
}
/*3.2 Blog*/
/*3.3 Pages*/

.page .logo-wrap {
	padding: 10em 0 6em;
}

.guinea-pig .pet-age, .Guinea .pet-age {
	display: none;
}

ul.accordion {
	margin-left: 0 !important;
}

ul.accordion>li {
	clear: both;
}
/*3.4 Single Blog Post*/

.tabs dd.active, .tabs li.active {
	border-color:#163682;
}
.tabs dd.active a, .tabs li.active a, .tabs dd a:focus, .tabs li a:focus {
	font-weight:normal;
	color:#163682;
}

.single .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
	float:right;
	top: -28px;
  left: -40px;

}
.feather {
position:relative;

}
.feather:after {
position: absolute;
content: ' ';
width: 100%;
height: 100%;
top: 0;
left: 0;
-moz-box-shadow:inset 0px 0px 20px 20px rgba(255,255,255,1);
-webkit-box-shadow:inset 0px 0px 20px 20px rgba(255,255,255,1);
box-shadow:inset 0px 0px 20px 20px rgba(255,255,255,1);
}

.obit-tabs {
	margin-top:2em;
}

.pet-obit h3 {
	margin-top:0;
	margin-bottom:0.25em;
}

.pet-obit .passing-wrap {
	margin-bottom:0.25em;
}


.assistive-text {
	display: none;
}

.entry-content .single-social {
	margin-left: 0;
}
ul.pagination li.current a {
	background:#163682;
}


.single-social .twitter a {
	background: #01AFEC;

}

.single-social .twitter a:hover, .single-social .twitter a:focus {
	background: #019fd7;
}

.single-social .linkedin a{
	background: #007BB6;

}

.single-social .linkedin a:hover, .single-social .linkedin a:focus {
	background: #006798;
}

.single-social .facebook a{
	background: #3C599B;
}

.single-social .facebook a:hover, .single-social .facebook a:focus {
	background: #354f8a;
}


.nav-single span a {
	color: #fff;
}
.nav-single .nav-previous, .nav-single .nav-next {
	width: auto;
	}
.nav-single .nav-previous a, .nav-single .nav-next a {
	width: auto;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	padding: 7px 14px 8px;
	background: #0D4187;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
	
	
	
	display: inline-block;
	font-family: inherit;
	line-height: 1;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

.nav-single .nav-previous a:hover, .nav-single .nav-next a:hover, .nav-single .nav-previous a:focus, .nav-single .nav-next a:focus {
	background: #0B56A2;
}
/*3.5 Gallery*/
/*3.6 Contact*/
/*3.7 Custom Post Type (Only if Needed)*/


.entry-header img {
	min-width: 100%;
}

.event-archive h1 {
	font-size: 20px;
	text-align: center;
}

.event-archive .entry-header {
	text-align: center;
}

.event-archive img {
	border: 1px solid #ddd;
}

.page-template-page-templatesvideos-php .entry-title, .base_videos .entry-title,   {
	font-size: 1.5em;
}

.base_pets .entry-title {
	font-size: 28px;
}

.sb-icon {
	float: left; margin-right: 8px; margin-bottom: 8px;
	width: 32px; height: 32px;
}
.mix, .related {
	overflow: visible;
}
.mix .side-sb-icons {
	position: absolute;
	top: -5px;
	right: 0;
	width: 32px;

}

 .mix .side-sb-icons .sb-icon {
	width: 32px;
	height: 32px;
	margin-right: 0;
}

.mix .sb-icon:hover {
	opacity: 1;
}


.home .base_videos .label {
	font-size: 10px;
	margin-bottom: 5px;
}
/*supporters*/

.supporter-item {
	text-align: center;
}
.supporter-item h3  {
	font-size: 20px;
}
.supporter-item h6, .supporter-item h3 {
	margin: 5px 0;
}

.supporter-item h6 {
	font-weight: normal;
}

/*adoptions filter*/

.show-me {
	display: block;
}

.button.disabled, .button[disabled] {
	background: #ccc;
}
.pager-list .button.active {
	background: #163682;
}

.pager-list .button {
	background: #666;
	color: #fff;
}

.single-base_pets .hero-banner {
	background: url('/app/uploads/2021/02/Banner.jpg') no-repeat;
	-webkit-background-size:cover;   -moz-background-size:cover;   -o-background-size:cover;   background-size:cover;
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
}

.single-base_pets  .hero-banner .page-tagline {
	padding-top: 0;
}

.single-base_pets .post-box img.wp-post-image {
	width:  600px;
	margin: 0 auto;
	display: block;
	/*min-width: 100%;*/
}

.single-base_pets article footer.entry-meta {
	margin-top: -20px;
}

.pet-details ul {
	list-style: none;
	margin-left: -10px;
}

.pet-details ul li {
	margin-bottom: 5px;
}

.pet-details ul li .label {
	font-size: 14px;
	width: 100%;
}

.single-base_pets .post-box img.info-icon {
	width: 18px;
	height: 18px;
	display: inline;
}



/*careers*/
.career-contact-details {
	line-height: 1.5;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}

/*4. Footer*/
#supplementary {
	background: #303030;
	color: #888;
}

#supplementary .button {
	background: #888;
	color: #fff;
}

#supplementary .button:hover, #supplementary .button:focus {
	background: #999;
}
#supplementary h4 {
	color: #fff;
	text-transform: lowercase;
	font-size:  1.3em;
}

#supplementary hr {
	border-color: #333;
}


#supplementary ul {
	margin-left: 0;
}
#supplementary li {
	list-style: none;
}

#supplementary ul li ul {
	margin-left: 0 !important;
}

#supplementary ul li ul {
	margin-left: 15px;
}



#supplementary a {
	color: #888;
	font-weight: 600;
}

#supplementary a:hover, #supplementary a:focus {
	color: #f9f9f9;
}

#footer {
	background: #303030;
	color: #777;
	font-weight: 600;
	padding-top: 0;
}

#footer .social-buttons {
	margin-left: -14px !important;
}

#footer a {
	color: #888;
	font-weight: 600;
}

.fb-wrap {
	overflow: hidden; border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fff;
}

#map_canvas {
	border: 1px solid #e5e5e5;
	height: 288px;
	border-radius: 3px;
}

#gform_wrapper_13, #gform_wrapper_13[style]{display:block!important;}

#gform_wrapper_13 #input_13_3_other {
	width: 50% !important;
}

.gform_wrapper table.gfield_list thead th {
	padding-left: 5px;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none !important;
}

.gform_wrapper .gform_delete {
	display:none !important;
}

 .gfield_list_cell input[type="text"],  .gfield_list_cellinput[type="password"],  .gfield_list_cell input[type="date"],  .gfield_list_cell input[type="datetime"],  .gfield_list_cell input[type="email"],  .gfield_list_cell input[type="number"],  .gfield_list_cell input[type="search"],  .gfield_list_cell input[type="tel"],  .gfield_list_cell input[type="time"],  .gfield_list_cell input[type="url"], textarea {
 	margin: 10px 4px 8px;
 }
 
#gform_fields_6 span.ginput_quantity_label {
 	display: block;
 	margin-left: 0;
 }
 
#gform_fields_6 input.ginput_quantity {
	width: 80px;
}

#gform_fields_6 .gf_left_half img {
	border-radius: 50%;
	border: 1px solid #ccc;
}

/*4.1 Footer Widgets*/
/*5. 3rd Party Plug-in CSS*/



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

}

.telethon.secondary {
	border-radius: 0px !important;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 999;
	overflow:visible;
}

.telethon .fi-paw {
	position: absolute;
	top: -38px;
	left: -23px;
	font-size: 64px;
	color: #FDC93B;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
.callback,
.simple,
.offset {
  font-size: 20px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.offset {
  margin-bottom: 10px;
}
.callback{
  cursor: pointer;
}

.styled{
  margin-bottom: 10px;
}
.styled div {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}



/*woocommerce*/

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #163682;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background: #FDC93B;
}

/*.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100% !important;
}*/

/*holiday catalog*/

.postid-5555 .gform_wrapper #field_6_21 {
	position: fixed;
	right: 5px;
	z-index: 9999;
	bottom: 0;
	padding: 203px 75px 0 75px;
	background: url(images/holiday-catalogue-total.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 1.4em;
	margin: 0;
}

.postid-5555 .gform_wrapper #field_6_21 .gfield_label {
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
	right: 0px;
	color: #eee;;
}

.postid-5555 .gform_wrapper #field_6_21 span.ginput_total {
	color: #fff;
	font-weight: 800;
	position: absolute;
	top: 25px;
	font-weight: 800;
	font-size: 18px;
	width: 100%;
	text-align: center;
	right: 0px;
}


.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 20%;
}

.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half img {
	margin-bottom: 25%;
}

.postid-5555 .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 75%;
}

@media only screen and (max-width:1080px){
.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half img {
	margin-top: 25%;
}
}

@media only screen and (max-width:940px){
.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half img {
	margin-top: 45%;
}
}

@media only screen and (max-width:800px){
.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half img {
	margin-top: 65%;
}
}

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


 .mix .side-sb-icons {
	position: absolute;
	top: -10px;
	right: auto;
	width: 100%;
	display: block;
	text-align: center;

}

.mix .side-sb-icons .sb-icon {
	width: 32px;
	height: 32px;
	margin-right: 5px;
	float: none;
}

.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half {
	width: 100% !important;
}

.postid-5555 .gform_wrapper .top_label li.gfield.gf_left_half img {
	margin: 0 auto;
	display: block;
}

.postid-5555 .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 100% !important;
}

}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding-left: 30px;
}

.add_to_cart_inline span.amount {
	font-size: 32px;
	display: block;
}
ul.card_logos {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.card_visa, .card_mastercard, .card_amex, .card_discover, .card_diners, .card_jcb {
	display: inline-block;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
	background: url(images/sprite-cards.png) 0 0 no-repeat;
}

.card_mastercard {
	background-position: -55px 0;
}

.card_amex {
	background-position: -110px 0;
}

.card_discover {
	background-position: -165px 0;
}

.card_diners {
	background-position: -220px 0;
}

.card_jcb {
	background-position: -660px 0;
}

.is_visa li, .is_mastercard li, .is_amex li, .is_discover li, .is_diners li, .is_jcb li, .is_nothing li {
	opacity: .2;
}

.is_visa li.card_visa, .is_mastercard li.card_mastercard, .is_amex li.card_amex, .is_discover li.card_discover, .is_diners li.card_diners, .is_jcb li.card_jcb {
	opacity: 1;
}


.payment_method_moneris label {
	display: inline;
}

.woocommerce table.shop_table td.product-thumbnail, .woocommerce-page table.shop_table td.product-thumbnail {
	padding: 0 15px 0 0;
}

.woocommerce table.shop_table td.product-thumbnail img, .woocommerce-page table.shop_table td.product-thumbnail img {
	border:  1px solid #eee;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	width: 90px;
}

.entry-content .product.woocommerce {
	border: none !important;
	display: inline-block;
}

.entry-content .product.woocommerce span.ammount {
	display: block;
	font-size: 24px;
	text-align: center;
}

.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove {
	height: 1.2em;
}

#shipping_method label {
	display: inline;
}

.entry-summary ul li{
	margin-left: 25px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	font-family: "foundation-icons" !important;
	
}





.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 38%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 58%;
}
.sku_wrapper {
	display: none;
}
.variations_button {
	margin-top: 1em;
}

.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td {
	vertical-align: middle;
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	font-size: 1.8em;
}

.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label {
	padding: 1em;
	background: #fdc93b;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
	border: none;
	padding-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	padding-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin: 1em 0;
	padding: 1em;
}

.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	margin: 0;
}

.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity {
	margin-bottom: 1em;
}

.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button {
	width: auto;
	display: inline-block !important;
	color: #fff;
	text-transform: none;
	background: #163682 !important;
	border: none !important;
	box-shadow: none;
	font-weight: 600;
}


.product .nyp input.nyp-input {
	border-radius: 3px;
	height: 30px;
	width: 100px;
	border: 1px solid #ccc;
}

.product .nyp p.minimum-price {
	font-style: italic;
}

.product .nyp label {
	font-size: 1.5em;
}

.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
	height: 2.5em;
}

.pp_gallery {
	display: none !important;
}

/*blackbaud*/

.blackbaud-donate {
	max-width: 60%;
}

#bboxdonation_billing_lblFullName {
	float: none !important;
}

/*newsletter form
.BBFormContainer[data-bbox-part-id="d0f5e193-e4d4-454d-a443-77c0b3809c83"] .BBFormSectionHeading label {
	display: none;
}

.BBFormContainer[data-bbox-part-id="d0f5e193-e4d4-454d-a443-77c0b3809c83"] .BBFormTextbox:not(:focus), .BBFormContainer[data-bbox-part-id="d0f5e193-e4d4-454d-a443-77c0b3809c83"] BBFormTextArea:not(:focus), .BBFormContainer[data-bbox-part-id="d0f5e193-e4d4-454d-a443-77c0b3809c83"] .BBFormSelectList:not(:focus) {
	width: 100%;
}

.BBFormContainer[data-bbox-part-id="d0f5e193-e4d4-454d-a443-77c0b3809c83"] .BBFormSubmitbutton {
	border-radius: 3px !important;
	border: none;
}

[data-bbox-part-id='18067fe5-7093-4c91-9246-43e13015363d'].BBFormContainer .BBFormSectionHeading label {
	color: #163682;
}

[data-bbox-part-id='18067fe5-7093-4c91-9246-43e13015363d'].BBFormContainer :not(:focus).BBFormTextbox {
	display: inline !important;
}

donation form

.BBFormContainer[data-bbox-part-id="18067fe5-7093-4c91-9246-43e13015363d"] .BBFormFieldLabel {
	width: 110px !important;
}

[data-bbox-part-id='18067fe5-7093-4c91-9246-43e13015363d'].BBFormContainer .BBFormRadioAmount {
	margin-left: 8px;
}
[data-bbox-part-id='18067fe5-7093-4c91-9246-43e13015363d'].BBFormContainer .BBFormRadioLabelGivingLevel, [data-bbox-part-id='18067fe5-7093-4c91-9246-43e13015363d'].BBFormContainer .BBFormRadioAmount {
	display: inline !important;
}

[data-bbox-part-id='18067fe5-7093-4c91-9246-43e13015363d'].BBFormContainer .BBFormTextbox {
	display: inline;
}

.BBFormContainer[data-bbox-part-id="18067fe5-7093-4c91-9246-43e13015363d"] .BBFormTextbox:not(:focus), .BBFormContainer[data-bbox-part-id="18067fe5-7093-4c91-9246-43e13015363d"] .BBFormTextArea:not(:focus), .BBFormContainer[data-bbox-part-id="18067fe5-7093-4c91-9246-43e13015363d"] .BBFormSelectList:not(:focus) {
	display: inline;
}*/

/*pace*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #FDC93B;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #FDC93B, 0 0 5px #FDC93B;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #FDC93B;
  border-left-color: #FDC93B;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}




/*full calendar*/



.fc-grid .fc-event-time {
  float: right;
  margin-left: 4px;
  font-size: 9px; }

.fc-view-agendaDay .fc-event-time {
  font-size: 15px !important; }

.fc-event:before {
  position: absolute;
  float: left;
  display: inline;
  background: #2E8ECE;
  color: #fff;
  padding: 7px;
  font-size: 16px;
  line-height: 1; }

.fc-event-inner {
  width: auto !important; }

.fc-event-end.fc-event-start:before {
  display: block !important; }

.fc-view-agendaDay .fc-event-end:before {
  display: block !important;
  z-index: 4; }

.fc-event-end:before {
  display: none; }

.fc-event-time, .fc-event-title {
  color: #fff;
  padding-left: 24px !important;
  display: block; }

@media only screen and (max-width: 767px) {
  .fc-header .mobile-two {
    padding: 0 5px !important; } }

.fc-header-title h2 {
  font-size: 28px; }
  @media only screen and (max-width: 767px) {
    .fc-header-title h2 {
      font-size: 18px; } }

.fc-state-highlight {
  background: #e8e8e8 !important; }

.fc-content .fc-event.fi-ticket:before {
  background: #9b59b6; }
.fc-content .fc-event.fi-ticket .fc-event-inner {
  background: #9b59b6 !important; }
.fc-content .fc-event.fi-bookmark:before {
  background: #163682; }
.fc-content .fc-event.fi-bookmark .fc-event-inner {
  background: #163682 !important; }
.fc-content .fc-event.fi-torsos-all:before {
  background: #C21A01; }
.fc-content .fc-event.fi-torsos-all .fc-event-inner {
  background: #C21A01 !important; }
.fc-content .fc-event.fi-puzzle:before {
  background: #F03C02; }
.fc-content .fc-event.fi-puzzle .fc-event-inner {
  background: #F03C02 !important; }
.fc-content .fc-event.fi-microphone:before {
  background: #222222; }
.fc-content .fc-event.fi-microphone .fc-event-inner {
  background: #222222 !important; }
.fc-content .fc-event.fi-sound:before {
  background: #34495e; }
.fc-content .fc-event.fi-sound .fc-event-inner {
  background: #34495e !important; }
.fc-content .fc-event.fi-pencil:before {
  background: #333333; }
.fc-content .fc-event.fi-pencil .fc-event-inner {
  background: #333333 !important; }
.fc-content .fc-event.fi-heart:before {
  background: #9b59b6; }
.fc-content .fc-event.fi-heart .fc-event-inner {
  background: #9b59b6 !important; }
.fc-content .fc-event.fi-book-bookmark:before {
  background: #163682; }
.fc-content .fc-event.fi-book-bookmark .fc-event-inner {
  background: #163682 !important; }
.fc-content .fc-event.fi-music:before {
  background: #FDC93B; }
.fc-content .fc-event.fi-music .fc-event-inner {
  background: #FDC93B !important; }
.fc-content .fc-event.fi-burst-sale:before {
  background: #F2CA27; }
.fc-content .fc-event.fi-burst-sale .fc-event-inner {
  background: #F2CA27 !important; }
.fc-content .fc-event.fi-star:before {
  background: #1abc9c; }
.fc-content .fc-event.fi-star .fc-event-inner {
  background: #1abc9c !important; }
.fc-content .fc-event.fi-star:before {
  background: #1abc9c; }
.fc-content .fc-event.fi-star .fc-event-inner {
  background: #1abc9c !important; }
.fc-content .fc-event.fi-play-video:before {
  background: #9046AF; }
.fc-content .fc-event.fi-play-video .fc-event-inner {
  background: #9046AF !important; }
.fc-content .fc-event.fi-paint-bucket:before {
  background: #3498DB; }
.fc-content .fc-event.fi-paint-bucket .fc-event-inner {
  background: #3498DB !important; }
.fc-content .fc-event.fi-bookmark:before {
  background: #163682; }
.fc-content .fc-event.fi-bookmark .fc-event-inner {
  background: #163682 !important; }




/*owlcarousel*/

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}

/* Styling Next and Prev buttons */


.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 30%;
	width: 100%;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 10px;
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 2px 10px 6px 10px;
	font-size: 22px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #163682;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	line-height: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 15px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 15px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fafafa;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(images/AjaxLoader.gif) no-repeat center center
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 3;
	
}

/* mouse grab icon */
.grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.item img {
display: block;
width: 100%;
height: auto;}

.item .caption, .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 15px;
  height: 100%;
  padding-top: 12%;
/*  background: rgba(250, 250, 250, 0.25);*/
 
  
  }
  .item p {
  	font-size: 2em;
  	margin-top: 1em;
  	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
  	line-height: 1.3;
  	font-family: 'Gentium Book Basic', garamond, serif;
  	font-weight: 400;
  }
  .item h3 {
    color: #fff;
    font-size: 4.5em;
    font-weight: 900;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    font-family: 'Merriweather', garamond, serif;
    
  }

  .item a {color:#fff}

/*lets mix it up! booooom*/

.grid{margin-bottom:40px; text-align:justify; font-size:0.1px; margin-left:0;}
.grid .mix{ display:none;  vertical-align:top; position:relative; /*overflow:hidden;*/
}
.mix {
	position: relative;
}
.grid li{display:inline-block; width:33.31%;  padding: 0 12px 12px; /* Used instead of height to give elements fluid,width-based height */ margin-bottom:9px;

}

.grid li img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
	opacity: 1;
}

.grid li img:hover {
	opacity: 0.8;
}
.grid li ul {
	margin: 0;
}
.grid li ul li {
	width: 100%; display: block; padding: 2px 0; margin: 0; text-align: left;
}

.grid li ul li span.label {
	width: 100%;
}

ul.inline-list>li.active {
	text-decoration: underline;
}

.grid:after{content:'';  display:inline-block;  width:100%}

.filter{cursor:pointer}


.filter-list{
	width: 100%;
}

.filter-list label{
  font-weight: 300;
}
 
.filter-list button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 0.2em 0.8em;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}

.filter-list button.active{
  background: #163682;
}

.filter-list button:focus{
  outline: 0 none;
}

.filter-list button:first-of-type{
  margin-left: 0;
}

.filter-list button:last-of-type{
  margin-right: 0;
}
 
.filter-list button:focus{
  outline: 0 none;
}
 
.filter-list .controls{
}
 
.filter-list fieldset{
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  padding: .5em 0;
  border: none;
}

/*6. IE Fixes*/

.lt-ie9 .top-bar ul.right li {
	background: #163682;
}

.lt-ie9 .push-three, .lt-ie9 .push-four {
	left: 0 !important;
}



.lt-ie9 ul.side-nav {
	background: #FAFAFA;
	border: 1px solid #eee;
	padding: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 ul.side-nav li:first-child {
background: #FDC93B;

}

.lt-ie9 ul.side-nav li:first-child a {
color: #fff;
text-align: center;
font-size: 1.2em;
font-weight: bold;
line-height: 1.2;
padding: 5px 0;
}

/*7. Media Queries*/


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

	.hero-banner {
		background-size: auto !important;
		-moz-background-size: auto !important;
		-webkit-background-size: auto !important;
		-o-background-size: auto !important;
	}

}

@media only screen and (max-width: 1225px){
	.bx-wrapper .bx-prev {
		left: 10px;
		bottom: -40px;
		top: inherit;
	}
	
	.bx-wrapper .bx-next {
		right: 10px;
		bottom: -40px;
		top: inherit;
	}
	.bx-wrapper .bx-controls-direction a {
		top: inherit;
	}
	
}

@media only screen and (max-width: 1170px) { 
	.top-bar ul.right {
		margin-right: 10px;
	}
}
@media only screen and (max-width:1126px){
.abso-nav .top-bar ul>li a:not(.button) {
 padding: 14px 6px;
 font-size:12px;
 }

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


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 29.2%;
}

.contain-to-grid .top-bar {
	margin: 0 auto;
}

.hero-banner {
	min-height: 300px;
	max-height: 300px;
}

.hero-banner .page-tagline {
	padding-top: 200px;
}

.abso-nav .top-bar ul>li a:not(.button) { 
	padding: 12px;
}

.abso-nav {
	position: relative;
}

.abso-nav .top-bar ul>li {
	margin-top: 0;
}

.top-bar ul li.divider:first-child {
	background: #eee;
}

.top-bar ul li.divider {
	background: #366ea4;
}

.abso-nav .top-bar ul>li {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.top-bar ul>li.toggle-topbar {
	background: #fff;
	color: #163682;
}

.top-bar ul>li.toggle-topbar a {
	border-color: #163682 transparent transparent transparent;
}

.top-bar.expanded ul li.toggle-topbar a {
	border-color: transparent transparent #163682 transparent;
}


.top-bar ul>li.toggle-topbar:hover, .top-bar ul>li.name:hover {
	background: #fff;
}

.top-bar ul>li.name h1 a {
	display: none;
}
.top-bar ul>li.toggle-topbar {
	text-align: right;
	padding-right: 4em;
	font-weight: 800;
}

.top-bar ul>li.name {
	display: inline-block;
}


.top-bar {
	border-bottom: 1px solid #eee;
}

.top-bar ul>li.name a {
	line-height: 75px !important;
	padding: 5px !important;
}

.top-bar>ul .name img {
	width: 65%;
}

.top-bar.expanded {
	border-bottom: 0;
}
.top-bar ul>li.toggle-topbar {
	height: 65px;
	line-height: 65px;
}
.top-bar, .top-bar ul>li a:not(.button){height:65px; line-height:65px}

.top-bar>ul .name img {
	margin-top: -24px;
}

.top-bar ul.left>li.has-dropdown .dropdown{height:100% !important}


.top-bar ul>li.divider {
	border: none;
}

.top-bar ul{height:100% !important; line-height:45px}

#hero h3 {
	font-size: 52px;
}


.top-bar ul {
	line-height: 50px;
}

}

@media only screen and (max-width:768px){
	.top-bar>ul .name img {
		width: 65%;
	}
	
	.grid li img:hover, .grid li img:focus {
		opacity: 1;
	}
	
}

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

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 100%;
}

.blackbaud-donate {
	max-width: 100%;
}

.pp_pic_holder, .pp_pic_holder[style] {
	width: 80% !important;
	left: -10%;
	background: #fff;
	border-radius: 5px;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
	display: none !important;
}

div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
	background: none !important;
}

#action .even-btns .button.large {
	font-size: 18px;
	padding: 15px 15px 17px;
}

#content table tbody tr td {
	width: 100%;
	display: block;
	text-align: center !important;
	padding: 8px 10px 2px;
}

h1 {
	font-size: 35px;
}

.pet-details ul {
	margin-bottom: 0;
}
.postfix {
	-moz-border-radius-topright: 2px !important;
	-webkit-border-top-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
	-moz-border-radius-bottomright: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	
	-moz-border-radius-topleft: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.single-social li {
	width: 45%;
}
.entry-content .single-social .button {
	font-size: 10px;
	width: 100%;
}

.pager-list .button {
	display: inline;
	line-height: 3;
}

ul.button-group.even.mobile-one-up li {
	width: 100% !important;
	float: none;
	margin: 10px 0 0px 0!important;
	padding: 0 15px;
}

ul.button-group.even.mobile-one-up li a {
	border-radius: 3px;
}

.single-base_pets .hero-banner {
	min-height: 180px;
}

.hero-banner {
	max-height: inherit;
	min-height: inherit;
	background-size: 100% !important;
}

.hero-banner .page-tagline {
	padding-top: 115px;
}

.caption .alignright, .caption .aligncenter, .caption .alignleft {
	text-align: center ;
	float: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
	display: none;
}

.mobile-top-nudge {
	margin-top: 1em;
}

.featured-events .secondary-events {
	margin-top: 1em;
}

.mobile-bottom-nudge {
	margin-bottom: 1em;
}

.top-bar>ul .name img {
	width: 60%;
}

.top-cart {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.fb-wrap {
	background: none;
}

#map_canvas {
	height: 200px;
}


#hero h3 {
	margin-top: 0;
}
.fundraise-bar .raised-amt, .fundraise-bar .goal-amt {
	font-size: 1.1em;
	top: 15px;
}
	.fb-wrap {
		border: none;
	}
	
	#sponsored-pets .action-buttons {
		margin-top: 4em;
	}


#rhs-slider .item .caption, #rhs-slider .caption {
	position: relative;
	background: #353535;
	padding: 15px;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
}

.owl-theme .owl-controls {
	top: 80%;
}
#hero h3 {
	font-size: 32px;
}
#hero h3, .item p {
	color: #fff;
}

.item p {
	font-size: 20px;
	margin: 0;
}

#action {
	position: relative;
}	


#action .block-grid.three-up>li {
	padding:  0 12px 0;
}

}

@media only screen and (max-width:600px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
	text-align: center;
}

	.alignleft, .alignright {
		float: none;
		margin: 5px auto;
		display: block;
	}

	.top-bar ul>li.name a {
		line-height: 75px !important;
		padding: 0px !important;
	}
	
	.top-bar>ul .name img {
		width: 60%;
	}
	
	.top-bar>ul .name img {
		margin-top: -15px;
	}
	
	.owl-theme .owl-controls {
		top: inherit;
		bottom: 25%;
	}
	
	.grid li {
		width: 100%;
		text-align: center;
	}
	
	.grid li ul li span.label {
		width: 75%;
	}
	.grid li ul li {
		text-align: center;
	}
}


}

@media print {
  a[href]:after {
    content: none !important;
  }

a[href*="/"]:after, a[href*="/"]:visited:after {content: normal !important;}

  .menu-main-container ul.right, .top-social, .hero-banner, #hello, #supplementary, .social-buttons {
  	display:none !important;
  }

  a[href]:after {
    content: "";
}



}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a[class^='fa']:before {
	font-family: FontAwesome;
}



.page-id-1072776 .products.columns-4 {
	list-style: none;
  width: 1195px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}

.page-id-1072776 .products.columns-4 li {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
  width: 33.33333%;
}

.page-id-1072776 .products.columns-4 li .attachment-woocommerce_thumbnail {
	display: block;
	width: 100%;
}

.page-id-1072776 .products.columns-4 li .price,
.page-id-1072776 .products.columns-4 li .price .woocommerce-Price-amount {
	display: none;
}

.page-id-1072776 .products.columns-4 li h2 {
	display: none;
}

.page-id-1072776 .products.columns-4 li .variations {
    border: 1px solid #eee;
    position: relative;
    margin-bottom: 10px;
}

.page-id-1072776 .products.columns-4 li .variations td {
    display: block;
    padding: 10px 20px 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.page-id-1072776 .products.columns-4 li .variations td:first-child {
    padding-bottom: 10px;
    border: none;
}

.page-id-1072776 .products.columns-4 li .variations td:last-child {
    padding-top: 5px;
}

.page-id-1072776 .products.columns-4 li .variations tr:last-child td {
    border: none;
}

.page-id-1072776 .products.columns-4 li .variations td label {
    font-weight: 600;
    font-size: 20px;
}

.page-id-1072776 .products.columns-4 li .variations td select {
    width: 100%;
}

.page-id-1072776 .products.columns-4 li .variations td select option.option-out-of-stock {
	display: none;
}

.page-id-1072776 .products.columns-4 li .variations .reset_variations {
    margin: 10px 0 0;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}

.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper,
.page-id-1072776 .products.columns-4 li .single_variation_wrap .gfield_price {
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .ginput_product_price_label,
.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .ginput_quantity_label {
	clear: both;
  float: left;
  margin-left: 0;
}
.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .ginput_product_price,
.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .ginput_quantity {
  float: left;
}

.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .ginput_quantity {
  margin: 0 0 0 2px;
  height: 23px;
  width: 40px;
}

.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

.page-id-1072776 .products.columns-4 li .single_variation_wrap .gform_wrapper .product_totals {
	display: none;
}

.wbounce-modal form input[type=submit] {
	background-color: #163682;
	margin: 0;
}

.wbounce-modal form .gform_footer.top_label {
	text-align: center;
}

/************************************************************
 * /pet-licence-application/ form styles
 ************************************************************/
.gform_wrapper .gform_fields .hide-owner-address {
	margin-top: 0;
}

.gform_wrapper .gform_fields .hide-owner-address .gfield_label_before_complex,
.gform_wrapper .gform_fields .hide-direction-label .gfield_label_before_complex {
	display: none;
}

.gform_wrapper .gform_fields .hide-direction-label {
	margin-top: 6px !important;
}

.gform_wrapper .gform_fields .custom-sub-label-style table.gfield_list_container thead {
	background: none;
}
.gform_wrapper .gform_fields .custom-sub-label-style table.gfield_list_container thead th {
	font-size: .813em;
	letter-spacing: .5pt;
	white-space: nowrap;
	font-weight: 400;
}
.gform_wrapper .gform_fields .custom-sub-label-style table.gfield_list_container tbody td {
  padding-top: 0;
}
.gform_wrapper .gform_fields .custom-sub-label-style table.gfield_list_container tbody td input {
	margin-top: 0;
}

.gform_wrapper .gform_fields .hide-owner-address .ginput_complex.ginput_container_address input {
  margin-bottom: 10px;
}

.gform_wrapper ul.gform_fields .gfield.gf_hide_label label {
	display: none;
}

.gform_wrapper ul.gform_fields #field_66_369.gfield.gf_hide_label.gf_right_half,
.gform_wrapper ul.gform_fields #field_66_258.gfield.gf_hide_label.gf_right_half,
.gform_wrapper ul.gform_fields #field_66_261.gfield.gf_hide_label.gf_right_half {
	padding-top: 24px;
}

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

	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_line_1,
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_city,
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_state,
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_zip {
	  width: 49%;
	  display: inline-block;
	  vertical-align: top;
	  margin: 0 -4px 0 0;
	}
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_line_1,
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_state {
	  margin-right: 8px;
	  padding-right: 8px;
	}
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
		margin-right: 0;
	}	
	.gform_wrapper .gform_fields .hide-owner-address .ginput_complex .address_state select {
    padding: 5px;
    border-color: #999;
    margin-top: 0;
	}
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper #gform_66 table.gfield_list tr {
    border: 0;
  }
	.gform_wrapper #gform_66 table.gfield_list td {
    text-align: left !important;
    margin: 0;
    padding: 23px 0 0;
   	position: relative;
  }
	.gform_wrapper #gform_66 table.gfield_list td input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .gform_wrapper #gform_66 ul.gform_fields table.gfield_list td:after {
  	margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
	.gform_wrapper #gform_66 ul.gform_fields table.gfield_list tr.gfield_list_row_odd:first-child {
    padding-top: 0px;
	}
}

#need-home-popup {
  position: relative;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  text-align: center;
}

#need-home-popup .mfp-close {
  color: #fff;
  right: -30px;
  top: -30px;
}

#need-home-popup .ribbon {
  --d: 6px; /* folded part */
  --c: #273C80; /* color */
  --f: 20px; /* ribbon font-size */

  position: relative;
  display: inline-block;
}

#need-home-popup .ribbon::before {
  content: attr(data-ribbon);
  position: absolute;
  font-family: sans-serif;
  font-size: var(--f);
  font-weight: 700;
  top: 0;
  right: 0;
  transform: translate(29.29%, -100%) rotate(45deg);
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 0;
  transform-origin: bottom left;
  padding: 5px 35px calc(var(--d) + 5px);
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d)
    no-repeat var(--c);
  background-clip: padding-box;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
  -webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left,
    linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
  -webkit-mask-size: 300vmax 300vmax;
  -webkit-mask-composite: destination-in, xor;
  mask-composite: intersect;
}

#need-home-popup .ribbon.left::before {
  right: unset;
  left: 0;
  transform: translate(-29.29%, -100%) rotate(-45deg);
  transform-origin: bottom right;
}

#need-home-popup .pet-name {
  background: #163682;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 20px 30px 20px;
  margin: 0;
  width: 100%;
}

#need-home-popup .button {
  background: #163682;
  font-size: 25px;
  padding: 30px 30px 31px;
  width: 100%;
}