.archive .overlay {
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}
.vendor-p .custom-bottom-butt, .vendor-p .custom-tit, .vendor-p .cat-grid-images {
    display: none !important;
}

.archive .overlay:hover {
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.archive .cat-grid-images #woocommerce_category-4 .one-fourth {
 width: 8.5%;
    margin: -13px !important;
}
.archive .cat-grid-images #woocommerce_category-4 .one-fourth:hover {
    z-index: 10;
}
.archive .cat-grid-images .woocommerce_category_listings_box img {
    height: 60px !important;
    width: 60px !important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}


.archive .cat-grid-images .woocommerce_category_listings_box img:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000 !important;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(2);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(2);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(2);
    transition: all 300ms ease-in;
    transform: scale(2);
}
.archive .category-name .overlay, .archive a.category-name {
    display:none !important;
}
.archive .team-grid .entry:hover {
    overflow: visible;
}
.archive .cat-grid-images {
 padding-bottom: 50px;   
}
@media only screen and (max-width: 1150px) {
    
    .archive .cat-grid-images #woocommerce_category-4 .one-fourth {
    width: 22%;
    margin: 10px auto !important;
}
.archive .cat-grid-images .woocommerce_category_listings_box img {
    height: 150px !important;
    width: 150px !important;
    
}
}
@media only screen and (max-width: 650px) {
        .archive .cat-grid-images #woocommerce_category-4 .one-fourth {
    width: 46%;
    margin: 10px auto !important;
}
.archive .cat-grid-images .woocommerce_category_listings_box img {
    height: 150px !important;
    width: 150px !important;
    
}
}

.content_blog_wrapper {
	width: 100%;
	clear: both;
	float: left;
	background: #ecf0f5;
	box-shadow:0 1px 3px rgba(0,0,0,.1);
	border-radius: 3px;
	border-top: 6px solid #672c8e;
}
.content_blog {
	padding: 20px;
	width: 100%;
	float: left;
	clear: both;
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
}
.con_image {
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.con_text {
	width: 50%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}
.content_blog_wrapper .pagination {
	margin-top: 0px;
	width: 100%;
	float: left;
	text-align: right;
	background: #f9f9f9;
	padding: 10px 10px 0px;
}
.content_blog_wrapper .pagination li a {
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	font-size: 16px;
}
.page-template-custom_blog .content-sidebar-wrap {
	margin: 0px;
}