/*
 Theme Name:   Oscar_18
 Theme URI:    #
 Description:  Oscar_18
 Author:       GMG1
 Author URI:   #
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Oscar_18
*/
@import	url('../Divi/style.css');

@font-face {
    font-family: 'Copperplate Gothic';
    src: url('fonts/copperplategothic_bold.ttf') format('truetype'),
         url('fonts/copperplategothic_bold-webfont.woff2') format('woff2'),
         url('fonts/copperplategothic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Home hero */

.homeHeroTextBox {
	padding: 1.25em;
	border: 3px solid #fff;
	border-radius: 8px;
	max-width: 950px;
	width: 100%;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	background: rgba(42,50,68,0.8);
	margin: 0 auto;
	text-align: center;
}

#homeHeroTop {
	padding: 0px !important;
}

.heroTop {
    font-family: 'Copperplate Gothic', 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    color: #FFFFFF !important;
    line-height: 1.4em;
	margin: 15px auto;
}
.compName, .heroTopInner h4 {
    font-family: 'Copperplate Gothic', 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 1.3rem;
}
.heroH1 {
    font-family: /*'Nanum Myeongjo', */Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 2.25rem;
    color: #FFFFFF !important;
    line-height: 1.2em;
	text-align: center !important;
}
@media (max-width: 768px) {
	.heroH1 {
		font-size: 1.2rem;
	}
}
.heroSubtitle {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.15rem;
    color: #FFFFFF !important;
    line-height: 1.4em;
	text-transform: uppercase;
}
.ctaCallHome {
    color: #000000 !important;
    border-width: 0px !important;
    border-radius: 100px;
    font-size: 1.15rem;
	font-family: 'Open Sans', Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #cab6a1;
	padding: 1em !important;
	max-width: 330px !important;
	margin: 0 auto;
}
.homeHeroDivider{width:130px; height: 22px;}

/* Home hero end */

/* start home services*/

.lawServices {
  /*display: flex;*/
  justify-content: space-evenly;
  width: 100%;	
  margin-top: -150px;	
  gap: 20px;
	
}

.lawServices div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.2rem;
  box-shadow: 0px 0px 6px -2px #202020;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 20px;
  background: #fff;
}

.lawServices div h2 {
	margin: 15px auto;
	font-size: 1.8rem;
}
.lawServices div button {
  	font-size: 0.7rem;
 	padding: 0.5em 1em;
	cursor: pointer !important;
}

/* end home services */

h2 {
	font-family:'Georgia',Georgia,"Times New Roman",serif;
}

button {
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 100px;
    letter-spacing: 0.2em;
    font-size: 1rem;
    font-family: 'Georgia', Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #000000;
	padding: 0.5em;
}

.materialbox {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #333;
	box-shadow: 0px 0px 14px -1px #000;
}

.bgDarkBlue {
	background: #252d6b !important
}

.mobileCallBox {
	overflow: hidden !important;
	width: 90%;
}

.practiceAreasServices {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.imgEmbed {
  padding: 0.8em;
}

.servicesProfile {
  text-align: center;
}

.servicesProfile img {
  max-width: 150px;
  margin: 0 auto;
}

#top-menu li li a {
  padding: 6px 12px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.et_contact_bottom_container {
  float: none;
  text-align: center;
}

#mobile_menu1 {
  margin-top: 9px;
}

@media (min-width: 981px) {
	.lawServices {
  		display: flex;
	}
	.lawServices div{margin: 0 auto 0 auto;}
  .attorneys .et_pb_main_blurb_image {
    margin-bottom: 0;
    flex-basis: 30%;
  }
  .attorneys .et_pb_blurb_container {
    padding-left: 20px;
    flex-basis: 70%;
  }
  .flex-container ul li::marker {
    color: #9c582b;
  }
  .flex-container ul:first-child {
    margin-right: 20px;
  }

  .flex-container-pa ul li::marker {
    color: #9c582b;
  }
  .flex-container-pa ul:first-child {
    margin-right: 20px;
  }
}

.flex-container,
.flex-container-pa,
.expertise {
  display: flex;
  padding-top: 20px;
  text-align: left;
}
.flex-container ul,
.flex-container-pa ul,
.expertise ul {
  flex: 1;
}
.flex-container ul li a:hover,
.flex-container-pa ul li a:hover {
  text-decoration: underline;
}
.expertise ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -4px;
}
.expertise ul li {
  padding: 0 0 20px 30px;
  background: url(/henninger/wp-content/uploads/2024/10/bullet.png) no-repeat 0
    10px;
}
.expertise ul:first-child li {
  padding: 0 30px 20px 0;
  background-position: 100% 10px;
}
.expertise ul span {
  font-size: 0.8rem;
  color: #333;
  display: block;
}
.noBullet ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .flex-container,
  .flex-container-pa {
    display: block;
    text-align: center;
  }
  .expertise ul span {
    font-size: 0.7rem;
  }
  .flex-container ul,
  .flex-container ul:first-child .flex-container-pa ul,
  .flex-container-pa ul:first-child {
    padding: 0;
    margin: 0;
  }
  .flex-container ul:first-child {
    border-top: 1px solid #000;
  }
  .flex-container ul li,
  .flex-container-pa ul li {
    list-style-type: none;
    border-bottom: 1px solid #000;
    padding: 5px 20px;
  }

  .flex-container ul li:nth-child(even) {
    background: #f4f2ee;
  }
  .flex-container ul li::marker,
  .flex-container-pa ul li::marker {
    display: none;
  }
  .attorney .et_pb_row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .attorney .et_pb_column_2_3 {
    order: 2;
  }
  .attorney .et_pb_column_1_3 {
    order: 1;
  }
}

.expertise ul:first-child {
  text-align: right;
}

/*show desktop menu on phone*/

@media (max-width: 980px) {
  .open-mobile-menu .et_pb_menu__menu {
    display: flex !important;
  }
  .open-mobile-menu .et_mobile_nav_menu {
    display: none !important;
  }
}