/*
Theme Name: Wildlife Lite Child
Version: 116.1.0
Description: A child theme of Wildlife Lite
Author: admin
Template: wildlife-lite
*/

@import url("../wildlife-lite/style.css");
body {
    font: 18px/25px 'Open Sans';
}
.header .header-inner .logo .site-title {
	display: block;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 35px;
	font-family: 'Raleway';
	line-height: normal;
	color:#2e2e2e;
}
.logo .site-title a {
	color: #000000;
}
.main-container {
	margin: 25px 0;
}
.breadcrumbs-wrapper {
	margin: 25px auto;
	background: #fff;
	padding: 10px;
	font-size: 16px;
}
.content-area {
	padding: 10px;
	background:#fff;
}
#sitemain .wp-block-embed__wrapper,
.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#sitemain .wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer Menu */
.footer-menu {
  margin: 15px auto;
  padding: 0;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.footer-menu ul li a {
  color: #ааа;
  text-decoration: none;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
  border-bottom: 1px #000 dotted;
}

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

}
@media screen and (max-width: 479px) {
	.main-container {
		margin-top: 15px !important;
	}
	.main-container .content-area {
		padding: 20px 10px;
	}
	.alignright, img.alignright,
	.alignleft, img.alignleft {
		display: block;
		float:none;
		width: 100%;
	}
	
}

#logos {
	text-align: center;
}

#logos img {
	border: 1px solid #ccc;
	padding: 5px;
	width: 133px;
	border-radius: 4px;
	padding: 0;
	margin: 0;
}

#logos img:hover {
	border: 1px solid #6fba00;
	background: #93ee0d;
}

#logos a {
	text-decoration: none;
}

@media(min-width:480px) {
	#logos img {	
		width: 192px;		
	}
}

.theme-ul {
  margin: 18px auto;
  padding-left: 25px;
}
.theme-ul li {
  list-style: disc;
  position: relative;
  margin: 5px 0;
}
.theme-ul li::marker {
  color: #6fba00;
  font-size: larger;
  list-style: square;
}