/*
Theme Name: Dale L. Bernstein Theme
Theme URI: https://www.dalebernsteinlaw.com/
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Pushpendra
Author URI: http://www.pushpendra.net
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

p img {
  padding: 0;
  max-width: 100%;
}

a img {
  border: none;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

/* End Images */
.testimonial-system {
  background-color: #EBEDEF;
  background-image: url(https://dalebernsteinl.wpenginepowered.com/wp-content/uploads/2024/09/practice-areas-bg.jpg);
}

.main {
  width: auto;
  margin: 0 auto;
  max-width: 1530px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.testimonial-system header {
  padding-bottom: 0;
  opacity: 1;
  transition: opacity 0.4s ease 0s;
  margin-bottom: 4rem;
}

section header {
  padding-bottom: 2em;
  text-align: center;
}

section header h1,
.content-style h2.look-like-h1,
section header > *:first-child:not(a),
section header > a > *:first-child {
  font-size: 2.333em;
  color: #001021;
  font-weight: 400;
}

.main h1 strong,
.main .content-style h2.look-like-h1 strong,
section header > *:first-child:not(a) strong,
section header > a > *:first-child strong {
  display: block;
  font-size: 1.75em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
}

main section header > *:last-child {
  margin-bottom: 0;
}

section header > *:nth-child(2):not(p),
section header > a > *:nth-child(2):not(p) {
  margin-top: 0.3em;
}

h2,
h3,
section header > *:nth-child(2):not(p),
section header > a > *:nth-child(2):not(p) {
  font-size: 1.333em;
  color: #A7AEAE;
  font-weight: 500;
}

section header h1,
section header h2,
section header h3,
section header h4,
section header h5,
section header > strong,
section header > a > strong {
  line-height: 1.2;
  margin: 0;
}

.testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.testimonial-system .testimonial-list li {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  /* margin: .5em .5%; */
  background-color: #FFFFFF;
  border: solid 1px #959E9E;
}

.testimonial-system .testimonial-list li blockquote {
  display: flex;
  position: relative;
  margin: 0;
  padding: 2em 2em 1.5em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  left: 0;
  transition: 0.5s ease 0s;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(219, 219, 219, 0);
}

.testimonial-system .testimonial-list li .review strong {
  display: block;
  position: relative;
  color: #A7AEAE;
  font-size: 1.333em;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Vollkorn", sans-serif;
}

.testimonial-system .testimonial-list li .review {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  max-height: 14em;
  min-height: 14em;
}

.testimonial-system .testimonial-list li .info {
  flex: 0 1 auto;
  padding-top: 1.5em;
  align-items: center;
  display: flex;
}

.testimonial-system .testimonial-list li .info .author {
  padding-right: 0.75em;
}

.testimonial-system .testimonial-list li .info p {
  margin: 0;
}

.testimonial-system .testimonial-list .expander .open {
  display: block;
  right: 6%;
  bottom: 0;
  padding-bottom: 1.2em;
  color: #507DBC;
  transition: color 0.5s ease 0s, opacity 0.5s ease 0s;
  opacity: 1;
  cursor: pointer;
}

.testimonial-system .testimonial-list .open {
  position: absolute;
  display: none;
}

.testimonial-system .testimonial-list .expander .cancel-5 {
  display: block;
}

.testimonial-system .testimonial-list .cancel-5 {
  position: absolute;
  display: none;
  top: 0.25em;
  right: 0.25em;
  cursor: pointer;
  font-size: 1.75em;
  opacity: 0;
  transition: opacity 0.5s ease 0s, color 0.5s ease 0s;
}

.testimonial-system .testimonial-list li.test-expand blockquote {
  position: fixed;
  width: 60%;
  left: 20%;
  z-index: 9999999;
  background-color: #EBEDEF;
  border: solid 1px #C4C9CF;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  display: block;
  overflow: auto;
}

.testimonial-system .testimonial-list li blockquote {
  display: flex;
  position: relative;
  margin: 0;
  padding: 2em 2em 1.5em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  left: 0;
  transition: 0.5s ease 0s;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px rgba(219, 219, 219, 0);
}

.testimonial-system .testimonial-list li.test-expand .review {
  max-height: 30em;
  transition: max-height 0.5s ease 0s;
  overflow: auto;
}

.testimonial-system .testimonial-list li.test-expand .open {
  display: none;
}

.testimonial-system .testimonial-list li.expander .review::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
  opacity: 1;
  transition: opacity 0.5s ease 0s;
}

.testimonial-system .testimonial-list li.test-expand .review::after {
  opacity: 0;
}

.page-id-8 #ContentAreaSimpleHeader {
  margin-bottom: 50px;
}

.testimonial-system .testimonial-list li.test-expand .cancel-5 {
  opacity: 1;
}

.business_name {
  text-decoration: underline;
  font-size: 16px;
}

#wpadminbar {
  z-index: 999999 !important;
}

.Professional_Associations .item .Professional_Box .text .h6 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

body .h4 {
  color: #001021 !important;
}

.Alimony_Attorney h2, .Alimony_Attorney h3, .Alimony_Attorney .blog-head {
  color: #001021 !important;
}

.admin-bar .mainmenu.desktop > ul > li.mega > ul {
  top: 134px !important;
}

.admin-bar .sticky .mainmenu.desktop > ul > li.mega > ul {
  top: 100px !important;
}

.Alimony_Attorney .blog-head {
  margin-top: 0;
  font-size: 2.333em;
  color: #001021;
  font-weight: 400;
  font-family: "Vollkorn", sans-serif;
  line-height: 1.2;
}

.breadcrumb-sec {
  padding: 10px 0;
  background: transparent !important;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
  text-align: left;
}

.breadcrumb-sec .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-sec .breadcrumb li {
  color: #000;
  display: inline-block;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 100;
  position: relative;
  line-height: 40px;
}

.breadcrumb-sec .breadcrumb li:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 15px;
  color: #000;
  right: -19px;
  top: 0;
}

.breadcrumb-sec .breadcrumb li:before {
  display: none;
}

.breadcrumb-sec .breadcrumb li:last-child {
  margin: 0;
  color: #507dbc;
  font-weight: 500;
}

.breadcrumb-sec .breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb-sec .breadcrumb li a {
  color: #000;
  font-weight: normal;
}

body .gform-body input {
  color: #000 !important;
}

body .gform-body input::-moz-placeholder, body .gform-body textarea::-moz-placeholder {
  color: #000 !important;
}

body .gform-body input::placeholder, body .gform-body textarea::placeholder, .gform-body select {
  color: #000 !important;
}

#BackToTop {
  background: #507DBC !important;
}

@media screen and (max-width: 1300px) {
  .testimonial-system .testimonial-list li.test-expand blockquote {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .testimonial-list {
    grid-template-columns: 1fr;
  }
  .Professional_Associations .item .Professional_Box .img {
    height: 90px !important;
  }
  .Professional_Associations .item .Professional_Box {
    height: 90px !important;
  }
  .Professional_Associations h2, .Professional_Associations .h2 {
    margin: 0 0 10px !important;
  }
  .Professional_Associations {
    padding: 10px 0 10px !important;
  }
}
.home_banner {
  background: url(https://www.dalebernsteinlaw.com/wp-content/uploads/2025/09/banner-area-bg-1.webp) no-repeat !important;
	background-size: cover !important;
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 991px) {
    .home_banner {
background-position: right !important;
    }
}