/*

Theme Name: Snow Peak Adventure and Safari

Author: Snow Peak Adventure and Safari

Description: 

Version: 1.0.3

*/

.menucontainer {
	position: relative;
}
.menutop li {
	float:left;
	position: relative;
}
.menutop li a {
    display: block;
    font-size: 16.5px;
    color: #000;
    font-weight: 600;
    padding: 13px 20px;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-decoration: none;
   font-family: 'Quicksand', sans-serif;
    cursor: pointer;
}
.menutop li a:hover, .menutop li.current-menu-item a {
	color:#f59326;
}
.menutop .current-menu-parent a {
	color: #f59326;
}
.menutop .current-menu-parent:after {
	color: #f59326;
}
.menutop li.menu-item-has-children:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f107';
    color: #180000;
    font-size: 11px;
    position: absolute;
    right: 6px;
    top: 13px;
    cursor: pointer;
}
.menutop .sub-menu li.menu-item-has-children:after {
	content:'\f0da';
	color:#ddd;
	font-size:14px;
	right:10px;
	top:10px
}
.menutop .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	width:330px !important;
	padding: 0;
	background: #fff;
 *zoom:1
}
.menutop li:hover .sub-menu {
    display: block;
}
.menutop .sub-menu .sub-menu {
	top:0;
	left:100%;
	background:#00a
.menutop
}
.menutop .sub-menu li {
	width: 100%;
	text-align: left;
}
.menutop .sub-menu li, .menutop .sub-menu li a {
	float:none;
	margin:0;
	padding:0;
	border:0;
	white-space:normal
}
.menutop .sub-menu li a {
    position: relative;
    display: block;
    color: #454545;
    padding: 8px 22px !important;
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 17px;
    border-bottom: solid 1px #e8e7e7;
    text-transform: capitalize;
}
.menutop .sub-menu li:last-child a {
	border-bottom:none;
}
.menutop .sub-menu li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight:bold;
	content:'\f105';
	font-size:12px;
	color:#454545;
	position: absolute;
    left: 8px;	
}
.menutop .sub-menu li:hover a:before {
	color: #fff;
}
.menutop .sub-menu li a:hover {
    color: #111;
    background: #f9d036;
}
.menutop .sub-menu li.current-menu-item a {
	color: #fff;
	background: #452400;
}
.menutop .sub-menu li.current-menu-item .sub-menu a {
	background:none;
}
.menutop .sub-menu li.current-menu-item .sub-menu li a:hover {
	color:#fff;
	background:#452400
}
.menucontainer .menuicon, .menucontainer .menutopmob {
	display:none
}
.menuicon {
	display:block;
	padding:10px;
	margin-top:25px;
	border:1px solid #ddd
}
.menuicon i {
	float:right;
	font-size:18px
}
.menucontainer .menutopmob {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	width:100%;
	z-index:99999;
	margin-top:2px;
	background:#00f
}
.menucontainer .menutopmob li a {
	display:block;
	font-size:12px;
	color:#eee;
	text-transform:none;
	font-weight:400;
	line-height:19px;
	padding:4px 10px;
	margin:0;
	border-bottom:1px solid #ccc
}
.menutopmob .sub-menu li a {
	padding-left:20px;
	font-size:11px
}
.menutopmob .sub-menu li .sub-menu a {
	padding-left:30px
}
article.post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #ddd;
}
article#post-92 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
article.post:last-child {
	border-bottom: none;
}
article.post img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}
article.post h2 {
	padding:0 0 15px
}
article.post h2 a {
	color: #000;
	font-size: 28px;
	font-weight: 700;
}
article.post ul {
	display: flex;
	justify-content: space-between;
}
article.post ul li:last-child {
	color: #ffaa17;
	font-weight: 600;
}
.articlebox {
	margin-top: 30px;
	text-align: center;
}
.articlebox p {
	margin-bottom: 25px;
}
.metabars .commentcount {
	padding-top:10px
}
.singlepost .postthumb img {
	height:auto;
	width:100%;
	margin:5px 0 15px
}
article.singlepost img {
    width: 100%;
    height: auto;
}
article.singlepost h2 {
    font-weight: 700;
    font-size: 28px;
	margin:25px 0 0;
}
article.singlepost .posted {
    color: #ffaa17;
    font-weight: 600;
    margin-bottom: 20px;
}
article.singlepost h3 {
    margin: 20px 0 8px;
    font-weight: 700;
}
article.singlepost ul {
    margin-bottom: 15px;
}
article.singlepost ul li{
position: relative;
    line-height: 28px;
    padding-left: 22px;
    margin: 5px 0;
}
article.singlepost ul li:before {
    content: '\f101';
    font-family:'Quicksand';
    color: #ffaa17;
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 14px;
}
.singlepost .metabars {
	padding-top:15px;
	margin-top:10px;
	border-top:1px solid #e5e5e5
}
.comments {
	background:#f5f5f5;
	border:1px solid #e5e5e5;
	padding:25px;
	margin-top:40px
}
.comments h3 {
	margin-top:0
}
.commentlist {
	border-bottom:1px solid #ddd;
	padding-bottom:40px;
	margin-bottom:25px
}
.comments .comment, .comments .pingback {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	list-style:none outside none
}
.secondarypage .comments ul li:before {
	display:none
}
.comments .children {
	margin-left:40px
}
.comment-author {
	font-size:13px;
	font-weight:700;
	text-transform:capitalize
}
.comment-author .avatar {
	display:none
}
.comment-meta {
	font-size:12px;
	font-style:italic;
	padding:0 0 10px
}
.comment-body .reply a {
	float:right;
	border:1px solid #ccc;
	padding:5px 14px;
	font-size:14px;
	color:#00f
}
.comment-body .reply a:hover {
	background:#00f;
	color:#fff;
	border-color:#00f
}
.comment-respond {
	clear:both
}
.comment-form-cookies-consent label {
	margin:0 0 0 6px;
	padding:0;
	font-size:12px;
	font-style:italic
}
.comments_count a {
	font-size:14px;
	line-height:22px;
	padding:4px 10px;
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-icab-border-radius:3px;
	border-radius:3px;
	-opera-border-radius:3px;
	-o-border-radius:3px;
	-border-radius:3px;
 *zoom:1
}
.comments_count a:before {
	content:'';
	display:block;
	width:0;
	height:0;
	border-width:5px;
	border-style:solid;
	border-bottom:0 none;
	border-left:0 none;
	border-right-color:transparent;
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px
}
.sidebar .widget {
    margin-bottom: 25px;
	padding: 25px 30px;
    border: 2px solid #ededed;
}
.sidebar .widget img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.srpw-time {
    color: #ffaa17;
}
.sidebar hr {
    display: none;
}
.sidebar h3 {
    font-weight: 700;
    font-size: 25px;
}
.sidebar .screen-reader-text {
	display:none
}
.sidebar .searchform {
	padding-bottom:5px
}
.sidebar .comment-author-link {
	color:#00f;
	text-transform:capitalize
}
.postpagination {
	padding-top:10px
}
.postpagination a {
	display:inline-block;
	color:#00f;
	font-size:14px;
	border:1px solid #ccc;
	padding:9px 15px
}
.postpagination a:hover {
	background:#00f;
	color:#fff;
	border-color:#00f
}
.postpagination a i {
	font-size:15px;
	padding-right:5px
}
.alignleft {
	float:left
}
.alignright {
	float:right
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}
img.alignleft {
	margin:5px 20px 5px 0
}
img.alignright {
	margin:5px 0 5px 20px
}
img.aligncenter {
	margin:5px auto
}
img.alignnone {
	margin:5px 0
}
 @media only screen and (max-width: 991px) {
 .menutop {
 float: none;
}
 .menutop li {
 float: none;
 display: inline-block;
}
 .menutop li a {
 font-size: 18px;
 padding: 0 20px;
}
}
 @media only screen and (max-width: 767px) {
 .menutop li a {
 font-size: 17px;
 padding: 0 18px;
}
}
 @media only screen and (max-width: 667px) {
 .menutop li a {
 font-size: 15px;
 padding: 0 12px;
}
}
 @media only screen and (max-width: 414px) {
 .menucontainer {
 margin-top: 10px;
}
 .menutop li a {
 font-size: 14px;
 padding: 0 9px;
}
}
 @media only screen and (max-width: 375px) {
 .menucontainer {
 margin-top: 5px;
}
 .menutop li a {
 font-size: 13px;
 padding: 0 8px;
}
}
 @media only screen and (max-width: 360px) {
 .menutop li a {
 font-size: 12px;
 padding: 0 8px;
}
}
 @media only screen and (max-width: 320px) {
 .menutop li a {
 font-size: 11px;
 padding: 0 6px;
}
}
