/*
 * LaraClassified - Geo Classified Ads CMS
 * Copyright (c) BedigitCom. All Rights Reserved
 *
 * Website: http://www.bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from Codecanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */

/* common */
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,sans-serif;
}

.logo-title {
    padding-top: 0;
}

.navbar-brand {
    padding: 10px 15px;
}

@media screen and (min-width: 768px){
	.logo {
	    height: 65px;
	}
	.navbar-right {
	    margin-top: 12px;
	}
}


.box-title h2 span {
    font-weight: normal;
}

.breadcrumb>li+li:before{
    content: "\003e";
}


/* list page */
.category-links ul li a{
	font-weight: 400;
    display: inline-block;
    padding: 3px 6px;
    margin: 0 -10px 6px 0;
    border: 1px solid #ddd;
    transition: all 0s ease-in;
}
.category-links ul li a:hover {
    border-color: #fa7722;
}


/* ad page */
.main-container {
	padding: 10px 0 30px;
}

.detail-line-content {
	font-size:15px;
	line-height: normal;
}