.menucontainer {
    position: relative;
}
/*
ul.menutop ul.sub-menu {
    height: 425px !important;
    overflow-y: scroll;
    box-shadow: 3px 3px 13px #ddd;
}
ul.menutop ul.sub-menu::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 border-radius: 10px;
 background-color: var(--white);
}
ul.menutop ul.sub-menu::-webkit-scrollbar {
 width: 7px;
 background-color: #F5F5F5;
}
ul.menutop ul.sub-menu::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
 background: var(--primary);
}
*/
.menutop li {
    display: inline-block;
    position: relative;
}
.menutop li:first-child a {
    border-radius: 8px 0 0;
}
.menutop li a {
    display: block;
    font-size: 14px;
    color: var(--white);
    padding: 10px 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: .5px;
    font-family: "Bai Jamjuree", sans-serif;
    border-right: solid 1px #ffffff30;
}
.menutop li:last-child:after{
display:none;
}
.menutop li a:hover, .menutop li.current-menu-item a {
    color: var(--white);
    background: var(--black);
}
.menutop .current-menu-parent a {
    color: var(--white);
    background: var(--black);
}
.menutop .current-menu-parent:after {
    color: var(--black);
}
.menutop li.menu-item-has-children:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f107';
    color: var(--black);
    font-size: 14px;
    position: absolute;
    right: 22px;
    top: 11px;
    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: 360px;
    padding: 0;
background: #fff;
*zoom:1
}

.menutop .sub-menu .sub-menu {
	top:0;
	left:100%;
}
.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: #333;
    padding: 6px 18px;
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 13px;
    padding-left: 12px;
    border-bottom: solid 1px #e8e7e7;
    background: none;
}
.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;
	margin-right:8px
}
.menutop .sub-menu li:hover a:before {
    color: #333;
}
.menutop .sub-menu li a:hover {
    color: var(--white);
    background: var(--secondary);
}
.menutop .sub-menu li.current-menu-item a {
 color: var(--white);
    background: var(--secondary);
}
.menutop .sub-menu li.current-menu-item .sub-menu a {
	background:none;
	color: var(--black);
}
.menutop .sub-menu li.current-menu-item .sub-menu li a:hover {
	color:#fff;
	background:var(--primary)
}
.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 {
	background:#f2f2f2;
	border:1px solid #eee;
	padding:20px;
	margin-bottom:30px
}
article.singlepost img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
article.post img {
	height:auto;
	width:100%;
	margin-bottom:15px
}

article.post h2 {
	padding:0 0 15px
}
article.post h2 a {
	color:#000
}
article.post h2 a:hover {
	color:#00f
}
article.singlepost p {
    text-align: justify;
}

.metabars span {
	display:block;
	font-size:14px;
	padding:6px 0
}
.metabars i {
	color:#00f;
	font-size:14px;
	margin-right:5px;
	width:20px;
	text-align:center
}
.metabars .commentcount {
	padding-top:10px
}
.singlepost h3 {
	margin-top:15px
}
.singlepost h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0 10px;
    text-transform: capitalize;
}
.singlepost .postthumb img {
	height:auto;
	width:100%;
	margin:5px 0 15px
}
.singlepost .metabars {
	padding-top:15px;
	margin-top:10px;
	border-top:1px solid #e5e5e5
}
.comments {
	background: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 10px 25px 25px;
    margin-top: 40px;
}
.comments h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
}
.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
}
form#commentform label {
    font-weight: 500;
}
form#commentform textarea, 
form#commentform input[type="text"] {
    background: #fff;
}
.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 {
    padding: 26px 24px;
    background: none;
    box-shadow: 0 0 14px #dddddd6b;
    border: 2px solid var(--primary);
    border-radius: 20px;
}
.sidebar .widget {
	border-bottom:1px solid #e5e5e5;
	margin-bottom:25px
}
.sidebar .widget:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.sidebar .screen-reader-text {
	display:none
}
.sidebar .searchform {
	padding-bottom:5px
}
.sidebar .searchform div {
    display: flex;
}
.sidebar form#searchform div input[type="submit"] {
    border-radius: 0 4px 4px 0;
    border: 1px solid #cd9e74;
}
.sidebar form#searchform div input[type="text"] {
    border-radius: 4px 0 0 4px;
}
.sidebar form#searchform div input {
    margin: 0 !important;
    padding: 12px 20px;
    border: 1px solid #e1e1e1;
}
.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
}


.envira-gallery-wrap, .envira-gallery-wrap .envira-gallery-public {
    width: 100%;
    margin: 0 !important;
}


@media only screen and (max-width:1200px){
	.menutop li a {
    padding: 14px 12px;
}
.menutop li.menu-item-has-children:after {
    color: #fff;
    font-size: 11px;
    right: -3px;
    top: 11px;
}
}


@media only screen and (max-width:1000px){
ul.menutop.clearfix {
    display: none;
}
.menutop li a {
    padding: 14px 12px;
}	
}

@media only screen and (max-width:768px){
	#rmp_menu_trigger-573 {
    position: absolute;
    top: -67px;
}
	.menubar {
    border-radius: 3px;
    padding: 5px;
}
	.menubar .btn-primary {
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 4px;
}
	
}