/* 
Theme Name: WFG Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#imageContainer {
	
	text-align: center;
	
}

#imageContainer img{
	max-height: 300px;
}

.imageThumbClick {

	height:100px !important;
	margin:0 2px 0 2px;
	padding:5px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background-color:#fff;
}

.imageThumbClick:hover{
	
	background-color:#164a81 !important;
	cursor:pointer;

}

#imageThumbs {
	
	margin:10px auto 10px auto;
	text-align:center;

}

#imageThumbs div {
	
	display: inline-block;
	line-height:8px;
	
}

.defaultTable {

max-width: 1140px;
margin:0 auto;

}

.defaultTable td {

padding: 5px 5px 0 5px;	
border: 3px solid #ddd;
line-height: 1.4;
vertical-align: middle;

}
	
.defaultTable .smallDesc {
	
font-size:14px;
color: #888;
margin-left:10px; 

}

.defaultTable a {

font-size:18px;
display:block;
position:relative;

}

.defaultTable a:hover {

text-decoration: none;
color: #336699;

}

.defaultTable img {
	
border:1px solid #ccc;
max-height:40px;

}

.defaultTable th {
	
background-color: #134171 !important;
color: #fff;
font-size: 20px;
font-weight: 400;
border:3px solid #134171;
padding: 8px 0 10px 0;

}

.noHover {
pointer-events: none;
}

.noHover td {

padding: 2px 30px 0 5px;	
border: 3px solid #ddd;
line-height: 1.8;

}

.QJGrid {

	display: flex;
	gap: 12px;
	
}

.quickJump {
	
background: #18518c;
text-align: center;
padding:20px 0;
width:220px;
margin-bottom: 15px;

}


.quickJump h4 {

	margin-top:0px;
	color: #fff;
	font-size:18px;
	
}

.quickJump div {

	text-align: center;
	padding: 0;	
	border: none;

}

.quickJump a {
	
	padding: 15px 5px 10px 5px;
	display:block;
	color: #fff;
	
}

.quickJump a:hover {
	
	background: #134171;
	color: #fff;
	
}

.quickJump span {

	font-size: 17px;
	
}

.quickJump img {

	max-width: 75%;
	max-height: 70px;
	
}

.selectionHeading {

margin-bottom:10px;
font-size:17px;

}

.selectionHeading b {
	
font-size:20px;
color:#134171;

}

.selectionHeading a {
	
font-size:14px;

}

#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
	filter: alpha(opacity=80);
	opacity: 0.8;
    z-index: 998;
    top: 0;
    left: 0;
}

.page-popup
{
	display:none;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: #fff;
	font-family: Roboto;
	font-size:18px;
	padding:0px;
	color:#333;
    z-index: 999;
    height: 450px;
    margin-top: -100px;
    width: 650px;
    margin-left: -325px;
	border:10px solid #134171;
	text-align:center
}

.versionButton {

	cursor: pointer;
	border: 4px solid #ccc !important;
	margin:0 10px;
	
}

.versionButton:hover {
	
	border: 4px solid #a8b68e !important;
	
}

.btn {
  color: #fff !important;
  font-size: 17px;
  background: #133e6c;
  padding: 6px 20px 7px 20px;
  text-decoration: none;
  border-radius:10px;
}

.btn:hover {
  background: #18518d;
  text-decoration: none;
}

.textHeading {
	
	margin:60px 10px 75px 10px;
	font-size:21px;
	font-weight:400;
	color:#134171;
	font-family:Roboto;

}

.textHeading2 {

	background: #a8b68e;
	padding:5px 15px;
	width:100%;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin: 0 0 25px 0;

}

.categoryContainer {

box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); 
padding: 20px 30px 1px 30px;
margin-bottom:50px;
	
}

.categoryContainerMobile {

display:none;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); 
padding: 20px 30px 1px 30px;
margin:0 20px 50px 20px;

}

.categoryCol {

position:relative;
float:left;
width:14%	
	
}

.categoryColMobile {

position:relative;
float:left;
width:50%	
	
}

.elementor-menu-toggle:after {
content:'Menu'; 
position: relative;
margin-left: 10px; 
}

.resultsContainer {

display:inline-block;
text-align:left;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); 
padding: 1px 150px 30px 150px;
		
}

.searchBox {

box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
padding: 30px 0;
margin:50px auto 0 auto;
text-align:center;
width:650px	
	
}

#back-button, #forward-button {
	
	cursor: pointer;
	
}

#tourHeader {
	
	width: 280px;
	background: #18518c;
	text-align: center;
	padding:20px;
	margin-bottom: 15px;
	font-size:24px;
	font-weight:400;
	color:#fff;
	font-family:Roboto;
	position: relative;

}

#tourHeader i {
	
	color:#ccc;
	
}

.speciesNameHeading {

	margin:0 0 20px 0;
	padding:10px 0;
	line-height:40px;
	color:#fff;
	font-size:42px;
    background-image: url(https://www.worldfieldguide.com/wp-content/uploads/Banner-2.jpg);
    background-position: center;
    background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
	
}

table td, table th {
	
	padding: 0;
	
}

.experienceHeader {
	
	color:#fff;
	font-weight:300;
	text-align:center;
	font-size:15px
	
}

.experienceHeader span {

	text-transform:capitalize;
	font-weight:600;
	font-size:17px;
}

.experienceHeader a {

	color:#ccc;
	font-size:13px;
	text-decoration:underline !important;
	cursor:pointer
	
}

.searchButton {
	
	display: block;
	text-align:center;
	padding:5px;
	background: #a8b68e;
	color: #fff !important;
	font-size: 19px;
	font-weight: 600;
	margin-bottom:15px;
}

.searchButton:hover {
	
	background: #8b9577;
	
}

.tinySpacing td {
	
	line-height:1.3em;
	
}


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

#mobileSideBar {
	
display: none;

}

}

@media only screen and (max-width: 767px) {
	
.page-popup
{
    left: 50%;
    top: 20%;
	padding:0 10px;
    height: 680px;
    margin-top: -100px;
    width: 370px;
    margin-left: -175px;
}	

.textHeading span {
	display: none !important;
}

.categoryContainer {
	
	display:none;
	
}

.categoryContainerMobile {
	
	display:block;
	
}

.resultsContainer {

margin: 0 10px 0;
padding: 1px 10px 30px 10px;
		
}

.searchBox {

margin:50px auto 0 auto;
width:350px	;

	
}

#deskSideBar {

display: none;

}

#sdContainer {
	
	padding:0 10px;

}

}