.banner {
height: 225px;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position-x: 50%;
}
.banner,
.banner-xl {
margin-top: 100px;
}
.single-attorneys .banner:before {
display: none;
}
.banner:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgb(6,37,61);
background: linear-gradient(115deg, rgba(6,37,61,1) 0%, rgba(255,255,255,0) 100%);
pointer-events: none;
}
.single-attorneys .banner {
height: auto;
padding: 40px 0 0;
margin-top: 100px;
}
.banner img {
position: relative;
width: 100%;
}
.banner>.row {
height: 100%;
}
.banner-inner {
position: relative;
z-index: 1;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-align-items: flex-end;
-webkit-box-align: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
float: none;
}
.banner-title {
font-size: 2.2222rem;
color: #fff;
margin-bottom: 0;
font-family: var(--heading-font-family);
padding-bottom: 60px; position: relative;
overflow-y: hidden;
padding-left: 36px;
margin-bottom: -30px;
}
.banner-title::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 6px;
height: calc(100% + 30px);
background-color: #EE9B09;
transition: transform 1.2s ease;
transform: translateY(-100%);
}
.banner-title.active::before {
transform: translateY(0);
}
@media screen and (min-width: 768px) {
.banner-title { font-size: 2.8rem;
max-width: 75%;
}
}
@media screen and (min-width: 1025px) {
.banner {
height: 360px;
margin-top: 151px;
}
.single-attorneys .banner {
padding-top: 151px;
}
.banner,
.banner-xl {
margin-top: 90px;
}
.banner-inner {
padding: 0;
}
.banner-title {
padding-bottom: 55px;
}
.single-attorneys .banner {
margin-top: 0;
}
}
@media screen and (min-width: 1281px) {
.banner {
margin-top: 167px;
}
.single-attorneys .banner {
padding-top: 167px;
}
body.scrolled .header-desktop {
height: 141px;
}
}
@media screen and (min-width: 1451px) {
.banner {
margin-top: 182px;
}
.single-attorneys .banner {
padding-top: 182px;
}
body.scrolled .header-desktop {
height: 159px;
}
}
.search-form {
display: flex;
position: relative;
width: 100%;
}
.search-form button {
height: 45px;
width: 45px;
font-size: 1.1rem;
padding: 0 12px;
}
.search-form input {
border: 1px solid #06253D;
color: #06253D
}
.search-form label {
color: #06253D;
} .post {
margin-bottom: 65px;
padding-bottom: 35px;
border-bottom: 1px solid #C6C6C6;
}
body.single-post .post{
box-shadow: none;
}
.post:last-child {
border: none;
padding-bottom: 0;
}
.post-head h1,
.post-head h2 {
font-size: 1.8222rem;
padding: 0;
border: 0;
}
.post-head h2 a{
color: #040711;
}
body.single-post .post-head{
padding: 0;
}
.post-head,
.post-body {
margin-bottom: 30px;
}
.post-body {
display: block;
}
.single-post .post-body {
display: block;
}
.post-head-info {
line-height: 1.3;
margin-bottom: 15px;
}
.post-head-info span,
.post-head-info a {
font-size: 0.8rem;
text-transform: uppercase;
margin-bottom: 0;
color: #9A9A9A;
}
.post-head-info a {
color: #9A9A9A;
text-decoration: none;
}
.post-head-info i {
margin: 0 5px;
}
.post-head-info a:hover,
.post-head-info a:focus {
color: #CC081B;
}
.post-head-info span {
margin-bottom: 0;
}
.post-head-info span:not(:last-of-type):after {
width: 1px;
height: 12px;
background: #9A9A9A;
content: '';
display: inline-block;
margin: 0 6px 0 12px;
position: relative;
top: 2px;
}
.post-body-image img {
max-width: 100%;
width: 100%;
margin-bottom: 25px;
max-height: 400px;
object-fit: cover;
object-position: center;
}
.sidebar-block.recent-video {display: none;}
.post-body-image {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
img.alignright {
float: right;
margin: 0 0 30px 30px;
}
img.alignleft {
float: right;
margin: 0 30px 30px 0;
}
.post-body-excerpt{
font-weight: 300;
line-height: 1.5;
}
.post-body-excerpt p:last-of-type {
margin-bottom: 0;
}
.post-bottom {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
-ms-align-items: center;
align-items: center;
}
.post-bottom a {
font-size: 1rem;
text-decoration: underline;
}
.post-bottom-share {
color: #CC081B;
font-weight: 600;
}
@media screen and (min-width: 1025px) {
.single .post-body-image {
margin: 0 0 30px;
}
} .wp-pagenavi {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-pagenavi a,
.wp-pagenavi span {
font-weight: 400;
text-decoration: none;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
margin: 0;
display: block;
color: #022B3A;
margin-right: 10px;
}
.wp-pagenavi span.current {
color: #fff;
background-color: #CC081B;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
background: #F0F0F0;
color: #022B3A;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
display: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
width: auto;
color: #CC081B;
background: none;
padding: 0 15px;
border-radius: 0;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
background: none;
color: #CC081B;
}  .attorney-banner-name h1 {
font-size: 2rem;
color: #fff;
margin-bottom: 10px;
}
.attorney-banner-left {
margin: 0 auto 20px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
justify-content: center;
height: auto;
}
.attorney-banner-left img {
max-width: 300px;
}
.attorney-banner-right {
margin: 0 auto;
width: 100%;
text-align: center;
}
.attorney-banner-phone-fax,
.attorney-banner-info p {
margin-bottom: 15px;
}
.attorney-banner-info p,
.attorney-banner-info a {
color: #fff;
line-height: 1.0;
font-size: 1.2222rem;
}
.attorney-banner-info>p:last-child {
margin: 0;
}
.attorney-banner-info .divider-span {
display: none;
}
.attorney-banner-position {
text-transform: uppercase;
color: #fff;
font-size: .9444rem;
letter-spacing: 4.25px;
}
.single-attorneys .banner-inner {
padding: 0;
}
.single-attorneys .banner .row {
max-width: none;
}
.attorney-banner-right {
padding: 32px 40px;
}
.attorney-banner-right .attorney-icons {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
.attorney-banner-right .attorney-icons a {
color: #fff;
}
@media screen and (min-width: 1025px) {
.attorney-banner-right .attorney-icons {
justify-content: flex-start;
}
} .single-attorneys-template-a .attorney-banner-right {
background-color: #06253D;
position: relative;
}
.single-attorneys-template-a .attorney-banner-left {
-ms-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
margin-bottom: 0;
}
.single-attorneys-template-a .attorney-banner-name {
margin-bottom: 25px;
}
.single-attorneys-template-a .attorney-banner-name h1 {
color: #fff;
margin-bottom: 0;
letter-spacing: 1px;
}
.single-attorneys-template-a .attorney-banner-info i {
color: #CC081B;
width: 20px;
text-align: center;
}
.single-attorneys-template-a .attorney-icons a i {
color: #fff;
transition: color 0.2s ease;
}
.attorney-icons {
margin-top: 30px;
}
.single-attorneys-template-a .attorney-icons a:hover,
.single-attorneys-template-a .attorney-icons a:focus {
text-decoration: none;
}
.single-attorneys-template-a .attorney-icons a:hover i,
.single-attorneys-template-a .attorney-icons a:focus i {
color: #CC081B;
}
.attorney-icons a {
margin: 0 10px;
}
.attorney-icons a:first-of-type {
margin-left: 0;
}
.attorney-icons a:last-of-type {
margin-right: 0;
}
@media screen and (min-width: 1025px) {
.attorney-banner-flex-row {
display: flex;
align-items: center;
}
.attorney-banner-flex-row p {
margin: 0 24px 0 0;
}
.attorney-banner-left img {
max-width: none;
width: auto;
}
.attorney-banner-right {
min-width: 50%;
margin-left: 40px;
text-align: left;
align-self: center;
}
.single-attorneys .banner {
height: auto;
}
.single-attorneys .banner-inner {
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
-o-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 0 0 0 55px;
padding-left: calc((100vw - 1280px) / 2 + 36px);
}
.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
margin-right: 15px;
}
}
@media screen and (min-width: 1281px) {
.attorney-banner-right {
padding: 66px 90px 60px;
}
.attorney-banner-name h1 {
font-size: 2.6667rem;
}
} .page-template-template-attorneys main {
padding-top: 150px;
}
.attorney-search-inner {
display: block;
outline: none;
-webkit-transition: filter 300ms ease-out, opacity 100ms ease-out;
-moz-transition: filter 300ms ease-out, opacity 100ms ease-out;
-ms-transition: filter 300ms ease-out, opacity 100ms ease-out;
-o-transition: filter 300ms ease-out, opacity 100ms ease-out;
transition: filter 300ms ease-out, opacity 100ms ease-out;
}
.attorney-search-inner.search-running {
filter: blur(15px);
opacity: 0;
}
.attorney-single-box {
padding: 0;
background: #fff;
display: flex;
align-items: flex-end;
position: relative;
overflow: hidden;
margin-bottom: 15px;
}
.attorney-results .attorney-single-box {
width: 100%;
}
.attorney-single-box img {
width: 100%;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.attorney-single-box:hover img,
.attorney-single-box:focus img {
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}
.attorney-single-box .attorney-single-box-info {
padding: 12px;
background-color: rgba(6, 37, 61, 0.5);
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-transition: background 200ms ease-out;
-o-transition: background 200ms ease-out;
transition: background 200ms ease-out;
}
.attorney-single-box-info h2,
.attorney-single-box-info p {
color: #fff;
margin: 0;
}
.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
background-color: rgba(28, 45, 71, 1)
}
.attorney-single-box h2 {
font-size: 1.3rem;
}
.attorney-single-box-info p {
font-size: 0.9rem;
}
.attorney-single-row {
display: flex;
text-align: center;
flex-direction: column;
margin-bottom: 40px;
}
.attorney-row-link {
justify-content: center;
margin: 0 auto;
max-width: 280px;
-webkit-transition: opacity 200ms ease-out;
-moz-transition: opacity 200ms ease-out;
-ms-transition: opacity 200ms ease-out;
-o-transition: opacity 200ms ease-out;
transition: opacity 200ms ease-out;
}
.attorney-row-link:focus,
.attorney-row-link:hover {
opacity: 0.9;
}
.attorney-row-info-main {
padding-top: 20px;
border-top: 2px solid #F0F0F0;
}
.attorney-row-additional span,
.attorney-row-info-main-contact span {
display: block;
}
.attorney-single-row i {
color: #06253D;
}
.attorney-row-additional {
margin-top: 6px;
}
.attorney-row-info-main-position {
font-size: 1.2rem;
margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
.attorney-results {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 20px;
grid-column-gap: 20px;
}
.attorney-single-box {
margin-bottom: 0;
}
}
@media screen and (min-width: 790px) {
.attorney-results-rows {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-row-gap: 20px;
grid-column-gap: 20px;
}
.attorney-single-row {
margin-bottom: 0;
}
}
@media screen and (min-width: 900px) {
.attorney-results {
grid-template-columns: repeat(3, 1fr);
}
.attorney-results-rows {
display: block;
}
.attorney-single-row {
flex-direction: row;
border-bottom: 2px solid #F0F0F0;
text-align: left;
margin-bottom: 30px;
}
.attorney-row-info-main-position,
.attorney-single-row:last-of-type,
.attorney-row-additional,
.attorney-row-link {
margin: 0;
}
.attorney-row-info {
display: flex;
flex: 1;
padding: 0 0 40px 5vw;
}
.attorney-row-info-main {
justify-content: flex-end;
display: flex;
flex-direction: column;
padding: 0;
border: none;
flex: 1;
}
.attorney-row-info-main-contact {
margin-top: 40px;
}
.attorney-row-additional {
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 50%;
}
} .attorney-search-bar {
text-align: center;
margin-bottom: 40px;
border-top: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
}
.attorney-search-container-columns {
padding-top: 40px;
padding-bottom: 40px;
}
.attorney-search-bar-string span {
font-weight: 600;
}
.attorney-search-bar-string span:not(:last-of-type):after {
margin-right: 5px;
content: ",";
}
.attorney-search-letters {
margin-bottom: 40px;
}
.attorney-search-letters-single {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
}
#attorney-search-clear {
display: none;
}
.search-results-displayed #attorney-search-clear {
display: inline-block;
}
span.attorney-search-letters-single {
color: #F0F0F0;
}
@media screen and (min-width: 700px) {
.attorney-search-form .form-input-row {
display: flex;
}
.form-input-group:first-of-type {
margin-right: 15px;
}
}
@media screen and (min-width: 1025px) {
.attorney-search-letters {
display: flex;
justify-content: space-between;
}
} .page-template-template-practices h1 {
color: #fff;
}
.page-template-template-practices h1:after {
display: none;
}
.practice-box-list {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 50px;
}
.practice-box {
width: 100%;
height: 90px;
padding: 0 15px;
background: none;
text-transform: none;
border: 1px solid #06253D;
color: #06253D;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
text-decoration: none;
justify-content: center;
-webkit-transition: background 200ms ease-out;
-o-transition: background 200ms ease-out;
transition: background 200ms ease-out;
position: relative;
z-index: 1;
}
.practice-box:hover,
.practice-box:focus {
background: none;
border-color: #06253D;
background-color: #06253D;
color: #fff;
}
.practice-box:hover span:after,
.practice-box:focus span:after {
color: #fff;
}
.practice-box-list .column-left,
.practice-box-list .column-right {
width: 100%;
}
.practice-box-outer {
margin: 0 0 20px;
overflow: hidden;
}
.practice-box span {
margin: 0;
font-size: 1.2rem;
font-family: 'Kumbh Sans', sans-serif;
-ms-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
text-align: left;
font-weight: 400;
}
.practice-box.has-children span:after {
content: "\f067";
font-family: 'Font Awesome 5 Pro';
line-height: 30px;
width: 30px;
height: 30px;
font-size: 1rem;
text-align: center;
color: #fff;
background-color: #CC081B;
border-radius: 50%;
display: block;
}
.practice-box span:after {
display: none;
}
.practice-box-outer.active .practice-box span:after {
content: "\f068";
}
.practice-children {
background-color: #F0F0F0;
margin-bottom: 0;
}
.practice-children li,
.practice-children li a {
color: #06253D;
text-decoration: none;
}
.practice-children li {
position: relative;
}
.practice-children li:before {
font-family: 'Font Awesome 5 Pro';
position: absolute;
color: #06253D;
content: "\f0da";
font-weight: 700;
top: 10px;
left: 30px;
}
.practice-children li a {
display: block;
padding: 10px 30px 10px 45px;
}
.practice-children li a:hover,
.practice-children li a:focus {
background-color: #06253D;
color: #fff;
}
.practice-children li:hover:before,
.practice-children li:focus:before {
color: #fff;
}
.practice-children li.active:before {
color: #fff;
}
.practice-box-outer.active .practice-children {
display: block;
}
@media screen and (min-width: 1025px) {
.practice-box-list .column-left,
.practice-box-list .column-right {
width: 50%;
padding-right: 20px;
}
.practice-box-list .column-right {
padding-left: 20px;
padding-right: 0;
}
} .page-template-template-contact-a main {
background-image: url(//calljmb.com/wp-content/themes/paperstreet/images/hero_02.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 160px 0 80px;
position: relative;
}
.contact-full-container {
position: relative;
display: flex;
flex-wrap: wrap;
}
.contact-full-inner {
width: 100%;
background: #fff;
padding: 40px 0;
}
@media screen and (min-width: 1025px) {
.page-template-template-contact-a main {
height: 100vh;
padding: 0;
}
.contact-full-inner {
padding: 40px;
}
.contact-full-content {
padding-right: 15%;
}
.contact-full-container {
align-items: center;
height: 100vh;
padding-top: 100px;
}
}
@media screen and (max-height: 750px) and (min-width: 1025px) {
.page-template-template-contact-a main,
.contact-full-container {
height: 100%;
}
.contact-full-container {
padding: 0;
}
.page-template-template-contact-a main {
padding: 160px 0 100px;
}
} .office-block {
margin-bottom: 30px;
}
.office-block-image {
width: 100%;
height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position-x: 50%;
}
.office-block-info {
background: #EEF1EF;
position: relative;
padding: 30px;
}
.office-block-info p {
margin: 0;
}
.office-contact {
margin: 10px 0;
}
.office-contact p {
font-weight: 700;
}
.office-block-info-inner {
width: 100%;
}
.office-contact-map {
position: absolute;
right: 0;
bottom: 0;
}
@media screen and (min-width: 768px) {
.page-template-template-contact-b .content {
width: 50%;
padding-right: 99px;
}
.page-template-template-contact-b .sidebar {
width: 50%;
}
}
@media screen and (min-width: 1025px) { .office-block-image {
display: flex;
width: 250px;
flex-basis: 250px;
height: 250px;
} .office-block-info-inner {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
gap: 50px;
}
} .content-tabs-row {
display: none;
flex-wrap: wrap;
margin-bottom: 30px;
}
.content-tabs-row-inner {
display: flex;
}
.content-tabs-row .content-tab-activate {
margin-right: 10px;
}
.content-tab-activate:last-of-type {
margin-right: 0;
}
.content-tab-activate.active {
background: #06253D;
pointer-events: none;
}
.content-tab {
display: none;
margin-bottom: 50px;
}
.content-tab.active {
-webkit-animation: fadeIn 200ms ease-out;
animation: fadeIn 200ms ease-out;
}
.content-tab.active,
.content-tabs-anchor-links .content-tab {
display: block;
}
.content-tabs-anchor-links .mobile-tab {
display: none;
}
.content-tabs-select {
margin: 0 auto 30px;
display: none;
}
.content-tabs-anchor-links .content-tabs-select {
display: block;
}
.mobile-tab {
width: 100%;
text-align: left;
padding: 20px 30px;
margin-bottom: 20px;
position: relative;
}
.mobile-tab:after {
content: '\f0d7';
font-family: 'Font Awesome 5 Pro';
right: 15px;
position: absolute;
}
@media screen and (min-width: 1025px) {
.content-tabs-row {
display: block;
}
.mobile-tab,
.content-tabs-anchor-links .content-tabs-select {
display: none;
}
} .confirm-contact {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
margin-bottom: 10px;
}
.confirm-contact a:not(:last-child) {
margin-right: 20px;
}
.confirm-social {
margin-bottom: 60px;
} .content-testimonial-single:not(:last-child) {
border-bottom: 1px solid #F0F0F0;
padding-bottom: 30px;
margin-bottom: 30px;
}
.content-testimonial-stars {
font-size: 1.5rem;
}
.content-testimonial-source {
display: block;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.content-testimonial-source:before {
content: "-";
margin-right: 6px;
display: inline-block;
}
.promotions .content {width: 100%; float: none}
.promotions .contact-form-heading {text-align: center}
.promotions .contact-form-heading {text-align: center}
.promotions .sidebar {width: 100%; float: none; padding: 0;}
.promotions .sidebar .form-container {max-width: 750px; margin: 0 auto}
.promotions .sidebar .sidebar-block.blocktwo {display: none;}