.im-page-cat-blocks-container,
.im-page-cat-pages-container {
	width: 100%;
	max-width: 730px;
}

.im-page-cat-block,
.im-page-cat-page {
	display: inline-block;
	width: 50%;
	float: left;
	margin-bottom: 30px;
	text-decoration: none !important;
}

.im-page-cat-block:nth-child(odd),
.im-page-cat-page:nth-child(odd) {
	clear: both;
}

.im-page-cat-page h3 {
	color: white !important;
	font-weight: normal;
	font-size: 16px;
}
.im-page-cat-page p {
	color: white !important;
	font-weight: normal;
	font-size: 12px;
}

.im-page-cat-page > div {
	min-height: 120px;
}

.im-page-cat-block:nth-child(odd) > div {
	padding-right: 15px;
}

.im-page-cat-block:nth-child(even) > div {
	padding-left: 15px;
}

.im-page-cat-page:nth-child(odd) > div {
	margin-right: 15px;
	padding: 15px;
}

.im-page-cat-page:nth-child(even) > div {
	margin-left: 15px;
	padding: 15px;
}


.im-page-cat-block img,
.im-page-cat-page img {
	width: 100%;
	height: auto;
}

.im-page-cat-block-btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: -6px;
}


.im-page-cat-block-btn span {
	line-height: 48px;
}

#bisdom-cat-header {
	width: 100%;
	float: left;
	height: 600px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bisdom-cat-header-title-background {
	width: 100%;
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=60);
	position: relative;
}
.bisdom-cat-header-title-background {
	width: 100%;
	height: 100px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.bisdom-cat-header-title {
	width: 100%;
	color: #FFFFFF;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: -80px;
}

.site-inner {
	overflow: visible !important;
}

.site-header .search-form [type="submit"] {

	display: block !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: 32px !important;
	background: #e20000 !important;
	border: 0 !important;
	float: right;
	margin-left: -47px !important;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
	margin-top: 10px;
    padding: 8px 14px 10px 10px !important;
    background-image: url(/wp-content/uploads/2016/10/search.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

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

	.im-page-cat-block {
		width: 50%;
	}
	.bisdom-cat-header-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 400px) {

	.bisdom-cat-header-title {
		font-size: 20px;
	}
	.im-page-cat-block {
		width: 100%;
	}
	.im-page-cat-block > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}




