/*
Theme Name: ALJ
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alj
Tags:

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.

ALJ is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.seriesbadge {
  margin-top: 20px;
}
.seriesbadge span {
  display: inline-block;
  background: #588aa4;
  border: 1px solid #588aa4;
  color: #fff;
  padding: 2px 17px;
  border-radius: 15px;
}
.seriesbadge span:hover {
  background: transparent;
  color: #588aa4;
}
.newsperbx .seriesbadge,
.videoslidebx .seriesbadge {
  margin: 0 !important;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
}
.videoslidebx .seriesbadge {
  top: 10px;
  left: 25px;
}
.newsperbx .seriesbadge span,
.videoslidebx .seriesbadge span {
  background: rgba(88, 138, 164, 0.85);
}
.newsperbx .seriesbadge span:hover,
.videoslidebx .seriesbadge span:hover {
  background: transparent;
  color: #fff;
}
.rtl .newsperbx .seriesbadge,
.rtl .videoslidebx .seriesbadge {
  left: auto !important;
  right: 15px;
}
.rtl .videoslidebx .seriesbadge {
  left: auto !important;
  right: 25px;
}
.moreseries {
  margin-bottom: 60px;
}
.moreseries h3 {
  color: #51859a;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.moreseries h3 span {
  border-bottom: 2px solid #51859a;
  padding-bottom: 8px;
  display: inline-block;
}
.morebox + .morebox {
  margin-top: 40px;
}
.moreseries .slick-slider {
  padding: 0;
  margin: 0 -15px !important;
}
.moreseries .slick-slider .slick-track li {
  padding: 0 15px;
}
.moreseries .imgbx {
  overflow: hidden;
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
}
.moreseries .imgbx img {
  width: 100%;
}
.moreseries .textbx p {
  color: #51859a;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}
.moreseries .textbx h4 {
  margin: 0;
  overflow: hidden;
  height: 40px;
}
.moreseries .slick-arrow {
  width: 12px;
  height: auto;
  position: absolute;
  bottom: -50px;
  z-index: 9;
  cursor: pointer;
}
.moreseries .news-slider-arrow-prev {
  left: 35%;
}
.moreseries .news-slider-arrow-next {
  right: 35%;
}
.moreseries .slick-dots {
  width: 25%;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}
.moreseries .slick-dots li {
  margin: 0;
}
.moreseries .slick-dots li button:before {
  font-size: 48px;
  color: #d7d7d7;
  opacity: 1;
}
.moreseries .slick-dots li.slick-active button:before {
  color: #51859a;
  opacity: 1;
}
.rtl .moreseries .slick-list {
  direction: ltr;
}
.rtl .moreseries .textbx p,
.rtl .moreseries .textbx h4 {
  text-align: right;
  direction: rtl;
}
.main-nav script {
  display: none !important;
}
.page-template-about-us-values-careers .working-container,
.investment-section {
  display: none !important;
}

.landandreal .row + .row {
  margin-top: 35px;
}
.landandreal .landbx {
  margin-bottom: 35px;
}
.landandreal .landbx .imgbx {
  position: relative;
  margin-bottom: 15px;
}
.landandreal .landbx .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landandreal .landbx .imgbx::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.landandreal .landbx .videobx {
  cursor: pointer;
}
.landandreal .landbx .videobx:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 28px;
  height: 36px;
  background-image: url(./assets/images/play-button.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
  transition: all ease-in-out 0.2s;
}
.location-marker.mapboxgl-marker{
  display: none !important;
}

.map-container .map-row .map-location .location-header .location-pin{
  display: none !important;
}

.map-text{
	display: none !important;
}
@media only screen and (max-width: 767px) {
  .moreseries h3 {
    margin-bottom: 20px;
  }
  .morebox + .morebox {
    margin-top: 20px;
  }
  .moreseries .news-slider-arrow-prev {
    left: 20px;
  }
  .moreseries .news-slider-arrow-next {
    right: 20px;
  }
  .moreseries .slick-dots {
    width: 80%;
  }
}

.footnotes + .disclaimer-footer {
  display: none;
}

.disclaimer-footer{
  display: inline-flex;
  align-items: center;
}

.disclaimer-footer img{
  height: 12px;
  margin-right: 10px;
}

.rtl .disclaimer-footer img{
  height: 12px;
  margin-left: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.have-images .dropdown-menu li a{
  padding-left: 43px !important;
}

.rtl .have-images .dropdown-menu li a{
  padding-left: 0 !important;
  padding-right: 43px !important;
}
