/*  alter the code below to change the look and feel of your site  */
/****** header background colour adjustment ******/
#header {background-color: #0275d8;}
#footer {background-color: #0275d8;color: #FFF;}
#footer a {color: #FFF; text-decoration: none}
#footer a:hover {text-decoration: underline}

/****** page title strip adjustment ******/
#page_title_strip{display:block; background:#b7031e; height:35px; text-align:center;; color:#FFF; font-weight:bold; line-height:35px;}

/****** homepage banner adjustment ******/
#home-all-category{display:none}
#home_banner {width: 100%;height: 40px;margin-top: 0px;background: url(../images/home_banner.jpg) no-repeat center; background-size: cover;min-height: 130px;background-color: #ccc;text-align: center;padding: 35px 0}
#home_banner .banner-text-control h1 {display:block !important; color: #000;font-size:26px;font-weight: bold;text-shadow: 2px 2px #CCC;}
#home_banner .banner-text-control h2 {color: #000;font-size:20px;font-weight: bold;text-shadow: 2px 2px #CCC;}

/***** slidenav header control ****/
.slidenav_header{background-color:#0275d8;}
.slidenav_header h4 {color:#fff !important} /****** homepage link ******/
.slidenav_header h4:hover {color:#f00 !important} /****** homepage link ******/
.slidenav_header a {color:#fff !important} /****** close button ******/
.slidenav_header a:hover {color:#f00 !important} /****** close button ******/

/* tabbed content top highlights */
.nav-tabs .nav-link.active {background-color:#FAFAFA;border-top:3px solid #0275d8;}

/* mark as style on the item page */
.item .mark_as_box{background-color:#0275d8}

/* post free ad mobile button - https://www.bestcssbuttongenerator.com/ */
.post_ad_Button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 24px 0px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	width:100%;
	text-align:center;
	margin-top:2px;
}
.post_ad_Button:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.post_ad_Button:active {
	position:relative;
	top:1px;
}
.post_ad_Button h2{color:#333} 

.row {
    margin-left: 0px;
}
#description {
	line-height: 2;
    font-size: 13px;
}
.latest_ads h1 {
    font-size: 18px;
    padding-top: 5px;
}
#header #logo span {
    font-size: 21px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}