/* Scss Document */
/*
Theme Name: Potter Park Zoo 2023
Author: Ciesa Design
Author URI: http://ciesadesign.com
Version: 2
*/

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&family=Passion+One:wght@400;700&display=swap');

/* This is a small security for too long strings titles */
body
{
	word-wrap: break-word;
	font-size: 16px;
	line-height: 24px;
}

/* Alignment */
.alignleft
{
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright
{
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter
{
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img
{
	display: inline-block;
	height: auto;
	max-width: 100%;
}

img[class*="wp-image-"]
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.wp-caption
{
	margin-bottom: 0px;
	max-width: 100%;
	padding: 0px;
}

.wp-caption.aligncenter
{
	margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"]
{
	display: block;
}

.wp-caption .wp-caption-text
{
	text-align: left;
	margin-top: 10px;
}

/* WP Gallery */
.gallery
{
	margin-bottom: 1.5em;
}

.gallery a img
{
	border: none;
	height: auto;
	max-width: 90%;
}

.gallery dd
{
	margin: 0;
}

.gallery-caption
{
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object
{
	max-width: 100%;
}

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus
{
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* Content */
.main-content-inner
{
	padding-bottom: 1.5em;
}

.hentry
{
	margin: 0 0 1.5em;
}

.sticky
{
	display: block;
}

.bypostauthor
{
	display: block;
}

/* Clearing */
.clear
{
	clear: both;
}

/* Navigation */
.dropdown-submenu
{
	position: relative;
}

.dropdown-submenu > .dropdown-menu
{
	top: 0;
	left: 100%;
	-webkit-border-radius: 0 6px 6px 6px;
	   -moz-border-radius: 0 6px 6px 6px;
	        border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after
{
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:active > a:after
{
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left
{
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu
{
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	   -moz-border-radius: 6px 0 6px 6px;
	        border-radius: 6px 0 6px 6px;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget
{
	margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li
{
	padding-left: 15px;
}

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"]
{
	display: none;
}

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children
{
	margin-left: 1.5em;
}

/**
* Some WP Theme Repository requirements
*/
.entry-meta
{
	clear: both;
}

/* Scss Document */
/* Scss Document */
/* --- Main Site Styles ---------- */
.admin-bar #secondary-menu.stick
{
	top: 32px;
}

#desktop
{
	display: block;
}

#mobile
{
	display: none;
}

@media all and (max-width: 767px)
{
	#mobile
	{
		display: block;
	}

	#desktop
	{
		display: none;
	}
}
@media (max-width: 320px)
{
	#mobile
	{
		display: block;
	}

	#desktop
	{
		display: none;
	}
}
body
{
	font-family: "Arimo", sans-serif;
}

h2
{
	font-family: "Passion One", sans-serif;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	margin-top: 15px;
}

h2 a
{
	color: #000000;
}

h2 a:hover,
h2 a:focus,
h2 a:visited
{
	color: #000000;
}

h3
{
	font-family: "Passion One", sans-serif;
	font-size: 30px;
	line-height: 35px;
}

h4
{
	font-size: 16px;
	line-height: 20px;
}

h5
{
	font-size: 12px;
	line-height: 18px;
}

p
{
	margin-bottom: 12px;
	margin-top: 12px;
}

#fullpage
{
	/* z-index: -1; */
}

a
{
	color: #3a8600;
	outline: none;
	text-decoration: underline;
}

a:focus,
a:hover
{
	color: #3a8600;
	text-decoration: none;
}

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

.intro_image
{
	background-size: cover;
	background-repeat: no-repeat;
	height: 590px;
	/*position: relative;*/
	background-position: center center;
	z-index: 1;
}

.intro_image_overlay
{
	background-image: url("includes/images/animal_img_overlay_3.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 170px;
	/*background-position: center bottom;*/
	z-index: 980;
	margin-top: -170px;
}

.intro_image_small
{
	background-size: cover;
	background-repeat: no-repeat;
	height: 225px;
	/*position: relative;*/
	background-position: center center;
	z-index: 1;
}

.type-post img
{
	margin-top: 12px;
}

.nav > li > a:hover,
.nav > li > a:focus
{
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}

.nav > li > a
{
	position: relative;
	display: block;
	padding: 10px 0px;
}



@media only screen and (max-width: 767px)
{
	.intro_image
	{
		height: 300px;
	}

	.home_image_first
	{
		padding-top: 50px;
		position: relative;
		z-index: 1;
	}



	.intro_image_overlay
	{
		height: 50px;
		margin-top: -49px;
	}

	.intro_image_overlay_home
	{
		background-image: url("includes/images/animal_img_overlay_3.png");
		background-size: cover;
		background-repeat: no-repeat;
		height: 50px;
		margin-top: -49px;
		z-index: 980;
		position: relative;
	}
}
/* ---- Zoo Staff styling ------------------------------- */
.single-staff .staff .col-sm-4 img
{
	margin-top: 25px;
}

.post-type-archive-staff h2
{
	margin-bottom: 25px;
}

.post-type-archive-staff h3
{
	margin-top: 0px;
}

.post-type-archive-staff img
{
	margin-top: 5px;
}

.post-type-archive-staff article
{
	margin-bottom: 15px;
}

.staff_read_more
{
	display: block;
	margin-bottom: 15px;
}

a .gallery-item-title
{
	font-family: "Passion One", sans-serif;
	color: #000000;
	font-size: 22px;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery-item-container:nth-child(8n+1)
{
	clear: both;
}

.gallery-item a:hover
{
	text-decoration: none;
}

/* --- END Zoo Staff styling --------------------------- */
.page-title h1
{
	color: #986b1e;
	font-family: "Passion One", sans-serif;
	font-size: 70px;
	line-height: 64px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid #c9c9c9;
}

.post-type-archive-animals .page-title h1
{
	border-bottom: none;
	margin-bottom: 10px;
}

.post-type-archive-animals .tab-content h2
{
	font-family: "Passion One", sans-serif;
	font-size: 40px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.post-type-archive-animals .tab-content h2.modal-title
{
	font-size: 60px;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #986b1e;
}

a .gallery-item-title
{
	font-family: "Passion One", sans-serif;
	color: #000000;
	font-size: 22px;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery-item a:hover
{
	text-decoration: none;
}


@media only screen and (max-width:768px)
{
	.page-title h1
	{
		font-size: 60px;
	}
}


@media only screen and (min-width: 768px)
{
	.modal
	{
		text-align: center;
	}

	.modal:before
	{
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}

	.modal-dialog
	{
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}

	.modal.fade .modal-dialog
	{
		-webkit-transform: scale(0.9);
		   -moz-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		        transition: all 0.3s ease;
	}

	.modal.fade.in .modal-dialog
	{
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
.quick-description
{
	padding-top: 10px;
}

.gallery-item
{
	margin: 3px 0px 25px;
	min-height: 233px;
}

.adopt-an-animal-gallery .gallery-item {
	min-height: 160px!important;
}

.gallery-item img
{
	width: 100%;
}

.gallery-item img:hover
{
	outline: 3px solid #f6b301;
}

/* ----------- Tab styling --------------------------------------------- */
.nav-tabs
{
	margin-top: 25px;
}

.nav-tabs a
{
	text-decoration: none;
}

.tab-content
{
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #dddddd;
}

.post-type-archive-animals .tab-content
{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.nav-tabs > li > a
{
	font-size: 14px;
	color: #000000;
	border: 1px solid #dddddd;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus
{
	color: #000000;
	border-color: #eeeeee #eeeeee #dddddd;
	background-color: #dddddd;
	outline: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
	color: #ffffff;
	background-color: #986b1e;
	border: 1px solid #986b1e;
	outline: none;
}

.nav > li > a
{
	padding: 10px 10px;
}

/* ---------- Big button styling --------------------------------------- */
.large_button
{
	text-align: center;
}

.large_button a
{
	color: #ffffff;
	font-family: "Passion One", sans-serif;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	background-image: url("includes/images/big_button.svg");
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-bottom: 45px;
	margin-bottom: 5px;
	padding-left: 20px;
	margin-top: -108px;
	background-position: center center;
}

.page-template-front .large_button a
{
	font-size: 24px;
	margin-top: 50px;
	padding-top: 9px;
	padding-bottom: 28px;
}

@media (min-width: 992px) and (max-width: 1190px)
{
	.large_button a
	{
		font-size: 36px;
		padding-top: 18px;
		padding-bottom: 45px;
		margin-bottom: 5px;
		padding-left: 20px;
		margin-top: -108px;
		background-position: center center;
	}

	.page-template-front .large_button a
	{
		margin-top: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.large_button a
	{
		font-size: 28px;
		padding-top: 18px;
		padding-bottom: 35px;
		margin-bottom: 5px;
		padding-left: 20px;
		margin-top: -108px;
		background-position: center center;
	}

	.page-template-front .large_button a
	{
		font-size: 17px;
		margin-top: 45px;
		padding-top: 9px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px)
{
	.large_button a
	{
		margin-top: 0px;
	}

	.page-template-front .large_button a
	{
		font-size: 17px;
		margin-top: 5px;
		padding-top: 9px;
		padding-bottom: 20px;
	}
}
.large_button a:hover,
.large_button a:active,
.large_button a:focus
{
	color: #000000;
	background-image: url("includes/images/big_button_hover.svg");
	text-decoration: none;
}

h2
{
	color: #6e6e6e;
	font-family: "Passion One", sans-serif;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 12px;
	margin-top: 24px;
}

h3
{
	color: #6e6e6e;
	font-family: "Passion One", sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.animal_aside
{
	color: #ffffff;
	background-color: #000000;
	padding: 24px;
}

.animal_aside h3
{
	color: #f6b300;
	font-family: "Passion One", sans-serif;
	font-size: 22px;
	line-height: 24px;
	margin: 12px 0px 0px;
}

.animal_aside h3.first
{
	margin: 0px 0px 0px;
}

.animal_aside .scientific_name
{
	font-style: italic;
}

/* ----- Basic Page Sidebar Styling ------------------------------------------------- */
.basic_aside
{
	color: #ffffff;
	background-color: #000000;
	padding: 24px;
}

.basic_aside h2
{
	color: #f6b300;
	font-family: "Passion One", sans-serif;
	font-size: 28px;
	line-height: 30px;
	margin: 12px 0px 5px 0px;
}

.basic_aside h2:first-of-type
{
	color: #f6b300;
	font-family: "Passion One", sans-serif;
	font-size: 28px;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}

.basic_aside h3
{
	color: #f6b300;
	font-family: "Passion One", sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin: 12px 0px 0px;
}

.basic_aside h3:first-of-type
{
	margin: 0px 0px 0px;
}

.basic_aside p
{
	color: #ffffff;
}

.basic_aside a
{
	color: #f6b300;
}

.adopt-button
{
	padding-top: 40px;
}

@media all and (min-width: 768px)
{
	.adopt-button
	{
		padding-top: 140px;
	}
}

/* -------------------- Dontate page form overrides --------------------------------- */
#pageRoot
{
	width: 100% !important;
}

/* ----------- Navigation styling --------------------------------------------------- */
.site-navigation
{
	height: 100px;
	position: relative;
	z-index: 1;
	/* background:rgba(0, 0, 0, 0.05); */
	background: #f0f0f0;
	box-shadow: 0 5px 5px rgba(0,0,0,0.125);
}

.page-template-front .site-navigation
{
	width: 100%;
	position: absolute;
	z-index: 1000;
}

/* ----- Front page secondary menu styling ------------------------------------------ */
/* .modal-footer a.btn
{
	font-family: "Arimo", sans-serif !important;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	background-color: #3a8600;
	border: none;
	        border-radius: 6px;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
} */

#secondary-menu-anchor
{
	position: absolute;
	bottom: 60px;
}

#secondary-menu
{
	width: 100%;
	background: #000000;
	text-align: center;
	position: absolute;
	bottom: 0px;
	top: auto;
}

#secondary-menu2
{
	width: 100%;
	background: #000000;
	text-align: center;
}

#secondary-menu.stick
{
	position: fixed;
	top: 0px;
	bottom: auto;
	z-index: 1000;
}

#secondary-menu ul,
#secondary-menu2 ul
{
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#secondary-menu ul li,
#secondary-menu2 ul li
{
	display: inline-block;
	padding: 18px 20px;
}

#secondary-menu ul li a,
#secondary-menu2 ul li a
{
	font-family: "Passion One", sans-serif;
	color: #ffffff;
	font-size: 19px;
	line-height: 28px;
}

@media (min-width: 1200px)
{
	#secondary-menu ul li a,
	#secondary-menu2 ul li a
	{
		font-size: 22px;
	}
}

@media (min-width: 992px) and (max-width: 1190px)
{
	#secondary-menu ul li,
	#secondary-menu2 ul li
	{
		padding: 18px 20px;
	}

	#secondary-menu ul li a,
	#secondary-menu2 ul li a
	{
		line-height: 28px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	#secondary-menu ul li,
	#secondary-menu2 ul li
	{
		padding: 18px 24px;
	}

	#secondary-menu ul li a,
	#secondary-menu2 ul li a
	{
		font-size: 20px;
		line-height: 24px;
	}
}
@media all and (max-width: 767px)
{
	.site-navigation
	{
		height: 50px;
		background-image: none;
		background: #000;
	}

	.site-navigation .content,
	.site-navigation .col-sm-12
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	#secondary-menu ul li:first-child,
	#secondary-menu2 ul li:first-child
	{
		padding: 3px 3px 3px 0px;
	}

	#secondary-menu ul li:last-child,
	#secondary-menu2 ul li:last-child
	{
		padding: 3px 0px 3px 3px;
	}

	#secondary-menu ul li,
	#secondary-menu2 ul li
	{
		padding: 10px;
		width: 40%;
	}

	#secondary-menu ul li a,
	#secondary-menu2 ul li a
	{
		font-size: 16px;
		line-height: 16px;
  }
  
  /* Hide homepage secondary menu at request of client */
  #secondary-menu2
  {
    display: none;
  }

}

.site_logo a
{
	display: block;
	width: 196px;
	height: 142px;
	text-indent: -5000px;
	background-image: url("includes/images/ppz_logo.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	outline: none;
}

.site_logo a:focus
{
	outline: none;
}

.site_logo
{
	float: left;
	width: 196px;
}

.site_menu
{
	/* width: 697px; */
	width: 724px;
	float: left;
}

#mega-menu-wrap-primary
{
	z-index: 1000;
}

@media (min-width: 768px){
	#mega-menu-wrap-primary #mega-menu-primary li:first-of-type a.mega-menu-link {
		border-left: none!important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li:last-of-type a.mega-menu-link {
		border-right: none!important;
	}
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item
{
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li
{
	float: left;
	width: 33.33333%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li
{
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > a.mega-menu-link
{
	color: #ffffff;
	font-family: inherit;
	font-size: 14px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	vertical-align: top;
	display: block;
	border-top: 0px solid #555555;
	border-left: 0px solid #555555;
	border-right: 0px solid #555555;
	border-bottom: 0px solid #555555;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li > a.mega-menu-link:focus
{
	color: #ffffff;
	font-weight: inherit;
	text-decoration: none;
	background: #424242;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.site_menu
	{
		width: 600px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
	{
		font-size: 12px;
		padding: 44px 6px 55px 6px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.site_menu
	{
		width: 486px;
	}

	.site_logo
	{
		width: 124px;
	}

	.site_logo a
	{
		width: 124px;
		height: 115px;
		background-image: url("includes/images/ppz_logo_med.png");
	}

	.site-navigation
	{
		height: 80px;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
	{
		font-size: 10px;
		padding: 35px 4px 45px 4px;
	}
}
@media (max-width: 767px)
{
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
	{
		color: #ffffff;
	}

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
	{
		background: #333333;
	}
}
.menu_btn
{
	width: 70px;
	float: right;
}

.menu_btn .btn-default
{
	color: #333333;
	text-indent: -5000px;
	width: 70px;
	height: 100px;
	background-image: url("includes/images/search_icon.png");
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	background-color: #f6b300;
	border-left: solid 1px #ffffff;
	border-top: none;
	border-bottom: none;
	border-right: none;
	outline: none;
}

.menu_btn .btn-default:hover,
.menu_btn .btn-default:focus
{
	background-color: #f6b300;
}

.menu_btn .btn-default:active,
.menu_btn .btn-default.active,
.menu_btn .open > .btn-default.dropdown-toggle
{
	background-image: url("includes/images/search_icon.png");
	background-color: #f6b300;
	border-left: solid 1px #ffffff;
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.menu_btn .btn-group.open .dropdown-toggle
{
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.menu_btn .btn-lg
{
	border-radius: 0px;
}

.menu_btn .btn:focus
{
	outline: none;
}

.menu_donate_btn
{
	float: right;
	width: 150px;
}

.menu_donate_btn a
{
	color: #f6b300;
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	display: block;
	text-transform: uppercase;
	background-color: #000000;
	padding: 25px 10px;
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.menu_btn
	{
		width: 60px;
	}

	.menu_btn .btn-default
	{
		width: 60px;
	}

	.menu_donate_btn
	{
		width: 84px;
	}

	.menu_donate_btn a
	{
		padding: 20px 5px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.menu_btn
	{
		width: 40px;
	}

	.menu_btn .btn-default
	{
		width: 40px;
		height: 80px;
	}

	.menu_donate_btn
	{
		width: 70px;
	}

	.menu_donate_btn a
	{
		font-size: 13px;
		line-height: 18px;
		padding: 13px 5px;
	}
}
@media (max-width: 767px)
{
	.menu_btn,
	.menu_donate_btn
	{
		display: none;
	}
}

.menu_donate_btn a:hover,
.menu_donate_btn a:focus {
	color:#000;
	background-color: #f6b300;
}

.menu_btn .dropdown-menu
{
	padding: 6px 0px 0px;
}

.dropdown-menu
{
	min-width: 300px;
	background-color: #f6b300;
	border-radius: 0px;
	border: none;
	top: 97%;
}

.col-lg-6
{
	width: 100%;
}

.search_btn .btn
{
	background-color: #000000;
	color: #f6b300;
}

.search_btn .btn:hover
{
	color: #fff;
}

/* ----------- END of Navigation styling --------------------------------------------------- */
/* ----- Foonter styling ------------------------------------------------------------ */
.footer_icons
{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 25px;
	border-top: 1px solid #c9c9c9;
}

.page-template-template-home-2023 .footer_icons {
	margin-top: 0;
	border-top: none;
}


.footer_social
{
	margin-bottom: 5px;
	text-align: right;
}

.social_icon
{
	margin-top: 0px;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
@media (min-width: 768px)
{
	.social_icon
	{
		margin-right: 0;
	}
}

.social_icon a
{
	color: #000000;
}

@media (max-width:767px)
{
	.footer_social
	{
		margin-top: 25px;
		text-align: center;
	}
}

.page-template-front .footer_icons,
.single-animals .footer_icons
{
	border-top: none;
	margin-top: 0px;
}

.footer_icon
{
	display: inline-block;
	padding: 0px 60px;
}

a.footer_ssp
{
	display: block;
	width: 117px;
	height: 76px;
	text-indent: -5000px;
	background-image: url("includes/images/footer_logo_ssp.png");
	background-repeat: no-repeat;
	background-size: 89%;
	background-position: center;
}

a.footer_aza
{
	display: block;
	width: 117px;
	height: 76px;
	text-indent: -5000px;
	background-image: url("includes/images/footer_logo_aza.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

a.footer_ppz
{
	display: block;
	width: 117px;
	height: 76px;
	text-indent: -5000px;
	background-image: url("includes/images/footer_logo_ppz.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

a.footer_ing
{
	display: block;
	width: 117px;
	height: 76px;
	text-indent: -5000px;
	background-image: url("includes/images/footer_logo_ing.png");
	background-repeat: no-repeat;
	background-size: 66%;
	background-position: center;
}

.newsletter
{
	background-color: #000000;
	color: #ffffff;
	padding: 45px 0px;
}

.newsletter_text
{
	font-family: "Arimo", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	float: left;
	width: 50%;
}


.newsletter_form p.ctct-form-field {
	margin-bottom: 0;
}

.ctct-form
{
	text-align: right;
	float: right;
}

/* Hide the label above the newsletter signup form */
.newsletter_form span.ctct-label-top {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ctct-disclosure
{
	display: none !important;
}

.ctct-form .ctct-form-field-email,
.ctct-form .ctct-form-field-submit
{
	display: inline-block;
}

.ctct-form-field-email input
{
	font-family: "Arimo", sans-serif !important;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	padding: 8px 12px;
	border: none;
	        border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 400px;
}

.ctct-form-field-submit input
{
	font-family: "Arimo", sans-serif !important;
	font-size: 18px;
	/* // color: #ffffff; */
	color: #000000;
	font-weight: 400;
	/* // background-color: #3a8600; */
	background-color: #f6b300;
	border: none;
	        border-radius: 6px;
	padding: 8px 12px;
	-webkit-border-radius: 6px;
	margin-left: 15px;
}

.ctct-form-field-submit input:hover,
.ctct-form-field-submit input:focus {
	background-color: #986b1e;
	color: #ffffff;
}

.ctct-button
{
	display: none;
}

#nf-form-6-cont h2
{
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}

#nf-form-6-cont .field-wrap select
{
	width: 25%;
}

.nf-form-cont h3
{
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.nf-field-element input#nf-field-20,
.nf-field-element input#nf-field-4,
.nf-field-element input#nf-field-65,
.nf-field-element input#nf-field-165,
.nf-field-element input#nf-field-71
{
	/* font-family: "Arimo", sans-serif !important;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	background-color: #3a8600;
	border: none;
	        border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 8px 12px; */
}

.nf-field-element input[type=submit]{
	font-family: "Passion One", sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	border-radius: 8px;
	padding: 6px 36px;
	background-color:rgba(152, 107, 30, 1.0);
	border-color: #fff;
	color: #fff;
	border-style: solid;
	border-width: 3px;
	line-height: 1;
}

.nf-field-element input[type=submit]:hover,
.nf-field-element input[type=submit]:focus{
	background-color:rgba(246, 179, 0, 1.0);
	border-color: #fff;
	outline-color: rgba(246, 179, 0, 1.0);
	color: #000;
	border-style: solid;
	outline-style: solid;
	border-width: 3px;
	outline-width: 1px;
}

.nf-field-element input,
.nf-field-element textarea
{
	color: #000000;
	font-family: "Arimo", sans-serif ;
	font-size: 14px;
	        border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #c9c9c9;
	padding: 6px 8px;
}

.nf-field-element hr
{
	margin: 0px;
	border-top: 1px solid #c9c9c9;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.ctct-form-field-email input
	{
		width: 300px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.ctct-form-field-email input
	{
		font-size: 16px;
		width: 220px;
	}

	.ctct-form-field-submit input
	{
		font-size: 16px;
	}

	.newsletter_text
	{
		font-size: 25px;
		line-height: 1.4;
		width: 50%;
	}
}
@media (max-width: 767px)
{
	.ctct-form
	{
		text-align: center;
		float: none;
	}

	.ctct-form-field-email input
	{
		font-size: 16px;
		width: 160px;
	}

	.ctct-form-field-submit input
	{
		font-size: 16px;
		padding: 8px 8px;
	}

	.newsletter_text
	{
		text-align: center;
		margin-bottom: 15px;
		float: none;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
	}

	.newsletter
	{
		padding: 15px 0px;
	}
}
.site-footer
{
	margin-top: 60px;
	padding-bottom: 25px;
}

.footer_logo
{
	float: left;
}

@media (min-width: 768px)
{
	.footer_links
	{
		float: right;
	}
}

.footer_logo a
{
	display: block;
	width: 260px;
	height: 148px;
	text-indent: -5000px;
	background-image: url("includes/images/logo.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
@media (min-width: 768px){
	.footer_logo a {
		width: 160px;
		height: 90px;
	}
}


.footer_nav
{
	font-size: 14px;
	text-align: right;
	margin-top: 24px;
}

.footer_nav ul
{
	list-style: none;
}

.footer_nav li
{
	display: inline-block;
}

.footer_nav li a
{
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #000000;
}

.footer_nav li:last-child a
{
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}

.copyright
{
	font-size: 12px;
	text-align: right;
	margin-top: 48px;
}

@media (max-width: 480px)
{
	.footer_icon
	{
		width: 30%;
	}
}

@media (min-width: 992px) and (max-width: 1190px)
{
	.footer_icon
	{
		padding: 0px 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.footer_icon
	{
		padding: 0px 25px;
	}
}
@media (max-width: 767px)
{
	.footer_icons
	{
		padding: 15px 25px 0px;
	}

	.footer_icon
	{
		display: inline-block;
		padding: 0px 0px;
		max-width: 35%;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 25px;
	}

	a.footer_ssp
	{
		width: 100%;
		background-size: 80%;
	}

	a.footer_aza
	{
		width: 100%;
		background-size: 100%;
	}

	a.footer_ppz
	{
		width: 100%;
		background-size: 100%;
	}

	a.footer_ing
	{
		width: 100%;
		background-size: 62%;
	}

	.site-footer
	{
		margin-top: 25px;
	}

	.footer_logo
	{
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer_logo a
	{
		width: 200px;
		height: 114px;
		display: inline-block;
		text-align: center;
	}

	.footer_nav
	{
		font-size: 14px;
		text-align: center;
		margin-top: 24px;
	}

	.footer_nav ul
	{
		margin: 0px;
		padding: 0px;
	}

	.copyright
	{
		font-size: 12px;
		text-align: center;
		margin-top: 48px;
	}
}
/* --- END of Footer Styling ----------------------------------------- */
@media (max-width: 767px)
{
	.site_menu
	{
		width: 100%;
		float: none;
	}

	.site_logo
	{
		display: none;
	}
}
/* -------- Carousel  ------------------------------------------------ */
.carousel-showmanymoveone .carousel-control
{
	width: 4%;
	background-image: none;
}

.carousel-showmanymoveone .carousel-control .fa
{
	position: absolute;
	top: 35%;
	z-index: 5;
	display: inline-block;
	font-size: 4em;
}

.carousel-showmanymoveone .carousel-control.left
{
	margin-left: -60px;
}

.carousel-showmanymoveone .carousel-control.right
{
	margin-right: 0px;
}

@media all and (max-width: 767px)
{
	.carousel-showmanymoveone .carousel-control.left
	{
		margin-left: -25px;
	}

	.carousel-showmanymoveone .carousel-control.right
	{
		margin-right: 30px;
	}
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3
{
	display: none;
}

@media all and (min-width: 768px)
{
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev
	{
		left: -50%;
	}

	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next
	{
		left: 50%;
	}

	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active
	{
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner .cloneditem-1
	{
		display: block;
	}
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d)
{
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next
	{
		-webkit-transform: translate3d(50%, 0, 0);
		        transform: translate3d(50%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev
	{
		-webkit-transform: translate3d(-50%, 0, 0);
		        transform: translate3d(-50%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active
	{
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width: 992px)
{
	.carousel-showmanymoveone .carousel-inner > .active.left,
	.carousel-showmanymoveone .carousel-inner > .prev
	{
		left: -25%;
	}

	.carousel-showmanymoveone .carousel-inner > .active.right,
	.carousel-showmanymoveone .carousel-inner > .next
	{
		left: 25%;
	}

	.carousel-showmanymoveone .carousel-inner > .left,
	.carousel-showmanymoveone .carousel-inner > .prev.right,
	.carousel-showmanymoveone .carousel-inner > .active
	{
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3
	{
		display: block;
	}
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d)
{
	.carousel-showmanymoveone .carousel-inner > .item.active.right,
	.carousel-showmanymoveone .carousel-inner > .item.next
	{
		-webkit-transform: translate3d(25%, 0, 0);
		        transform: translate3d(25%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner > .item.active.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev
	{
		-webkit-transform: translate3d(-25%, 0, 0);
		        transform: translate3d(-25%, 0, 0);
		left: 0;
	}

	.carousel-showmanymoveone .carousel-inner > .item.left,
	.carousel-showmanymoveone .carousel-inner > .item.prev.right,
	.carousel-showmanymoveone .carousel-inner > .item.active
	{
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.youtube
{
	position: relative;
}

.youtube .fa
{
	position: absolute;
	font-size: 4em;
	color: #e62117;
	background: white;
	border-radius: 50%;
	line-height: 0.7em;
}

@media all and (max-width: 767px)
{
	.youtube .fa
	{
		bottom: 20px;
		left: 20px;
	}
}
@media all and (min-width: 768px)
{
	.youtube .fa
	{
		top: 110px;
		left: 130px;
	}
}
@media all and (min-width: 992px)
{
	.youtube .fa
	{
		top: 60px;
		left: 70px;
	}
}
@media all and (min-width: 1199px)
{
	.youtube .fa
	{
		top: 75px;
		left: 95px;
	}
}
.carousel-item
{
	margin: 3px 0px;
}

.carousel-item img
{
	width: 100%;
}

.carousel-item:hover
{
	outline: 3px solid #f6b301;
}

.carousel_wrapper
{
	margin-top: 35px;
	background-color: #eeeeee;
	margin-bottom: 0px;
}

#animal-carousel
{
	padding: 30px 15px;
}

/* ---------------- END of Carousel ---------------------------------------- */
/* --------- Front page Full Page styling ------------------------------------ */
.page-template-front .intro_image_small
{
	height: auto;
}

/* ------ Info Slider styling ----------------------------------- */
.outer_wrapper
{
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}

#slide-out
{
	background-color: rgba(0, 0, 0, 0.85);
	color: #ffffff;
	z-index: 1002;
	padding: 0px 35px;
}

/* .left-shadow-overlay{
	box-shadow: 10px 0 15px 10px #585858;
} */
#slide-out h2
{
	color: #986b1e;
	font-family: "Passion One", sans-serif;
	font-size: 40px;
	border-bottom: 1px solid #ffffff;
}

#slide-out h3
{
	color: #986b1e;
	font-family: "Passion One", sans-serif;
	font-size: 22px;
}

#slide-out p
{
	font-size: 16px;
	line-height: 24px;
}

#slide-out .handle
{
	background-color: rgba(0, 0, 0, 0.85);
	left: -40px;
	padding: 10px;
	position: absolute;
	top: 0px;
	width: 20px;
	cursor: pointer;
	/*margin-top: -20px;*/
	/*-moz-transition: 200ms ease all;
  	-webkit-transition: 200ms ease all;
    -o-transition: 200ms ease all;
    transition: 200ms ease all;*/
}

#slide-out .handle:hover
{
	/*left: -46px;
  width: 30px;*/
}

#slide-out .handle
{
	box-sizing: content-box;
}

#slide-out .large_button
{
	text-align: left;
	width: 200px;
}

#slide-out .large_button a
{
	font-size: 20px;
	padding-top: 10px;
	background-image: url("includes/images/big_button_yellow.svg");
}

#slide-out .large_button a:hover,
#slide-out .large_button a:focus
{
	background-image: url("includes/images/big_button_hover.svg");
}

.home_animal_icon
{
	width: 57px;
	position: absolute;
	right: 35px;
	top: 15px;
}

.home_animal_icon img
{
	width: 100%;
	height: auto;
}

.animal_icon
{
	width: 57px;
	position: absolute;
	right: 15px;
	top: 21px;
}

.animal_icon img
{
	width: 100%;
	height: auto;
}

.page-template-front .fa
{
	color: #986b1e;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-template-front .footer_social .fa
{
	color: #000000;
}

.info-icon
{
	display: block;
	background-image: url("includes/images/info-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	text-indent: -5000px;
}

/* #menu-bar.closed {
	width:0px;
	right:0px !important;
	padding:0px;
}

#menu-bar.closed .menu-bar-content {
	display:none;
}

#menu-bar.open {
	width:400px;
	right:-400px !important;
	padding:0px 35px;
}
#menu-bar.open .menu-bar-content {
	display:block;
} */
@media (min-width: 992px) and (max-width: 1199px)
{
	#slide-out
	{
		top: 100px !important;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	#slide-out
	{
		top: 80px !important;
	}
}
@media (max-width: 767px)
{
	#slide-out h2
	{
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 12px;
	}

	#slide-out h3
	{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	#slide-out
	{
		width: 85% !important;
		top: 50px !important;
	}

	#slide-out p
	{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px;
		margin-top: 8px;
	}

	#slide-out .large_button
	{
		text-align: left;
		width: 160px;
	}

	#slide-out .large_button a
	{
		font-size: 18px;
		padding-top: 5px;
		margin-top: 25px;
	}

	.home_animal_icon
	{
		width: 40px;
		right: 35px;
		top: 21px;
	}
}
/* Style for our header texts
* --------------------------------------- */
#menu
{
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin: 0;
}

#fullpage .section .home_sec.container
{
	height: 100%;
}

.home_text_wrapper
{
	color: #000000;
	width: 100%;
	background-image: url("includes/images/animal_img_overlay_front.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 25px 5px;
	text-align: right;
	position: absolute;
	bottom: 50px;
}

.home_text_wrapper h1,
.home_text_wrapper2 h1
{
	font-size: 80px;
	line-height: 70px;
	font-family: "Passion One", sans-serif;
	color: #986b1e;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home_text_wrapper h3,
.home_text_wrapper2 h3
{
	font-size: 53px;
	line-height: 50px;
	font-family: "Passion One", sans-serif;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 0px;
}

.home_sec_text_wrapper
{
	text-align: center;
	width: 40%;
	height: 100%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0px;
	padding-left: 35px;
	padding-right: 35px;
	/* padding-top:85px; */
	position: relative;
}

.home_sec_text_wrapper.right
{
	margin: 0px 0px 0px 61%;
}

.home_sec_text_wrapper h2
{
	font-size: 70px;
	line-height: 66px;
	font-family: "Passion One", sans-serif;
	color: #000000;
}

.home_sec_text_wrapper p
{
	font-size: 14px;
	line-height: 25px;
	font-weight: 700;
}

.home_slide_logo
{
	text-indent: -5000px;
	display: block;
	height: 78px;
	background-image: url("includes/images/ppz-logo-gold.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 45px;
}

.down_arrow a
{
	width: 75px;
	height: 25px;
	text-align: center;
	display: block;
	text-indent: -5000px;
	background-image: url(includes/images/down_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.vertical_center
{
	position: relative;
	top: 50%;
	        transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
}

.home_info_wrapper
{
	background-color: #e4e4e4;
	width: 100%;
	padding-top: 4em;
	padding-bottom: 4em;
}

.home_info_text
{
	font-size: 20px;
	line-height: 32px;
	border-bottom: 2px solid #9b9b9b;
	padding-top: 2em;
	padding-bottom: 2em;
}
@media (min-width: 992px)
{
	.home_info_text
	{
		border-bottom: 0;
		border-right: 1px solid #9b9b9b;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		padding-right: 4em;
	}
}
.home_info_logo {
	text-align: center;
}
.home_info_logo img {
	padding: 4em 8em;
}
@media (min-width: 992px)
{
	.home_info_logo img {
		padding: 7em 4em;
	}
}
@media (min-width: 1200px)
{
	.home_info_logo img {
		padding: 6em 4em;
	}
}
.home_info_date_wrapper
{
	text-align: center;
}

.home_info_date_wrapper h3
{
	font-size: 35px;
	line-height: 38px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 5px;
}

.home_info_date
{
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.home_text_wrapper h1,
	.home_text_wrapper2 h1
	{
		font-size: 70px;
		line-height: 60px;
	}

	.home_text_wrapper h3,
	.home_text_wrapper2 h3
	{
		font-size: 49px;
		line-height: 47px;
		margin-top: 50px;
	}

	.home_sec_text_wrapper h2
	{
		font-size: 50px;
		line-height: 45px;
	}

	.home_sec_text_wrapper p
	{
		font-size: 12px;
		line-height: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.home_text_wrapper h1,
	.home_text_wrapper2 h1
	{
		font-size: 65px;
		line-height: 55px;
	}

	.home_text_wrapper h3,
	.home_text_wrapper2 h3
	{
		font-size: 43px;
		line-height: 45px;
		margin-top: 50px;
	}

	.home_sec_text_wrapper h2
	{
		font-size: 40px;
		line-height: 35px;
	}

	.home_sec_text_wrapper p
	{
		font-size: 12px;
		line-height: 20px;
	}

	.home_slide_logo
	{
		height: 70px;
		margin-bottom: 5px;
	}

	.home_sec_text_wrapper
	{
		/* padding-top:55px; */
		position: relative;
	}
}
@media (max-width: 767px)
{
	.home_text_wrapper,
	.home_text_wrapper2
	{
		bottom: 45px;
		padding-bottom: 20px;
	}

	.home_text_wrapper h1,
	.home_text_wrapper2 h1
	{
		font-size: 75px;
		line-height: 60px;
		text-align: center;
	}

	.home_text_wrapper h3,
	.home_text_wrapper2 h3
	{
		font-size: 40px;
		line-height: 50px;
		margin-top: 20px;
		text-align: center;
	}

	.home_sec_text_wrapper h2
	{
		font-size: 40px;
	}

	.home_sec_text_wrapper p
	{
		font-size: 14px;
		line-height: 24px;
	}

	.home_slide_logo
	{
		height: 50px;
		margin-bottom: 0px;
	}

	.home_sec_text_wrapper
	{
		padding-top: 55px;
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}

	.home_sec_text_wrapper
	{
		width: 70%;
		padding-top: 35px;
		position: relative;
	}

	.home_sec_text_wrapper.right
	{
		margin: 0px 0px 0px 30%;
	}

	.down_arrow a
	{
		width: 40px;
		height: 12px;
		margin-top: 5px;
	}

	.home_text_wrapper .down_arrow a,
	.home_text_wrapper2 .down_arrow a
	{
		margin-top: 25px;
	}

	.home_info_wrapper
	{
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.home_info_text
	{
		font-size: 16px;
		line-height: 22px;
		border-right: none;
		padding-right: 25px;
		padding-left: 25px;
		/* text-align: center; */
	}

	.home_info_date_wrapper h3
	{
		font-size: 20px;
		line-height: 24px;
		margin-top: 15px;
	}

	.home_info_date
	{
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}
/* Event Styling ---------------------------------- */
.basic_aside h4.tribe-event-title
{
	margin-top: 10px !important;
}

.tribe-events-list-widget ol,
.tribe-events-list-widget ul
{
	padding-left: 0px;
}

.tribe-events-list-widget .tribe-events-list-widget-events
{
	padding: 0 24px;
	padding: 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.tribe-events-list h2:first-of-type
{
	font-size: 50px;
	color: #986b1e;
	text-align: left;
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop
{
	max-width: 100%;
	margin: 0 auto;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first
{
	padding-top: 0.5em;
}

/*.tribe-events-list .type-tribe_events {
	display: inline-block;
	margin-right:25px;
	width:25%;
}
*/
.tribe-events-list .type-tribe_events:first-of-type
{
	padding-top: 0.5em;
}

.tribe-events-list .type-tribe_events h2
{
	font-size: 28px;
}

.tribe-events-list .type-tribe_events h2:first-of-type
{
	margin-top: 0px;
}

h2.tribe-events-list-event-title a
{
	color: #986b1e;
}

.tribe-events-list-event-description
{
	font-size: 14px;
	line-height: 16px;
}

.entry-content h2
{
	color: #6e6e6e;
}

#tribe-events-monday,
#tribe-events-tuesday,
#tribe-events-wednesday,
#tribe-events-thursday,
#tribe-events-friday,
#tribe-events-saturday,
#tribe-events-sunday
{
	background-color: #000000;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a
{
	background-color: #986b1e;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical
{
	color: #986b1e;
}

/* Centered texts in each section
* --------------------------------------- */
.page-template-front .section
{
	text-align: center;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
.page-template-front .section
{
	background-size: cover;
}

.page-template-front .slide
{
	background-size: cover;
	background-position: center;
}

@media (max-width: 767px)
{
	#fullpage .section .home_sec.container
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 40px;
		height: 85%;
		position: absolute;
		bottom: 0px;
		background-image: url("includes/images/animal_img_overlay_home.png");
		background-size: 170%;
		background-repeat: no-repeat;
	}

	#fullpage #section0 .home_sec.container
	{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 0px;
		height: auto;
		position: static;
		background-image: none;
		background-color: #ffffff;
	}

	.home_sec_padding
	{
		height: 65px;
		background-image: url("includes/images/animal_img_overlay_home.png");
		background-size: 170%;
		background-repeat: no-repeat;
	}

	.home_sec_text_wrapper
	{
		width: 100%;
		padding-top: 0px;
		padding-bottom: 20px;
		background-color: #ffffff;
	}

	.home_sec_text_wrapper.right
	{
		margin: 0px;
	}

	.page-template-front .section
	{
		background-size: 170%;
		background-repeat: no-repeat;
		background-position: top center;
	}

	.home_text_wrapper
	{
		height: 50%;
		background-color: transparent;
		background-image: none;
		padding: 0px 0px;
		bottom: auto;
		top: 40%;
	}
}
@media (max-width: 320px)
{
	#fullpage #section0 .home_sec.container
	{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		height: auto;
		position: static;
		background-image: url("includes/images/animal_img_overlay_home.png");
		background-size: 170%;
		background-repeat: no-repeat;
	}

	.home_text_wrapper
	{
		height: 50%;
		background-color: transparent;
		background-image: none;
		padding: 0px 0px;
		bottom: auto;
		top: 40%;
	}

	.home_text_wrapper h1,
	.home_text_wrapper2 h1
	{
		font-size: 50px;
		line-height: 45px;
		text-align: center;
	}

	.home_text_wrapper h3,
	.home_text_wrapper2 h3
	{
		font-size: 35px;
		line-height: 40px;
		margin-top: 20px;
		text-align: center;
	}

	#secondary-menu ul li,
	#secondary-menu2 ul li
	{
		width: 40%;
	}

	#secondary-menu ul li a,
	#secondary-menu2 ul li a
	{
		font-size: 16px;
		line-height: 16px;
	}

	#secondary-menu .container,
	#secondary-menu2 .container
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.home_sec_text_wrapper h2
	{
		font-size: 30px;
	}

	.home_sec_text_wrapper p
	{
		font-size: 12px;
		line-height: 20px;
	}
}
/* Defining each section background and styles
* --------------------------------------- */
/* .page-template-front #section0 {
	 background-image: url(includes/images/home/lion.jpg); 
} */
/* .page-template-front #section0 h1{

}

.page-template-front #section1{
	background-image: url(includes/images/home/prairie_dog.jpg);
}
.page-template-front #section2{
	background-image: url(includes/images/home/sign.jpg);
}
.page-template-front #section3{
	background-image: url(includes/images/home/rhino.jpg);
}

.page-template-front #section4 {
	background-image: url(includes/images/home/zoo_party.jpg);
} */
/*Adding background for the slides
* --------------------------------------- */
/* .page-template-front #slide1{
	background-image: url(includes/images/imgs/bg2.jpg);
}
.page-template-front #slide2{
	background-image: url(includes/images/imgs/bg5.jpg);
} */
/* Bottom menu
* --------------------------------------- */
.page-template-front #infoMenu li a
{
	color: #ffffff;
}

/* -------------------------------------- */
/*
/* 3/2023 Updates
/*
/* -------------------------------------- */


.btn {
	display: inline-block;
	text-align: center;
	font-family: "Passion One", sans-serif;
	text-transform: uppercase;
	border-style: solid;
	border-width: 3px;
	line-height: 1;
}

a.btn {
	text-decoration: none!important;
}

.btn-leaf {
	position: relative;
}

.btn-leaf::before{
	content: "";
  position: absolute;
  top: -4px; /* border: 2px + offset: 1px*/
  right: -4px; /* border: 2px + offset: 1px*/
  bottom: -4px; /* border: 2px + offset: 1px*/
  left: -4px; /* border: 2px + offset: 1px*/
  border: 2px solid rgba(152, 107, 30, 1.0);
  border-radius: 10px; /* border—radius: 6px + offset: 1px*/
}

.btn-leaf:hover::before,
.btn-leaf:focus::before {
  border: 2px solid rgba(246, 179, 0, 1.0);
}

.btn-leaf.btn-xs,
.btn-leaf-inverted.btn-xs {
	font-size: 1.0em;
	border-radius: 6px;
	padding: 4px 24px;
}
.btn-leaf.btn-xs::after,
.btn-leaf-inverted.btn-xs::before{
	width: 32px;
	height: 22px;
	bottom: -12px;
	left: -10px;
}

.btn-leaf.btn-sm,
.btn-leaf-inverted.btn-sm {
	font-size: 1.2em;
	border-radius: 8px;
	padding: 6px 36px;
}
.btn-leaf.btn-sm::after,
.btn-leaf-inverted.btn-sm::after{
	width: 48px;
	height: 36px;
	bottom: -24px;
	left: -12px;
}

.btn-leaf.btn-md,
.btn-leaf-inverted.btn-md {
	font-size: 1.4em;
	border-radius: 10px;
	padding: 8px 36px 8px 48px;
}
.btn-leaf.btn-md::after,
.btn-leaf-inverted.btn-md::after{
	width: 64px;
	height: 42px;
	bottom: -25px;
	left: -15px;
}

.btn-leaf.btn-lg,
.btn-leaf-inverted.btn-lg {
	font-size: 1.6em;
	border-radius: 12px;
	padding: 10px 36px 10px 48px;
}
.btn-leaf.btn-lg::after,
.btn-leaf-inverted.btn-lg::after{
	width: 64px;
	height: 42px;
	bottom: -25px;
	left: -15px;
}

.btn-leaf.btn-xl,
.btn-leaf-inverted.btn-xl {
	font-size: 2em;
	border-radius: 14px;
	padding: 12px 36px 12px 48px;
}
.btn-leaf.btn-xl::after,
.btn-leaf-inverted.btn-xl::after{
	width: 64px;
	height: 42px;
	bottom: -25px;
	left: -15px;
}


.btn-leaf,
a.btn-leaf {
	background-color:rgba(152, 107, 30, 1.0);
	border-color: #fff;
	color: #fff;
	position: relative;
	margin: 0 0.25em;
}

.btn-leaf-inverted,
a.btn-leaf-inverted {
	background-color:rgba(152, 107, 30, 1.0);
	border-color: #000;
	color: #fff;
	position: relative;
}

.btn-leaf:hover,
a.btn-leaf:hover,
.btn-leaf:focus,
a.btn-leaf:focus,
.btn-leaf:active,
a.btn-leaf:active {
	background-color:rgba(246, 179, 0, 1.0);
	border-color: #fff;
	color: #000;
	border-style: solid;
	border-width: 3px;
}

.btn-leaf-inverted:hover,
a.btn-leaf-inverted:hover,
.btn-leaf-inverted:focus,
a.btn-leaf-inverted:focus,
.btn-leaf-inverted:active,
a.btn-leaf-inverted:active {
	background-color:rgba(246, 179, 0, 1.0);
	border-color: #000;
	color: #000;
	border-style: solid;
	border-width: 3px;
}

.btn-leaf::after {
	content: '';
	position: absolute;
	background-color: transparent;
	background-image: url(./includes/images/button_deco_3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

.btn-leaf-inverted::after {
	content: '';
	position: absolute;
	background-color: transparent;
	background-image: url(./includes/images/button_deco_4.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
.btn-xl, .btn-group-xl>.btn {
	font-size: 1.4em;
	/* text-transform:none; */
	border-radius: 10px;
	padding: 12px 40px;
	line-height: 1.3333333;
}
.btn-gold {
	color: #000;
	background-color: rgba(246, 179, 0, 1.0);
	border-width: 0!important;
	font-family: "Arimo", sans-serif;
	font-weight: 700;
}
.btn-gold:hover,
.btn-gold:focus {
	color: #fff;
	background-color: rgba(152, 107, 30, 1.0);
}

.text-primary {}
.bg-primary {}

.text-secondary {}
.bg-secondary {}

.text-info {}
.bg-info {}

.text-warning {}
.bg-warning {}

.text-danger {}
.bg-danger {}

.text-link {}
.bg-link {}

.lead,
.lede,
.text-lede {
	font-size: 1.25em;
	line-height: 1.6;
}

.text-gold {
	color: #986b1e;
}
.text-yellow {
	color: #f6b300;
}
.text-green {
	color: #3a8600;
}
.text-red {
	color: #b50000;
}
.text-blue {
	color: #0156b0;
}
.bg-gold {
	background-color: #986b1e;
}
.bg-yellow {
	background-color: #f6b300;
}
.bg-green {
	background-color: #3a8600;
}
.bg-red {
	background-color: #b50000;
}
.bg-blue {
	background-color: #0156b0;
}
.bg-black {
	background-color: #000;
}

.adopt-button-wrap {
	text-align: center;
	margin-bottom: 2em;
}

@media only screen and (min-width: 768px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		border-left: 0px !important;
	}
}

.home-banner {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 0;
}

.banner-background {
	/* height: 500px; */
	height: 280px;
	position: relative;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 -50px 45px #000;
}
@media (min-width: 768px) {
	.banner-background {
		height: 500px;
	}
}
@media (min-width: 1140px) {
	.banner-background {
		height: 640px;
	}
}

.banner-background::after{
	content:'';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
}

.banner-content-wrap {
	position: relative;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1em;
	z-index: 2;
}

.banner-content {}

.banner-pre-title span{
	font-size: 2em;
}

.banner-title {
	margin-bottom: 1em;
}

.banner-title h3{
	font-size: 4em;
	font-family: 'Passion One', sans-serif;
	color: #fff;
	line-height: 0.8;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}

.banner-link {
	margin-bottom: 1em;
	position: relative;
	z-index: 99;
}

@media (min-width: 992px) {

	.banner-background {
		box-shadow: none;
	}
	.banner-content-wrap {
		position: absolute;
		bottom: 2em;
		left: 15px;
		right: 15px;
		background: none;
		color: #fff;
		text-align: left;
		padding: 0;
	}

	.banner-content {
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}

	.banner-pre-title span{
		font-size: 3em;
	}

	.banner-title {
		margin-bottom: 1em;
	}

	.banner-title h3{
		font-size: 6em;
		font-family: 'Passion One', sans-serif;
		color: #fff;
		line-height: 0.8;
		text-transform: uppercase;
	}

	.banner-link {
		margin-bottom: 1em;
	}
}

@media (min-width: 1200px) {
	.banner-content {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}

.home-featured-links-wrapper {}

.featured-link {
	display: block;
	text-decoration: none!important;
	text-align: center;
	min-height: 280px;
	position: relative;
	cursor: pointer!important;
}

@media (min-width: 768px) {
	.featured-link {
		min-height: 400px;
	}
}
@media (min-width: 1140px) {
	.featured-link {
		min-height: 500px;
	}
}

.featured-link::before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.featured-link-title-wrap{
  position: absolute;
	width: 100%;
  top: 50%;
	left: 0;
  transform: translate(0, -50%);
}

.featured-link-title {
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	font-size: 3em;
	margin: 0;
	line-height: 1.2em;
}

@media (min-width: 992px) {
	.featured-link-title::after{
		content:'';
		margin-top: 0.2em;
		margin-bottom: 0.6em;
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 180px;
		height: 10px;
		background-color: #f6b300;
	}
}

.featured-link-botton,
.featured-description-button {
	position: relative;
	z-index: 4;
}

@media (min-width: 992px) {
	.featured-link-botton {
		display: none;	
	}
}


.featured-link-description-wrap {
	display: none;
}

@media (min-width: 992px) {
	.featured-link-description-wrap {
		display: initial;

		background: rgba(0, 0, 0, 0.85);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		transition: opacity 0.5s!important;
		opacity: 0;
		z-index: 3;
	}
	.featured-link:hover .featured-link-description-wrap,
	.featured-link:focus .featured-link-description-wrap {
		transition: opacity 0.5s!important;
		opacity: 1;
		cursor: pointer;
		z-index: 3;
	}
}

.featured-link-description {
	position: absolute;
	width: 100%;
  top: 50%;
	left: 0;
  transform: translate(0, -50%);
	color: #fff;
	text-align: center;
	padding: 0 2em;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.4;
}

.home-events-wrapper {
	padding-top: 2em;
}

.events-title {
	margin: 0 0 1em;
	color: #000;
	text-align: center;
}

@media (min-width: 992px) {
	.events-title {
		text-align: left;
	}
}

.events-list {
	margin-bottom: 1.4em;
}
.event-date {
	text-align: center;
}
.event-content {
	margin-bottom: 1.4em;
	padding-bottom: 1.4em;
	border-bottom: 1px solid #9b9b9b;
	text-align: center;
}
@media (min-width: 992px) {
	.event-content {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
		text-align: left;
	}
}

.date-block {
	background: #f6b300;
	text-align: center;
	color: #000;
	padding: 1em 0.25em;
	max-width: 120px;
	margin: 0 auto 1.2em;
}
@media (min-width: 1200px) {
	.date-block {
		padding: 1em 0.25em;
	}
}

.date-block-month {

}

.date-block-date {
	font-family: "Passion One", sans-serif;
	font-size: 4em;
	line-height: 1;
}

.event-time {
	margin-bottom: 0.8em;
	line-height: 1;
}
.event-link {
	text-decoration: none;
	color: #000;
}
.event-link:hover,
.event-link:focus {
	text-decoration: underline;
	color: #000;
}
.event-title {
	margin: 0;
	color: #000;
	font-family: "Arimo", sans-serif;
	font-weight: 700;
	margin-bottom: 0.4em;
}
.event-cost {}

.event-view-all-wrapper {
	padding-bottom: 2em;
}
@media (min-width: 992px) {
	.event-view-all-wrapper {
		padding-top: 2em;
		border-top: 1px solid #9b9b9b;
	}
}

.footer_social .fa-facebook,
.footer_social .fa-facebook-official,
.footer_social .fa-facebook-square {
	color:#1877f2;
}

.footer_social .fa-twitter,
.footer_social .fa-twitter-square {
	color: #1da1f2;
}


.footer_social .fa-instagram {
	background: linear-gradient(45deg, rgba(255,213,33,1) 10%, rgba(245,0,0,1) 50%, rgba(185,0,180,1) 90%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.footer_social .fa-youtube,
.footer_social .fa-youtube-play,
.footer_social .fa-youtube-square {
	color:#ff0000;
}

.footer_social .fa-linkedin-square {
	color:#0a66c2;
}

.container-xl {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-xl:before,.container-xl:after {
    content: " ";
    display: table
}

.container-xl:after {
    clear: both
}

@media (min-width: 1441px) {
	.container-xl {
		width:1170px;
	}
}

.row.gutter-0 {
	margin-left: 0;
	margin-right: 0;
}
.row.gutter-0 [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.row.gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row.gutter-10 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.row.gutter-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row.gutter-20 [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
