/*
Theme Name: Extractohol
Author: Bluesand Media
Theme URI: https://www.extractohol.com/
Author URI: https://www.extractohol.com/
Description: 
Version: 1.0.3
*/
.filtr-search {
    display: none;
}
span.item-desc.item_desc_442 {
    background: #d52228!important;
}

.menucontainer {
	position:relative;
	float:right;
}
ul.menutop {
    padding: 9px 0px;
}
.menutop li {
	float: left;
    position: relative;
}
.menutop li a {
    display: block;
    line-height: normal;
    padding: 9px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
}
.menutop li a:hover, .menutop li.current-menu-item a {
    color: #72ab4c;
}
.menutop .current-menu-parent a {
	color:#72ab4c;
}
.menutop .current-menu-parent:after {
	color: #72ab4c !important;
}
.menutop li.menu-item-has-children:after {
    font-family: 'FontAwesome';
    content: '\f107';
    color: #abaaaa;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 0px;
    top: 32px;
    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: 324px;
	padding: 0;
	height: auto !important;
	*zoom:1
	box-shadow: 0 0 5px #555;
	transition: .9s;
	border-radius: 0 10px;
}

.menutop .sub-menu .sub-menu {
	top:0;
	left:100%;
	background:none;
	width:424px;
	transition: .9s;
}
.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;
    font-size: 15px;
    color: #1f1f1f;
    background: rgb(249 247 247 / 100%);
    line-height: 37px;
    padding: 3px 10px !important;
    text-transform: none;
    font-weight: 600;
    border-bottom: solid 1px #e2e6ed!important;
}
.menutop .sub-menu li a:before {
	font-family:'FontAwesome';
	font-weight:bold;
	content:'\f105';
	font-size:12px;
	color:#72ab4c;
	margin-right:8px
}
.menutop .sub-menu li a:hover {
	color:#fff;
	background:#72ab4c;
}
.menutop .sub-menu li.current-menu-item a {
	color:#444;
	background:#fff;
}
.menutop .sub-menu li.current-menu-item .sub-menu a {
	background:#fff;
}
.menutop .sub-menu li.current-menu-item .sub-menu li a:hover {
	color:#72ab4c;
	background:#fff
}
.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
}
.blog .bread-title h1{visibility: hidden;position: relative;}
.blog .bread-title h1:after {visibility: visible;position: absolute;top: 0;left: 0;content: "Blog";
}
article.post {
    padding: 0 20px 20px;
    margin-bottom: 1px;
}
article .blogcontent {
    width: 90%;
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    transform: translateY(-56px);
    box-shadow: 0px 5px 40px rgb(0 0 0 / 10%);
    margin: auto;
}
span.categories a {
    color: #72ab4c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
article h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 4px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    transition: all ease .2s;
}
article h3 a{
    font-size: 20px;
    color: #1f1f1f;
}

article.post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
article.post h2 {
    font-size: 18px;
    margin: 0 0 12px;
}

article.post h2 a:hover {
	color:#daa449
}
article.post p {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}
article.singlepost ul {
    margin: 0 0 0 20px;
}
article.singlepost ul li {
    padding: 5px 0 5px 30px;
    position: relative;
}
article.singlepost ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #72ab4c;
    font-size: 17px;
    top: 5px;
}

.metabars span {
	display:block;
	font-size:14px;
	padding:6px 0
}
.metabars .fa {
    color: #a5a5a5;
    font-size: 17px;
    margin-right: 3px;
    width: 30px;
    text-align: right;
}
.metabars .commentcount {
	padding-top:10px
}
.singlepost h2, .singlepost h3 {
	margin-top:15px
}
.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 #eee;
    padding: 15px 25px 0;
    margin-top: 20px;
}
.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: 15px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 18%);
}
.sidebar .widget h3 {
    padding: 10px;
    font-size: 22px;
    text-align: center;
}
.sidebar .widget ul li {
    position: relative;
    background: #f9f7f7;
    border-left: 3px solid #f9f7f7;
    border-bottom: none;
    padding: 15px !important;
    margin-bottom: 5px;
    transition: 0.3s;
}
.sidebar .widget ul li:hover{
	border-left: 3px solid #72ab4c;
	transition: 0.3s;
}
/*
.sidebar .widget ul li:before {
    content: '\f07d';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #72ab4c;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}
*/
.sidebar .widget ul li a{
	color: #1f1f1f;
	font-weight: 500;
}
.sidebar .widget ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 14px;
    color: #72ab4c;
    font-size: 19px;
    font-weight: 500;
}
.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){
.menucontainer .menutop {
	display:none
}	
.menutop li a {
    padding: 20px 7px;
    font-size: 14px;
    margin: 0 8px;
}
.menutop li.menu-item-has-children:after {
    font-size: 12px;
    right: 2px;
    top: 22px;
}
}
