/*
Theme Name: Minnesota Zoo
Description: Child theme for the Avada
Author: MNZoo
Template: Avada
Version: 2.8.14
*/

@import url("https://mnzoo.org/wp-content/themes/Avada/style.css");

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.eot') format('eot'), url('fonts/icomoon.svg#icomoon') format('svg'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-MNZOO_LOGO_GREEN, .ico-MNZOO_LOGO_GOLD, .ico-member, .ico-donate {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.ico-MNZOO_LOGO_GREEN:before {
	content: "\e600";
}
.ico-MNZOO_LOGO_GOLD:before {
	content: "\e601";
}
.ico-member:before {
	content: "\e602";
}
.ico-donate:before {
	content: "\e603";
}


/***********************************************************************************************/
/*	THEME CORE MODS
/***********************************************************************************************/

body {
	color: #444444 !important;
}

body a {
	font-weight: 400;
	color: #0034c2;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	text-shadow: none !important;
}

body a:hover {
	color: #808080
}


#internal-quick-access .widget a:after {
	content: "\02C3";
	padding-left: 3px;
}

#animal-details .tab-holder {
	border-color: #888324 !important;
}

#internal-quick-access .one_third {
	width: 31.8888%;
	margin-right: 2%;
	overflow: hidden;
}

#internal-quick-access .event-foot-note {
	padding: 0 20px;
	margin: 0 0 35px 0;
	color: #ffffff;
	font-size: 11px;
}

.home #wrapper #sliders-container {
	max-width: 940px;
	margin: 0 auto;
}

h1.page-title {
	font-size: 24px;
	line-height: 24px;
}

.page-title h1 {
	width: 55%;
}

.tp-bannershadow.tp-shadow3 {
	height: 20px !important;
	bottom:-17px !important;
}

figure {
	margin: 0;
}

body #toTop {
	display: none !important;
}

body pre {
	margin: 0;
	font-family: inherit;
}

ul {
	list-style-type: disc;
	font-size: 1.1em;
}

ol {
	/* list-style-type: upper-roman; */
	font-size: 1.1em;
}

/*.tp-rightarrow.default {
	background: none !important;
	margin-top: 0 !important;
	height: 64px !important;
	width: 25px !important;
	top: 45% !important;
}

.tp-leftarrow.default {
	background: none !important;
	margin-top: 0 !important;
	height: 64px !important;
	width: 25px !important;
	top: 45% !important;
}*/

.hp-slider-left {
	font-size: 64px;
	color: rgba(255,255,255,0.6);
	background-color: rgba(25,25,25,0.2);
	padding: 0 5px;	
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: none !important;
}

.hp-slider-left:hover {
	color: rgba(255,255,255,0.8);
}

.hp-slider-right {
	font-size: 64px;
	color: rgba(255,255,255,0.6);
	background-color: rgba(25,25,25,0.2);
	padding: 0 5px;
	display: none !important;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hp-slider-right:hover {
	color: rgba(255,255,255,0.8);
}

.remove {
	display: none !important;
}

.faq-tabs li, .portfolio-tabs li {
	margin-right: 28px !important;
}

/***********************************************************************************************/
/*	IE MODS
/***********************************************************************************************/

.no-rgba .es-nav-next { background: #ffffff !important; }
.no-rgba .es-nav-prev { background: #ffffff !important; }

/***********************************************************************************************/
/*	MNZOO THEME COLORS
/***********************************************************************************************/


.color-home-nav, .color-about {
	background: rgb(138,131,26) !important;
}

.color-plan {
	background: rgb(102,102,153) !important;
}

.color-cal {
	background: rgb(51,102,102) !important;
}

.color-animals {
	background: rgb(179,148,31) !important;
}

.color-edu {
	background: rgb(51,102,153) !important;
}

.color-involved {
	background: rgb(153,51,0) !important;
}

.color-conservation {
	background: rgb(102,153,0) !important;
}

.color-rent {
	background: rgb(153,153,153) !important;
}

/***********************************************************************************************/
/*	MNZOO THEME HEADLINE STYLES PAGE CONTENT + SIDEBAR
/***********************************************************************************************/

.calendar-section h1 {
	color: rgb(51,102,102) !important;
}

.calendar-section #page-post h3 a {
	color: rgb(51,102,102) !important;
}

.calendar-section #page-post h3 a:hover {
	color: #838383 !important;
}

.calendar-section .post-content h6 {
	color: rgb(51,102,102) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

.calendar-section #sidebar .widget h3 {
	color: rgb(51,102,102) !important;
	font-size: 16px !important;
	line-height: 0px !important;
	font-weight: bold;
}

.calendar-section #sidebar .widget h4 {
	color: rgb(51,102,102) !important;
	margin: 0px 0px -10px 0px;
}

/* CONSERVATION */

.conservation-section h1 {
	color: rgb(102,153,0) !important;
}

.conservation-section #page-post h3 a {
	color: rgb(102,153,0) !important;
}

.conservation-section #page-post h3 a:hover {
	color: #838383 !important;
}

.conservation-section #sidebar .widget h3 {
	color: rgb(102,153,0) !important;
	font-size: 16px !important;
	line-height: 12px !important;
	font-weight: bold;
}

.conservation-section .post-content h6 {
	color: rgb(102,153,0) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

/* EDU */

.edu-section h1 {
	color: rgb(51,102,153) !important;
}

.edu-section #page-post h3 a {
	color: rgb(51,102,153) !important;
}

.edu-section #page-post h3 a:hover {
	color: #838383 !important;
}

.edu-section .post-content h6 {
	color: rgb(51,102,153) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

/* INVOLVED */

.involved-section h1 {
	color: rgb(153,51,0) !important;
}

.involved-section #page-post h3 a {
	color: rgb(153,51,0) !important;
}

.involved-section #page-post h3 a:hover {
	color: #838383 !important;
}

.involved-section .post-content h6 {
	color: rgb(153,51,0) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

/* PLAN */

.plan-section h1 {
	color: rgb(102,102,153) !important;
}

.plan-section #page-post h3 a {
	color: rgb(102,102,153) !important;
}

.plan-section #page-post h3 a:hover {
	color: #838383 !important;
}

.plan-section .post-content h6 {
	color: rgb(102,102,153) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

/* RENTZOO */

.rentzoo-section h1 {
	color: rgb(153,153,153) !important;
}

.rentzoo-section #page-post h3 a {
	color: rgb(153,153,153) !important;
}

.rentzoo-section #page-post h3 a:hover {
	color: #838383 !important;
}

.rentzoo-section .post-content h6 {
	color: rgb(153,153,153) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

/* ABOUT US */

.about-us-section h1 {
	color: rgb(138,131,26) !important;
}

.about-us-section #page-post h3 a {
	color: rgb(138,131,26) !important;
}

.about-us-section #page-post h3 a:hover {
	color: #838383 !important;
}

.about-us-section .post-content h6 {
	color: rgb(138,131,26) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

/* Animal Section */

.animal-section .post-content h6 {
	color: rgb(179,148,31) !important;
	font-size: 18px !important;
	margin: 0.5em 0;
}

.animal-section #sidebar .widget h3 {
	color: rgb(51,102,102) !important;
	font-size: 18px !important;
	line-height: 0px !important;
	font-weight: bold;
	margin: 1.0em 0;
	padding-top:10px
}

/***********************************************************************************************/
/*	POST CONTENT STYLE
/***********************************************************************************************/

.plan-section .post-content {
	border: 1px solid rgb(102,102,153);
	padding: 7px;
}

.calendar-section .post-content {
	border: 1px solid rgb(51,102,102);
	padding: 7px;
}

.edu-section .post-content {
	border: 1px solid rgb(51,102,153);
	padding: 7px;
}

.page-template-template-education-programs-php .edu-section .post-content {
	border: none;
}

.involved-section .post-content {
	border: 1px solid rgb(153,51,0);
	padding: 7px;
}

.conservation-section .post-content {
	border: 1px solid rgb(102,153,0);
	padding: 7px;
}

.rentzoo-section .post-content {
	border: 1px solid rgb(153,153,153);
	padding: 7px;
}

.about-us-section .post-content {
	border: 1px solid rgb(138,131,26);
	padding: 7px;
}


/***********************************************************************************************/
/*	MNZOO THEME STYLES
/***********************************************************************************************/

button.home-16,
.home-section a.home-16,
.about-us-section a.home-16 {
	background: rgb(138,131,26);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.home-16:hover,
.home-section a.home-16:hover,
.about-us-section a.home-16:hover {
	background-color: rgb(181,172,34);
}

button.plan-16,
.plan-section a.plan-16 {
	background: rgb(102,102,153);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.plan-16:hover,
.plan-section a.plan-16:hover {
	background-color: rgb(133,133,173);
}


button.calendar-16,
.calendar-section a.calendar-16 {
	background: rgb(51,102,102);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.calendar-16:hover,
.calendar-section a.plan-16:hover {
	background-color: rgb(68.136.136);
}

button.animals-16 {
	background: rgb(179,148,31);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.education-16,
.edu-section a.education-16,
.calendar-section a.education-16 {
	background: rgb(51,102,153);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.education-16:hover,
.edu-section a.education-16:hover,
.calendar-section a.education-16:hover {
	background: rgb(64,128,191);
}

button.involved-16,
.involved-section a.involved-16 {
	background: rgb(153,51,0);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.involved-16:hover,
.involved-section a.involved-16:hover {
	background-color: rgb(204,68,0);
}

button.conservation-16,
.conservation-section a.conservation-16 {
	background: rgb(102,153,0);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.conservation-16:hover,
.conservation-section a.conservation-16:hover {
	background-color: rgb(136,204,0);
}

button.rent-16,
.rentzoo-section a.rent-16 {
	background: rgb(153,51,0);
	color: #fff;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
}

button.rent-16:hover,
.rentzoo-section a.rent-16:hover {
	background-color: rgb(204,68,0);
}

.mn-zoo-slider {
	padding: 4px 0 0 0;
}

/***********************************************************************************************/
/*	SECTION | TABLE
/***********************************************************************************************/

.plan-section .table-1 table th, .table-1 tr:nth-child(even) {
	background: #e0e0eb;
}

/***********************************************************************************************/
/*	Ulysses S. Seal SECTION
/***********************************************************************************************/

.conservation-section .toggle-content p {
	margin-bottom: 10px;
}

/***********************************************************************************************/
/*	SECTION SIDEBAR
/***********************************************************************************************/
/* CONSERVATION SECTION */
#conservation .current_page_item a {
	color: #838383 !important;
}
	
#conservation .current_page_item .sub-menu a {
	color: #690 !important;
}

#conservation .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#conservation .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#conservation a {
	color: #690 !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#conservation a:hover {
	color: #838383 !important;
}

/* GET INVOLVED SECTION */

#menu-get-involved-nav .current_page_item a {
	color: #838383 !important;
}
	
#menu-get-involved-nav .current_page_item .sub-menu a {
	color: #930 !important;
}

#menu-get-involved-nav .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#menu-get-involved-nav .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#menu-get-involved-nav a {
	color: #930 !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#menu-get-involved-nav a:hover {
	color: #838383 !important;
}

/* ANIMALS SECTION */

#menu-animals .current_page_item a {
	color: #838383 !important;
}
	
#menu-animals .current_page_item .sub-menu a {
	color: #B3941F !important;
}

#menu-animals .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#menu-animals .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#menu-animals a {
	color: #B3941F !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#menu-animals a:hover {
	color: #838383 !important;
}

/* PLAN VISIT SECTION */

#menu-plan-section-sidebar.current_page_item a {
	color: #838383 !important;
}
	
#menu-plan-section-sidebar .current_page_item .sub-menu a {
	color: #669 !important;
}

#menu-plan-section-sidebar .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#menu-plan-section-sidebar .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#menu-plan-section-sidebar a {
	color: #669 !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#menu-plan-section-sidebar a:hover {
	color: #838383 !important;
}

/* RENT THE ZOO SECTION */

#menu-rent-the-zoo .current_page_item a {
	color: #838383 !important;
}
	
#menu-rent-the-zoo .current_page_item .sub-menu a {
	color: #999 !important;
}

#menu-rent-the-zoo .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#menu-rent-the-zoo .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#menu-rent-the-zoo a {
	color: #999 !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#menu-rent-the-zoo a {
	color: #838383 !important;
}

/* EDU SECTION */

#menu-edu-sidenav .current_page_item a {
	color: #838383 !important;
}
	
#menu-edu-sidenav .current_page_item .sub-menu a {
	color: rgb(51,102,153) !important;
}

#menu-edu-sidenav .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#menu-edu-sidenav .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#menu-edu-sidenav a {
	color: rgb(51,102,153) !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#menu-edu-sidenav a:hover {
	color: #838383 !important;
}

/* ABOUT US SECTION */

#menu-about-us-menu .current_page_item a {
	color: #838383 !important;
}
	
#menu-about-us-menu .current_page_item .sub-menu a {
	color: rgb(138,131,26) !important;
}

#menu-about-us-menu .current_page_item .sub-menu a:hover {
	color: #838383 !important;
}

#menu-about-us-menu .sub-menu a {
	font-size: 16px !important;
	padding: 2px !important;
}
	
#menu-about-us-menu a {
	color: rgb(138,131,26) !important;
	border-bottom: none !important;
	padding-bottom: 2px !important;
	font-size: 21px;
}

#menu-about-us-menu a:hover {
	color: #838383 !important;
}

/***********************************************************************************************/
/*	HEADER MODS / HEAD WRAPPER
/***********************************************************************************************/

#main {
	padding: 17px 10px 0;
}

.page-child #main {
	padding-top: 0;
}

.single-avada_portfolio .header-social {
	max-height: 32px;
}

.header-social {
	border-bottom: 0 !important;
}

.header-social .social-networks li {
	margin-right: 12px;
}

.header-v4 #header {
	padding: 0;
	border-bottom: 0;
}

.header-v4 #header .columns-4 {
	padding: 6px 0 6px 4px;
	width: 100%;
}

.header-v4 #small-nav {
	border-bottom: 0;
}

.header-v4 .social-header {
	border-bottom: 0;
}

#wrapper .header-social {
	min-height: 36px;
}

#wrapper .page-title-container {
	max-width: 940px;
	margin: 0 auto;
	background-image: none !important;
	border: none !important;
	height: 67px;
}

.page-title-container .page-title-wrapper h1 {
	color: #ffffff !important;
	font-size: 2.25em !important;
	font-weight: 200;
	margin-left: 17px;
}

#header .ico-MNZOO_LOGO_GOLD {
	color: #AC972B !important; 
	font-size: 64px; 
}

#header .ico-MNZOO_LOGO_GREEN {
	color: #8D882D !important; 
	font-size: 64px;
	position: absolute; 
	max-height: 64px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#header .ico-MNZOO_LOGO_GREEN:hover {
	color: #DBD559 !important;
}

#header .member-container {
	padding-top: 22px;
	float: left;
}

#header .ico-member {
	color: #983620 !important;
	font-size: 38px;
	cursor: pointer;
	margin-left: 90px;
	line-height: 72px !important;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header .ico-member:hover {
	color: #B96F5E !important;
}

#header .ico-donate {
	color: #983620 !important;
	font-size: 72px;
	cursor: pointer;
	margin-left: 85px;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header .ico-donate:hover {
	color: #B96F5E !important;
}

#header #workinghourswidget-4 {
	font-weight: 200;
	font-size: 16px;
	margin-top: -31px;
	padding-bottom: 10px;
	float: right;
}

.social-networks a {
	text-indent: 0;
}

.header-v4 #header .search {
	margin-right: 2px;
}

.search h1 { 
	font-weight: 400;
}

.search input, #searchform input {
	width: 220px;
}

.search .pagination {
	width: 100%;
	text-align: right;
	margin-bottom: 8px;
}

.search .search-page-search-form {
	border-bottom: 0 !important;
}

/***********************************************************************************************/
/*	HOMEPAGE MODS
/***********************************************************************************************/

#main hr.light {
	background-color: rgb(237,237,237);
	border-style: solid;
	margin: 0 0 12px 0;
	height: 1px;
	border: 0;
}

section.columns.columns-4 {
	margin: 0;
}

.home .image .image-extras {
	background-image: #690 !important;
	opacity: 1 !important;
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

/***************************************************/
/* BODY CONTENT
/***************************************************/

.page-template-homepage-php #main #home-container {
	border: 1px solid #ededed;
	padding: 1em;
}


/***************************************************/
/* SEARCH PAGE
/***************************************************/

.search #main .post h2 a {
	color: rgb(138,131,26) !important;
}

.search .page-title-captions {
	width: 100%;
}

.search input, #searchform input {
	width: calc(96% - 39px);
}

/***************************************************/
/* Quick Access Nav Containers
/***************************************************/

#internal-quick-access header {
	position: absolute;
	width: 100%;
	height: 30px;
}

#internal-quick-access header h2 {
	color: #fff !important;
	padding-left: .5em;
}

#internal-quick-access h2 {
	color: #fff !important;
	padding-left: .5em;
	margin: 0;
}

#internal-quick-access h3 {
	color: #fff !important;
	padding-left: .5em;
	margin: 0;
}

#internal-quick-access .widget li a {
	padding: 6px;
	padding-left: 0;
}

.promo-carousel .related-posts {
	margin-bottom: -1px;
}

/***************************************************/
/* Homepage Calendar Widget
/***************************************************/

#internal-quick-access .events h2.hp-cal-title {
	font-size: 21px !important;
	padding-top: 3px;
}

#internal-quick-access .events h2.hp-cal-title span {
	font-size: 16px;
}

#internal-quick-access .event-foot-note {
	padding: 0 20px;
	margin: 0 0 35px 0;
	color: #ffffff;
	font-size: 11px;
}

.hp-cal {
	list-style-type: none;
	padding-left: 1em;
	color: #ffffff;
	margin-top: 0;
}

.events {
	min-height: 320px;
	max-width: 375px;
}

.events hr {
	width: 90%;
	background: #ffffff !important;
	border-style: solid;
	border: 0;
	height: 1px;
}

ul.hp-cal {
	margin-left: 6px;
	font-size: 1em;
}

ul#daily {
	margin-bottom: 32px;
}

ul.hp-cal a {
	color: #ffffff !important;
}

ul.hp-cal a:hover {
	color: #dcdcdc !important;
}

.events footer {
	background-color: rgb(133,163,163);
	width: 100%;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	position: absolute;
}

.events footer a {
	color: #fff !important;
	padding-left: 1em;
	font-weight: 400;
}

.event footer a:hover {
	color: #9d9d9d !important;
}

.event-time { text-align: left; }

.event-image {}

.event-description { text-align: left; }

/***************************************************/
/* Article two
/***************************************************/

#internal-quick-access .art-2 h2 {
	font-size: 16px !important;
}

#internal-quick-access .art-2 img {
	margin-top: 30px;
}

/***************************************************/
/* Article three
/***************************************************/

#internal-quick-access .art-3 h2 {
	font-size: 16px !important;
}

#internal-quick-access .art-3 img {
	margin-top: 30px;
}

/***************************************************/
/* NAV HACKS
/***************************************************/

#nav ul a, .side-nav li a {
	color: #ffffff !important;
}

#navigation > li > a {
	height: 40px;
	line-height: 40px;
}

#nav ul li {
	width: 116.5px;
	text-align: center;
	padding: 0;
	margin-right: 1px;
}

.header-v4 #nav li:last-child {
	padding: 0;
	margin-right: 0 !important;
	width: 117.5px;
}

.home-nav {
	background: rgb(138,131,26);
	color: #ffffff;
}

.planyourvisit {
	background: rgb(102,102,153);
	color: #ffffff;
}

.calendar {
	background: rgb(51,102,102);
	color: #ffffff;
}

.animals {
	background: rgb(179,148,31);
	color: #ffffff;
}

.education {
	background: rgb(51,102,153);
	color: #ffffff;
}

.getinvolved {
	background: rgb(153,51,0);
	color: #ffffff;
}

.conservation {
	background: rgb(102,153,0);
}

.rentthezoo {
	background: rgb(153,153,153);
	color: #ffffff;
}

/***************************************************/
/* FIND ANIMAL DROPDOWN
/***************************************************/

#home-container .animal-actions {
	margin-top: 7px;
}

.animal-actions .two_third {
	width: 66.3332%;
	margin-right: 2%;
	margin-bottom: 12px !important;
}

.animals-actions .one_third {
	width: 31.6666%;
	margin-right: 2%;
}

.animal_menu header {
	position: absolute;
	height: 26px;
	width: 100%;
	top: 0;
}

.animal_menu img {
	margin-top: 25px;
	width: 100%;
	height: 100%;
	height: 100%;
	max-height: 69px;
}

.animal_menu select#homepage_dropdown_select {
	position: absolute;
	top: 0;
	width: 210px;
	height: 26px;
	background-color: rgb(193,170,66);
	color: #ffffff;
	padding-left: 1em;
	border: none;
	border-radius: 1px;
	font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
	cursor: pointer;
	
	background-image: url(images/arrow-bullet.png);
	background-repeat: no-repeat;
	background-position: 195px 12px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	
	
}

.animal_menu select#animal_details_dropdown {
	max-width: 100%;
	width: 220px;
	display: inline-block;
	height: 28px;
	background: #B3941F;
	color: #ffffff;
	padding-left: 0.5em;
	font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.animal_cam header {
	position: absolute;
	height: 26px;
	width: 100.1%;
	top: 0;
}

.animal_cam img {
	max-height: 60px;
	height: 100%;
	width: 100%;
}

/***************************************************/
/* HIGHLIGHTS CONTAINER
/***************************************************/

#highlights {
	margin-bottom: 8px;
}

#highlights .columns-4 {
	margin-bottom: 0px !important;
}

#highlights .read-more {
	float: right;
	margin-top: 12px;
}

/***************************************************/
/* PROMO SLIDER
/***************************************************/

.related-projects .es-carousel {
	padding-left: 12px;
}

.related-posts .image {
	width: 258px;
	max-height: 160px;
}

.image-extras-content {
	text-align: left;
}

.es-nav-prev, .es-nav-next {
	text-indent: 0;
	width: 40px;
	height: 72%;
	top: 0;
	margin-top: 0;
}

.es-nav-prev {
	background-color: transparent;
	background-image: none !important;
	padding: 39px 0 0 0;
	text-align: left;
	cursor: pointer;
	
	-webkit-transform:none;
    -moz-transform:none; 
    -o-transform:none;
    transform:none;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.es-nav-next {
	background-color: transparent;
	background-image: none !important;
	padding: 40px 0 0 0;
	text-align: right;
	cursor: pointer;
}

.es-carousel ul li{
	margin-right: 28px;
}

#main .image .image-extras .image-extras-content {
	color: #ffffff;
}

#main .image .image-extras .image-extras-content h3 {
	color: #ffffff !important;
	text-shadow: none !important;
	font-weight: 200;
	font-size: 22px !important;
}


/***********************************************************************************************/
/*	IMAGE CAPTION STYLE
/***********************************************************************************************/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0 auto;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/***********************************************************************************************/
/*	CUSTOM FLEXSLIDER STYLING
/***********************************************************************************************/


.page-topper-img #carousel li {
	max-width: 135px;
}

.page-topper-img #carousel {
	margin: 0;
}

.page-topper-img {
	margin-bottom: 15px;
}

/***********************************************************************************************/
/*	ANIMALS PAGE(s) MODS
/***********************************************************************************************/

.animal-section .portfolio-four-text h2 a {
	color: #B3941F;
}

.animal-section .portfolio-four-text h2 a:hover {
	color: #dabf5c;
}

.animal-section .portfolio-four-text .plus-hover {
	position: absolute;
	width: 26px;
	height: 26px;
	background-color: #B3941F;
	color: #ffffff;
	top: 67px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 100;
	text-align: center;
}

.portfolio-tabs, .faq-tabs {
	margin-bottom: 8px;
}

#main .image .image-extras .image-extras-content h4, .image .image-extras .image-extras-content .cats, .image .image-extras .image-extras-content .cats a, .image .image-extras .image-extras-content {
	text-shadow: none !important;
}

.portfolio-four-text .portfolio-item .portfolio-content {
	margin-top: 10px;
}

#main .image .image-extras .image-extras-content h4 a {
	color: #fff !important;
	font-size: 16px !important;
}

#main .image .image-extras .image-extras-content h4 a:hover {
	color: #fff !important;
}

.project-content .project-description {
	width:100%;
}

.post-slideshow {
	margin-bottom: 15px !important;
}

.avada_portfolio #carousel {
	max-width: 52%;
	min-width: 52%;
	float: left;
	margin: 0 0 15px 0;
}


#animal-social {
	max-width: 300px;
	float: right;
}

#animal-social .twitter-share-button {
	max-width: 79px;
}

#animal-social ul {
	min-width: 250px;
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 26px 0 0;
}

#animal-social ul li {
	float: left;
	margin-left: 5px;
	max-width: 81px;
}

.single-avada_portfolio .tab_content .two_third {
	width: 64.3332%;
	margin-right: 2%;
}

.single-avada_portfolio .tab-holder .tabs li {
	height: 38px;
}

.single-avada_portfolio .shortcode-tabs .tab-hold .tabs li {
	border-right: 1px solid #888324 !important;
	border-bottom: 1px solid #888324;
}

.single-avada_portfolio .shortcode-tabs .tab-hold .tabs li:last-child {
	border-right: 0 !important;
}

.single-avada_portfolio .shortcode-tabs .tab-hold .tabs li.active {
	border-bottom: 0 !important;
}

.single-avada_portfolio .tab-holder .tabs li.active a {
	background-color: rgb(236,235,211);
	height: 38px !important;
	border-bottom: none !important;
	color: rgb(136,131,36) !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}

#animal-details .animal-sidebar p {
	margin-bottom: 5px;
}

#animal-details .animal-subhead {
	margin-top: 0.8em;
}

.color-animals .page-title h1 {
	color: #FFFFFF !important;
	font-size: 3em !important;
	font-weight: 200;
	margin-left: 22px;
}

.breadcrumbs-container {
	max-width: 940px;
	max-height: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	border-bottom: 1px solid #DFDEDE;
	display: block;
}

.breadcrumbs-container .breadcrumbs {
	float: right;
}

.page-template-portfolio-four-column-text-php #main {
	padding-top: 0;
}

.page-template-portfolio-four-column-text-php .breadcrumbs-container {
	border-bottom: 0;
}

.animal-name-container {
	max-width: 700px;
}

.animal-name-container .main-title {
	font-size: 26px;
	color: #000 !important;
	padding-top: 0.5em;
}

.animal-name-container .sub-title {
	font-size: 18px;
	line-height: 5px;
	color: rgb(179,148,31);
	font-style: italic;
}

.animal-name-container .find-zoo-map {
	color: #000 !important;
	text-align: right;
	float: right;
	max-width: 110px;
}

.animal-name-container .find-zoo-map .fontawesome-icon {
	color: #000 !important;
	font-size: 18px;
	margin: -2px 5px 0 0;
	padding: 0;
}

.animal-section #sidebar .animal-dropdown-widget {
	margin-bottom: 12px;
}

.widget li a {
	display:block;
	border-bottom:1px solid #e7e6e6;
	color:#555555;
	padding:10px;padding-left:0;	
}

.widget ul{
	list-style:none;
	margin:0;
	padding:0;
}

.widget li{
	margin:0;
	padding:0;
}

/***********************************************************************************************/
/*	BLOG PAGE(s)
/***********************************************************************************************/

.blog .page-title-container {
	background-color: #690 !important;
}

.blog .page-title-container h1 {
	color: #ffffff !important;
	font-size: 3em !important;
	font-weight: 200;
	margin-left: 22px;
}

.single-post .post .meta-info {
	margin-bottom: 0;
}

.blog .post-slideshow {
	margin-bottom: 0 !important;
}

.blog #content {
	border-left: 1px solid #690;
	border-right: 1px solid #690;
	border-bottom: 1px solid #690;
	padding: 15px 10px;
}

#main .post h2.post-title {
	color: #669900;
	font-size: 24px;
}

.blog #sidebar {
	margin-top: 7px;
}

.blog #sidebar h3 {
	color: #690 !important;
	font-weight: 600;
}

#main .post h2 a {
	color: #690 !important;
}

#main .post .title-sep {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

#main .post .single-related-posts {
	border-top: 1px solid #669900;
	padding-top: 10px;
}

#main #headline-post h2 {
	margin: 0 0 5px 0;
}

#main #headline-post h2 a {
	font-size: 24px !important;
}

.post {
	margin-bottom: 29px;
}

.post .meta-info {
	border-top: 0;
	border-bottom: 0;
	margin-top: 0 !important;
}

.single-related-posts .es-carousel-wrapper .plus-hover {
	position: absolute;
	width: 26px;
	height: 26px;
	background-color: #888324;
	color: #ffffff;
	top: 54px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 100;
	text-align: center;
}

.blog-hr {
	background-color: #690;
	border-style: solid;
	margin: 4px 0 0 0;
	height: 1px;
	border: 0;
}

.blog-hr-light {
	background-color: rgb(237,237,237);
	border-style: solid;
	margin: 4px 0 0 0;
	height: 1px;
	border: 0;
}

.share-box ul.social-networks li a {
	font-size: 17px;
}

#sidebar .widget_nav_menu li a,#sidebar .widget_categories li a {
	padding: 2px 10px 2px 0;
}

#sidebar .jetpack_subscription_widget input[type=text] {
	padding: 7px 7px !important;
	background-color: rgba(102,153,0,0.8);
	margin-bottom: -8px;
	border: 0;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
}

#sidebar .jetpack_subscription_widget input[type=submit] {
	background-color:#669900;
	border: 0;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-size: 11px;
	font-weight: 200;
	height:32px;
	width:64px;
	text-decoration:none;
	text-align:center;
}

#sidebar .jetpack_subscription_widget input[type=submit]:hover {
	background-color:#7fb514;
}

#sidebar .jetpack_subscription_widget input[type=submit]:active {
	position: relative;
	top: 1px;
}

.share-box {
	margin-top: 21px !important;
}
.tagcloud a {
	border-top-style: none;
	border-bottom-style: none;
    border-left-style: none; 
	color: #333;
}

/***********************************************************************************************/
/*	MEMBERSHIP PAGE
/***********************************************************************************************/


.page-template-template-membership-php .shortcode-tabs .tab_content {
	padding: 10px !important;
}

.page-template-template-membership-php .post-content p {
	padding:0 10px 0 6px;
}

#join-us-section header {
	min-height: 50px;
}

#join-us-section .tab-box .tabs-container img {
	margin-bottom: -11px;
}

#join-us-section header h2 {
	color: #930 !important;
	line-height: 21px !important;
}

#join-us-section .membership-price-table-1 {
	margin-bottom: 25px;
}

#join-us-section .tab-holder {
	border: 0;
}

#join-us-section .tab-box {
	border: 1px solid #EAEAEA;
	border-top: 0 !important;
	max-width: 666px;
}

#join-us-section .tab-hold .tabs li {
	border: 1px solid #EAEAEA;
	background: #EDEDED;
}

#join-us-section .tab-hold .tabs li.active {
	background: #ffffff;
}

.page-template-template-membership-php .tab-holder .tabs li.active a {
	border-top: 3px solid #930 !important;
}

#join-us-section .tab-hold .tabs li a {
	color: #930 !important;
	font-weight: 600 !important;
}

.involved-section ul li.title-row {
	background: #930 !important;
	color: #ffffff;
}

.involved-section ul li.normal-row {
	min-height: 125px;
	text-align: left;
	padding: 10px;
	padding-right: 0 !important;
}

.involved-section .pricing-row * {
	color: #930 !important;
	font-weight: 200 !important;
	font-style: normal !important;
	font-weight: 200 !important;
}

.involved-section .pricing-row .exact_price {
	letter-spacing: -7px;
}

.involved-section .pricing-row sup {
	color: #930 !important;
	font-weight: 200;
}

.involved-section .sep-boxed-pricing .price em.time {
	margin-left: -21px !important;
	font-size: 21px !important;
}


#membership-friends-of-the-zoo {
	margin-bottom: 25px;
}

#membership-friends-of-the-zoo button {
	border: 0;
	background: #930 !important;
	color: #ffffff;
	padding: 5px 6px;
	font-size: 11px;
}

.membership-price-table-1 .sep-boxed-pricing.columns-3 .column { 
	width: 31.1%;
}

.membership-price-table-2 .sep-boxed-pricing.columns-3 .column {
	width: 31.1%;
}

.sep-boxed-pricing .column {
	padding: 2px;
}


.sep-boxed-pricing ul li {
	width: 200px;
}
#membership-friends-of-the-zoo .table-1 table {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#membership-friends-of-the-zoo .table-1 table th {
	border: 0;
	border-right: 2px solid #ffffff;
	color: #ffffff;
	font-weight: 400;
	font-size: 11px !important;
	padding: 8px;
	

}
#membership-friends-of-the-zoo .table-1 table td {
	padding: 8px 10px;
	border: 0;
	border-right: 2px solid #ffffff;
}
#membership-friends-of-the-zoo .table-1 tr:nth-child(even){
	background: #E4E4E4;
}

#membership-friends-of-the-zoo .table-1 tr td.wide-td {
	width: 200px;
	overflow: hidden;
	display: inline-block;
	white-space: normal;
	border: 0;
	font-size: 11px;
	padding: 8px 0 8px 10px;
}

#membership-friends-of-the-zoo .table-1 tr td.center  {
	font-size: 21px;
	color: #669900;
	text-align: center;
}

#membership-friends-of-the-zoo .table-1 table th {
	padding: 10px;
	text-align: center;
}

#membership-friends-of-the-zoo .table-1 tr:nth-child(even) {
	background: #fff;
}

#membership-friends-of-the-zoo .table-1 tr:nth-child(odd) {
	background: #E4E4E4;
}

/***********************************************************************************************/
/*	CONSERVATION PAGE
/***********************************************************************************************/

.page-template-template-conservation-landing-php .event-container {
	border-bottom: 1px solid #EDEDED;
}

.page-child .page-title h1 {
	display: block;
}

.page-template-template-conservation-landing-php #page-post h3 {
	margin: 5px 0 5px 0;
}

.page-template-template-conservation-landing-php #page-post h3 a {
	color: #680;
}

/***************************************************/
/* LANDING PAGE ARTICLES
/***************************************************/

#page-post:nth-child(3n) {
	margin-right: 0 !important;
}

#page-post:nth-child(3n+1) {
	clear: both;
}

#page-post, .one_third {
	margin-bottom: 5px !important;
}

#page-post h3 {
	margin: 5px 0;
}

#page-post img {
	width: 100%;
}

/***************************************************/
/* Ulysses S Seal
/***************************************************/

.fancybox-inner {
	position:static !important;
}

.fancybox-nav {
    width: 60px !important;       
}

.fancybox-nav span {
    visibility: visible !important;
    opacity: 0.5 !important;
}

.fancybox-nav:hover span {
    opacity: 1 !important;
}

.fancybox-next {
    right: -60px !important;
}

.fancybox-prev {
    left: -60px !important;
}


/***********************************************************************************************/
/*	EVENT PAGE(s)
/***********************************************************************************************/

.event-sold-out {
	background: #FFE9E9;
	border: 1px solid #E7A9A9;
	color: #D04544;
	text-align: left;
	padding: 0 5px;
	margin-bottom: 3px;
}

.event-adv-ticket {
	background: #FBF6E3;
	border: 1px solid #E7D48D;
	color: #CFB306;
	text-align: left;
	padding: 0 5px;
	margin-bottom: 3px;
}

.event-member-only {
	background: #E9F3D2;
	border: 1px solid #ACD556;
	color: #92B750;
	text-align: left;
	padding: 0 5px;
	margin-bottom: 3px;
}

.event-rsvp {
	background: #ffd9b3;
	border: 1px solid #ffb367;
	color: #e67300;
	text-align: left;
	padding: 0 5px;
	margin-bottom: 3px;
}

.event-adult-only {
	border: 1px solid #0099FF;
	color: #0099FF;
	text-align: left;
	padding: 0 5px;
	margin-bottom: 3px;
	background-color: #C4E8FF;
}

.single-event .event-details {
	padding: 25px 0;
}

.single-event #m-event-details {
	display: none;
}

.event-container .event-img img {
	max-width: 75px;
	max-height: 35px;
}

.em-pagination .page-numbers {
	padding: 4px 10px;
	margin-left: -4px;
	font-weight: 400;
	border: 1px solid #dddddd;
}

.em-pagination span.page-numbers.current {
	background-color: #EBEBEB;
}

.em-pagination .page-numbers:hover {
	background-color: #EDEDED;
}

.em-pagination .next.page-numbers {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.em-pagination .prev.page-numbers {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.events-table tbody tr:nth-child(odd) {
	background-color: #EDEDED; 
}

/***********************************************************************************************/
/*	PLAN YOUR VISIT PAGE(s)
/***********************************************************************************************/

.page-template-template-plan-landing-php #page-post h3 a {
	color: #669;
}

.page-template-template-plan-landing-php .shortcode-tabs {
	border: none !important;
}

.page-template-template-plan-landing-php .shortcode-tabs .tab-box {
	border: 1px solid #EAEAEA;
}

.page-template-template-plan-landing-php .shortcode-tabs .tab-hold .tabs li {
	border-right: 1px solid #EAEAEA;
}

.page-template-template-plan-landing-php .shortcode-tabs .tab-hold .tabs li.active:last-child {
	border-right: 1px solid #EAEAEA !important;
}

.page-template-template-plan-landing-php .tab-holder .tabs li a {
	background: #e0e0eb;
	color: #669 !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}

.page-template-template-plan-landing-php .tab-holder .tabs li.active a {
	border-top: 3px solid #669 !important;
	background: #fff;
	border-left: 1px solid #EAEAEA !important;
}

/***********************************************************************************************/
/*	EDUCATION PAGE(s)
/***********************************************************************************************/

.edu-section h3 {
	color: rgb(51,102,153);
}

.edu-section #sidebar .widget h3 {
	color: rgb(51,102,153);
	font-size: 21px !important;
	margin: 0;
}

.edu-section h3 a,
.edu-section a h3 {
	color: rgb(51,102,153);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.edu-section h3 a:hover,
.edu-section a h3:hover {
	color: rgb(111,154,197);
}

.edu-section #sidebar .heading {
	display: none;
}


.page-template-template-education-landing-php .one_half {
	margin-right: 2%;
}

.page-template-template-education-landing-php #edu_mod_1 {
	width: 43%;
}

.page-template-template-education-landing-php #edu_mod_2 {
	width: 55%;
}

.page-template-template-education-landing-php figure {
	margin: 0;
}

.edu-section .image .image-extras {
	background: rgba(51,102,153,0.95) !important;
}

.edu-section #sidebar h2 {
	color: rgb(51,102,153) !important;
	margin: 0 0 -5px 0;
}

h1.edu-event-title {
	color: rgb(51,102,153);
	font-weight: 400;
	margin-top: 0;
} 

.single-mnzoo_programs .share-box h4 {
	width: 95px;
}

.share-box ul.social-networks li a {
	height: 20px;
	width: 20px;
}

section#edu-details {
	min-height: 150px;
}

.edu-section .plus-hover {
	position: absolute;
	width: 26px;
	height: 26px;
	background-color: rgb(51,102,153);
	color: #ffffff;
	top: 67px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 100;
	text-align: center;
}

.page-template-template-education-landing-php select[id*='edu-'] {
	content: "▼";
	max-width: 100%;
	width: 220px;
	display: inline-block;
	height: 28px;
	background: #369;
	color: #ffffff;
	padding-left: 0.5em;
	font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-image: url(images/arrow-bullet.png);
	background-repeat: no-repeat;
	background-position: 190px 12px;
	
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a.edu-button {
	padding: 5px;
	font-size: 17px;
	background: rgb(51,102,153);
	color: #fff;
}

#event-social {
	float: right;
}

#event-social ul {
	list-style-type: none;
	margin: 6px 0 0 0;
	padding: 0;
}

#event-social ul li {
	float: left;
	margin-left: 5px;
	width: 80px;
}

#program-details h3 {
	margin-top: 0;
}

#program-details .notices {
	margin-bottom: 40px;
}

#program-details ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2px;
}

#mnzoo-tl-times input[type=submit] {
	border: 1px solid;
	background-color: rgb(51, 102, 153);
	border-color: rgb(51, 102, 153);
	color: #ffffff;
	width: 100%;
	padding: 1px 0;
	font-family: inherit;
	text-transform: uppercase;
	font-size: 16px;
}

#mnzoo-tl-times input[type=submit]:hover {
	background-color: rgb(64,128,191);
}

#mnzoo-tl-times input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	
	border: 1px solid;
	border-color: rgb(51,102,153);
	padding: 3px 0;
	width: 100%;
}

#mnzoo-tl-times .form-label {
	font-size: 16px;
	line-height: 26px;
}

/***********************************************************************************************/
/*	FOOTER MOD(s)
/***********************************************************************************************/

#footer {
	padding: 0 0 4px 0;
	border-top: 0;
}

#footer .copyright {
	padding: 12px 0 0 0;
	color: #FFFFFF !important;
	font-weight: 400;
}

.footer-area {
	border: none;
	font-weight: 400 !important;
	padding-top: 27px;
}

.footer-area h3 {
	color: rgb(40,42,43) !important;
}

.footer-area a {
	color: #222;
}

.footer-area a:hover {
	color: #888;
}

#jtwt .jtwt_tweet {
	background: transparent !important;
	padding-left: 0 !important;
}

.footer-area ul li {
	background-size: 1px 1px;
}

#footer .social-networks {
	width: 220px;
}

#footer .header-social li {
	margin: 0 13px 0 0;
}

#footer .social-networks a {
	opacity:0.5;
	color: #ffffff;
}

#footer .social-networks a:hover {
	opacity:1;
}

.footer-area ul li a { 
	background-size: 1px 1px;
}



/***********************************************************************************************/
/*	CUSTOM SIDEBAR WIDGET(s) / MODS
/***********************************************************************************************/

.widget-header {
	height: 28px;
	line-height: 28px;
	color: #fff;
}

.animal-details-widget {
	margin-bottom: 10px;
}

.animal-details-widget a:hover {
	opacity: 0.8;
}
.animal-details-widget .widget-header {
	height: 28px;
	background-color: rgb(179,148,31);
	color: #FFFFFF;
	line-height: 28px;
}

#sidebar .social-networks li {
	font-size: 22px;
	width: 29px !important;
}

#sidebar .social-networks li a {
	color: #690 !important;
}

#sidebar .mnzoo_blog-widget .tab-holder {
	border-color: #669900;
}

#sidebar .mnzoo_blog-widget .tab-holder .tabs li {
	border-bottom: 1px solid #669900;
	border-right: 1px solid #669900;
}

#sidebar .mnzoo_blog-widget .tab-holder .tabs li.active {
	border-bottom: 0 !important;
}

#sidebar .mnzoo_blog-widget .tab-holder .news-list li {
	border-bottom: 0;
	padding: 10px 15px !important;
}

#sidebar .animal-details-widget-more p {
	margin-top: 0;
}

#sidebar .animal-details-widget-more .widget-header h3 {
	color: rgb(179,148,31) !important;
	font-weight: 400 !important;
	margin-bottom: 5px;
	margin-top: 20px;
}

#sidebar .ad-200-widget {
	margin-bottom: 10px;
}

#sidebar select#animal_details_dropdown {
	max-width: 100%;
	width: 220px;
	display: inline-block;
	height: 28px;
	background: #B3941F;
	color: #ffffff;
	padding-left: 0.5em;
	font-family: "Titillium Web", Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-image: url(images/arrow-bullet.png);
	background-repeat: no-repeat;
	background-position: 204px 12px;
	
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/***********************************************************************************************/
/*	RESPONSIVE MODS
/***********************************************************************************************/

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

	#main {
		padding-bottom: 0 !important;
	}

	.page-template-homepage-php img {
		width: 100%;
	}

	.avada_portfolio #carousel {
		max-width: 100%;
	}
	
	.header-v4 .header-social {
		display: none;
	}
	
	#zoo-logo {
		padding: 10px;
		width: 60%;
	}
	
	#hours-search {
		width: 35%;
		padding-top: 11px;
	}
	
	#header .columns .col {
		margin: 0;
	}
	
	#header #workinghourswidget-4 {
		float: none;
	}
	
	.col .heading {
		margin: 0;
	}
	
	#wrapper .page-title-container {padding-bottom: 0 !important;}
	
	.events {
		max-width: 100%;
	}
	
	#footer .alignleft {
		width: 100%;
	}
	
	#footer .alignright {
		display: none;
	}
	
	#member-logo {
		display: none;
	}
	
	#donate-logo {
		display: none;
	}
	
	#nav ul li {
		width: 100%;
	}
	
	.header-v4 #nav li:last-child {
		width: 100%;
	}
	
	.atab-fix {
		border-left: none !important;
		padding-left: 0 !important;
	}
	
	#header .icon-MNZOO_LOGO_GREEN {
		font-size: 52px;
	}
	
	#header .icon-MNZOO_LOGO_GOLD {
		font-size: 52px; 
	}
	
	.events-table td .event-excerpt {
		display: none;
	}
	
	ul.hp-cal {
		margin-left: 2px;
	}

}

@media screen and (max-width: 765px) {
		
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth{
		width:100% !important;
		margin-bottom:20px;
	}
	
	#highlights .columns .col {
		width: 100%;
	}
}

@media all and (max-width: 525px){

	.page-title {width: auto !important;}

	.breadcrumbs-container {display: none;}

	#header .ico-MNZOO_LOGO_GOLD {font-size: 54px !important;}
	#header .ico-MNZOO_LOGO_GREEN {font-size: 54px !important;}

	#em-wrapper input[type=text] {
		width: 20% !important;
	}
	
	.single-event #m-event-details {
		display: block;
	}
	
	.single-event #event-details {
		display: none;
	}
	
	.event-container .event-img {
		display: none;
	}
	
	.related-projects .es-carousel ul li {
		margin-left: 18px;
	}
	
	.related-projects .image {
		max-width: 210px;
	}

}

