body {
	margin: 0;
	padding: 0;
	font-family: 'POPPINSREGULAR';
	color: #242a3b;
	font-size: 24px;
}
h1 {
	font-family: 'RUBIKBOLD';
	font-size: 60px;
}
h2 {
	font-family: 'RALEWAYEXTRABOLD';
	font-size: 34px;
}
h3 {
	font-family: 'RALEWAYEXTRABOLD';
	font-size: 25px;
}
h4 {
	font-family: 'RUBIKMEDIUM';
	font-size: 22px;
}
h5 {
	font-family: 'RUBIKMEDIUM';
	font-size: 20px;
	text-transform: uppercase;
}
h6 {
	font-family: 'RUBIKMEDIUM';
	font-size: 18px;
}
a {
	font-family: 'RUBIKMEDIUM';
}
a:hover {
	text-decoration: none;
	color: #242a3b;
}
ul {
	list-style-type: none;
}
p {
	font-size: 16px;
	line-height: 28px;
}

.container-fluid {
	/*padding-left: 50px;
	padding-right: 50px;*/
	max-width: 1140px;
    padding: 0px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
 	color: #272a33 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #272a33 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #272a33 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #272a33 !important;
}
/*Color*/
.bg-black { background: #272a33; }
.bg-yellow { background: #fcd635; }

/*typography*/
.text-black { color: #272a33; }
.text-yellow { color: #fcd635; }

/*Common*/
.mt-0 {
	margin-top: 0px;
}
.btn {
	padding: 0px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.btn-yellow {
	background: #fcd635;
    color: #272a33;
    padding: 12px 25px;
    border-radius: 8px;
    text-transform: uppercase;
}
.btn-yellow:hover {
	background: #272a33;
	color: #fcd635;
}
.btn-white {
    text-align: center;
    background: #fff;
    color: #272a33;
    padding: 8px 40px;
    border-radius: 8px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
    font-family: 'RUBIKBOLD';
    font-size: 25px;
    display: inline-block;
}
.btn-white:hover {
	background: #272a33;
	color: #fcd635;
}
/*Title*/
.title-with-dline {
	text-align: center;
	width: 100%;
	display: inline-block;
}
.title-with-dline-auto {
	width: auto;
	display: inline-block;
	position: relative;
}
.title-with-dline h2 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	letter-spacing: 1px;
	padding: 0 150px;
}
.title-with-dline h3 {
	position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 0 150px;
    margin: 0;
}
.title-with-dline-auto:before {
	content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #fcd635;
}
.title-with-dline-auto:after {
	content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #fcd635;
}
.title-with-dline-auto.border-white:before,
.title-with-dline-auto.border-white:after {
	background: #fff;
}


.title-with-sline {
	text-align: left;
    position: relative;
    width: auto;
    display: inline-block;
}
.title-with-sline h5 {
	position: relative;
    display: inline-block;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0 120px 0 0;
}
.title-with-sline:before {
	 content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #fcd635;
}
.title-with-sline.border-white:before {
    background: #fff;
}

.title-with-sline h2 {
	position: relative;
	display: inline-block;
	font-size: 46px;
    font-family: 'RALEWAYEXTRABOLD';
    padding: 0 120px 0 0;
}
.title-with-sline:before {
	content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #fcd635;
}

span.error {
    color: #ff0000;
    font-size: 16px;
    font-family: 'POPPINSMEDIUM';
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
    width: 100%;
    text-align: center;
    float: left;
}
span.alert-danger {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blockUI.blockOverlay {
	background-color: #fff !important;
    opacity: 0.6 !important;
}
.blockUI.blockMsg.blockPage {
    background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/logo-loader.gif') !important;
    background-color: transparent !important;
    width: 140px !important;
    height: 140px !important;
    border: none !important;
    left: 50% !important;
    transform: translateX(-50%);
    
}
.blockUI.blockMsg.blockPage h1 {
	display: none !important;
}

.he-10 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 10px  !important;
}
.he-20 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 20px !important;
}
.he-30 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 30px !important;
}
.he-40 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 40px !important;
}
.he-50 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 50px !important;
}
.he-60 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 60px !important;
}
.he-70 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 70px !important;
}
.he-80 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 80px !important;
}
.he-90 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 90px !important;
}
.he-100 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 100px !important;
}
.he-110 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 110px !important;
}
.he-120 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 120px !important;
}
.he-130 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 130px !important;
}
.he-140 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 140px !important;
}
.he-150 {
	position: relative;
	display: flex;
	width: 100%;
	flex-flow: column;
	height: 150px !important;
}

header .top-bar {
	width: 100%;
	float: right;
	text-align: right;
	padding: 5px 0;
	font-family: 'RUBIKMEDIUM';
}
header .top-bar .container-fluid {
	max-width: inherit;
	padding-left: 50px !important;
    padding-right: 50px !important;
}
header .top-bar .ph, header .top-bar .login {
	display: inline-block;
	margin: 0 0 0 40px;
	font-size: 16px;
}
header .top-bar .ph img, header .top-bar .login img {
	margin: 0 10px 0 0;
    width: 24px;
    position: relative;
    top: -2px;
}
header .top-bar .ph span {
	color: #fff;
}
header .top-bar a {
	color: #fff;
}
header .top-bar a:hover {
	color: #fcd635;
}
header .menu-container {
	width: 100%;
	float: left;
	padding: 0px;
}
header .menu-container .container-fluid {
	max-width: inherit;
	padding-left: 50px !important;
    padding-right: 50px !important;
}
header .menu-container nav.navbar {
	padding: 0px;
}
header .menu-container .navbar-brand {
	padding: 0;
	margin: -10px 0 0 0;
}
header .menu-container .navbar-brand img {
	max-width: 200px;
}
header .menu-container button.navbar-toggler {
	border:none;
	outline: none;
}
header .menu-container button.navbar-toggler span {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/navbar-icon.png');
	background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 3px;
}
header .menu-container ul {
	margin: 0px;
}
header .menu-container ul li {
	float: left;
	margin: 0 0 0 10px;
}
header .menu-container ul li.current-menu-item a {
	color: #fcd635;
	z-index: 10;
	position: relative;	
	background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/menu-bg.png);
	top: 0px;
    height: 106px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header .menu-container ul li a {
	color: #272a33;
	font-size: 18px;
	float: left;
	padding: 30px 10px;
	position: relative;
	height: 106px;
}
header .menu-container ul li a:hover {
	/*background: #272a33;*/
	color: #fcd635;
	z-index: 10;
	position: relative;	
	background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/menu-bg.png);
	top: 0px;
    height: 106px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header .menu-container ul li a:hover:before {
	/*content: "";
    position: absolute;
    top: 0px;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/menu-bg.png);
    width: 100%;
    height: 126px;
    left: 0;
    background-size: 100% 100%;
    z-index: 9;
    background-repeat: no-repeat;*/
}

section.banner-wrapper {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
	margin: -20px 0 0 0;
}
section.banner-wrapper .banner-img {
    background-size: 100%;
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    right: 0;
    background-position: bottom;
}
section.banner-wrapper .container-fluid {
	/*padding-left: 80px;
	padding-right: 80px;*/
}
section.banner-wrapper .container-fluid img {
	width: 100%;
}
section.banner-wrapper .container-fluid .banner-wrapper-detail {
	padding: 60px 0;
}
section.banner-wrapper .container-fluid .caption-text {
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
section.banner-wrapper .container-fluid .caption-text h1 {
	text-transform: uppercase;
}
section.banner-wrapper .container-fluid .caption-text h4 {
	text-transform: uppercase;
	font-size: 30px;
}
section.banner-wrapper .container-fluid .search {
	display: inline-block;
    width: 70%;
    position: relative;
    margin: 25px 0 0 0;
}
section.banner-wrapper .container-fluid .search input {
	border: none;
    background: #fff;
    font-size: 18px;
    padding: 22px 80px 22px 25px;
    outline: none;
    position: relative;
    width: 100%;
    font-family: 'POPPINSREGULAR';
}
section.banner-wrapper .container-fluid .search button {
	background: #242a3b;
	width: 60px;
	height: 60px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 5px;
    top: 6px;
}
section.banner-wrapper .container-fluid .search button img {
	width: 25px;
}
section.banner-wrapper .container-fluid .search input::-webkit-input-placeholder, .bbreadcrumbs .zip-code input::-webkit-input-placeholder, footer.footer .subscribe input::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #272a33;
}
section.banner-wrapper .container-fluid .search input::-moz-placeholder, .bbreadcrumbs .zip-code input::-moz-placeholder, footer.footer .subscribe input::-moz-placeholder { /* Firefox 19+ */
	color: #272a33;
}
section.banner-wrapper .container-fluid .search input:-ms-input-placeholder, .bbreadcrumbs .zip-code input:-ms-input-placeholder, footer.footer .subscribe input:-ms-input-placeholder { /* IE 10+ */
  color: #272a33;
}
section.banner-wrapper .container-fluid .search input:-moz-placeholder, .bbreadcrumbs .zip-code input:-moz-placeholder, footer.footer .subscribe input:-moz-placeholder { /* Firefox 18- */
  color: #272a33;
}

section.our-mission {
	width: 100%;
	float: left;
	margin: 0;
	padding: 100px 0;
	position: relative;
}
section.our-mission .container-fluid .col-md-5.vertical-align {
	justify-content: left;
}
section.our-mission .container-fluid {
	max-width: 1140px;	
	padding: 0px;
}
section.our-mission .million-detail {
	text-align: center;
	position: relative;
	z-index: 10;
}
section.our-mission .million-detail h2 {
	font-family: 'RUBIKBOLD';
}
section.our-mission .million-detail h2.clip {
      /*background: linear-gradient(to top, #f1c300, rgba(241, 195, 0, 0.54), #f1c300),url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/mozaic.jpg);
     background-attachment: fixed; 
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 220px;
    text-align: center;
    background-size: 100%;*/
}
section.our-mission .million-detail h2.clip img {
	width: 85%;
}
section.our-mission:before {
	content: "";
    position: absolute;
    top: 74%;
    transform: translateY(-50%);
    left: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/h-map.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: 42%;
    background-position: 30px top;
}

section.our-mission .million-detail span {
	font-family: 'RUBIKBOLD';
	font-size: 80px;
	    margin: 0px 0 0 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
section.our-mission .million-detail .vacant img {
	width: 70px;
    display: inline-block;
}
section.our-mission .million-detail .vacant h4 {
	display: inline-block;
    margin: 0 0 0 20px;
    font-family: 'RUBIKBOLD';
    font-size: 25px;
    text-align: left;
    position: relative;
    top: 19px;
}
section.our-mission .million-detail p {
	margin: 50px 0 0 0;
}
section.our-mission .our-mission-detail .title {
	position: relative;
    display: inline-block;
}
section.our-mission .our-mission-detail .title h4 {
	font-family: 'RUBIKMEDIUM';
	font-size: 24px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
section.our-mission .our-mission-detail .title h4:before {
	content: "";
    position: absolute;
    right: -130px;
    top: 40%;
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #fcd635;
}
section.our-mission .our-mission-detail h2, section.our-mission .our-mission-detail h3 {
	margin: 30px 0 0 0;
}
section.our-mission .our-mission-detail .our-mission-detail-in {
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}
section.our-mission .our-mission-detail .our-mission-detail-in p {
	margin: 0 0 30px 0;
}
section.our-mission .our-mission-detail .our-mission-detail-in .btn {
	display: inline-block;
	padding: 0;
}

section.services {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0px;
	position: relative;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/mozaic2.jpg');
	background-size: 100%;
	    -webkit-clip-path: polygon(75% 0, 100% 11%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(75% 0, 100% 11%, 100% 100%, 0 100%, 0 10%);
}
/*section.services .img-mask {
	-webkit-mask-repeat: no-repeat !important;
        -webkit-mask-size: 100% 100% !important;
        height: 750px;
    mask: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/mozaic-bg.png');
    -webkit-mask: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/mozaic-bg.png');
    width: 100%;
}*/
section.services .services-detail {
	padding: 100px 0 80px 0;
}
section.services .services-detail .container-fluid {
	max-width: 1140px;	
	padding: 0px;
}
section.services .services-detail .col-md-4 {
	border-right: 2px solid #272a33;
}
section.services .services-detail .col-md-4:last-child {
	border:none;
}
section.services .services-detail .col-md-4.text-center h2 {
	text-transform: uppercase;
	font-size: 50px;
	font-family: 'RUBIKBOLD';
}
section.services .services-detail .col-md-4.text-center h3 {
	font-family: 'RUBIKBOLD';
	font-size: 25px;
	min-height: 60px;
}
section.services .services-detail .col-md-4.text-center p {
	margin: 20px 0;
	padding: 0 30px;
	min-height: 160px;
}
section.services .services-detail .col-md-4.text-center .btn .btn-white {
	width: 180px;
}

/*---------------------About---------------------*/
section.bbreadcrumbs.bg-yellow.h-100 {
	float: left;
    width: 100%;
    padding: 40px 0;
    margin: -20px 0 0 0;
}
section.bbreadcrumbs.bg-yellow.h-100 h1 {
	font-size: 40px;
	margin: 0;
}
section.bbreadcrumbs.bg-yellow.h-100 h1 sup {
	top: -20px;
    font-size: 20px;
}
section.investors-spent {
	width: 100%;
	float: left;
	padding: 0;
}
section.investors-spent .container-fluid {
	max-width: inherit;
	padding: 0;
}
section.investors-spent .container-fluid .row {
	margin: 0px;
}
section.investors-spent .investors-spent-left {
	position: relative;
	width: 100%;
}
.investors-spent-img {
	position: absolute;
    bottom: -80px;
    left: -50px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.investors-spent-img img {
	width: 630px;
    height: auto;
    position: absolute;
    bottom: 0;
}
.investors-spent-left-detail.float-right {
	position: relative;
    z-index: 9;
    padding: 100px 0;
}
.investors-spent-left-detail.float-right h4 {
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
	font-size: 36px;
	color: #fcd635;
	text-align: right;
}
.investors-spent-left-detail.float-right h2 {
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
	font-size: 170px;
	color: #272a33;
	text-align: right;
	margin: 0px;
}
.investors-spent-left-detail.float-right h3 {
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
	font-size: 80px;
	color: #fcd635;
	text-align: right;
}
.investors-spent-left-detail.float-right h5 {
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
	font-size: 40px;
	color: #fcd635;
	text-align: right;
}
.investors-spent-left-detail.float-right h6 {
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
	font-size: 30px;
	color: #fcd635;
	text-align: right;
}
.investors-spent-left-detail.float-right span {
	font-family: 'RUBIKBOLD';
	font-size: 30px;
	color: #fcd635;
	text-align: right;
	float: right;
	width: 100%;
}
.investors-spent-left-detail.float-right p {
	width: 40%;
    float: right;
	font-size: 12px;
    line-height: 21px;
}

.investors-spent-right .title h4:before {
	content: "";
    position: absolute;
    right: -130px;
    top: 40%;
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #fcd635;
}
section.investors-spent .col-md-7.vertical-align {
	justify-content: left;
	padding-right: 180px;
    padding-left: 80px;
}
.investors-spent-right {
	display: inline-block;
    position: relative;
    padding: 100px 0 0;
}
.investors-spent-right h2 {
	margin: 30px 0 0 0;
	font-size: 38px;
} 
.investors-spent-right-detail {
	width: 100%;
    float: left;
    margin: 40px 0 0 0;
}
.investors-spent-right-detail p {
	margin: 0 0 30px 0;
}
section.spotting-blight {
	width: 100%;
	float: left;
	padding: 70px 0;
	background: #f1f6f4;
	position: relative;
	margin: 80px 0 0 0;
}
section.spotting-blight p {
	text-align: center;
	margin: 30px 0 0 0;
}
section.spotting-blight .spotting-blight-icon {
	text-align: center;
	margin: 50px 0 0 0;
}
section.spotting-blight .spotting-blight-icon img {
	width: 60%;
}
section.spotting-blight .spotting-blight-icon h3 {
	font-family: 'RUBIKBOLD';
	text-align: center;
}
section.download-blightSpot {
	width: 100%;
	float: left;
	padding: 150px 0;
	position: relative;
	margin: 0 0 100px 0;
}
section.download-blightSpot .app-icon {
	width: 100%;
	float: left;
}
section.download-blightSpot .app-icon a {
	width: 50%;
	float: left;
	margin: 0 0px 20px 0;
}
section.download-blightSpot .app-icon a img {
	width: 90%;
}
section.download-blightSpot .container-fluid .col-md-6.align-self-center {
	position: relative;
	z-index: 9;
}
section.download-blightSpot:before {
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/DownloadBlightspot-bg.jpg');
	background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
section.download-blightSpot h2 {
	font-family: 'RUBIKBOLD';
} 
section.download-blightSpot h2 sup {
	font-size: 20px;
	top: -20px;
}
section.download-blightSpot p {
	margin: 50px 0;
	padding: 0 60px 0 0;
}
section.download-blightSpot .device {
	position: absolute;
    right: 60px;
    top: 70px;
}
section.download-blightSpot .device img {
	width: 75%;
	float: right;
}
section.search-vacancies {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 100px 0 50px 0;
}
section.search-vacancies.row-mb .row {
	margin: 0 0 50px 0;
}
section.search-vacancies .row {
	margin: 0 0 120px 0;
}
section.search-vacancies .col-md-6 {
	padding: 0px;
}
section.search-vacancies .col-md-6.order2 .search-for-vacancies-img {
	text-align: center;
}
section.search-vacancies .col-md-6.order2 .search-for-vacancies-img img {
	width: 80%;
}
section.search-vacancies .col-md-6.rgt {
	padding-right: 180px;
}
section.search-vacancies .col-md-6.lft {
	padding-left: 180px;
	padding-right: 40px;
}
section.search-vacancies.row-mb .col-md-6.lft {
	padding-right: 180px;
	padding-left: 40px;
}
section.search-vacancies .search-for-vacancies-img img {
	width: 100%;
}
section.search-vacancies .col-md-6 .search-vacancies-detail h2{
	margin: 30px 0 0 0;
}
section.search-vacancies .col-md-6 .search-vacancies-detail p {
	margin: 40px 0 0 0;
}
section.search-vacancies .search-vacancies-detail .search-zip {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
	position: relative;
}
section.search-vacancies .search-vacancies-detail .search-zip input {
	background: #fcd635;
	border: none;
	border-radius: 8px;
	color: #242a3b;
	padding: 15px 63px 15px 15px;
	outline: none;
	width: 100%;
	font-family: 'RUBIKMEDIUM';
	text-transform: uppercase;
	font-size: 16px;
}
section.search-vacancies .search-vacancies-detail .search-zip input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #272a33;
  font-size: 16px;
}
section.search-vacancies .search-vacancies-detail .search-zip input::-moz-placeholder { /* Firefox 19+ */
  color: #272a33;
  font-size: 16px;
}
section.search-vacancies .search-vacancies-detail .search-zip input:-ms-input-placeholder { /* IE 10+ */
  color: #272a33;
  font-size: 16px;
}
section.search-vacancies .search-vacancies-detail .search-zip input:-moz-placeholder { /* Firefox 18- */
  color: #272a33;
  font-size: 16px;
}
section.search-vacancies .search-vacancies-detail .search-zip button {
	background: #242a3b;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 7px;
    border-radius: 5px;
}
section.search-vacancies .search-vacancies-detail .search-zip button img {
	width: 25px;
}
section.search-vacancies .search-vacancies-detail .btn {
	margin: 50px 0 0 0;
}
section.sell-property {
	width: 100%;
	float: left;
	padding: 0px 0px 70px 0;
	position: relative;
}
section.sell-property .row {
	margin: 0;
}
section.sell-property .col-md-6 {
	padding: 0 180px 0 0;
}
section.sell-property:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/sell-property-bg.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
}
section.sell-property .sell-property-img {
	position: absolute;
    top: -232px;
    width: 95%;
    height: 670px;
}
section.sell-property .sell-property-img img {
	width: 100%;
	height: 100%;
}
section.sell-property .sell-property-detail .title-with-sline {
	margin: 0;
	position: relative;
	top: -70px;
}
section.sell-property .sell-property-detail h2 {
	margin: 0px 0 0 0;
}
section.sell-property .sell-property-detail p {
	margin: 40px 0;
}
section.for-sale {
	width: 100%;
	float: left;
	padding: 100px 0;
}
section.for-sale .btn a.btn-white {
	box-shadow: none;
}
section.blog-post {
	width: 100%;
	float: left;
	padding: 100px 0 50px;
}
/*section.blog-post .title-with-dline h2{
	font-size: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0px;
}*/

section.blog-post .carousel-inner {
    overflow: hidden;
}
section.blog-post .carousel-item {
	height: 400px;
}
section.blog-post .carousel-caption {
	padding: 0;
	right: 0;
	left: 0;
	top: 0;
}
section.blog-post .carousel-caption h2 {
	color: #272a33;
	width: 70%;
    margin: 40px auto;
}
section.blog-post .carousel-caption p {
	color: #272a33;	
	width: 50%;
	margin: 0 auto;
}
section.blog-post .carousel-caption .btn {
	margin: 50px 0 0 0;
}
section.blog-post .carousel-caption .btn a {
	box-shadow: none;
}
section.blog-post a.carousel-control-prev,
section.blog-post a.carousel-control-next {
	opacity: 1;
}
section.blog-post .carousel-control-prev-icon {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/prev-icon.png');
	width: 50px;
    height: 50px;
    background-size: 100%;
    opacity: 1;
}
section.blog-post .carousel-control-next-icon {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/next-icon.png');
	width: 50px;
    height: 50px;
    background-size: 100%;
    opacity: 1;
}
footer.footer {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0 0 0 0;
}
footer.footer .row {
	margin: 0px;
}
footer.footer .col-md-6 {
	padding: 0px;
}
footer.footer .footer-links {
	width: 100%;
	float: left;
	padding: 80px 0 80px 150px;
	background: #f1f5f4;
	height: 100%;
	margin: 0 0 30px 0;
}
.menu-footer-menu-1-container {
	width: 20%;
	 float: left;
}
.menu-footer-menu-2-container {
	width: 25%;
    float: left;
    margin: 0 50px 0 0;
}
.menu-footer-menu-3-container {
    float: left;
    width: 30%;
}
footer.footer .footer-links ul {
	float: left;
	padding: 0px;
	margin: 30px 0 0 0;
}
footer.footer .footer-links ul li {
	float: left;
	width: 100%;
}
footer.footer .footer-links ul li a {
	color: #272a33;
	font-size: 16px;
}
footer.footer .footer-links ul li a:hover {
	color: #fcd635;
}
footer.footer .social-icon {
	width: 100%;
	float: left;
}
footer.footer .social-icon ul {
	width: 100%;
}
footer.footer .social-icon ul li {
	float: left;
	width: auto;
	margin: 0 15px 0 0;
}
footer.footer .social-icon ul li a {
	width: 30px;
	height: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 3px 0 0 0;
	border-radius: 100px;
	background: #333333;
}
footer.footer .social-icon ul li a:hover {
	color: #fff;
	background: #fcd635;
}
footer.footer .phone-no {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
footer.footer .phone-no a {
	background: #fcd635;
    border-radius: 8px;
    color: #272a33;
    padding: 10px 30px 10px 70px;
    position: relative;
    width: 290px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
footer.footer .phone-no a:hover {
	background: #272a33;
	color: #fcd635;
}

footer.footer .phone-no a:before {
	/*content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/phone-black.png);
    width: 32px;
    height: 32px;
    transform: translateY(-50%);*/
	content: "\f095";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    border: 2px solid;
    border-radius: 100px;
    padding: 4px 0 0 0;
}
footer.footer .subscribe {
	padding: 70px 150px 80px 80px;
	background: #dfe3e2;
	height: 100%;
}
footer.footer .subscribe form {
	margin: 30px 0 0 0;
}
footer.footer .subscribe .form-group {
	position: relative;
}
footer.footer .subscribe input {
	border: none;
    background: #fff;
    font-size: 18px;
    padding: 14px 70px;
    outline: none;
    position: relative;
    width: 100%;
}
footer.footer .subscribe img {
	position: relative;
}
footer.footer .subscribe .zipcode:before {
	content: "";
    position: absolute;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/pin.png);
    z-index: 9;
    width: 23px;
    height: 30px;
    background-size: 100%;
    top: 14px;
    left: 20px;
    background-repeat: no-repeat;
}

footer.footer .subscribe .email {
	position: relative;
}

footer.footer .subscribe .email:before {
	content: "";
    position: absolute;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/email.png);
    z-index: 9;
    width: 27px;
    height: 24px;
    background-size: 100%;
    top: 16px;
    left: 20px;
    background-repeat: no-repeat;
}

footer.footer .subscribe .update-btn {
	background: #242a3b;
	color: #fcd635;
	cursor: pointer;
	font-weight: bold;
}
footer.footer .subscribe .update-btn:hover {
	background: #fcd635;
	color: #242a3b;
}
footer.footer .subscribe p {
	margin: 10px 0 0 0;
    display: inline-block;
}
.mc4wp-success p {
	color: #27bb29;
}
.floating-footer .row{
	margin: 0px;
}
.floating-footer .col-md-6 {
	padding: 0px;
}
.floating-footer .sell-property-btn a {
	background: #fcd635;
	color: #242a3b;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
}
.floating-footer .property-sale-btn a {
	background: #272a33;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-family: 'RUBIKBOLD';
	text-transform: uppercase;
}
/*---------------------About---------------------*/

/*---------------------Buy List---------------------*/
section.choose-your-list {
	width: 100%;
	float: left;
	padding: 0px;
}
section.choose-your-list .choose-your-list-left {
	width: 100%;
	float: left;
	margin: 70px 0 0 0;
}
section.choose-your-list .choose-your-list-left p {
	margin: 0 0 30px 0;
}
section.choose-your-list .choose-your-list-left img {
	float: left;
}
section.choose-your-list .choose-your-list-left .choose-your-list-icon-detail {
	float: left;
    /*border-left: 2px solid #fcd635;*/
    padding: 0px 0 0 20px;
    position: relative;
    width: 80%;
}
section.choose-your-list .choose-your-list-left .choose-your-list-icon-detail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fcd635;
	width: 2px;
	height: 100px;
}

section.choose-your-list .choose-your-list-left .choose-your-list-icon-detail h2 {
	font-size: 25px;
	font-family: 'POPPINSSEMIBOLD';
}
section.choose-your-list .choose-your-list-left .choose-your-list-icon-detail p {
	font-family: 'POPPINSMEDIUM';
	margin: 0;
}
section.choose-your-list .choose-your-list-left .choose-your-list-icon {
	margin: 50px 0 0 -20px;
}
section.choose-your-list .choose-your-list-left .choose-your-list-icon .col-md-6 {
	margin: 0 0 50px 0;
}
section.choose-your-list .choose-your-list-right {
	width: 100%;
	float: left;
	padding: 0;
	
}
section.choose-your-list .choose-your-list-right:before {
	position: absolute;
    content: "";
    top: -100px;
    left: 34px;
    z-index: 5;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/shadow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail {
	background: #f1f6f4;
    border-radius: 8px;
    position: relative;
    position: relative;
    z-index: 8;
    margin: -80px 0 0 0;
    padding: 50px 30px;
    width: 89%;
    float: right;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail h2 {
	text-align: center;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail .buy-list-form {
	margin: 50px 0 0 0;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail .buy-list-form input {
	padding: 14px 20px;
	width: 100%;
	outline: none;
	color: #272a33;
	font-size: 20px;
	border: 1px solid #cccccc;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail .buy-list-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #272a33;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail .buy-list-form input::-moz-placeholder { /* Firefox 19+ */
 	color: #272a33; 
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail .buy-list-form input:-ms-input-placeholder { /* IE 10+ */
  	color: #272a33;
}
section.choose-your-list .choose-your-list-right .choose-your-list-right-detail .buy-list-form input:-moz-placeholder { /* Firefox 18- */
  	color: #272a33;
}
section.choose-your-list .checkbox-group .checkbox {
	width: 50%;
	float: left;
	margin: 10px 0 0 0;
}
section.choose-your-list .checkbox-group .checkbox label {
	position: relative;
	margin: 5px 0 0 50px;
	font-size: 17px;
}
section.choose-your-list .checkbox-group label:before {
	content: "";
    width: 40px;
    height: 40px;
    position: absolute;  
    left: -50px;
}
section.choose-your-list .checkbox-group .checkbox input[type=checkbox] {
	display: none; 
}
section.choose-your-list .checkbox-group .checkbox label:before {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png') left center no-repeat;
    margin-top: -8px;
    background-size: 100%;
}
section.choose-your-list .checkbox-group .checkbox input[type=checkbox]:checked + label:before {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png') left center no-repeat;  
	background-size: 100%;
}
section.choose-your-list .choose-your-list-right .update-list {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
	background: #d5e0db;
	border-radius: 8px;
	font-family: 'RUBIKBOLD';
	font-size: 28px;
	padding: 14px 0;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
	border:none;
	cursor: pointer;
}
section.choose-your-list .choose-your-list-right .update-list:hover {
	background: #a9b5b0;
}
section.choose-your-list .choose-your-list-right .result-pay {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 30px 0 0 0;
}
section.choose-your-list .choose-your-list-right .result-pay .result-pay-info {
	margin: 0 0 40px 0;
    float: left;
    width: 100%;
}
section.choose-your-list .choose-your-list-right .result-pay .result-pay-info p {
	width: 42%;
    float: left;
    margin: 20px 10px 0 0;
    font-size: 14px;
}
section.choose-your-list .choose-your-list-right .result-pay .result-pay-info span, section.choose-your-list .choose-your-list-right .result-pay .result-pay-info span .property-amount-int {
	float: right;
	color: #ffd800;
	font-size: 50px;
	font-family: 'MONTSERRATSEMIBOLD';
	border-bottom: 2px dashed #242a3b;
	line-height: initial;
	padding: 0 10px;
	width: 55%;
	text-align: center;
}
section.choose-your-list .choose-your-list-right .result-pay .result-pay-info span sub.property-amount-int {
    bottom: 0;
    float: none;
    width: auto;
    border: none;
    font-size: 30px;
    padding: 0 0 0 0px;
}
section.choose-your-list .choose-your-list-right .result-pay .result-pay-info span sup {
	color: #242a3b;
	font-size: 45px;
	top: -8px;
    left: -9px;
}
section.choose-your-list .choose-your-list-right .result-pay .result-pay-info span sub {
	font-size: 28px;
	bottom: -.10em;
}
section.choose-your-list .choose-your-list-right .result-pay .paypal {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
	background: #ffd800;
	border-radius: 8px;
	font-family: 'RUBIKBOLD';
	font-size: 26px;
	padding: 14px 0 14px 30px;
	text-align: left;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
	border:none;
	cursor: pointer;
	position: relative;
	outline: none;
	color: #242a3b;
}
section.choose-your-list .choose-your-list-right .result-pay .paypal:before {
	content: "";
    position: absolute;
    right: -50px;
    bottom: 20px;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/arrow.png);
    width: 140px;
    height: 160px;
    background-size: cover;
    z-index: 9999;
}
section.testimony {
	width: 100%;
	float: left;
	padding: 0;
	margin: 50px 0 0 0;
	position: relative;
}
section.testimony:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/testimony-bg.jpg);
    background-size: 60%;
    width: 100%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
}

section.testimony .testimony-img {
	padding: 100px 0 0 0;
}
section.testimony .testimony-img img {
	width: 100%;
}
section.testimony .testimony-detail {
	position: relative;
    padding: 140px 100px 0 100px;
    margin: 40px 0 0 0;
}
section.testimony .testimony-detail:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/quote.png);
    width: 141px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
}
section.testimony .testimony-detail p {
	line-height: 34px;
}
section.testimony .testimony-detail span {
	font-family: 'POPPINSSEMIBOLD';
}
section.frequently-questions {
	width: 100%;
	float: left;
	padding: 100px 0;
}
section.frequently-questions .accordion-list {
	margin: 50px 0 0 0;
}
section.frequently-questions .accordion-list .card {
	border:none;
	background: #f1f5f4;
	border-radius: 0px;
	margin: 0 0 10px 0;
}
section.frequently-questions .accordion-list .card .card-header {
	background: none;
	border:none;
	padding: 20px 15px;
	position: relative;
}
section.frequently-questions .accordion-list .card .card-header h5 a {
	font-family: 'RUBIKMEDIUM';
	color: #272a33;
	text-transform: none;
}
section.frequently-questions .accordion-list .card .card-header h5 a span {
	font-family: 'RUBIKBOLD';
	font-size: 25px;
	margin: 0 20px 0 0;
}
section.frequently-questions .accordion-list .card .card-header a.collapsed:before {
	content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 15px;
    z-index: 9;
    background-size: 60%;
    background-repeat: no-repeat;
    margin: -5px 0 0 0;
}
section.frequently-questions .accordion-list .card .card-header a:before {
	content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 15px;
    z-index: 9;
    background-size: 60%;
    background-repeat: no-repeat;
    margin: -5px 0 0 0;
}
section.buy-a-list {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/buy-list-bg.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}

/*---------------------Buy List---------------------*/

/*---------------------Search---------------------*/
.search-map {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
}
/*.search-map-img {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/
.bbreadcrumbs .search-map img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}
.bbreadcrumbs .search-map .search-map-detail {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.bbreadcrumbs .search-map .search-map-detail h1 {
	position: relative;
	font-size: 65px !important;
}
.bbreadcrumbs .search-map .search-map-detail a {
	color: #272a33;
	margin: 10px 0 0 0;
	display: inline-block;
}
.bbreadcrumbs .zip-code {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.bbreadcrumbs .zip-code .zip-code-detail {
	width: 40%;
	margin: 0 auto;
	position: relative;
}
.bbreadcrumbs .zip-code input {
	border: none;
    background: #fff;
    padding: 17px 40px;
    outline: none;
    position: relative;
    width: 100%;
}
.bbreadcrumbs .zip-code button {
	background: #242a3b;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 6px;
}
.zip-code.bg-yellow .zip-code-detail .search-btn img {
    height: auto;
    width: 40px;
}
section.featured-cities {
    width: 100%;
    float: left;
    padding: 150px 0 100px;
    background: #fff;
    position: relative;
    margin: 50px 0 0;
}
section.featured-cities:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/featured-cities.png);
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    background-position: left bottom;
}
section.featured-cities ul {
	width: 100%;
    float: left;
    padding: 0;
    margin: 50px 0 0 25px;
}
section.featured-cities ul li {
	position: relative;
	font-family: 'POPPINSSEMIBOLD';
	margin: 0 0 10px 20px;
	width: 45%;
	float: left;
	font-size: 21px;
}
section.featured-cities ul li:before {
	content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 11px;
    height: 11px;
    background: #ffc52a;
    border-radius: 100px;
    transform: translateY(-50%);
}
section.featured-cities .col-md-7.ml-auto {
	padding: 0 0 130px 0;
}
section.for-sale.bg-yellow .title-with-dline h3:before,
section.for-sale.bg-yellow .title-with-dline h3:after {
	background: #fff !important;
}
section.for-sale .sale-list {
	width: 100%;
	float: left;
	margin: 50px 0 0 0;
}
section.for-sale .sale-list .col-md-4 {
	/*margin: 0 0 30px 0;*/
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	border-right: 2px solid #fff;
}
section.for-sale .sale-list .col-md-4:nth-child(3n+3) {
	border-right:none;
}

/*section.for-sale .sale-list .col-md-4:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #fff;
}*/
section.for-sale .sale-list .row {
    border-bottom: 2px solid #fff !important;
}
section.for-sale .sale-list .row:last-child{
	border:none !important;
}
section.for-sale .sale-list .price {
	background: #fff;
	padding: 15px 30px;
}
section.for-sale .sale-list .price h4 {
	font-family: 'RUBIKBOLD';
	display: inline-block;
}
section.for-sale .sale-list .price a {
	float: right;
	color: #272a33;
}
section.for-sale .sale-list img {
	width: 100%;
	height: 200px;
    object-fit: cover;
}
section.for-sale .sale-list .sale-list-detail {
	padding: 15px 20px;
	background: #fff;
}
section.for-sale .sale-list .sale-list-detail h4 {
	font-family: 'RUBIKMEDIUM';
}
section.for-sale .sale-list .sale-list-detail h4 a {
	color: #242a3b;
}
section.for-sale .sale-list .sale-list-detail p {
	position: relative;
	padding: 1px 0 0 25px;
	margin: 0px;
}
section.for-sale .sale-list .sale-list-detail p:before {
	content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/pin.png);
    width: 15px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
}
section.for-sale .btn {
	text-align: center;	  
    width: 100%;
    margin: 50px 0 0 0;
}
section.blog-post.bg-yellow {
	position: relative;
}
section.blog-post.bg-yellow .btn a {
	padding: 12px 25px;
	font-size: 16px;
	font-family: 'RUBIKMEDIUM';
}
section.blog-post.bg-yellow:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/trianglesquares-left.jpg');
	background-size: 40%;
	background-position: left top;
	background-repeat: no-repeat;
}
section.blog-post.bg-yellow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/trianglesquares-right.jpg');
	background-size: 40%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
section.blog-post.bg-yellow .container-fluid {
	position: relative;
	z-index: 9;
}
section.blog-post.bg-yellow .container-fluid .title-with-dline h2:before {
	background: #fff;
}
section.blog-post.bg-yellow .container-fluid .title-with-dline h2:after {
	background: #fff;
}
section.blog-post.bg-yellow .carousel-control-prev-icon {
	background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/prev-icon-white.png);
	width: 50px;
    height: 50px;
    background-size: 100%;
    opacity: 1;
}
section.blog-post.bg-yellow .carousel-control-next-icon {
	background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/next-icon-white.png);
	width: 50px;
    height: 50px;
    background-size: 100%;
    opacity: 1;
}
section.about-us {
	width: 100%;
    float: left;
    padding: 100px 0;
    background: #fff;
    position: relative;
}
section.about-us:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/about-us.jpg');
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
section.about-us .col-md-7 {
	padding: 0 0 250px 0;
}
section.about-us h2 {
	margin: 30px 0 0 0;
}
section.about-us .about-us-content {
	margin: 30px 0 0 0;
} 
section.about-us .about-us-content p {
	margin: 40px 0;
}
/*---------------------Search---------------------*/

/*---------------------Search2---------------------*/
.search-map-row {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
}
.search-map-row .map {
	line-height: 0px;
}
.search-map-row .map #map_canvas {
	width: 100%;
	height: 550px;
}
.search-map-row .search-map-row-detail .search {
	display: inline-block;
    width: 60%;
    position: relative;
    margin: 50px 0 0 0;
}
.search-map-row .search-map-row-detail {
	position: absolute;
    bottom: 215px;
    left: 50px;
    width: 50%;
}
.search-map-row .search-map-row-detail .search input {
	border: none;
    background: #fff;
    padding: 17px 40px;
    outline: none;
    position: relative;
    width: 100%;
}
.search-map-row .search-map-row-detail .search button {
	background: #242a3b;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 6px;
}
.search-map-row .search-map-row-detail .search button img {
	width: 25px;
}
.search-map-row .search-map-row-detail .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'POPPINSREGULAR';
  color: #272a33;
  font-size: 18px;
}
.search-map-row .search-map-row-detail .search input::-moz-placeholder { /* Firefox 19+ */
  font-family: 'POPPINSREGULAR';
  font-size: 18px;
}
.search-map-row .search-map-row-detail .search input:-ms-input-placeholder { /* IE 10+ */
  font-family: 'POPPINSREGULAR';
  font-size: 18px;
}
.search-map-row .search-map-row-detail .search input:-moz-placeholder { /* Firefox 18- */
  font-family: 'POPPINSREGULAR';
  font-size: 18px;
}
.search-map-row .property-list {
	padding: 50px 0;
}
.search-map-row .property-list .row {
	margin: 0px;
}
.search-map-row .property-list .row h2 {
	font-family: 'RUBIKBOLD';
	display: inline-block;
	font-size: 46px;
	margin: 0;
    line-height: inherit;
}
.search-map-row .property-list .btn a.btn-white {
	box-shadow: none;
}
.search-map-row .property-list .row .btn {
	display: inline-block;
	float: right;
}
section.properties-row {
	width: 100%;
	float: left;
	padding: 100px 0;
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/properties-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
section.properties-row h2 {
	margin: 30px 0 0 0;
}
section.properties-row .properties-row-detail {
	width: 100%;
	float: left;
	padding: 0;
	margin: 100px 0 0 0;
}
section.properties-row .properties-row-detail p {
	width: 50%;
	float: left;
	padding: 0 50px 0 0;
	line-height: 34px;
}
section.featured-cities.bg-yellow {
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fcd635;
	position: relative;
}
section.featured-cities.bg-yellow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/featured-cities-bg.png);
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
    height: 100%;
    background-position: right bottom;
}
section.featured-cities.bg-yellow .title-with-sline h2:before {
	background: #fff;
}
section.featured-cities.bg-yellow ul li:before {
	background: #fff;
}
section.for-sale.gray-bg {
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #f2f5f8;
}
section.for-sale.gray-bg .sale-list .col-md-4 {
	border-right: 2px solid #fcd635;
}
section.for-sale.gray-bg .sale-list .row {
    border-bottom: 2px solid #fcd635 !important;
}
section.for-sale.gray-bg .sale-list .row:last-child {
    border: none !important;
}
section.for-sale.gray-bg .sale-list .col-md-4:nth-child(3n+3) {
	border-right: none;
}

.floating-footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: red;
    z-index: 9;
}

/*---------------------Search2---------------------*/

.search-map-row .property-list {
	padding: 50px 70px;
}
section.search-vacancies.row-mb-search .row {
	margin: 0 0 0px 0;
}

/*---------------------App Landing---------------------*/
section.app-landing {
	width: 100%;
    float: left;
    padding: 0;
    position: relative;
    margin: -20px 0 50px 0;
}
section.app-landing .bg-yellow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/DownloadBlightspot-bg.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
section.app-landing .bg-yellow {
	width: 100%;
    float: left;
    padding: 100px 0 200px;
    position: relative;
}
section.app-landing h1 {
	color: #fff;
	text-transform: uppercase;
}
section.app-landing h2 {
	text-transform: uppercase;	
	font-family: 'RUBIKBOLD';
}
section.app-landing .app-icon {
	margin: 30px 0 0 0;
	float: left;
	width: 100%;
}
section.app-landing .app-icon a {
	width: 45%;
	float: left;
	margin: 0 10px 0 0;
}
section.app-landing .app-icon a img {
	width: 100%;
}
section.app-landing .device {
	position: absolute;
	right: 70px;
}
section.app-landing .device img {
	width: 80%;
	float: right;
}
section.app-landing .app-steps {
	width: 100%;
	float: left;
	margin: -110px 0 0 0;
}
section.app-landing .app-steps ul {
	padding: 0px;
	float: left;
	margin: 28px 0 0 0;
}
section.app-landing .app-steps li {
	width: 25%;
	float: left;
	padding: 0 30px 0 0;
	position: relative;
}
section.app-landing .app-steps li:before {
	content: "";
    position: absolute;
    top: 20%;
    right: 0;
    background: #272a33;
    width: 74px;
    height: 3px;
    z-index: 9;
    transform: translateY(-50%);
}
section.app-landing .app-steps li:last-child:before {
	display: none;
}
section.app-landing .app-steps li span {
	width: 90px;
    height: 90px;
    border: 4px solid #272a33;
    background: #fff;
    float: left;
    border-radius: 100%;
    text-align: center;
    font-size: 35px;
    padding: 16px;
    font-family: 'MONTSERRATSEMIBOLD';
    position: relative;
    z-index: 2;
}
section.app-landing .app-steps li p {
	width: 100%;
	display: inline-block;
	margin: 15px 0 0 0;
	font-weight: 600;
	min-height: 120px;
}
/*---------------------App Landing---------------------*/

.search-map-img {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*---------------------Sell Your Proerty---------------------*/
section.sell-your-property {
	width: 100%;
	float: left;
	padding: 0;
}
section.sell-your-property .row {
	margin: 0px;
}

section.sell-your-property .bg-light {
	background: #f1f5f4 !important;
	padding: 80px 70px 80px 140px !important;
}
section.sell-your-property .bg-gray {
	background: #e0e4e3;
	padding: 80px 160px 80px 50px;
}
section.sell-your-property .sell-property-top h2 span {
	text-transform: uppercase;
}
section.sell-your-property .sell-property-top img {
	float: left;
	width: 100px;
	margin: 0 40px 0 0;
}
section.sell-your-property p {
	text-align: center;
	margin: 50px 0;
	min-height: 170px;
}
section.sell-your-property .sell-your-property-list {
	width: 100%;
	float: left;
	padding: 30px;
	background: #fff;
	border-radius: 8px;
}
section.sell-your-property .sell-your-property-list ul {
	padding: 0px;
}
section.sell-your-property .sell-your-property-list li {
	font-size: 16px;
	margin: 0 0 20px 60px;
	position: relative;
	min-height: 50px;
}
section.sell-your-property .sell-your-property-list li:before {
	content: "";
    position: absolute;
    top: 0;
    left: -50px;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/check.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
section.sell-your-property .sell-your-property-list li:last-child {
	margin: 0px 0 0 60px;
}
section.sell-your-property .btn {
	text-align: center;
    width: 100%;
    margin: 50px 0 0 0;
}
section.sell-your-property .btn a {
	text-transform: none;
	font-family: 'RUBIKBOLD';
	font-size: 30px;
	padding: 12px 40px;
	box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
}
/*---------------------Sell Your Proerty---------------------*/
.pad-b-150 {
	padding-bottom: 150px;
}
.vacant {
    width: auto;
    display: inline-block;
}
section.in-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #f1f6f4;
}
section.in-form .progress-count {
    position: relative;
    top: -40px;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    height: 140px;
    width: 140px;
}
section.in-form .steps, section.in-form .form-step {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 100%;
}
section.in-form .step-bg {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-color: #242a3b;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
    justify-content: center;
    align-content: center;
    /*height: 580px;*/
}
section.in-form .form-step .step-bg .form-group {
    text-align: left;
    margin: 0 0 30px;
}
section.in-form .step-bg .form-group label {
    color: #fff;
    font-family: 'RUBIKMEDIUM';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    margin: 0 0 10px;
    padding: 0;
    line-height: normal;
    text-transform: none;
}
section.in-form .step-bg .form-group .form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-family: 'RUBIKMEDIUM';
    font-size: 16px;
    line-height: 28px;
    color: #242a3b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
}
section.in-form .step-bg .form-group .form-control:focus {
	border-color: #ffd800;
}
section.in-form .step-bg .btn-yellow {
    display: flex;
    width: auto;
    white-space: nowrap;
    text-align: center;
    flex-flow: column;
    max-width: fit-content;
    margin: 30px auto 15px;
    font-family: 'RUBIKBOLD';
    padding: 12px 50px; 
}
section.in-form .step-bg .btn-yellow:hover {
    background: #fff;
    color: #272a33;
}
section.in-form .step-bg .btn-font-white {
    background: transparent;
    color: #fff;
    padding: 0;
    border-radius: 8px;
    text-transform: capitalize;
    display: flex;
    width: 100%;
    flex-flow: nowrap;
    max-width: fit-content;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'POPPINSMEDIUM';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}
section.in-form .step-bg .btn-font-white:hover {
    background: transparent;
    color: #fcd635;
}
section.in-form .step-bg .btn-font-white i {
	margin-right: 10px;
}
section.in-form .form-step .step-bg .select-check {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 30px 0 40px;
    padding: 0;
}
section.in-form #step4 .step-bg .select-check {
    margin: 0;
}
section.in-form #step3 .step-bg .select-check {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
section.in-form .form-step .step-bg .form-check {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: auto;
    margin: 0 0 30px;
    padding: 0;
}
section.in-form #step4 .step-bg .form-check {
    height: auto;
    margin: 0 0 35px;
    padding: 0 15px;
}
section.in-form .form-step .step-bg .form-check input[type=radio], section.in-form .form-step .step-bg .form-check input[type=checkbox] {
    display: none;
}
section.in-form .form-step .step-bg .form-check input {
    padding: 14px 20px;
    width: 100%;
    outline: none;
    color: #272a33;
    font-size: 20px;
    border: 1px solid #cccccc;
}
section.in-form .form-step .step-bg .form-check label {
    position: relative;
    margin: 5px 0 0 70px;
    font-size: 16px;
    color: #fff;
    font-family: 'RUBIKMEDIUM';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}
section.in-form .form-step .step-bg .form-check label:before {
	content: "";
    width: 40px;
    height: 40px;
    position: absolute;  
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}
section.in-form .form-step .step-bg .form-check label:before {
	background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png) left center no-repeat;
	margin-top: 0;
	background-size: 100%;
}
section.in-form .form-step .step-bg .form-check input[type=radio]:checked + label:before {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png') left center no-repeat;  
	background-size: 100%;
}
section.in-form .form-step .step-bg .form-check input[type=checkbox]:checked + label:before {
	background: url('https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png') left center no-repeat;  
	background-size: 100%;
}
section.in-form #step6 .step-bg .form-group label {
    font-size: 24px;
    margin: 0 0 30px;
}
section.in-form .step-bg h2 {
    color: #fcd635;
    font-family: 'RUBIKBOLD';
    font-size: 52px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
    text-transform: capitalize;
}
section.in-form .step-bg h4 {
    color: #ffffff;
    font-family: 'POPPINSMEDIUM';
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: none;
}
/*---------------------Sell Your Proerty---------------------*/
/*---------------------property-for-sale---------------------*/
section.property-sale {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    margin:0;
}
.property-sale .property-sale-sorting h4 {
    color: #242a3b;
    font-size: 20px;
    font-family: 'RALEWAYEXTRABOLD';
    font-style: normal;
    font-stretch: normal
    line-height:26px;
    margin: 0 0 15px;
    padding: 0;
    text-transform: capitalize;
}
.property-sale .property-sale-sorting .checkbox-group {
    justify-content: flex-start;
    margin: 0 0 20px;
}
.property-sale .property-sale-sorting .checkbox-group .checkbox {
    width: auto;
    float: left;
    margin: 0 30px 0 0;
}
.property-sale .property-sale-sorting .checkbox-group .checkbox input[type=checkbox] {
    display: none;
}
.property-sale .property-sale-sorting .checkbox-group .checkbox label {
	color: #242a3b;
    font-size: 16px;
    font-family: 'POPPINSREGULAR';
    font-style: normal;
    font-stretch: normal;
    line-height: 31px;
    position: relative;
    margin: 0 0 0 50px;
    padding: 0;
  	text-transform: capitalize;
}
.property-sale .property-sale-sorting .checkbox-group .checkbox label:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: -50px;
}
.property-sale .property-sale-sorting .checkbox-group .checkbox label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png) left center no-repeat;
    margin-top: 0px;
    background-size: 100%;
}
.property-sale .property-sale-sorting .checkbox-group .checkbox input[type=checkbox]:checked + label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png) left center no-repeat;
    background-size: 100%;
}
.property-sale .property-sale-sorting .custom-select {
    display: block;
    color: #242a3b;
    font-size: 16px;
    font-family: 'POPPINSREGULAR';
    font-style: normal;
    font-stretch: normal;
    line-height: 31px;
    position: relative;
    margin: 0 0 20px;
    padding: 5px 25px 5px 40px;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #cccccc;
    outline: 0;
    box-shadow: none;
    height: auto;
    border-radius: 0;
    background: #fff url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/up-down.png) no-repeat 320px center;
    background-size: 9px 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.property-sale .property-sale-sorting .border-bottom {
    border-color: #fcd635 !important;
    border-width: 4px !important;
}
.property-sale .property-sale-listing {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 75px 0 0;
}
.property-sale .property-sale-listing .list-box {
    display: flex;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 0 15px;
    width: 100%;
    min-height: 170px;
    position: relative;
    background: #e5e5e5;
    background: -moz-linear-gradient(left, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#ffffff 100%);
}
.property-sale .property-sale-listing .list-box .psl-img {
	padding: 0 30px 0 0;
    display: flex;
    flex-flow: nowrap;
    width: 40%;
    position: relative;
    height: 100%;
    max-height: 150px;
    overflow: hidden;
}
.property-sale .property-sale-listing .list-box .psl-info {
    display: flex;
    flex-flow: column;
    width: 60%;
}
.property-sale .property-sale-listing .list-box .psl-info h4 {
    color: #272a33;
    font-size: 26px;
    font-family: 'RALEWAYEXTRABOLD';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.property-sale .property-sale-listing .list-box .psl-info a:hover h4 {
	color: #fcd635;
}
.property-sale .property-sale-listing .list-box .psl-info span {
	color: #242a3b;
	font-size: 16px;
	font-family: 'MONTSERRATSEMIBOLD';
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	padding: 0;
	white-space: normal;
	word-break: break-word;
	display: block;
}
.property-sale .property-sale-listing .list-box .psl-info span i.fa {
	font-size: 18px;
}
.property-sale .property-sale-listing .list-box .psl-info h5 {
	color: #242a3b;
	font-size: 20px;
	font-family: 'RUBIKBOLD';
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	white-space: normal;
	word-break: break-word;
}
.property-pagination-row {
	margin-top: 50px;
}
.property-sale .property-sale-listing .psl-buy-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 30px 30px 15px;
    height: auto;
    text-align: center;
    margin: 0 0 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.property-sale .property-sale-listing .psl-buy-box .psl-buy-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.property-sale .property-sale-listing .psl-buy-box .psl-buy-info {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    z-index: 2;
}
.property-sale .property-sale-listing .psl-buy-box .psl-buy-info h4 {
	color: #242a3b;
	font-size: 26px;
	font-family: 'RUBIKBOLD';
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0;
}
.property-sale .property-sale-listing .psl-buy-box .psl-buy-info .btn-white {
    padding: 6px 40px;
    border-radius: 5px;
    font-size: 16px;
}
/*---------------------property-for-sale---------------------*/
/*---------------------property-single-----------------------*/
section.bbreadcrumbs.bg-yellow.h-100 h5 {
    font-size: 24px;
    font-family: 'RUBIKBOLD';
    text-transform: none;
}
section.property-sale-single {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    margin: 0;
}
.property-sale-single .thumb-slider {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
}

.property-sale-single .thumb-slider .gallery li img {
	height: 100%;
	width: 100%;
}

.property-sale-single .thumb-slider .lSGallery li img {
	height: 120px !important;
	width: 100% !important;
	object-fit: cover;
}
/*.property-sale-single .thumb-slider .full-thumb {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 15px;
}
.property-sale-single .thumb-slider .single-thumb {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.property-sale-single .thumb-slider .single-thumb li {
    display: flex;
    flex-flow: nowrap;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0;
}
.property-sale-single .thumb-slider .full-thumb .mySlides {
  display: none;
}

.property-sale-single .thumb-slider .full-thumb .mySlides img {
  max-height: 400px;
  object-fit: cover;
}

.property-sale-single .thumb-slider .single-thumb li img {
    max-height: 150px;
    object-fit: cover;
    max-width: 150px;
}
.property-sale-single .thumb-slider .single-thumb li .cursor {
  cursor: pointer;
}
.property-sale-single .thumb-slider .single-thumb li .demo {
  opacity: 0.6;
}

.property-sale-single .thumb-slider .single-thumb li .active,
.property-sale-single .thumb-slider .single-thumb li .demo:hover {
  opacity: 1;
}*/
.property-sale-single .article-info {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.property-sale-single .article-info .top-info {
    display: flex;
    flex-flow: nowrap;
    position: relative;
    justify-content: center;
    align-content: center;
    height: 100%;
    border-top: 4px solid #fcd635;
    border-bottom: 4px solid #fcd635;
    margin: 0 0 50px;
    padding: 25px 0;
}
.property-sale-single .article-info .top-info .single-info {
	display: flex;
	flex-flow: column;
	width: 50%;
	position: relative;
	margin: 0;
	padding: 0;
}
.property-sale-single .article-info .top-info .single-info h4 {
	color: #242a3b;
	font-family: 'RALEWAYEXTRABOLD';
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: 26px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: capitalize;
}
.property-sale-single .article-info .top-info .single-info p {
    color: #242a3b;
    font-family: 'POPPINSREGULAR';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    white-space: normal;
    word-break: break-word;
    display: block;
    max-width: 250px;
    width: 100%;
}
.property-sale-single .article-info .top-info .single-info h2 {
	color: #242a3b;
	font-family: 'RUBIKBOLD';
	font-size: 42px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.property-sale-single .article-info .article-about h4 {
	color: #242a3b;
	font-family: 'RALEWAYEXTRABOLD';
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	line-height: 26px;
	margin: 0 0 30px;
	padding: 0;
	text-transform: capitalize;
}
.property-sale-single .article-info .article-about p {
    color: #242a3b;
    font-family: 'POPPINSREGULAR';
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0;
    white-space: normal;
    word-break: break-word;
}
.single-property-form {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f1f6f4;
}
.single-property-form .bg-yellow {
    background: #fcd635;
    display: flex;
    flex-flow: column;
    position: relative;
    margin: 0;
    padding: 25px;
    width: 100%;
    text-align: center;
}
.single-property-form .bg-yellow h3 {
	color: #242a3b;
	font-size: 26px;
	font-family: 'RUBIKBOLD';
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.single-property-form .property-avatar {
    display: flex;
    flex-flow: nowrap;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.single-property-form .property-avatar .avatar {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 30%;
    margin: 0 20px 0 0;
    padding: 0;
}
.single-property-form .property-avatar .avatar-info {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 60%;
    margin: 0;
    padding: 0;
}
.single-property-form .property-avatar .avatar-info h4 {
	color: #242a3b;
	font-family: 'RALEWAYEXTRABOLD';
	font-size: 20px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0 0 5px;
	padding: 0;
	text-transform: capitalize;
}
.single-property-form .property-avatar .avatar-info p {
	color: #242a3b;
	font-family: 'POPPINSREGULAR';
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	white-space: normal;
	word-break: break-word;
}
.single-property-form .inquire-form {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px 20px 40px;
    justify-content: center;
    align-items: center;
}
.single-property-form .inquire-form h6 {
	color: #242a3b;
	font-family: 'RALEWAYEXTRABOLD';
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0 0 20px;
	padding: 0;
}
.single-property-form .inquire-form h6:first-child {
	width: 100%;
	text-align: center;
}
.single-property-form .inquire-form .inquire-form-filled {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}
.single-property-form .inquire-form .inquire-form-filled .form-group .form-control {
	color: #272a33;
    display: block;
    width: 100%;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 0rem;
    letter-spacing: 1px;
    outline: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single-property-form .inquire-form .inquire-form-quesion {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}
.single-property-form .inquire-form .inquire-form-quesion h6 {
    color: #242a3b;
    font-family: 'RALEWAYEXTRABOLD';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
}
.single-property-form .inquire-form .inquire-form-quesion .checkbox {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    padding: 0;
}
.single-property-form .inquire-form .inquire-form-quesion .checkbox input {
	display: none;
}
.single-property-form .inquire-form .inquire-form-quesion .checkbox label {
    position: relative;
    color: #272a33;
    font-size: 16px;
    font-family: 'POPPINSREGULAR';
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    margin: 0 0 0 50px;
    padding: 0;
    letter-spacing: 0.5px;
}
.single-property-form .inquire-form .inquire-form-quesion .checkbox label:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: -50px;
}
.single-property-form .inquire-form .inquire-form-quesion .checkbox label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png) left center no-repeat;
    margin-top: 0;
    background-size: 100%;
}
.single-property-form .inquire-form .inquire-form-quesion .checkbox input[type=checkbox]:checked + label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png) left center no-repeat;
    background-size: 100%;
}
.single-property-form .inquire-form .inquire-form-comment {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 0 0 10px;
    padding: 0;
}
.single-property-form .inquire-form .inquire-form-comment h6 {
    color: #242a3b;
    font-family: 'RALEWAYEXTRABOLD';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
}
.single-property-form .inquire-form .inquire-form-comment .form-control {
    color: #272a33;
    display: block;
    width: 100%;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 0rem;
    letter-spacing: 1px;
    resize: none;
    outline: 0;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single-property-form .inquire-form h6 small {
    color: #242a3b;
    font-family: 'RALEWAYEXTRABOLD';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 5px;
    padding: 0;
}
.single-property-form .inquire-form p {
	color: #242a3b;
	font-family: 'POPPINSREGULAR';
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	white-space: normal;
	word-break: break-word;
}
.single-property-form .inquire-form .btn {
	display: flex;
	flex-flow: column;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
.single-property-form .inquire-form .btn button {
    width: 100%;
    margin: 30px 0 0 0;
    background: #ffd800;
    border-radius: 8px;
    font-family: 'RUBIKBOLD';
    font-size: 26px;
    padding: 14px 30px;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
    text-align: center;
}
.single-property-form .inquire-form .btn button:hover {
	background: #272a33;
    color: #fcd635;
}
span.result-msg {
    font-size: 20px;
    margin-top: 30px;
    color: #4bc124;
}
/*---------------------property-single-----------------------*/
/*---------------------contact-------------------------------*/
section.contact-form {
    width: 100%;
    float: left;
    padding: 100px 0;
    position: relative;
}
section.contact-form:before {
	content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    background-image: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/contact-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 1000px;
    height: 465px;
}
section.contact-form .contact-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 0 15px;
}
section.contact-form .contact-info ._emadd {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}
section.contact-form .contact-info ._emadd .icon {
    display: flex;
    flex-flow: column;
    width: 60px;
    height: 60px;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 0 15px;
    margin: 0 15px 0 0;
}
section.contact-form .contact-info ._emadd .icon span img {
    max-width: 100%;
    height: auto;
}
section.contact-form .contact-info ._emadd .tag {
	display: flex;
	flex-flow: column;
	width: auto;
	position: relative;
} 
section.contact-form .contact-info ._emadd .tag h2 {
	color: #242a3b;
	font-size: 26px;
	font-family: 'RUBIKBOLD';
	font-style: normal;
	font-stretch: normal;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-transform: none;
}
section.contact-form .contact-info ._emadd .tag a {
	color: #272a33;
	font-size: 18px;
	font-family: 'RUBIKMEDIUM';
	font-style: normal;
	font-stretch: normal;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-transform: none;
	text-decoration: none;
}
section.contact-form .contact-info ._emadd .tag a:hover {
	color: #fcd635;
}
section.contact-form .contact-form-panel {
    width: 100%;
    float: left;
    padding: 0 0 0 30px;
}
/*section.contact-form .contact-form-panel:before {
    position: absolute;
    content: "";
    top: -120px;
    left: 0px;
    z-index: 5;
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/shadow2.png);
    width: 105%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .5;
}*/
section.contact-form .contact-form-panel .contact-form-detail {
	background: #f1f6f4;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 8;
    margin: 0;
    padding: 0 50px 50px;
    width: 100%;
 }
 section.contact-form .contact-form-panel .contact-form-detail:before {
    background: #f1f6f4;
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 140px;
    border-radius: 0;
}
section.contact-form .contact-form-panel .contact-form-detail .input-group-prepend {
    margin-right: 0;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    height: 60px;
    z-index: 4;
    max-height: calc(100% - 2px);
}
section.contact-form .contact-form-panel .contact-form-detail .input-group-text {
    padding: 8px 15px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-right: none;
    width: 60px;
}
section.contact-form .contact-form-panel .contact-form-detail .input-group-text img {
	max-width: 70%;
	margin:0 auto;
}
section.contact-form .contact-form-panel .contact-form-detail .form-control-lg{
    padding: 12px 21px 12px 60px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 0;
    /*border-left: none;*/
    outline: 0;
    box-shadow: none;
    border-color: #cccccc;
}
section.contact-form .contact-form-panel .contact-form-detail #location {
	display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    white-space: normal;
    word-break: break-word;
    line-height: normal;
    padding: 8px 60px 8px 60px;
    -webkit-appearance: none;
 	-moz-appearance: none;
}
section.contact-form .contact-form-panel .contact-form-detail #location {
	background-image: linear-gradient(45deg, transparent 50%, #242424 50%),linear-gradient(135deg, #242424 50%, transparent 50%),linear-gradient(to right, #eff1f2, #eff1f2);
    background-position: calc(100% - 36px) calc(1em + 15px), calc(100% - 28px) calc(1em + 15px), 97% 10px;
    background-size: 8px 8px, 8px 8px, 2.5em 3em;
    background-repeat: no-repeat;
}
section.contact-form .contact-form-panel .contact-form-detail #location:focus {
	background-image: linear-gradient(45deg, #242424 50%, transparent 50%),
 linear-gradient(135deg, transparent 50%, #242424 50%),
 linear-gradient(to right, #fcd635, #fcd635);
    background-position: calc(100% - 28px) 1.8em, calc(100% - 36px) 1.8em, 97% 10px;
    background-size: 8px 8px,
 8px 8px,
 2.5em 3em;
    background-repeat: no-repeat;
    outline: 0;
}
section.contact-form .contact-form-panel .contact-form-detail select#location option[value="1"] {
	max-width: 100%;
	width: 100%;
}
section.contact-form .contact-form-panel .contact-form-detail .msgIco .input-group-text {
    padding: 20px 15px;
    align-items: flex-start;
}
section.contact-form .contact-form-panel .contact-form-detail #Textarea{
    padding: 12px 21px 12px 60px;
    font-size: 18px;
    line-height: normal;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border-color: #cccccc;
    resize: none;
}
section.contact-form .contact-form-panel .contact-form-detail .update-list {
    width: auto;
    margin: 40px auto 0;
    background: #ffd800;
    border-radius: 8px;
    font-family: 'RUBIKBOLD';
    font-size: 26px;
    padding: 14px 50px;
    text-align: center;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.3);
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
    color: #242a3b;
    display: block;
}
section.contact-form .contact-form-panel .contact-form-detail .update-list:hover {
    background: #272a33;
    color: #fcd635;
}
section.contact-form .contact-form-panel .contact-form-detail .form-info {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
section.contact-form .contact-form-panel .contact-form-detail .form-group {
	position: relative;
}
/*---------------------contact-------------------------------*/
/*----------------------------blog---------------------------*/

section.blog-multi {
    width: 100%;
    float: left;
    padding: 100px 0;
    position: relative;
}
section.blog-multi .blog-post {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
}
section.blog-multi .blog-post .post-img {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}
section.blog-multi .blog-post .post-title {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}
section.blog-multi .blog-post .post-title h2 {
	max-width: 680px;
	margin: 0;
}
section.blog-multi .blog-post .post-author {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border:none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 30px;
    padding: 0;
}
section.blog-multi .blog-post .post-author .pa-left {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    border-right:1px solid #e7e7e7;
    margin: 0;
    padding: 10px 0;
}
section.blog-multi .blog-post .post-author .pa-left p, section.blog-multi .blog-post .post-author .pa-right p {
	margin: 0;
}
section.blog-multi .blog-post .post-author .pa-left p a {
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	color: inherit;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-decoration: none;
	cursor: default;
}
section.blog-multi .blog-post .post-author .pa-right {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    text-align: right;
    margin: 0;
    padding: 10px 15px 10px 0;
}
section.blog-multi .blog-post .post-details {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
section.blog-multi .blog-post .post-details p {
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
section.blog-multi .blog-post .post-details p:empty {
		display: none !important;
	}
section.blog-multi .blog-post .post-details .btn .btn-yellow {
	display: inline-block;
}
section.blog-multi .blog_blankspace {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    height: 190px;
}
section.blog-multi .blog-search {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}
section.blog-multi .blog-search .post-search {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background-color:#e7edeb;/*#f1f6f4*/
    padding: 15px;
    margin: 0;
}
section.blog-multi .blog-search .post-search .inputSearch {
	border-radius: 0;
	border-color: #d7e2e6;
	outline: 0;
	box-shadow: none;
}
section.blog-multi .blog-ads {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 40px 15px 50px;
    background-color: #fcd635;
    overflow: hidden;
}
section.blog-multi .blog-ads:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 100%;
    max-width: 220px;
    height: 100%;
    max-height: 128px;
    background-image: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/blog-ads-bg.png);
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat;
}
section.blog-multi .blog-ads h3 {
	color: #272a33;
	font-size: 19px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
section.blog-multi .blog-ads h3 {
	color: #272a33;
	font-family: 'RUBIKBOLD';
	font-size: 19px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}
section.blog-multi .blog-ads h5 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0 0 30px;
	padding: 0;
	text-transform: none;
}
section.blog-multi .blog-ads .ads-details {
	display: block;
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 50px;
}
section.blog-multi .blog-ads .btn .btn-white {
    padding: 7px 21px;
    font-size: 14px;
    font-family: 'RUBIKMEDIUM';
    box-shadow: none;
    vertical-align: middle;
}
section.blog-multi .about-author {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 0 0;
    border-top: 6px solid #fcd635;
}
section.blog-multi .about-author p {
	margin: 0 0 10px;
}
section.blog-multi .about-author h3 {
	margin: 0 0 15px;
}
section.blog-multi .about-author p a {
	color: #242a3b;
	text-decoration: underline;
	font-family: 'POPPINSREGULAR';
	font-weight: normal;
}
.page-pagination {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.page-pagination .pagination-lg {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-pagination, .property-pagination {
	display: none;
}
.post-pagination.page-active {
	display: block;
}
.property-pagination.page-active {
	display: flex;
} 
.pagination-lg li {
	display: inline-block;
}
.pagination-lg li.pagi a {
	width: 55px;
	height: 55px;
	display: inline-block;
	color: #1e2535;
	text-align: center;
	padding: 13px;
	margin: 0 15px;
	background: #f1f5f4;
}
.pagination-lg li.pagi a:hover {
	background: #fdd736;
}
.pagination-lg li.active a {
	width: 55px;
	height: 55px;
	display: inline-block;
	color: #1e2535;
	text-align: center;
	padding: 13px;
	background: #fdd736;
	margin: 0 15px;
}
.pagination-lg li.next, .pagination-lg li.prev {
	display: none;
}
/*----------------------------blog---------------------------*/
/*----------------------------Common Page--------------------*/
section.general-content {
	float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
}
/*----------------------------Common Page--------------------*/

/*----------------------------popup----------------------------*/
#NoPropertyModal .modal-dialog {
    max-width: 600px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
#NoPropertyModal button.close {
    position: absolute;
    right: -20px;
    top: 0;
    color: #fff;
    opacity: 1;
}
#NoPropertyModal .modal-body {
    padding: 0;
}
#NoPropertyModal .modal-body .popup-top {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 30px 30px;
    background-image: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/popup-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#NoPropertyModal .modal-body .popup-top:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-image: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/popup-bottom-arrow.png);
    background-repeat: no-repeat;
    z-index: 2;
}
#NoPropertyModal .modal-body .popup-top h2 {
    color: #242a3b;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
    text-transform: none;
}
#NoPropertyModal .modal-body .popup-top p {
    color: #242a3b;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
    white-space: normal;
    word-break: break-word;
}

#NoPropertyModal .modal-body .popup-field {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px;
    background-color: #dfe3e2;
}
#NoPropertyModal .modal-body .popup-field .form-group {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 100%;
    position: relative;
    max-width: 400px;
    margin: 0 auto 30px;
}
#NoPropertyModal .modal-body .popup-field .form-group .input-group-prepend {
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    height: 60px;
}
#NoPropertyModal .modal-body .popup-field .form-group .input-group-prepend .input-group-text {
    padding: 16px 13px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
}
#NoPropertyModal .modal-body .popup-field .form-group .input-group-prepend .input-group-text .img-fluid {
    max-width: 80%;
    height: auto;
}
#NoPropertyModal .modal-body .popup-field .form-group .form-control-lg {
    padding: 16px 15px;
    font-family: 'POPPINSREGULAR';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    margin:0;
    white-space: nowrap;
    word-break: break-word;
    border-radius: 0;
    border: none;
    color: #272a33;
    text-align: center;
    outline: 0;
    box-shadow: none;
    width: 85%;
}
#NoPropertyModal .modal-body .popup-field .checkbox-group {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 400px;
    z-index: 15;
}
#NoPropertyModal .modal-body .popup-field .checkbox-group .checkbox {
    width: 100%;
    float: left;
    margin: 0;
}
#NoPropertyModal .modal-body .popup-field .checkbox-group .checkbox input[type=checkbox] {
    display: none;
}
#NoPropertyModal .modal-body .popup-field .checkbox-group .checkbox label {
    font-size: 16px;
    position: relative;
    margin: 0 0 0 50px;
}
#NoPropertyModal .modal-body .popup-field .checkbox-group label:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 0
}
#NoPropertyModal .modal-body .popup-field .checkbox-group .checkbox label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png) left center no-repeat;
    margin-top: 0;
    background-size: 100%;
}
#NoPropertyModal .modal-body .popup-field .checkbox-group .checkbox input[type=checkbox]:checked + label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png) left center no-repeat;
    background-size: 100%;
}
#NoPropertyModal .modal-body .popup-field  .noproperty-subscribe {
    margin: 0 auto;
    background: #242a3b;
    border-radius: 0;
    font-family: 'RUBIKMEDIUM';
    padding: 14px 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
    color: #ffd800;
    display: block;
    width: 100%;
    max-width: 400px;
}
#NoPropertyModal .modal-body .popup-field  .noproperty-subscribe:hover {
    background: #ffd800;
    color: #242a3b;
}
/*----------------------------popup----------------------------*/

/*----------------------------login----------------------------*/
.mobile-login {
    display: none;
}
.login .dropdown-menu {
    min-width: 320px;
    padding: 0;
    margin: 11px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #dfe3e2;
    background-clip: padding-box;
    border:none;
    border-top: none;
    border-radius: 0;
    width: 450px;
}
.mobile-login .dropdown-menu {
    border:none;
    margin-top: 10px;
}
.login .dropdown-menu li.login-box {
    display: block;
    width: 100%;
    padding: 40px;
    clear: both;
}
.login .dropdown-menu .login-box form .form-group {
	position: relative;
}
.login .dropdown-menu .login-box form .form-group .input-group-text {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
}
.login .dropdown-menu .login-box form .form-group .input-group-text img {
	margin: 0;
	top: 0;
	width: auto;
}
.login .dropdown-menu .login-box form .form-group input.form-control {
    background-color: #fff;
    background-clip: padding-box;
    border-color: #d3d3d3;
    box-shadow: none;
    color: #242a3b;
    font-size: 18px;
    font-family: 'POPPINSREGULAR';
    font-style: normal;
    font-stretch: normal;
    line-height: 32px;
    margin: 0;
    outline: 0;
    padding: 12px 21px 12px 70px;
    position: relative;
}
.login .dropdown-menu .login-box form .form-group button {
    background: #242a3b;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #ffd800;
    cursor: pointer;
    display: block;
    font-family: 'RUBIKMEDIUM';
    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    margin: 0 auto;
    max-width: 100%;
    outline: 0;
    padding: 14px 50px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.login .dropdown-menu .login-box form .form-group button:hover {
    background: #ffd800;
    color: #242a3b;
}
.login .dropdown-menu .login-box form .form-group .forgot-text,  .login .dropdown-menu .login-box form .form-group .register-text {
    color: #242a3b;
    float: none;
    font-family: 'POPPINSREGULAR';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
    word-break: break-word;
    position: relative;
    left: inherit;
    top: inherit;
}
.login .dropdown-menu .login-box form .form-group .forgot-text:hover, .login .dropdown-menu .login-box form .form-group .register-text:hover {
	color: #000;
}
.success-msg {
	color: #4bc124;
	float: none;
	font-family: 'POPPINSREGULAR';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: capitalize;
    white-space: normal;
    word-break: break-word;
    position: relative;
    left: inherit;
    top: inherit;
}
/*----------------------------login----------------------------*/
/*----------------------------sign-up--------------------------*/
section.wrapper-signup {
    width: 100%;
    float: left;
    padding: 100px 0 200px;
    position: relative;
    background-image: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/signup-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: -20px 0 0;
}
.wrapper-signup .formBox {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    padding: 100px 100px;
    margin: 0;
    background-color: rgba(36,42,59,.90);
}
.wrapper-signup .formBox h2 {
    text-transform: capitalize;
    color: #fcd635;
    text-align: center;
    position: relative;
    margin: 0 0 50px;
    padding: 0;
}
.wrapper-signup .formBox .sign-form-detail {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
.wrapper-signup .formBox .sign-form-detail .input-group-prepend {
    margin-right: 0;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 60px;
    height: 60px;
    z-index: 4;
}
.wrapper-signup .formBox .sign-form-detail .input-group-prepend .input-group-text {
    padding: 8px 15px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
    border-right: none;
    width: 60px;
}
.wrapper-signup .formBox .sign-form-detail .input-group-prepend .input-group-text img {
	margin:0 auto;
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-control {
    padding: 12px 21px 12px 100px;
    color: #272a33;
    font-size: 18px;
    line-height: 36px;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border-color: #cccccc;
    width: 100%;
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-check {
	padding: 0;
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-check input[type=checkbox] {
    display: none;
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-check label {
    position: relative;
    margin: 5px 0 0 50px;
    font-size: 17px;
    color: #fff;
}
.wrapper-signup .formBox .sign-form-detail .form-group label:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-check label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png) left center no-repeat;
    margin-top: -8px;
    background-size: 100%;
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-check input[type=checkbox]:checked + label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png) left center no-repeat;
    background-size: 100%;
}

.wrapper-signup .formBox .sign-form-detail .form-group .form-check label a {
	color : #ffffff;
	font-family: 'POPPINSREGULAR';
}
.wrapper-signup .formBox .sign-form-detail .form-group .form-check label a:hover {
	color : #ffd800;
}

.wrapper-signup .formBox .sign-form-detail .reg-page-tc, .wrapper-signup .formBox .sign-form-detail .reg-page-tc a {
	color: #ffffff;
}

.wrapper-signup .formBox .sign-form-detail .reg-page-tc a:hover {
	color: #ffd800;
}
.wrapper-signup .formBox .sign-form-detail .btn-yellow {
	width: auto;
    margin: 40px auto 0;
    background: #ffd800;
    border-radius: 0;
    font-family: 'RUBIKMEDIUM';
    font-size: 26px;
    padding: 14px 50px;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    color: #242a3b;
    display: block;
    text-transform: capitalize;
    width: 100%;
}
.wrapper-signup .formBox .sign-form-detail .btn-yellow:hover {
	background-color: #242a3b;
	border: 1px solid #ffd800;
	color: #ffd800;
}
/*----------------------------sign-up--------------------------*/
/*----------------------------account--------------------------*/
section.wrapper-account {
    width: 100%;
    float: left;
    padding: 50px 0 100px;
    position: relative;
    background-color: #eaefee;
    margin: 0;
}
.wrapper-account .account-info {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    padding: 50px;
    margin: 0;
    background-color: #fff;
}
.wrapper-account .account-info h3 {
	color:#242a3b;
	font-family: 'POPPINSREGULAR';
	font-size: 32px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin:0;
	padding: 0;
	letter-spacing: 0;
	text-transform: capitalize;
}
.wrapper-account .account-info p {
	color: #afb1b0;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	margin:0;
	padding: 0;
	line-height: normal;
	letter-spacing: 1px;
	white-space: normal;
	word-break: break-word;
}
.wrapper-account .account-info .accountForm {
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin: 50px 0 0;
    padding: 0;
}
.wrapper-account .account-info .accountForm form .form-group {
    margin-bottom: 1rem;
    display: flex;
    flex-flow: nowrap;
    width: 100%;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.wrapper-account .account-info .accountForm form .form-group label {
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
.wrapper-account .account-info .accountForm form .form-group .form-control {
	color: #242a3b;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    padding: 12px 60px 12px 20px;
    margin: 0 0 0 auto;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    max-width: 312px;
    width: 100%;
}
.wrapper-account .account-info .accountForm form .form-group .input-group-addon {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 8;
}
.wrapper-account .account-info .accountForm form .form-group .input-group-addon a {
	color: #dfe3e2;
    padding: .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 5px;
    padding: 0;
}
.wrapper-account .account-info .accountForm form .form-group .input-group-addon a:hover {
	color: #242a3b;
}
.wrapper-account .account-info .accountForm form .btn-black {
	background-color: #242a3b;
	border: none;
	border-radius: 0;
	color: #fcd635;
	cursor: pointer;
	font-family: 'RUBIKMEDIUM';
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	padding: 14px 48px;
	margin: 30px auto 0;
	outline: 0;
	box-shadow: none;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 100%;
	max-width: 280px;
}
.wrapper-account .account-info .accountForm form .btn-black:hover {
	background-color: #fcd635;
	color: #242a3b;
}
/*----------------------------account--------------------------*/
/*----------------------------register popup----------------------------*/
.registerModal .modal-dialog .modal-content {
	overflow-y: auto;
}
.registerModal .modal-dialog {
    max-width: 600px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.registerModal button.close {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    opacity: 1;
    width: 60px;
    height: 60px;
    z-index: 11;
    background-color: #dfe3e2;
    border-radius: 0 0 0 5px;
    overflow: hidden;
}
.registerModal button.close:before {
    content: "";
    position: absolute;
    left: -74px;
    top: 30px;
    background-color: #d4b42c;
    height: 150px;
    width: 150px;
    transform: rotate(-45deg);
}
.registerModal button.close:after {
    content: "×";
    position: absolute;
    left: 34px;
    top: 5px;
    width: 24px;
    height: 24px;
}
.registerModal .modal-body {
    padding: 0;
}
.registerModal .modal-body .popup-top {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 30px 30px;

    background:#fcd635 url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/regi-popup-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.registerModal .modal-body .popup-top:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-image: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/popup-bottom-arrow.png);
    background-repeat: no-repeat;
    z-index: 2;
}
.registerModal .modal-body .popup-top h2 {
    color: #242a3b;
    font-size: 30px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
    text-transform: none;
}
.registerModal .modal-body .popup-top p {
    color: #242a3b;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
    white-space: normal;
    word-break: break-word;
}
.registerModal .modal-body .popup-top p a {
	color: #242a3b;
	text-decoration: underline;
}
.registerModal .modal-body .popup-field {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px;
    background-color: #dfe3e2;
}
.registerModal .modal-body .popup-field .form-group {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 100%;
    position: relative;
    max-width: 420px;
    margin: 0 auto 30px;
}
.registerModal .modal-body .popup-field .form-group .input-group-prepend {
    margin-right: 0;
}
.registerModal .modal-body .popup-field .form-group .input-group-prepend .input-group-text {
    padding: 16px 13px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
}
.registerModal .modal-body .popup-field .form-group .input-group-prepend .input-group-text .img-fluid {
    max-width: 100%;
    height: auto;
}
.registerModal .modal-body .popup-field .form-group .form-control-lg {
    padding: 16px 15px 16px 60px;
    font-family: 'POPPINSREGULAR';
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    margin:0;
    white-space: nowrap;
    word-break: break-word;
    border-radius: 0;
    border: none;
    color: #272a33;
    text-align: left;
    outline: 0;
    box-shadow: none;
    width: 85%;
}
.registerModal .modal-body .popup-field .checkbox-group {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 420px;
    z-index: 15;
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox {
    width: 100%;
    float: left;
    margin: 0;
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox input[type=checkbox] {
    display: none;
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox label {
    font-size: 16px;
    position: relative;
    margin: 0 0 0 50px;
}
.registerModal .modal-body .popup-field a{
    font-size: 18px;
    position: relative;
    margin: 30px 0 0;
    color: #242a3b;
    font-family: 'POPPINSREGULAR';
}
.registerModal .modal-body .popup-field a:hover {
	color: #ffd800;
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox label a{
    font-size: 16px;
    position: relative;
    margin: 0;
    color: #242a3b;
    font-family: 'POPPINSREGULAR';
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox label a:hover {
	color: #ffd800;
}
.registerModal .modal-body .popup-field .checkbox-group label:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px;
    top: 0
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_small.png) left center no-repeat;
    margin-top: -8px;
    background-size: 100%;
}
.registerModal .modal-body .popup-field .checkbox-group .checkbox input[type=checkbox]:checked + label:before {
    background: url(https://blightspot.com/wp-content/themes/Blight-Spot/assets/images/checkbox_selected_small.png) left center no-repeat;
    background-size: 100%;
}
.registerModal .modal-body .popup-field  .noproperty-subscribe {
    margin: 0 auto;
    background: #242a3b;
    border-radius: 0;
    font-family: 'RUBIKMEDIUM';
    padding: 14px 50px;
    text-align: center;
    border: none;
    cursor: pointer;
    position: relative;
    outline: none;
    color: #ffd800;
    display: block;
    width: 100%;
    max-width: 420px;
    text-transform: uppercase;
}
.registerModal .modal-body .popup-field  .noproperty-subscribe:hover {
    background: #ffd800;
    color: #242a3b;
}
/*----------------------------register popup----------------------------*/

/***** google map ***/
.gm-style .gm-style-iw-c {
	padding: 12px 15px;
}
.gm-style .gm-style-iw-d {
	overflow: inherit !important;
}
.info_content {
	width: 350px;
	margin-right: 0px;
	height: 150px;
	overflow: auto;
}
.info_content img {
	max-width: 100%;
	height: 140px;
	width: 140px;
}
.prop-detail {
	display: inline-block;
	padding: 12px 12px;
}
.info_content p img {
	height: 20px;
    width: 35px;
}
/***** google map ***/

/*** Hide Footer **/
body.page-template-sell-your-property-page footer
{
	display: none;
}
.blockUI.blockOverlay, .blockUI.blockMsg.blockPage {
	z-index: 1100 !important;
}

.socicon-facebook:before, .socicon-twitter:before, .socicon-linkedin:before {
    font-size: 18px;
    line-height: 42px;
}
ul#ui-id-1 {
    width: 314px !important;
    height: 400px;
    overflow-y: auto;
    margin: -1px 0 0 0;
}



/***** Autocomplete ***/

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.street-blur {
	color: transparent;
	filter: blur(3px);
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.page-template-search-page .autocomplete-items {
	text-align: left;
}

.search-link {
	color: #272a33;
}

#mc_embed_signup div.mce_inline_error {
	padding: 0px !important;
    background-color: transparent !important;
    font-weight: normal !important;
    font-size: 14px;
    color: red !important;
}

#mce-error-response {
	color: red !important;
}

#mce-success-response {
	color: #2cbd2a !important;
}