/* ------------------------------------*\
    COLOURS
\*------------------------------------ */
/* ------------------------------------*\
    FONT FAMILY
\*------------------------------------ */
/* ------------------------------------*\
    FONT WEIGHTS
\*------------------------------------ */
/* ------------------------------------*\
    FONT SIZES
\*------------------------------------ */
/* ------------------------------------*\
    PAGE SIZES
\*------------------------------------ */
.pagination__wrapper {
    display: flex;
    justify-content: space-between;
}

.pagination__left {
    width: 30%;
}

.pagination__right {
    width: 70%;
}
.developments__wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .developments__wrapper {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .developments__post-image {
    height: 220px;
  }
}
.developments__sidebar {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .developments__sidebar {
    width: 100%;
  }
}
.developments__main-wrapper {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .developments__main-wrapper {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .developments__main-wrapper {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.developments__categories {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .developments__categories {
    margin-bottom: 20px;
  }
}

.developments__sidebar-link {
  text-decoration: none;
  color: #000000;
  line-height: 30px;
}
.developments__sidebar-link:hover {
  color: #d28058;
}
.developments__post-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.single-development__right-ad .single-development__slider-bar-wrapper {
    justify-content: end;
}
.developments__post-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37);
  z-index: 0;
}
.developments__sidebar h1 {
	font-family: "Josefin Sans", sans-serif;
}
.developments__post {
  position: relative;
	height: 220px;
}
.developments__post-content {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 25px 25px;
}
.developments__post-link {
  color: #ffffff;
  text-decoration: none;
}
.developments__post-title {
  font-size: 18px;
}
.developments__post-location {
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.developments__post-icon {
  width: 15px;
  padding-right: 3px;
}

.developments__post:hover .developments__post-image:before {
  background: rgba(0, 0, 0, 0.63);
}

/********Single Developments************/

.slide img, .slider-container img {
  width: 100% !important;
  height: 410px;
  object-fit: cover;
}
@media only screen and (min-width: 1600px) {
	.single-developmet__banner-wrapper .slide img, .slider-container img {
    	width: 100% !important;
    	height: 100%;
    	object-fit: cover;
	}
}
.single-development__title h1 {
	font-family: "Josefin Sans", sans-serif;
}
.single-development__slider {
  position: relative;
}
.single-development__content {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-development__slider-bar {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.37);
  bottom: 0;
  color: #ffffff;
  padding: 20px 25px;
}
.development-template-single-development-layout-no-images .single-development__header {
    margin-top: 10px;
}
.development-template-single-development-layout-no-images .single-development__slider-bar {
	position: unset;
	background: transparent;
	padding: 20px 0px;
	color: #000000;
}

.development-template-single-development-layout-more-than-two-images .single-development__content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 20px;
    row-gap: 20px;
}
.single-development__slider-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
	min-height: 63px;
}
.single-development__btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .single-development__btn {
    display: none;
  }
	.development-template-single-development-layout-one .slide img {
  		height: 300px;
	}
}
@media only screen and (max-width: 1200px) {
	.developments__post-title {
  		font-size: 16px !important;
	}
}
@media only screen and (max-width: 991px) {
  .single-development__cta {
    display: none;
  }
	.single-developmet__banner-wrapper {
		display: block !important;
	}
	.single-development__slider {
		margin-bottom: 20px;
	}
	.single-development__header-wrapper {
    	display: block !important;
	}
}
.single-development__header {
  margin-top: 50px;
}
.single-developmet__banner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    grid-column-gap: 20px;
}

.single-developments__ad-image {
    width: 100%;
	height: 100%;
}
.single-development__arrow {
  width: 25px;
}

.single-development__cta a.cross-site-button:hover {
  letter-spacing: 1px;
}

.single-development__cta .cross-site-button {
  color: #ffffff;
}
.single-development__header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-development__share {
    display: flex;
}

.single-development__share>span {
    padding-right: 10px;
}
.single-development__share .addtoany_list span {
    visibility: hidden;
}
.a2a_button_email {
	background-image: url("/wp-content/themes/bonline/images/developments/Email.png") !important;	
}
.a2a_button_facebook {
	background-image: url("/wp-content/themes/bonline/images/developments/Facebook.png") !important;	
}
.a2a_button_linkedin {
	background-image: url("/wp-content/themes/bonline/images/developments/LinkedIn.png") !important;	
}
.a2a_button_email, .a2a_button_facebook, .a2a_button_linkedin {
    background-size: 26px !important;
    background-repeat: no-repeat !important;
	padding: 0 !important;
}
/******Slider Styling*******/
.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-container {
	display: flex;
	overflow: hidden;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

/*# sourceMappingURL=developments.css.map */