/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.newlisting-section{
	width: 100%;
	margin: 0 auto;
	margin-top: 56px;
   }

	.newlisting-close-icon {
	position: absolute;
	right: 45px;
	top: 8px;
	color: #343f49;
	z-index: 100;
	cursor: pointer;
	font-size: 21px;
	background: transparent;
	border: 0;
}

.newlistingheading{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #333;
}
.newlisting-subhead{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3377CC;
	margin-top: 4px;
}
.newlisting-subhead a {color: #3377CC; }
.newlisting-card-section{
	margin-top: 16px;
	/* display: -ms-grid; */
	display: grid;
	grid-gap: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-ms-grid-columns: 285px 16px 285px 16px 285px 16px 285px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));/*repeat(4,285px);*/
}

.search {
	position: relative;
	margin-top: -50px;
	float: right;
	text-align: center;
  }
  .search input {
  text-indent: 10px;
  font-family:"roboto";
  border: 1px solid #C8C8C8;
  border-radius: 4px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
  color: #757575;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  }

.search input {
	width: 343px;
	padding: 5px;
	height: 40px;
	outline:none
}

.card-block{
	width: 100%;
	height: 274px;
	-webkit-box-shadow: 0 0 8px 3.1px rgba(0,0,0,0.1);
			box-shadow: 0 0 8px 3.1px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.card-img-section{
	position: relative;
	text-align: center;
	background-color: #000000;
	border-radius: 5px 5px 0 0;
	color: white;
	height: 190px;
}
.card-tag{
	position: absolute;
	top: 16px;
	left: 16px;
	background-color: #3377cc;
	padding: 3px 4px 1px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	font-weight: 500;
}
.card-category{
	position: absolute;
	bottom: 36px;
	left: 16px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 300;
}
.card-price{
	position: absolute;
	bottom: 8px;
	left: 16px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}
.card-text-section{
	padding: 8px 16px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.card-text-line1,.card-text-line2{
	display: block;
}
.card-text-line1{
	margin-bottom: 4px;
}
.card-img-section img {
	height: 100%;
	border-radius: 4px 4px 0 0;
	width: 100%;
	mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 50%);
	-webkit-mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 50%);
}
.card-block a:hover, .card-block a{
	text-decoration: none;
	color:#333;
}
/* Media Query for Tablet - landscape*/
@media only screen and (max-device-width : 1024px) {
  .newlisting-section {
	  /* white-space: nowrap; */
	  width: 100%;
  }
  .newlisting-section{
	  /* white-space: nowrap; */
	  /* width: 100%; */
  }
  .tab-scroll{
	  vertical-align: middle;
	  overflow-x: scroll;
	  padding-bottom:6px ;
	 }
  .search input{
	  margin-right: 0px;
  }

}
  @media only screen and (max-device-width : 768px)  {
.newlisting-section {
  width: 100%;
  /* margin: 0 16px 0 16px; */
  padding: 0 20px;
}
.newlistingheading {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
}
.newlisting-subhead{font-size: 14px;line-height: 20px;margin-top: 0;}
.newlisting-title{clear:both;}
}
@media only screen and (max-device-width : 414px)  {
	.search{ margin-top: 16px;
		float: none;
		margin-left: 0;
		width: 343px;
	}
	.newlisting-section {
		padding: 0 16px;
	  }
	  .disclaimer-mobile-only .custom-article-right .custom-html-widget {
		margin-top: -26px !important;
	}
}
@media only screen and (max-device-width : 375px)  {
	/* .search{
		margin-left: 0;
	}
	 */
	 .disclaimer-mobile-only .custom-article-right .custom-html-widget {
		margin-top: -26px !important;
	}
}
@media only screen and (max-device-width : 320px)  {
	/* .search{
		margin-left: 0;
	} */
	.search input, .search{
		width: 285px;
	}
	.disclaimer-mobile-only .custom-article-right .custom-html-widget {
		margin-top: -26px !important;
	}
}
