/*!
Theme Name: Dhali_PliessLaw
Theme URI: http://underscores.me/
Author: Underscores.me
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: dhali_pliesslaw
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.

Dhali_PliessLaw 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
# Menu
# Featured Image
# Footer
# Forms
# Practice Area
# Utilities
----------------------------------------------------------------
/* Menu
--------------------------------------------- */
.preheader {
  box-shadow: 0px 0px 24px color(srgb 0 0 0 / 0.1);
  z-index: 9;
  position: relative;
}
.login-menu-container a {
  font-weight: 700;
  color: #ffffff;
}
.contact-menu-container a:hover span,
.login-menu-container a:hover span {
  text-decoration: underline;
}

.contact-menu-container a i {
  color: #b1976b;
}

.contact-menu-container a span {
  color: #8e8e8e;
}

.menu-main-menu-container a.active {
  color: #161616;
}

.menu-main-menu-container a {
  color: #555555;
}

.menu-main-menu-container .dropdown-item.active,
.menu-main-menu-container .dropdown-item:active {
  background-color: #b1976b;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .contact-menu-container a {
    background-color: #b1976b;
  }

  .contact-menu-container a i {
    color: #ffffff;
  }

  .contact-menu-container a:not(last-child) {
    border-right: 2px solid #ffffff50;
  }
  Example Template .contact-menu-container a:hover,
  .login-menu-container a:hover {
    filter: brightness(0.9);
  }
}

/* Featured Image
--------------------------------------------- */
.featured-image-container {
  position: relative;
  height: 330px;
}

.featured-image-container h1 {
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #1d1d1d;
}
.main-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.post-footer {
  background-color: #111111;
}

.footer-top {
  border-bottom: 1px solid #3a3a3a;
}

.footer-bottom {
  padding-top: 60px;
}

.post-footer a {
  color: #a4a4a4;
  text-decoration: none;
}
.post-footer a:hover {
  text-decoration: underline;
}

.post-footer span {
  color: #838383;
}

/* Forms
--------------------------------------------- */
.gform-theme--foundation .gform_fields {
  row-gap: 14px !important;
  column-gap: 14px !important;
}
#gform_fields_5 {
  column-gap: 0px !important;
}

#field_submit > input {
  font-size: 12px;
}

/* Practice Area
--------------------------------------------- */
@media (min-width: 992px) {
  .practice-sidebar-width {
    width: 324px;
  }
}
.practice-menu .menu-item {
  padding: 14px 0;
  border-bottom: 1px solid #a3a3a3;
}

.practice-menu .menu-item a {
  position: relative;
  color: #000;
  border-left: 3px solid #a3a3a3;
  padding-left: 12px;
  text-decoration: none;
}

.practice-menu .menu-item a:active {
  color: #b1976b;
  border-left: 3px solid #b1976b;
}

.practice-menu .current-menu-item a,
.practice-menu .menu-item a:hover {
  color: #b1976b;
  border-left: 3px solid #b1976b;
}

.practice-menu .menu-item a::before {
  content: "\f178";
  color: #b1976b;
  font-family: "fontAwesome";
  font-size: 12px;
  padding-right: 12px;
  margin-left: -26px;
  opacity: 0;
  transition:
    opacity 200ms,
    margin-left 200ms;
  -moz-transition:
    opacity 200ms,
    margin-left 200ms;
  -o-transition:
    opacity 200ms,
    margin-left 200ms;
  -webkit-transition:
    opacity 200ms,
    margin-left 200ms;
}

.practice-menu .current-menu-item a::before,
.practice-menu .menu-item a:hover::before {
  opacity: 1;
  margin-left: 0;
}

/* Attorny
--------------------------------------------- */
.attorney-link {
  color: #161616;
  text-decoration: none;
}

.attorney-link:hover {
  color: #b1976b;
  text-decoration: underline;
}

/* Utilities
--------------------------------------------- */
.underline-gold-start-sm {
  position: relative;
}

.underline-gold-start-sm::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 36px;
  width: 40px;
  border-bottom: 4px solid #b1976b;
}

.underline-gold-start-lg {
  position: relative;
}

.underline-gold-start-lg::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 46px;
  width: 40px;
  border-bottom: 4px solid #b1976b;
}

.underline-gold-start-p {
  position: relative;
}

.underline-gold-start-p::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 25px;
  width: 20px;
  border-bottom: 2px solid #b1976b;
}

.underline-gold-mid {
  position: relative;
}

.underline-gold-mid::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 100px;
  margin-left: -50px;
  border-bottom: 1px solid #b1976b;
}

.no-underline a {
  text-decoration: none !important;
}

.hero-img-height {
  min-height: calc(100vh - 186.36px);
}

.white-inset-border {
  position: relative;
}

.white-inset-border::before {
  content: "";
  position: absolute;
  height: calc(100% - 120px);
  width: calc(100% - 120px);
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #686868;
  margin: 60px;
}

.max-w-200 {
  max-width: 200px;
}

@media (max-width: 991.98px) {
  .white-inset-border::before {
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 30px;
  }

  .form-padding {
    padding-top: 110px !important;
    padding-right: 120px !important;
    padding-bottom: 110px !important;
    padding-left: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .white-inset-border::before {
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 16px;
  }

  .form-padding {
    padding-top: 30px !important;
    padding-right: 15px !important;
    padding-bottom: 30px !important;
    padding-left: 15px !important;
  }
}
