	#contentbox
	{
		min-height: 500px;
	}
	
	.hsearch_responsive {
				width: 55%!important;
				padding: 9px 7px 10px 8px!important;
				border: 1px solid #D1CCD7;
				-webkit-transition: all 0.25s linear;
				border-radius: 3px;
				margin: 0px 0px 0px -3px;
				font-size: 18px;
				float: left;
			}
			
			a img#quiz-img {
				border-radius: 5px;
			}
			.post-data.col-md-8 {
				margin-left: -15px;
			}
			
			h4.title.post-title a {
				color: #3e3e3e;
				font-family: nunito;
				font-size: 18px;
				font-weight: 700;
				text-transform: inherit;
				letter-spacing: normal;
			}
			h4.title.post-title a:hover {
				text-decoration: none;
				color: #0088cc;
			}
			button#btnSearch {
				background: url('img/search-icon.png') center #1888cc no-repeat;
				cursor: pointer;
				display: inline-block;
				width: 50px;
				height: 40px;
				margin: 0 0 0 -3px;
				border: none;
			}
		
			.main {
				min-height: 500px;
			}
			.color_gray {
				margin-top: 10px;
				font-size: 22px;
				color: black;
			}
			.color_gray h1 {
				margin:0;
				font-size: 22px;
				color: black;
			}

			div#number_serch {
				font-size: 14px;
				color: gray;
				margin-top: 5px;
			}
			
			.new_div
{
	margin-bottom:25px;
}
.marriageQuiz{
	font-size:25px;
	font-weight:600;
	margin: 0;
	}
.the_new_btn{font-size: 15px !important;padding: 8px 15px;text-decoration: none !important;border-radius: 3px 3px 3px 3px !important;float: left;cursor:pointer;font-weight:bold;text-shadow:0 -1px 1px rgba(0,0,0,0.25);box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 3px 0px;background-color:#F6F6F6 !important;color:#3B5998  !important;
	}
	a.the_new_btn:hover{
		background-color:#eeeeee !important;
		}
.anchor_second_quiz {
  width: 291px;
  min-height: 40px;
  /* margin-left: -1px; */
  position: relative;
  z-index: 1;
  margin-top: -40px;
  background: rgba(213,213,213,0.75);
  width: 100%;
  float: left !important;
  padding: 8px 0px 0px 0px;
  /* font-size: 17px; */
  /* height: 41px !important; */
  text-align: center;
}
.latestPost {
  clear: both;
  padding: 35px 0 5px 0;
  float: left;
  margin: 0;
  max-height: 200px;
  overflow: hidden;
}

img.attachment-featured.wp-post-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.post-data.col-md-8 {
  padding: 0px;
  margin: 0px;
}

.post-excerpt {
    color: #3e3e3e;
    font-family: nunito;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
@media screen and (min-width: 300px) and (max-width: 698px){
	.latestPost {
   text-align: center;
    max-height: unset;
    padding: 20px 10px;
    margin-right: 0px !important;
    width: 100%;
	}
	DIV.wraps .latestPost {  border-bottom: 1px dotted #ddd !important; }
	.post-excerpt {
		text-align: center;
	}
	h4.title.post-title a{
		font-size:16px;
		
	}
	DIV.post-data-container H4 { margin-bottom:5px; }
	DIV.latestPost .post-img { padding-left:0px}	
}