.classified-list {
	/*max-width: 860px;*/
	width: 90%;
	margin: 0px auto;
	margin-bottom: 50px;
}

.classified-list .classified-browse-header {
	margin-top: 40px;
	font-size: 36px;
	color: #000;
    font-family: industry-inc-base;
}

.classified-list .classified-browse-header a {
	float: right;
	display: inline-block;
	padding: 10px 12px;
	background-color: #21722a;
	color: #fff;
	text-align: center;
    font-family: industry-inc-base;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
    margin-right: 5px;
    text-decoration: none;
}

#classifieds-nav-bar {
	width: 100%;
	margin: 0px auto;
    background-color: #424242;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    font-family: abolition;
    font-size: 24px;
}

#classifieds-nav-bar .classified-types {
	background-color: #646464;
	padding: 10px;
	display: inline-block;
	float: left;
}

#classifieds-nav-bar .classified-types span {
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	margin-right: 10px;
}

#classifieds-nav-bar .classified-types a {
	display: inline-block;
	float: left;
	padding: 10px 12px;
	background-color: #808080;
	color: #fff;
	text-align: center;
    font-family: industry-inc-base;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
    margin-right: 5px;
    text-decoration: none;
}

#classifieds-nav-bar .classified-types a:hover {
	background-color: #21722a;
}

#classifieds-nav-bar .classified-types a.active {
	background-color: #21722a;
}

#classifieds-nav-bar .classified-categories {
	background-color: #646464;
	padding: 10px;
	display: inline-block;
	float: right;
}

#classifieds-nav-bar .classified-categories span {
	float: left;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	margin-right: 10px;
}

#classifieds-nav-bar .classified-categories a {
	display: inline-block;
	float: left;
	padding: 10px 12px;
	background-color: #808080;
	color: #fff;
	text-align: center;
    font-family: industry-inc-base;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
    margin-right: 5px;
    text-decoration: none;
}

#classifieds-nav-bar .classified-categories a:hover {
	background-color: #21722a;
}

#classifieds-nav-bar .classified-categories a.active {
	background-color: #21722a;
}

/*#classified-nav-bar .market-report-types {
	width: 100%;
}

#market-report-select-form .market-report-types .market-report-type {
	display: inline-block;
	float: left;
	padding: 12px 15px;
	background-color: #808080;
	color: #fff;
	text-align: center;
    font-family: industry-inc-base;
    font-size: 18px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
    margin-right: 5px;
    margin-bottom: 5px;
}

#market-report-select-form .market-report-types .market-report-type:hover {
	background-color: #21722a;
}

#market-report-select-form .market-report-types .market-report-type.active {
	background-color: #21722a;
}

#market-report-select-form select {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 220px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
}*/





.classified-list .classified-list-item {
	width: 100%;
	box-sizing:border-box;
	padding-left: 160px;
	position: relative;
	min-height: 140px;
	margin-bottom: 15px;
}

.classified-list .classified-list-item .classified-list-item-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	background-color: #21722a;
	color: #fff;
	font-family: abolition;
}

.classified-list .classified-list-item .classified-list-item-left .classified-image {
	width: 100%;
	height: 100px;
	border-bottom: 5px solid #fff;
	background-size: cover;
	background-position: center;
}

.classified-list .classified-list-item .classified-list-item-left {
	text-align: center;
	font-size: 24px;
}

.classified-list .classified-list-item .classified-list-item-left .classified-icon {
	display: inline-block;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	background-size: 100%;
}

.classified-list .classified-list-item .classified-list-item-left i,
.classified-list .classified-list-item .classified-list-item-left span {
	margin-top: 3px;
	display: inline-block;
}

.classified-list .classified-list-item .classified-list-item-left.no-image .classified-icon {
	margin: 0px auto;
	width: 46px;
	height: 46px;
	background-size: 100%;
	margin-top: 24px;
}

.classified-list .classified-list-item .classified-list-item-left.no-image span {
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	margin-top: 0px;
}

.classified-list .classified-list-item .classified-list-item-right {
	width: 100%;
}

.classified-list .classified-list-item .classified-list-item-right .classified-type {
	font-family: abolition;
	font-size: 28px;
}

.classified-list .classified-list-item .classified-list-item-right .classified-poster {
	font-family: arial;
	font-weight: 500;
	font-size: 12px;
}





form.post-classified-form {
	max-width: 860px;
	width: 90%;
    margin: 50px auto;
    border: 2px solid rgba(222, 223, 216, 0.75);
    font-family: Georgia;
}

form.post-classified-form .post-classified-form-inner {
    background-color: rgba(222, 223, 216, 0.75);
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    border: 5px solid #FFF;
    font-size: 18px;
}

form.post-classified-form .post-classified-form-inner h2 {
    font-family: industry-inc-base;
    color: #000;
    font-size: 28px;
    margin: 0px;
    margin-bottom: 15px;
}

form.post-classified-form .post-classified-form-inner p {
    margin-bottom: 25px;
}



form.post-classified-form .post-classified-form-inner .classified-form-group {
	position: relative;
	box-sizing: border-box;
	padding-left: 100px;
	width: 100%;
	margin-bottom: 40px;
}
form.post-classified-form .post-classified-form-inner .classified-form-group.cls-info {
	margin-bottom: 10px;
}
form.post-classified-form .post-classified-form-inner .classified-form-group .classified-form-group-marker {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-color: #21722a;
}
form.post-classified-form .post-classified-form-inner .classified-form-group .classified-form-group-marker span {
	font-family: industry-inc-base;
	color: #FFF;
	position: relative;
	top: 50%;
	left: 50%;
	display: inline-block;
	transform: translate(-50%,-50%);
	font-size: 30px;
}
form.post-classified-form .post-classified-form-inner .classified-form-group .classified-form-group-content {
	width: 100%;
}


form.post-classified-form .post-classified-form-inner .classified-type,
form.post-classified-form .post-classified-form-inner .classified-category {
    width: 100%;
    box-sizing: border-box;
    padding-left: 170px;
    position: relative;
    margin-bottom: 10px;
}

form.post-classified-form .post-classified-form-inner .classified-type span,
form.post-classified-form .post-classified-form-inner .classified-category span {
    width: 160px; 
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5px 0;
}

form.post-classified-form .post-classified-form-inner .classified-type select,
form.post-classified-form .post-classified-form-inner .classified-category select {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

form.post-classified-form .post-classified-form-inner .contact-info {
	width: 100%;
}

form.post-classified-form .post-classified-form-inner .contact-info input,
form.post-classified-form .post-classified-form-inner .contact-info select {
	width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 10px;
}

form.post-classified-form .post-classified-form-inner .classified-info {
	width: 100%;
}

form.post-classified-form .post-classified-form-inner .classified-info input,
form.post-classified-form .post-classified-form-inner .classified-info textarea {
	width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 10px;
}

form.post-classified-form .post-classified-form-inner .classified-info textarea {
	min-height: 200px;
}

form.post-classified-form .post-classified-form-inner .classified-submit {
    width: 100%;
    box-sizing: border-box;
    padding-left: 314px;
    position: relative;
}

form.post-classified-form .post-classified-form-inner .classified-submit .g-recaptcha {
	position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

form.post-classified-form .post-classified-form-inner .classified-submit input {
	width: 100%;
    box-sizing: border-box;
    padding: 26px 5px;
}

.post-classified-success {
	max-width: 860px;
	width: 90%;
    margin: 50px auto;
    font-family: Georgia;
}

.post-classified-success-wrapper {
	max-width: 860px;
	width: 90%;
    margin: 50px auto;
    font-family: Georgia;
}


.post-classified-success-wrapper h1.post_classified_title {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: industry-inc-base !important;
    font-size: 36px;
    padding-bottom: 5px;
    border-bottom-style: double;
}

.post-classified-success-wrapper a {
	margin-right: 40px;
	float: right;
    width: 200px;
    background-color: #21722a;
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border: none;
    cursor: pointer;
    cursor: hand;
    font-family: industry-inc-base;
    text-decoration: none;
    display: inline-block;
}

.post-classified-success-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}



.full-classified { 
	width: 90%;
	margin: 50px auto;
}

.full-classified .classified-title { 
	margin: 0;
	font-family: industry-inc-base;
}

.full-classified .classified-postedinfo { 
	font-family: industry-inc-base;
	margin-bottom: 15px;
	color: #21722a;
}

.full-classified .classified-content { 
	width: 100%;
	box-sizing: border-box;
	position: relative; 
}

.full-classified .classified-content .classified-description { 
	margin-bottom: 15px;
}

.full-classified .classified-content .classified-email { 
    display: inline-block;
    width: 140px;
    padding: 5px 8px;
    background-color: #1b7a25;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-family: Abolition;
}

.full-classified .classified-content .classified-email:hover { 
    text-decoration: none;
    
}




form.email-classified-form {
	max-width: 860px;
	width: 90%;
    margin: 50px auto;
    border: 2px solid rgba(222, 223, 216, 0.75);
    font-family: Georgia;
}

form.email-classified-form .email-classified-form-inner {
    background-color: rgba(222, 223, 216, 0.75);
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    border: 5px solid #FFF;
    font-size: 18px;
}

form.email-classified-form .email-classified-form-inner h2 {
    font-family: industry-inc-base;
    color: #000;
    font-size: 28px;
    margin: 0px;
    margin-bottom: 15px;
}

form.email-classified-form .email-classified-form-inner .classified-info {
	width: 100%;
}

form.email-classified-form .email-classified-form-inner .classified-info input,
form.email-classified-form .email-classified-form-inner .classified-info textarea {
	width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 10px;
}

form.email-classified-form .email-classified-form-inner .classified-info textarea {
	min-height: 200px;
}

form.email-classified-form .email-classified-form-inner .classified-submit {
    width: 100%;
    box-sizing: border-box;
    padding-left: 314px;
    position: relative;
}

form.email-classified-form .email-classified-form-inner .classified-submit .g-recaptcha {
	position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

form.email-classified-form .email-classified-form-inner .classified-submit input {
	width: 100%;
    box-sizing: border-box;
    padding: 26px 5px;
}

.email-classified-success {
	max-width: 860px;
	width: 90%;
    margin: 50px auto;
    font-family: Georgia;
}

.email-classified-success-wrapper {
	max-width: 860px;
	width: 90%;
    margin: 50px auto;
    font-family: Georgia;
}


.email-classified-success-wrapper h1.email_classified_title {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: industry-inc-base !important;
    font-size: 36px;
    padding-bottom: 5px;
    border-bottom-style: double;
}

.email-classified-success-wrapper a {
	margin-right: 40px;
	float: right;
    width: 200px;
    background-color: #21722a;
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border: none;
    cursor: pointer;
    cursor: hand;
    font-family: industry-inc-base;
    text-decoration: none;
    display: inline-block;
}

.email-classified-success-wrapper a:hover {
    color: #fff;
    text-decoration: none;
}

form.email-classified-form .classified-wrapper {
	width: 100%;
	margin: 30px auto;
}

.classified-list-item {
	width: 100%;
	box-sizing:border-box;
	padding-left: 160px;
	position: relative;
	min-height: 140px;
	margin-bottom: 15px;
}

.classified-list-item .classified-list-item-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
	background-color: #21722a;
	color: #fff;
	font-family: abolition;
}

.classified-list-item .classified-list-item-left .classified-image {
	width: 100%;
	height: 100px;
	border-bottom: 5px solid #fff;
	background-size: cover;
	background-position: center;
}

.classified-list-item .classified-list-item-left {
	text-align: center;
	font-size: 24px;
}

.classified-list-item .classified-list-item-left .classified-icon {
	display: inline-block;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	background-size: 100%;
}

.classified-list-item .classified-list-item-left i,
.classified-list-item .classified-list-item-left span {
	margin-top: 3px;
	display: inline-block;
}

.classified-list-item .classified-list-item-left.no-image .classified-icon {
	margin: 0px auto;
	width: 46px;
	height: 46px;
	background-size: 100%;
	margin-top: 24px;
}

.classified-list-item .classified-list-item-left.no-image span {
	display: block;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	margin-top: 0px;
}

.classified-list-item .classified-list-item-right {
	width: 100%;
	text-align: left;
}

.classified-list-item .classified-list-item-right .classified-type {
	font-family: abolition;
	font-size: 28px;
}

.classified-list-item .classified-list-item-right .classified-poster {
	font-family: arial;
	font-weight: 500;
	font-size: 12px;
}









@media only screen and (max-width: 800px) {
	.classified-list .classified-browse-header {
		text-align: center;
	}
	
	.classified-list .classified-browse-header a {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	
	#classifieds-nav-bar .classified-categories {
		float: left;	
		margin-top: 10px;
	}
	

	#classifieds-nav-bar .classified-types,
	#classifieds-nav-bar .classified-categories {
		width: 100%;
	}
	
	/*.classified-list .classified-list-item {
		padding-left: 0;
	}
	
	.classified-list .classified-list-item .classified-list-item-left {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.classified-list .classified-list-item .classified-list-item-left .classified-image {
		width: 40%;
		height: 0;
		padding-bottom: 22.5%;
   		border-bottom: none;
   		float: left;
	}
	
	.classified-list .classified-list-item .classified-list-item-left i,
	.classified-list .classified-list-item .classified-list-item-left span {
		float: left;	
	}
	*/
	
}

