/*
Theme Name: Housing News
Author: Housing team
Author URI: https://housing.com
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after,
.sidebar-posts .pis-ul:after, .sidebar-posts .pis-ul:before,
.wpp-list:after, .wpp-list:before, .fetched_tweets:after, .fetched_tweets:before {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.sidebar-posts .pis-ul:after,
.content-bottom-widgets:after, .wpp-list:after, .fetched_tweets:after{
	clear: both;
}


.navbar-form input::-webkit-input-placeholder {
   color: #8E8E8E;
}

.navbar-form input:-moz-placeholder { /* Firefox 18- */
   color: #8E8E8E;  
}

.navbar-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #8E8E8E;  
}

.navbar-form input:-ms-input-placeholder {  
   color: #8E8E8E;  
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
/* 	font-family: 'Gotham SSm A', 'Gotham SSm B', Halvetica, sans-serif; */
	margin: 0;
	-webkit-font-smoothing: antialiased;
	color: #000;
	overflow-x: hidden;
}

a{
	color: #8E8E8E;
}

a:hover, a:focus{
	color: #7323dc;
	outline: none;
	text-decoration: none;
}

#main-menu{
	float: left;
}

.content-area, .sidebar{
	float: left;
}

.content-area{
	max-width: 900px;
	width: 70%;
}

.site {
	background-color: #fff;
}
.skip-link{
	display: none;
}
.site-inner {
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
.site-content{
	margin: 0 auto;
}

#page-container{
	word-wrap: break-word;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 2%;
}

.page-header{
	margin: 0px;
	padding: 10px 0;
}
.page-title{
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.entry-wrapper{
	padding-top: 36px;
}

.top-banner {
	display: flex;
    width: 100%;
    background-image: url(https://assets-news.housing.com/news/wp-includes/images/rent-pay-banner.png);
    background-size: 100% auto;
	background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
	border-radius: 2px;
}

#home-top-banner {
    height: 83px;
    margin: 0 0 10px;
}

#article-top-banner {
	height: 83px;
	margin: 10px 0 0;
}

#serp-top-banner {
	height: 83px;
	margin: 10px 0;
}

@media (min-width:768px){
	.top-banner {
    	background-image: url(https://assets-news.housing.com/news/wp-includes/images/rent-pay-banner.png);
		font-size: 24px;
	}
	#home-top-banner {
		height: 150px;
		margin: 0 0 30px;
	}
	#article-top-banner {
		height: 150px;
		margin: 30px 0 0;
	}
	#serp-top-banner {
		height: 150px;
		margin: 25px 0 0;
	}
	.entry-wrapper {
		padding-top: 30px;
	}
}

.side-banner {
	display: block;
    width: 100%;
    background-image: url(https://assets-news.housing.com/news/wp-includes/images/rent-pay-banner-380-245.png);
    background-size: 100% auto;
	background-repeat: no-repeat;
}

#home-side-banner {
	height: 160px;
}

.pop-container #home-side-banner {
    width: 380px;
    height: 250px;
}

.single-post #page-container{
	margin-top: 0px;
}

.whats-new{
	font-size: 16px;
	padding: 8px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.tab-content{
	margin-top: 30px;
}

.menu-social_links-container{
	margin-top: 20px;
}

#main-side-menu{
	height: 100%;
	overflow: auto;
}

#main-side-menu-wrap{
	position: fixed;
    top: 0px;
    bottom: 0;
    width: 280px;
    background-color: #191919;
	box-sizing: border-box;
	z-index: 0;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: transform 0.4s ease-out;
	-moz-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.main-side-menu{
	width: 100%;
}
#main-side-menu-wrap .navbar-nav>li{
	display: block;
	float: none;
}
#page{
	z-index: 1;
	-webkit-transition: transform 0.4s ease-out;
	-moz-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.side-menu-shown #page{
	-webkit-transform: translate3D(280px, 0, 0);
	-moz-transform: translate3D(280px, 0, 0);
	transform: translate3D(280px, 0, 0);
}
.side-menu-shown #main-side-menu-wrap{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

@media (min-width: 1050px){
	.side-menu-shown #page{
		-webkit-transform: translate3D(0px, 0, 0);
		-moz-transform: translate3D(0px, 0, 0);
		transform: translate3D(0px, 0, 0);
	}
}



#main-side-menu-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #fff;
}
#main-side-menu-wrap .navbar-header {
    float: none;
}
#main-side-menu-wrap .navbar-nav {
    float: none!important;
    min-width: 160px;
    margin: 0px;
}
#main-side-menu-wrap .navbar-nav>li {
    float: none;
}
#main-side-menu-wrap .navbar-nav>li>a {
    padding: 12px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}
#main-side-menu-wrap .navbar-text {
    float: none;
    margin: 15px 0;
}
#main-side-menu-wrap .nav>li>a:hover, #main-side-menu-wrap .nav>li>a:focus{
	background-color: rgba(255,255,255,0.05);
}
#main-side-menu-wrap .navbar-nav .dropdown-menu {
	display: block;
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px;
}
#main-side-menu-wrap .icon-arrow-down{
	float: right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#main-side-menu-wrap .dropdown-menu > li{
	text-transform: uppercase;
}
#main-side-menu-wrap .navbar-nav .dropdown-menu>li>a:focus, #main-side-menu-wrap .navbar-nav .dropdown-menu>li>a{
	color: #fff;
	padding: 8px 30px;
}
#main-side-menu-wrap .navbar-nav .dropdown-menu>li>a:focus, #main-side-menu-wrap .navbar-nav .dropdown-menu>li>a:hover{
	background-color: rgba(255,255,255,0.05);
}
#main-side-menu-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, #main-side-menu-wrap .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
	color: #fff;
	background-color: rgba(0,0,0,0.1);
}
#main-side-menu-wrap .sidebar-logo{
	padding: 15px;
	display: block;
}



/** Header **/


.site-header{
    z-index: 1000;
    position: relative;
}
.site-header .container-fluid {
    margin: 0 auto;
    max-width: 1800px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}



.site-header .dropdown-menu{
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: 50% -10px;
    -moz-transform: 50% -10px;
    -ms-transform: 50% -10px;
    -o-transform: 50% -10px;
    transform: 50% -10px;
    -webkit-transform-origin: 50% -10px;
    -moz-transform-origin: 50% -10px;
    -ms-transform-origin: 50% -10px;
    -o-transform-origin: 50% -10px;
    transform-origin: 50% -10px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
    display: block;

}
.site-header .dropdown-menu:before, .dropdown-menu:after{
  position: absolute;
  content: '';
  display: inline-block;
}
.site-header .dropdown-menu:before {
  top: -10px;
  right: 35px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.site-header .dropdown-menu:after{
  position: absolute;
  top: -9px;
  right: 36px;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
}

.site-header .open .dropdown-menu{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: auto;
    overflow: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.3,1.6,.7,1),.3s opacity ease-out;
    -moz-transition: -moz-transform .3s cubic-bezier(.3,1.6,.7,1),.3s opacity ease-out;
    -o-transition: -o-transform .3s cubic-bezier(.3,1.6,.7,1),.3s opacity ease-out;
    transition: transform .3s cubic-bezier(.3,1.6,.7,1),.3s opacity ease-out;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.headroom--unpinned {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.headroom--pinned:not(.headroom--top) + .header-filler{
	display: block;
}
.header-filler{
	height: 50px;
	width: 100%;
	display: none;
}

@-webkit-keyframes slideDown{
	0%{-webkit-transform:translateY(-100%)}
	100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes slideDown{
	0%{-moz-transform:translateY(-100%)}
	100%{-moz-transform:translateY(0)}
}
@-o-keyframes slideDown{
	0%{-o-transform:translateY(-100%)}
	100%{-o-transform:translateY(0)}
}
@keyframes slideDown{
	0%{transform:translateY(-100%)}
	100%{transform:translateY(0)}
}


@-webkit-keyframes slideUp{
	0%{-webkit-transform:translateY(0)}
	100%{-webkit-transform:translateY(-100%)}
}
@-moz-keyframes slideUp{
	0%{-moz-transform:translateY(0)}
	100%{-moz-transform:translateY(-100%)}
}
@-o-keyframes slideUp{
	0%{-o-transform:translateY(0)}
	100%{-o-transform:translateY(-100%)}
}
@keyframes slideUp{
	0%{transform:translateY(0)}
	100%{transform:translateY(-100%)}
}

.headroom {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.headroom--pinned {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}
.headroom--pinned.headroom--top{
	position: relative;
}
.headroom--unpinned{
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}

.site-header .navbar-default{
	background-color: #7323dc;
	border-radius: 0px;
	margin-bottom: 0px;
	border-color: rgba(0,0,0,0);
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	border: 0px;
}
.site-header .navbar-default .navbar-nav>li>a{
	color: #fff;
	text-transform: uppercase;
}
.site-header .container-fluid > .navbar-header{
	float: none;
}
.site-header .navbar-brand img, .sidebar-logo img{
    width: 150px;
    height: auto;
}
.site-header .navbar-default .navbar-nav>li>a:focus, .site-header .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}

.site-header .navbar-default .navbar-nav>.open>a, .site-header .navbar-default .navbar-nav>.open>a:focus, .site-header .navbar-default .navbar-nav>.open>a:hover{
	color: #fff;
	background-color: #8442DA;
	background-color: rgba(0,0,0,0.1);
}

.site-header .navbar-default .navbar-toggle{
	border: 0px;
	color: #fff;
}

.site-header .navbar-default .navbar-toggle:focus, .site-header .navbar-default .navbar-toggle:hover{
	background-color: transparent;
}

.site-header .navbar-default .navbar-nav>.active>a, .site-header .navbar-default .navbar-nav>.active>a:focus, .site-header .navbar-default .navbar-nav>.active>a:hover{
	background-color: #8442DA;
}

.site-header .dropdown-menu>.active>a, .site-header .dropdown-menu>.active>a:hover, .site-header .dropdown-menu>.active>a:focus{
	background-color: #7323dc;
}

#main-side-menu-wrap .dropdown-menu>.active>a, #main-side-menu-wrap .dropdown-menu>.active>a:hover, #main-side-menu-wrap .dropdown-menu>.active>a:focus{
	background-color: rgba(255,255,255,0.05);
}

.site-header .side-menu-icon{
    color: #fff;
    font-size: 22px;
    padding: 14px;
    float: left;
    display: none;
    cursor: pointer;
}

.site-header .search-form{
	width: 40px;
    overflow: hidden;
	color: #fff;
	padding: 0;
	position: absolute;
	top: 0;
    right: 10px;
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

/** Search Form **/
.search-form .search-icon, .search-form .close-icon{
	padding: 8px;
    font-size: 16px;
    position: absolute;
    right: 0px;
    z-index: 111;
    border: 0px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-form .input-group .form-control{
	background-color: rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	color: #fff;
	box-shadow: none;
	padding: 0px;
	width: 0px;
	border: 0px;
}

.search-form .form-group, .search-form .input-group{
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-shown .search-form .form-control{
	opacity: 1;
	padding: 6px 12px;
	width: 100%;
	background-color: #fff;
	color: #000;
}
.form-shown .search-form .search-icon{
	color: #000;
}
.form-shown .search-form{
	width: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-form .close-icon{
	opacity: 0;
	width: 0px;
	height: 0px;
	padding: 0px;
	overflow: hidden;
}

.search-form .close-icon{
	opacity: 1;
	width: auto;
	height: auto;
	padding: 8px;
}
.search-form .form-control{
	border-radius: 1px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0);
}

.search-form .form-control:focus{
	outline: none;
	border: 0px;
	box-shadow: none;
}

.search-form .input-group-btn .btn-default{
	background-color: #fff;
	border:0px;
	padding: 7px 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.search-form .input-group-btn .btn-default:focus{
	outline: none;
}

ul.glossary-list{
	list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
}
li.glossary-item{
	display: inline-block;
	max-width: 200px;
	margin: 2px;
    padding: 5px;
    border-radius: 10px;
	background: #eee;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.glossary-item-desc{
    margin-top: 10px;
    display: inline-block;
	font-weight: normal;
}

.single:not(.single-glossary) .navbar-default, .home .navbar-default{
	background-color: transparent;
}
.single:not(.single-glossary) .site-content, .home .site-content{
	margin-top: -50px;
}
.home .site-header .navbar-default .navbar-nav>.active>a, .home .site-header .navbar-default .navbar-nav>.active>a:focus, .home .site-header .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
}

.site-header.headroom--not-top .navbar-default{
	background-color: #7323dc;
}
.single:not(.single-glossary) .site-header.headroom--not-top .form-control, .home .site-header.headroom--not-top .form-control{
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.single:not(.single-glossary) .site-header.headroom--not-top .search-form .icon, .home .site-header.headroom--not-top .search-form .icon{
	color: #fff;
}

.post-type-archive-glossary .page-title{
	background-image: url(https://housing-rm.housingcdn.com/email_campaigns/dictionary.jpg);
    background-size: cover;
    background-position: center;
    height: 135px;
    background-repeat: no-repeat;
    font-size: 0px;
}

#main-menu .dropdown-menu>li>a{
	line-height: 24px;
}

#news-sponsored-articles-carousel-wrap {
  position: relative;
}

.spotlight-carousel-nav-btn {
  position: absolute;
  top: calc(50% - 35px);
  width: 46px;
  height: 46px;
  box-shadow: 0 6px 9px 0 rgba(189, 54, 54, 0.1);
  background-color: #ffffff;
  border-radius: 50%;
  visibility: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

@media (max-width: 600px) {
  .spotlight-carousel-nav-btn {
    display: none;
  }
}

.spotlight-carousel-nav-btn:hover {
  box-shadow: 0 6px 9px 0 rgba(189, 54, 54, 0.2);
}

#spotlight-carousel-prev-btn {
  left: -17px;
}

#spotlight-carousel-next-btn {
  right: -17px;
}

#news-sponsored-articles-carousel {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  flex-wrap: nowrap;
  will-change: scroll-position;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

@media (min-width: 600px) {
  #news-sponsored-articles-carousel {
    overflow-x: hidden;
  }
}

.news-sponsored-article {
  flex: 0 0 178px;
  flex-direction: column;
  position: relative;
  display: flex;
  scroll-snap-align: center;
}

@media (min-width: 600px) {
  .news-sponsored-article {
    flex: 0 0 570px;
    flex-direction: row;
  }
}

#news-spotlight-wrapper {
  position: relative;
  margin: 30px -10px;
  padding: 20px 0 16px 20px;
  background-color: #f2f3f8;
}

@media (min-width: 600px) {
  #news-spotlight-wrapper {
    margin: 30px 0;
    border-radius: 10px;
  }
}

@media (min-width: 600px) {
  #news-spotlight-wrapper {
    margin: 30px 0 0;
  }
}

#news-spotlight-heading {
  margin: 0;
  padding: 0 0 3px;
  font-size: 28px;
  font-weight: 500;
  color: #222;
}

#news-spotlight-subheading {
  margin: 0;
  padding: 0 0 31px;
  font-size: 14px;
  color: #999;
}

.news-sponsored-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 90px;
  height: 25px;
  border-radius: 10px;
  background-color: #dbdce3;
  font-size: 12.5px;
  font-style: italic;
  color: #999;
  padding: 5px 10px;
}

.sponsored-article-tab {
  position: absolute;
  top: 170px;
  left: 10px;
  background: white;
  padding: 3px 4px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12.5px;
  box-shadow: 0 1px 4px 0 black;
}

#news-spotlight-wrapper article {
  margin-right: 20px;
}

.sponsored-entry-thumb {
  width: 178px;
  height: 80px;
  border-radius: 10px;
  border: solid 1px #ebebeb;
  background-color: #d8d8d8;
  object-fit: cover;
}

@media (min-width: 600px) {
  .sponsored-entry-thumb {
    width: 200px;
    height: 157px;
  }
}

#news-spotlight-wrapper .entry-excerpt {
  line-height: 22px;
  color: #999;
}

#news-spotlight-wrapper .read-full-story {
  display: block;
  color: #5e47dc;
  text-transform: uppercase;
  padding: 2px 0 0;
}

#news-spotlight-wrapper .post-meta {
  font-size: 12.5px;
  letter-spacing: 0.6px;
  font-weight: 500;
  color: #999;
}
@media (min-width: 600px) {
  #news-spotlight-wrapper .post-meta {
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
  }
}

#news-spotlight-wrapper .post-content-wrap {
  margin: 32px 0 0;
}
@media (min-width: 600px) {
  #news-spotlight-wrapper .post-content-wrap {
    margin: 0 0 0 14px;
  }
}

#news-spotlight-wrapper .category-tag {
  font-size: 12.5px;
  top: 90px;
  left: 0;
  padding: 0;
  background-color: transparent;
  color: #7f7f7f;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  #news-spotlight-wrapper .category-tag {
    left: 8px;
    top: 8px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    text-transform: none;
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .sponsored-article-tab {
    top: 115px;
  }
}

@media (max-width: 720px) {
  .sponsored-article-tab {
    top: 270px;
  }
}

@media (max-width: 480px) {
  .sponsored-article-tab {
    top: 210px;
  }
}

@media (max-width: 320px) {
  .sponsored-article-tab {
    top: 170px;
  }
}

.sponsored-article-tab {
  position: absolute;
  background: white;
  padding: 3px 4px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12.5px;
  box-shadow: 0 1px 4px 0 black;
}

.sponsored-article-home {
	top: 170px;
	left: 10px;
}
@media (max-width: 1024px) {
  .sponsored-article-home {
    top: 115px;
  }
}
@media (max-width: 720px) {
  .sponsored-article-home {
    top: 270px;
  }
}
@media (max-width: 480px) {
  .sponsored-article-home {
    top: 210px;
  }
}
@media (max-width: 320px) {
  .sponsored-article-home {
    top: 170px;
  }
}

.sponsored-article-single {
	top: unset;
	bottom: 10px;
	left: 10px;
}

/**
 * 11.2 - Posts and pages
 */

.entry-title{
	font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.2em;
}
.single-post .entry-title{
	margin: 20px 0;
	font-size: 42px;
	line-height: 1.2em;
}

.single-post .post .post-meta{
	margin-top: 40px;
}
.single-post .entry-content{
	line-height: 28px;
	border-bottom: 1px solid #e6e6e6;
}
.entry-subtitle{
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0;
	margin-bottom: 14px;
	line-height: 28px;
	color: #333;
	font-style: italic;
	padding-bottom: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.entry-title a{
	color: #000;
}
.entry-title a:hover, .entry-title a:focus{
	color: #7323dc;
	text-decoration: none;
}
.entry-content, .entry-excerpt{
  color: #333;
  font-size: 16px;
  line-height: 28px;
}
.entry-excerpt{
	line-height: 28px;
	font-size: 14px;
}
.entry-content ul{
	list-style: inherit;
}
.entry-content a{
	color: #7323dc;
}
.entry-content img.size-large{
	width: 100%;
	height: auto;
}
.entry-content h3{
	font-size: 20px
}
.entry-content table td, .entry-content table td{
	padding: 5px 8px;
    border: 1px solid #ccc;
}
.entry-excerpt p{
	overflow: hidden;
	margin-top: 0px;
	line-height: 1.8em;
}
.more-link{
	display: block;
	padding: 5px 0;
	text-transform: capitalize;
	color: #7323dc;
	font-size: 12.5px;
}

.entry-footer{
	margin-top:20px; 
}
.entry-thumb{
	width: 300px;
    height: 200px;
}

.post{
	position: relative;
    min-height: 220px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.single .post{
	border-bottom: 0px;	
}
.single .post table{
	width: 100%;
	word-wrap:break-word;
        table-layout: fixed;
}
.single .post img, .single .post figure {
	max-width: 100%;
	height: auto;
}

.post-thum-wrap{
	position: absolute;
}

.entry-thumb{
	position: absolute;
	background-size: cover;
	background-position: center;
	width: 300px;
	height: 200px;
	background-color: #e6e6e6;
}
.category-tag{
	position: absolute;
    background-color: #000;
    padding: 2px 8px;
    top: 8px;
    left: 0px;
    color: #fff;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-tag a{
	color: #fff;
}


.post .post-content-wrap{
	margin-left: 320px;
	position: relative;
}
.glossary{
	margin-bottom: 15px;
}
.glossary .post-content-wrap{
	padding: 6px 20px;
    background-color: #f6f6f6;
}
.post-banner-img .wp-post-image{
	width: 100%;
}
.post:not(.has-post-thumbnail) .post-content-wrap{
	margin-left: 0px;
}
.post-meta > span:not(:last-child):after {
	content: "|";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/** Pagination **/
.pagination .screen-reader-text{
	display: none;
}
.pagination .page-numbers{
	padding: 8px 10px;
	color:#8E8E8E;
}
.pagination .page-numbers.current{
    background-color: #7323dc;
    color: #fff;
}
.pagination .page-numbers:hover{
	color: #7323dc;
}

.author-bio-details, .byline{
  float: left;
}

.author-bio-details .posted-on{
	display: block;
}





/**
 * 11.5 - Sidebar
 */

.sidebar {
	width: 25%;
	margin-left: 5%;
}
.single .sidebar, .home .sidebar{
	margin-top: 30px;
}

.sidebar .widget{
	margin-bottom: 30px;
}

.sidebar .widget .widget-title{
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	margin: 10px 0;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	letter-spacing: .4px;
	font-weight: 600;
}

.sidebar .widget .widget_text{
	font-size: 13px;
}

.sidebar .widget:first-child h2{
	margin-top: 0px;
}

.sidebar .widget:nth-child(1) {
	margin-bottom: 0px;
}

.sidebar .fetched_tweets.light .tweets_avatar .tweet_data a{
	color: #7f7f7f !important;
}

.sidebar li.tweets_avatar{
	padding: 0px !important;
	padding-bottom: 8px !important;
	position: relative;
}

.sidebar li.tweets_avatar:after{
	content: "";
	position: absolute;
	bottom: 4px;
	width: 40px;
	height: 1px;
	background-color: #e6e6e6;
}
.sidebar #sb_instagram #sbi_images .sbi_item{
	padding: 5px !important;
}
.sidebar #sb_instagram #sbi_images{
	padding: 0px !important;
	position: relative;
    left: -5px;
}

#sb_instagram .sbi_photo{
	background-color: #e6e6e6;
}
#sb_instagram .sbi_photo img{
	width: 100%;
    height: 100%;
}

.sidebar .fetched_tweets > li{
	box-shadow: none;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Halvetica, sans-serif;
}

.sidebar .tweets_avatar .times{
	 margin-top: 8px;
}	
.sidebar .tweets_avatar .times em{
	font-style: normal;
}
.menu-item{
	font-size: 12.5px;
	line-height: 22px;
}
.subscription-form-wrap{
	margin: 0 0 10px 0;
	max-width: 400px;
}
.subscribe-box{
	box-sizing: border-box;
	padding: 13px;
	border-radius: 2px;
	background-color: #7323dc;
	box-shadow: 1px 1px 4px -2px rgba(0,0,0,0.4); 
	max-width: 400px;
}
.subscribe-box.widget .widget-title{
	color: #fff;
	line-height: 18px;
	padding: 4px 0;
	margin:0px;
}

.sidebar-posts .pis-ul{
	padding: 0px;
    list-style: none;
}

.sidebar-posts .pis-li{
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.sidebar-posts .pis-thumbnail{
    float: left;
}
.sidebar-posts .pis-thumbnail-img.wp-post-image{
	width: 80px;
    height: 80px;
    margin: 0 14px 0 0;
}
.sidebar-posts .pis-excerpt{
	display: none;
}
.sidebar-posts .pis-title{
	margin-bottom: 0px;
}
.sidebar-posts .pis-date{
	font-size: 14px;
	font-weight: 400;
	color: #7f7f7f;
}
.sidebar-posts .pis-title a{
	color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    max-height: 60px;
    overflow: hidden;
}
.sidebar-posts .pis-title a:hover{
	color: #7323dc;
}


.feedback-box{
	background-color: #000;
	color:#fff;
	padding: 10px;
	border-radius: 2px;
}
.feedback-box a{
	color: #fff;
	font-weight: 600;
}

#cff{
	position: relative;
}

#cff .cff-item:first-child{
	margin-top: 160px;
}
#cff .cff-likebox{
	position: absolute;
	top:0px;
}


.wpcf7-form-control-wrap, .subscription-form-control-wrap{
	width:80%;
	display: inline-block;
}

.wpcf7-form > p{
	position: relative;
	margin-bottom: 5px;
}

.wpcf7-email, .subscription-email{
	width: 100%;
	padding: 10px;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.es_button{
	display: inline-block;
	width: 20%;
}
.wpcf7-submit{
	width: 20%;
}
.subscription-submit{
	width: 100%;
}
.wpcf7-submit, .subscription-submit{
    background-color: #1fc055;
    border: 0px;
    color: #fff;
    padding: 10px 0px;
    height: 42px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    outline: none;
}
.wpcf7-form .ajax-loader{
	position: absolute;
    margin-top: 10px;
}
div.wpcf7-mail-sent-ok{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #398f14;
}
.wpcf7-form .icon-arrow-diagonal, .subscription-submit .icon-arrow-diagonal{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;	
}
#es_msg_pg{
	color: #000;
}
#es_msg_pg.success-state{
	color: #1fc055;
}
#es_msg_pg.error-state{
	color: #F00;
}



#wp_rp_first ul.related_post{
	list-style: none;
	padding: 0px;
}

#wp_rp_first .related_post_title {
	margin: 20px 0 !important;
}
#wp_rp_first .related_post li {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	margin: 0px ;
	margin-bottom: 10px;
	display: inline-block;
	margin-bottom: 20px;
	min-height: 80px;
}
#wp_rp_first .related_post li:nth-child(odd) .wp_rp_thumbnail{
	padding-left: 0px;
}
#wp_rp_first .wp_rp_thumbnail{
	padding-left: 15px;
}

#wp_rp_first .wp_rp_title{
	color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
    max-height: 60px;
    overflow: hidden;
    line-height: 20px;
}
#wp_rp_first .wp_rp_title, #wp_rp_first .wp_rp_publish_date{
	position: absolute;
	left: 105px;
}

#wp_rp_first .related_post li:nth-child(odd) .wp_rp_title, #wp_rp_first .related_post li:nth-child(odd) .wp_rp_publish_date{
	left: 90px;
}

#wp_rp_first .wp_rp_publish_date{
	bottom: 0px;
	font-size: 14px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 14px;
}
#wp_rp_first ul.related_post li a {
 	box-sizing: border-box;
 	display: inline-block;
}
#wp_rp_first ul.related_post li img {
	width: 80px !important;
	height: auto !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	background-color: #e6e6e6 !important;
}


.rpwwt-post-title{
	display: block;
	float: left;
	width: 66%;
	font-size: 13px;
	margin-top: 18px;
	color: #000000;
	font-weight: bold;
}

.rpwwt-post-title:hover{
	color: #7323dc;
}



#menu-social_links{
	padding-left: 0px;
	list-style: none;
	margin-top: 10px;
}

#menu-social_links .icon{
	padding: 10px;
    font-size: 24px;
    border: 1px solid #e6e6e6;
    border-radius: 44px;
    margin-right: 14px;
}
#menu-social_links .menu-item{
	line-height: normal;
	float: left;
}

#menu-social_links .icon-facebook{
	color: #3b5998;
}

#menu-social_links .icon-twitter{
	color: #55acee;
}

#menu-social_links .icon-instagram{
	color: #125688
}

/**
 * Comments Section
 */

.comment {
  margin: 20px 0;
}

#comments-title-count {
  font-size: 20px;
  color: #7a7a7a;
  font-weight: normal;
}

.comments-title {
  font-weight: 500;
  color: #222;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-author .avatar {
  border-radius: 50%;
}

.comment-left-section,
.comment-right-section {
  display: inline-block;
  vertical-align: top;
  margin: 4px 8px;
}

.comment-right-section {
  width: calc(100% - 90px);
}

.comment-author-name {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin: 4px 0;
}

.comment-date-time {
  font-size: 12.5px;
  color: #7f7f7f;
  margin: 4px 0;
}

.comment-content {
  font-size: 14px;
  line-height: 1.5;
  color: #4e4e4e;
  margin: 4px 0;
}

@media (min-width: 768px) {
  .comment-content {
    padding-left: 75px;
  }
}

.post-comment-btn-wrap {
  text-align: right;
  margin: 15px 0 0;
}

.post-comment-btn {
  background-color: #7f7f7f;
  width: 170px;
  color: #fff;
  outline: none;
  border: 0;
  padding: 10px;
  font-size: 14px;
}

.post-comment-btn:hover {
  background-color: #1dd38f;
  color: #fff;
}

.comment-text-area {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  height: 30px;
  resize: none;
  outline: none;
}

.comment-form-comment {
  margin: 0;
}

.mh-600 {
  max-height: 600px;
  overflow: hidden;
}
.fade-out-bottom {
  position: relative;
}
.fade-out-bottom:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
  width: 100%;
  height: 100px;
}
#show-more-comments {
  color: #5e23dc;
  text-align: center;
  margin: -10px 0 10px;
  cursor: pointer;
}

/** Author footer **/
.post .post-meta #breadcrumbs{
text-transform: none;
}
.post .post-meta{
	line-height: 20px;
	color: #8E8E8E;
	font-size: 12.5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.entry-footer .byline .author .avatar{
	margin-right: 14px;
}
/**
 * 11.6 - Footer
 */

 .footer {
    background: #191919;
    padding: 50px 10px;
}

.footer .housing-line, .footer .links-row {
    vertical-align: middle;
    display: inline-block;
}

.footer .links-row {
    width: 70%;
    white-space: nowrap;
}

.footer .housing-line {
    width: 30%;
    padding: 0 20px 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.footer .desc {
    color: #7f7f7f;
    font-size: 12.5px;
    line-height: 22px;
}


.footer .links-row .links-detail.column2 {
    width: 16%;
    margin: 0 60px 20px 60px;
}

.footer .links-row .links-detail {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    float: left;
    margin-bottom: 20px;
}


.footer .footer-header {
    color: #fff;
    height: 35px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.footer .footer-header .footer-text {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12.5px;
}

.footer .links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .links .link {
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
    color: #7f7f7f;
    font-size: 14px;
}

.footer .links.half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.footer-logo-coloured{
	height: 30px;
    background-image: url(https://assets-news.housing.com/news/wp-content/themes/mytheme/images/logo_mask@2x.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    width: 220px;
}

.tweet_data{
	font-family: 'Rubik', sans-serif !important;
	/*font-family: 'Gotham SSm A', 'Gotham SSm B', Halvetica, sans-serif !important;*/
	font-size: 14px !important;
}

.wpp-list{
	padding-left: 0px;
	list-style: none;
}
.wpp-list > li{
	margin-bottom: 15px;
}

.wpp-list .wpp-post-title{
	color: #000;
	font-weight: 500;
	display: block;
	margin-bottom: 4px;
	max-height: 60px;
    overflow: hidden;
}
.wpp-list .wpp-post-title:hover{
	color: #7323dc;
}
.wpp-list .wpp-date{
	font-size: 14px;
	font-weight: 400;
	color: #7f7f7f;
}
.wpp-thumbnail{
	margin: 0 14px 0 0 !important;
}

.yarpp-related a{display:inline-block;max-width:200px;vertical-align:top;margin:5px 10px;}
.yarpp-related a img{height:200px;object-fit:cover;}
.yarpp-related a:hover img{opacity:0.6}
.yarpp-related a p{min-height:100px;padding:5px;line-height:1.3;font-size:14px;text-align:justify;}
@media (max-width:768px){
	.yarpp-related a{max-width:100%;}
}

.reaction_buttons{margin:30px 5px;text-align:center;}
.reaction_buttons ul{list-style:none;margin:0;padding:0}
.reaction_buttons ul >li.reaction_button{display:inline-block;font-size:30px;line-height:40px;}
.reaction_buttons ul>li.reaction_button .braces,.count_number{display:none;}

.reaction_buttons ul>li.reaction_button[onclick^="javascript"] >div{display:none;} 
.reaction_buttons ul>li.reaction_button.voted.rb_chosen[onclick^="javascript"] >div{display:block;}
.reaction_buttons ul>li.reaction_button.reaction_button_0[onclick^="javascript"]:before{content:'⌛';}
.reaction_buttons ul>li.reaction_button.voted.reaction_button_0[onclick^="javascript"]:before{content:'';}

@media screen and (min-width: 768px){
	.carousel-control .icon-arrow-left{
	    margin-left: -10px;
	}
	.carousel-control .icon-arrow-left, .carousel-control .icon-arrow-right{
	    width: 30px;
	    height: 30px;
	    margin-top: -10px;
	    font-size: 30px;
	}
}
.carousel-control .icon-arrow-left{
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-arrow-left, .carousel-control .icon-arrow-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-arrow-left, .carousel-control .icon-arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-arrow-left {
    left: 50%;
    margin-left: -10px;
}



/** Slider **/

#main-slider .item img{
	width: 100%;
}
#main-slider .item > a{
	display: block;
}


.swipe {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  width: 100%;
}
.main-carousel {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #e6e6e6;
    min-height: 260px;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap .item {
  float:left;
  width:100%;
  max-width: 800px;
  position: relative;
  padding: 0 2px;
}


.main-carousel .carousel-caption{
    text-shadow: none;
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
	text-shadow:none;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.main-carousel .carousel-control{
	z-index: 100;
}
.main-carousel .item.active .carousel-caption{
	opacity: 1;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.4)
}
.main-carousel .caption-author a:hover, .main-carousel .slider-date a:hover{
	text-decoration: underline;
}
.entry-banner {
	width: 100%;
	height: 400px;
	/* min-height: 260px; */
	object-fit: contain
}
.img-holder {
	width: 100%;
	height: 400px;
	min-height: 260px;
	object-fit:cover;
}

.img-holder:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 2px;
    left: 2px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.2);
}

.home-page-banner-gradient {
    top: 0;
    height: 65px;
    width: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,0,100%,from(rgba(0,0,0,.6)),to(rgba(0,0,0,0)));
    background-image: -ms-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
    background-repeat: repeat-x;
}

.home-page-banner-gradient{
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
}

.main-carousel .carousel-caption a{
	color : #fff
}
.main-carousel .carousel-caption a:hover, .main-carousel .carousel-caption a:focus{
	text-decoration: none;
}
.main-carousel .caption-title{
	margin: 24px 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.nav-previous, .nav-next{
	width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}


.tags-section, .cat-links{
	display: block;
}

.section-title{
	font-size: 18px;
    margin: 0px;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.addtoany_shortcode{
	padding: 14px 0;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin: 30px 0;
}

.addtoany_shortcode:before{
	content: "Share this post";
	margin-right: 10px;
	color: #7f7f7f;
}

.addtoany_list.a2a_kit_size_32 a{
	padding: 0px;
	margin-right: 12px;
}
.addtoany_list.a2a_kit_size_32 .a2a_button_whatsapp{
	margin-right: 0;
}

.addtoany_list.a2a_kit_size_32 a > span.a2a_svg{
	width: 40px !important;
	height: 40px !important;
	background-repeat: no-repeat !important;
	background-size: cover;
	border-radius: 24px !important;
}

.addtoany_list.a2a_kit_size_32 a > span.a2a_label{
	display: none;
}
.addtoany_list.a2a_kit_size_32 a > span.a2a_count{
	width: auto !important;
	padding: 0 5px;
	min-width: 20px;
	height: 20px !important;
	line-height: 18px !important;
	font-size: 12.5px !important;
}

.addtoany_list  .a2a_button_whatsapp, .a2a_floating_style .a2a_button_whatsapp{
	display: none;
}

.img-icon{
	display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px;
}

.img-icon.facebook{
	background-image: url('https://assets-news.housing.com/news/wp-content/themes/mytheme/images/facebook.png');
}
.img-icon.twitter{
	background-image: url('https://assets-news.housing.com/news/wp-content/themes/mytheme/images/twitter.png');
}
.img-icon.instagram{
	background-image: url('https://assets-news.housing.com/news/wp-content/themes/mytheme/images/instagram.png');
}
.img-icon.linkedin{
	background-image: url('https://assets-news.housing.com/news/wp-content/themes/mytheme/images/linkedin.png');
}
.img-icon.youtube{
	background-image: url('https://assets-news.housing.com/news/wp-content/themes/mytheme/images/youtube.png');
}
.author-data{
}
.author-avatar{
	margin-right: 15px;
	float: left;
}
.author-avatar, .author-data{
	display: inline;
}
.author-name, .author-username{
	display: block;
}

.tags-section .tag-list{
	list-style: none;
	padding: 0px;
}
.tags-section .tag-list li{
	display: inline-block;
    margin: 5px;
}
.tags-section .tag-list li:first-child{
	margin-left: 0px;
}
.tags-section .tag-list a{
    display: inline-block;
    padding: 10px 8px;
    color: #7f7f7f;
    border: 1px solid #e6e6e6;
}
.tags-section .tag-list a:hover{
	color: #7323dc;
	border-color: #7323dc;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}


.dropdown .icon-arrow-down{
	margin-left: 4px;
	-webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	display: inline-block;
}

.dropdown.open .icon-arrow-down{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}

.seperator{
	padding: 0 5px;
}

.search-no-results .no-results-msg{
	text-align: center;
    font-size: 16px;
    margin: 12px;
}


.fb-comment-section > h3, .fb-comment-section > p{
	display: none;
}

.pagination-wrap{
	margin-bottom: 10px;
}

.media-credit-container{
	position: relative;
}

.media-credit{
	position: absolute;
	top: 0px;
	color: #fff;
	background-color: #000;
	left: 0px;
	margin: 0px;
	padding: 2px 4px;
	font-size: 10.5px;
	margin-top: 4px;
}

.pop-container{
	position: fixed;
	top: 50%;
	z-index: 9999997;
	left: 50%;
	transform: translate(-50%,-50%);
}

.overlay1{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999996;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5)

}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Supply hooks */
.supply-hook-mini {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  margin: 11px 20px;
  padding: 5px 6px 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 2px;
}
.supply-hook-mini__text {
  color: #5e0be0;
}
.supply-hook-mini__cta {
  margin-left: 8px;
  padding: 0 11px;
  line-height: 18px;
  color: #fff;
  background-color: #e62878;
  border-radius: 2px;
}
.supply-hook {
  position: relative;
  padding: 8px 12px 13px 9px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.23);
}
.supply-hook__details {
  display: flex;
  align-items: center;
}
.supply-hook__thumbnail {
  width: 66px;
  height: 55px;
  background: url(https://assets-news.housing.com/news/wp-content/themes/mytheme/images/supply-hook.svg) center / contain no-repeat;
}
.supply-hook__desc {
  margin-left: 16px;
}
.supply-hook__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.supply-hook__tag {
  display: inline-block;
  position: relative;
  /* top: -1px; */
  margin-left: 8px;
  padding: 0 10px;
  font-size: 12.5px;
  line-height: 18px;
  color: #fff;
  background-color: #e62878;
  border-radius: 2px;
}
.supply-hook__subtitle {
  margin-top: 3px;
  font-size: 12.5px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
}
.supply-hook__cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.supply-hook__subtext {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.supply-hook__cta {
  padding: 0 30px;
  font-size: 12.5px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  background-color: #1dd38f;
  text-decoration: none;
  border-radius: 2px;
}
.supply-hook__close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 20px;
  color: #999;
}
.supply-hook--home {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  transform: translate(0, 100%);
  width: 100%;
  background-color: #fff;
  transition: transform .2s;
}
.supply-hook--home .supply-hook__close {
  display: block;
}
.supply-hook--home.supply-hook--home--visible {
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
	.supply-hook--tagged .supply-hook__tag {
	  position: absolute;
	  top: 12px;
	  left: -8px;
	  margin-left: 0;
	  padding: 0 15px 0 17px;
	  font-size: 14px;
	  line-height: 24px;
	}
	.supply-hook--tagged .supply-hook__tag::after {
	  content: "";
	  position: absolute;
	  top: -5px;
	  left: 0;
	  border-bottom: 5px solid #b4064f;
	  border-left: 8px solid transparent;
	}

	.supply-hook--home {
	  display: flex;
	  justify-content: space-between;
	  left: 50%;
	  z-index: 1;
	  transform: translate(-50%, 100%);
	  width: 1145px;
	  padding: 22px 120px 22px 66px;
	}
	.supply-hook--home.supply-hook--home--visible {
	  transform: translate(-50%, 0);
	}
	.supply-hook--home .supply-hook__thumbnail {
	  width: 91px;
	  height: 74px;
	}
	.supply-hook--home .supply-hook__desc {
	  margin-left: 37px;
	}
	.supply-hook--home .supply-hook__title {
	  font-size: 22px;
	  line-height: 22px;
	}
	.supply-hook--home .supply-hook__subtitle {
	  margin-top: 14px;
	  font-size: 18px;
	  line-height: 18px;
	}
	.supply-hook--home .supply-hook__cta-container {
	  margin-top: 0;
	  padding: 20px 22px 20px 27px;
	  border: 1px solid rgba(29, 211, 143, 0.1);
	  background-color: rgba(29, 211, 143, 0.08);
	  border-radius: 2px;
	}
	.supply-hook--home .supply-hook__subtext {
	  width: 120px;
	  font-size: 16px;
	  line-height: 22px;
	  text-align: center;
	}
	.supply-hook--home .supply-hook__cta {
	  margin-left: 21px;
	  padding: 0 45px;
	  font-size: 14px;
	  line-height: 40px;
	}

	.supply-hook--compact {
	  padding: 30px 16px 16px 16px;
	}
	.supply-hook--compact .supply-hook__thumbnail {
	  width: 51px;
	  height: 42px;
	}
	.supply-hook--compact .supply-hook__desc {
	  margin-left: 13px;
	}
	.supply-hook--compact .supply-hook__title {
	  line-height: 14px;
	}
	.supply-hook--compact .supply-hook__tag {
	  top: 8px;
	  padding: 0 14px;
	  font-size: 12.5px;
	  line-height: 22px;
	}
	.supply-hook--compact .supply-hook__subtitle {
	  margin-top: 4px;
	  padding-right: 30px;
	}
	.supply-hook--compact .supply-hook__subtext {
	  display: none;
	}
	.supply-hook--compact .supply-hook__cta {
	  width: 100%;
	  line-height: 40px;
	  text-align: center;
	}
}

@media (max-width: 1140px) {
	.form-shown .search-form{
		width: 220px;
	}
	.main-carousel .carousel-caption{
		width: 70%;
	}
}

@media (max-width: 1050px) {
	#main-menu{
		display: none !important;
	}
	.site-header  .side-menu-icon{
		display: inline-block;
	}
	.site-header .container-fluid{
		padding: 0px;
	}
	.swipe-wrap .item {
		padding: 0px;
		max-width: 100%;
	}
	.img-holder:after{
		right: 0;
		left: 0;
	}
	.main-carousel .carousel-caption{
		opacity: 1;
	}
}

@media (max-width: 1024px) {
	.site-header .dropdown-menu{
		-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4);
	    box-shadow: 0 2px 10px rgba(0,0,0,.4);
	    width: 185px;
	    border-radius: 2px;
	}

    .entry-thumb{
		width: 220px;
		height: 146px;
    }
    .post .post-content-wrap {
		margin-left: 240px;
	}
	.entry-title{
		margin: 8px 0;
		font-size: 20px;
	}
	.footer .housing-line {
		padding-left: 10px; 
	}
	.footer .links-row .links-detail.column2{
		margin: 0 30px 20px 30px;
	}

	.footer .links-detail.social, .footer .links-detail.about-company-footer{
		min-width: 180px;	
	}
	.main-carousel .caption-title{
		font-size: 32px;
	}
	.main-carousel .carousel-caption{
		width: 70%;
	}

	.addtoany_list  .a2a_button_whatsapp, .a2a_floating_style .a2a_button_whatsapp{
		display: inline-block;
	}
	#main-menu .dropdown .icon-arrow-down{
		float: right;
	}
	.site-header .navbar>.container .navbar-brand, .site-header .navbar>.container-fluid .navbar-brand{
		margin-left: 0px;
		padding: 15px 0px;
	}

	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	    margin-right: 0px;
	    margin-left: 0px;
	}	
}



@media (max-width: 768px) {
	.entry-wrapper{
		padding-top: 0px;
	}
	.page-header{
		padding: 15px 0;
	}
	.main-carousel .caption-title{
		font-size: 28px;
		line-height: 36px;
	}
	.site-content{
		margin-top: 0px;
	}
	.site-header .navbar-form{
		padding: 0px 15px;
		border: 0px;
		float: left;
		box-shadow: none;
	}
	
	#latest-posts{
		padding-top: 20px;
	}
	.content-area{
		width: 100%;
	}

	
	body:not(.single) .post{
		box-shadow: 0px 2px 2px #EAE8E8;
		-webkit-box-shadow:0px 2px 2px #EAE8E8;
	}
	.entry-thumb{
		position: static;
		width: 100%;
	}
	.post .post-content-wrap{
		margin-left: 0;
		padding: 20px;
		padding-bottom: 0px;
		height: auto;
	}
	#page-container{
		margin-top: 16px;
		padding: 0 2%;
	}
	.more-link{
		padding: 8px 20px;
		border-top: 1px solid #e6e6e6; 
		margin-top: 10px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.main-carousel, .main-carousel .img-holder, .entry-banner{
		height: 400px;
	}
	.entry-thumb{
		height: 300px;
	}
	.site-header .navbar-brand{
		padding: 14px 0px;
	}
	.wpp-list > li{
		margin-bottom: 15px;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
		width: 33.33%;
	}
	.sidebar{
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	.sidebar li.tweets_avatar, .wpp-list > li, .sidebar-posts .pis-li{
		float: left !important;
		width: 50%;
		clear: none !important;
	}
	.nav-previous, .nav-next{
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.footer .housing-line{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .footer-logo-coloured{
		display: inline-block;
		margin-bottom: 0px;
	}
	.footer .links-row{
		text-align: center;
		width: 100%;
	}
	.footer .links-row .links-detail{
		text-align: left;
	}
	.side-menu-shown{
		overflow: hidden;
	}
	.side-menu-shown #page:after{
		content: "";
		position: absolute;
		top:0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,0.5);
	}
	#sb_instagram .sbi_photo{
		max-height: 200px;
		overflow: hidden;	
	}
	.post{
		padding-bottom: 0;
	}
	.entry-excerpt p{
		margin-bottom: 0px;
		overflow: visible;
	}
	.single-post .post .post-meta {
		margin-top: 20px;
	}
	#menu-social_links{
		margin: 20px 0;
	}
}

@media (max-width: 480px) {
	.entry-title{
		font-size: 16px;
    	line-height: 20px;
	}
	.single-post .entry-title{
		font-size: 18px;
    	line-height: 22px;	
	}
	.navbar-collapse{
		position: absolute;
		left: 0;
		right: 0px;
		top: 50px;
		background-color: #7323DC;
		z-index: 10;
	}
	.navbar-nav .dropdown .icon-arrow-down{
		float: right;
	}
	.entry-thumb, .main-carousel, .main-carousel .img-holder, .entry-banner{
		height: 240px;
	}
	.main-carousel .caption-title{
		font-size: 20px;
    	margin: 8px 0;
    	line-height: 24px;
	}

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item, #sb_instagram.sbi_col_10 #sbi_images .sbi_item{
		width: 50%;
	}
	.sidebar #sb_instagram #sbi_images .sbi_item:nth-child(3n+1){
		padding: 5px !important;
	}
	#page-container{
		margin-top: 10px;
	}
	.post .post-content-wrap{
		padding: 10px;
		padding-bottom: 0px;
	}
	.page-title{
		font-size: 16px;
	}
	.footer-menu-wrap{
		float: none;
		max-width: none;
		margin-right: 0;
	}
	.site-footer .site-info{
		text-align: center;
	}
	.site-footer #menu-explore li{
		display: inline-block;
	}
	.sidebar li.tweets_avatar, .wpp-list > li, .sidebar-posts .pis-li{
		float: none !important;
		width: 100%;
		clear: both !important;
	}
	.addtoany_shortcode:before{
		display: block;
		margin-bottom: 10px;
	}
	.site-header.form-shown .navbar-default{
		background-color: #7323dc;
	}
	.form-shown .search-form{
		left: 44px;
		width: auto;
	}
	.form-shown .search-form .form-control{
		background-color: rgba(255, 255, 255, 0.1);
		color: #fff;
	}
	.form-shown .search-form .icon{
		color: #fff;
	}
	.site-header.form-shown .navbar-brand{
		display: none;
	}
	.more-link{
		padding: 8px 10px;
		margin-left: -10px;
		margin-right: -10px;
	}
	#wp_rp_first ul.related_post li{
		width: 100% !important;
	}
	#wp_rp_first .related_post li:nth-child(even) .wp_rp_thumbnail{
		padding-left: 0px;
	}
	#wp_rp_first .wp_rp_title, #wp_rp_first .wp_rp_publish_date{
		left: 90px;
	}
	.footer .links-row .links-detail, .footer .links.half, .footer .links-row .links-detail.column2{
		width: 100%;
		display: block;
	}
}
@media (max-width: 384px) {
	.footer .links-row .links-detail.column2{
		margin-left: 0;
		margin-right: 0;
	}
	.footer .links{
		text-align: center;
	}
	.footer .links li{
		float: left;
    	margin-right: 24px;
	}
}
@media (max-width: 375px) {
	.entry-thumb, .main-carousel, .main-carousel .img-holder, .entry-banner{
		height: 240px;
	}
	#sb_instagram .sbi_photo{
		height: 120px !important;
	}
}

@media (max-width: 320px) {
	
	.main-carousel .carousel-caption{
		width: 78%;
	}
	.main-carousel .caption-title{
		font-size: 16px;
		line-height: 20px;
	}
	.entry-thumb, .main-carousel, .main-carousel .img-holder, .entry-banner{
		height: 200px;
	}
}

/* Reset wrapper width set by media credit plugin */
div.mceMediaCreditOuterTemp {
	width: unset!important;
}

.ad_pushup_paragraph,
.ad_pushup_subtitle {
  height: 280px;
  width: 336px;
  margin: 10px auto;
  display: block;
}

.ad_pushup_related_desktop,
.ad_pushup_title {
  height: 90px;
  width: 728px;
  margin: 10px auto;
  display: block;
}
.ad_pushup_related_mobile {
  display: none;
}

@media (max-width: 768px) {
  .ad_pushup_paragraph,
  .ad_pushup_subtitle,
  .ad_pushup_related_mobile {
    height: 280px;
    width: 336px;
    margin: 10px auto;
    display: block;
  }
  .ad_pushup_title, 
  .ad_pushup_related_desktop {
    display: none;
  }
}

footer {
  background-color: #222;
  padding: 16px 16px 43px;
}
.footer {
  background-color: #222;
  padding: 0;
  font-size: 14px;
  max-width: 1366px;
  margin: 0 auto;
}
.footer-drop-section {
  position: relative;
  width: 100%;
}
.footer-drop-section-head {
  color: #fff;
  text-transform: uppercase;
  padding-top: 18px;
}
.footer-drop-section-content {
  padding: 10px 0;
  overflow: hidden;
  height: 0;
}
.footer-drop-section-content-list {
  list-style: none;
  color: rgba(255,255,255,0.7);
  padding: 0;
  margin: 0;
}
.footer-drop-section-content-list li {
  padding: 6px 0;
}
.footer-drop-section-seperator, .footer-drop-section-seperator-desktop {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  border: solid 1px #fff;
}
.footer-drop-section-toggle {
  background-image: url("https://housing.com/news/wp-content/themes/mytheme/images/up-arrow.svg");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: rgba(255,255,255,0.15);
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(180deg);
}
.footer-drop-section:first-of-type .footer-drop-section-content {
  height: auto;
}
.footer-drop-section:first-of-type .footer-drop-section-toggle {
  transform: rotate(0deg);
}
.footer-logo-wrap {
  margin-top: 16px;
  text-align: center;
}
.footer-logo {
  width: 200px;
  display: block;
  margin: 0 auto;
  padding-bottom: 4px;
}
.footer-meta-links {
  text-align: center;
}
.footer-meta-links-list {
  list-style: none;
  padding: 0;
  max-width: 450px;
  margin: 13px auto;
}
.footer-meta-links-list-item {
  display: inline-block;
}
.footer-meta-links-list-item::after {
  content: "|";
  word-spacing: 1em;
  color: rgba(255,255,255,0.14);
  padding: 0 4px;
}
.footer-meta-links-list-item:last-of-type::after {
  content: none;
}
.footer-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social-links{
  text-align: center;
  margin-bottom: 16px;
}
.footer-social-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  line-height: 2;
  margin: 4px auto;
}
.footer-social-list li {
  display: inline-block;
}
.footer-social-img {
  width: 32px;
  margin: 8px;
}
.footer-disclaimer {
  color: rgba(255,255,255,0.5);
  font-size: 10px;
  padding: 24px 0 0;
  max-width: 1366px;
  margin: 0 auto;
}
#polylang-3 {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .footer-drop-section {
    position: relative;
    width: 216px;
    display: inline-block;
    margin: 12px;
    vertical-align: top;
    text-align: left;
  }
  .footer-drop-section-toggle, .footer-drop-section-seperator {
    display: none;
  }
  .footer-drop-section-content {
    height: auto !important;
  }
  .footer {
    display: flex;
    flex-direction: row-reverse;
  }
  .footer-news-links {
    flex-basis: calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 15px;
    text-align: center;
  }
  .footer-meta-section {
    flex-basis: 250px;
    width: 250px;
  }
  .footer-social-links {
    width: 200px;
  }
  .footer-logo {
    margin: 0;
  }
  .footer-logo-wrap, .footer-social-links, .footer-social-header, .footer-meta-links {
    text-align: left;
  }
  .footer-logo-wrap {
    margin-top: 30px;
  }
  .footer-social-img {
    margin-left: 0;
    margin-right: 8px;
  }
  .footer-meta-links-list-item {
    display: block;
    padding: 6px 0;
  }
  .footer-meta-links-list-item:after {
    display: none;
  }
  .social-links-col {
    display: inline-block;
    width: 10px;
  }
  .footer-meta-links-list-col {
    display: inline-block;
    vertical-align: top;
    width: 120px;
  }
  footer {
    padding: 54px 48px 63px;
  }
}