/*!
Theme Name: ILG Legal Office
Theme URI: http://underscores.me/
Author: ILG Legal Office
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ilg-legal-office
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ILG Legal Office is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/
.post-139 .read-title {color:white;}

/* contact us btns on mobile */
.mobile-btns {
  display: none;
}

@media only screen and (max-width: 996px) {
  .mobile-btns {
    display: flex;
    width: 100%;
    padding:0;
  }

  section.hero{
    border-bottom: unset !important;
  }
}

.mobile-btns .secondary-message-btn {
  width: 50%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: #040404;
  color: white;
  text-transform: uppercase;
  border: none;
  text-align: center;
  border-radius: 0;
}

.mobile-btns .__contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: none;
  border: none;
  text-align: center;
  font-weight: 500;
  background-color: var(--custom-blue-3) !important;
  color: white;
  border-radius: 0;
}

.mobile-btns .__contact_btn i {
  font-size: 20px;
  padding: 0 7px;
  margin-top: 2px !important;
}

.special-title {
    color: white !important;
}
/* Custom styles for the centralized 'Contact Us Now' button */
.btn-services.sami {
    margin-top: 30px;  /* Moves the button down */
    font-size: 15px;   /* Makes the text larger */
    padding: 15px 30px; /* Increases the padding to make the button itself larger */
	text-align: center;
	margin-bottom:-50px;
	font-weight: bold;
}
.ceo-black {
    color: black !important;
}
/* Hide the mobile menu on larger screens */
.mobile-navigation {
    display: none;
}
/* Show the mobile menu on screens smaller than 768px (common breakpoint for tablets) */
@media (max-width: 768px) {
    .mobile-navigation {
        display: block;
    }
}
