/*
Theme Name: Lo.B. GmbH
Theme URI: https://lobgmbh.de/
Template: Divi
Author: huchel. medienagentur GmbH
Author URI: https://huchel-medienagentur.de
Description: Lo.B. GmbH Divi child theme.
Version: 2.1.1742897234
Updated: 2025-03-25 11:07:14

*/

.et_pb_blurb .et-pb-icon {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-width: 2px;
    padding: 16px;
}
.pa-underline-link a {
    border-bottom: 2px solid #fff;
}
.pa-underline-link:hover a {
    color: #fff;
}
.pa-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pa-button-inline .et_pb_button_module_wrapper {
    display: inline-block;
}
.pa-overlay .et_parallax_bg:before, .pa-overlay:before {
    width: 100%;
    display: block;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.8);
}
.pa-blurb-vertical-wobble:hover {
    animation-name: pa-vertical-wobble;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
.et-l .et-l--post .et_builder_inner_content .et_pb_row {
    width: 100%;
}
.pa-menu-button a {
    border: 2px solid #eace2c !important;
    padding: 14px !important;
}
.pa-menu-button a:hover {
    background-color: #444;
    border-color: #444 !important;
    opacity: 1 !important;
}
.et_pb_menu__menu {
    align-self: center;
}
.nav li {
    padding-bottom: 0 !important;
}
.nav li li {
    width: 280px !important;
    padding: 0 !important;
}
.nav li li:not(:last-child) {
    border-bottom: 2px solid #f4f4f4;
}
.nav li li a {
    width: 280px !important;
}
nav>ul>li>ul:after {
    width: 0;
    margin-left: -20px;
    left: 20%;
    content: '';
    position: absolute;
    top: -20px;
    border-bottom: 20px solid #fff;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.et_mobile_menu {
    width: 100%;
    border-top: none;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
.et_mobile_menu li ul.hide {
    display: none !important;
}
.et_mobile_menu .menu-item-has-children {
    position: relative;
}
.et_mobile_menu .menu-item-has-children>a {
    background-color: transparent;
}
.et_mobile_menu .menu-item-has-children>a+span {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 20px;
}
span.menu-closed:before {
    display: block;
    content: "\33";
    color: #eace2c;
    font-size: 18px;
    font-family: ETmodules;
}
span.menu-closed.menu-open:before {
    content: "\4d";
    color: #eace2c;
}
.et_mobile_menu li:not(:last-child) a {
    border-bottom: 2px solid #f3f6fd;
}
.et_mobile_menu li:last-child a {
    border-bottom: none;
}
.pa-image-aspect-ratio-landscape .et_pb_image_wrap {
    display: block;
    padding-top: 56.25%;
}
.pa-image-aspect-ratio-landscape .et_pb_image_wrap img {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.pa-image-1-1 .et_pb_image_wrap {
    display: block;
    padding-top: 100%;
}
.pa-image-1-1 .et_pb_image_wrap img {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.pa-service-blurb a {
    border-bottom: 2px solid #bbb;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #bbb;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pa-service-blurb .et_pb_blurb_container:hover a {
    border-bottom: 2px solid #eace2c;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #eace2c;
}
.pa-service-blurb .et_pb_blurb_container {
    background-color: #fff;
    padding: 20px;
}
.pa-column-image {
    overflow: hidden;
}
.pa-column-image img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pa-column-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pa-clients-blurb .et_pb_main_blurb_image {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: transform;
    -webkit-transition-property: transform;
    -o-transition-property: transform;
    transition-property: transform;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pa-clients-blurb:hover .et_pb_main_blurb_image {
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}
.pa-values-blurb h4, .pa-values-blurb img {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pa-values-blurb:hover h4, .pa-values-blurb:hover img {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.pa-values-blurb img {
    margin-bottom: -8px;
}
.pa-subhead-left:before {
    width: 50px;
    display: block;
    left: 0;
    content: '';
    position: absolute;
    top: 30%;
    border-bottom: 2px solid #eace2c;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pa-subhead-left {
    margin-bottom: 10px !important;
    position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 70px !important;
}
.pa-hover-gallery .et_pb_gallery_grid .et_pb_gallery_image {
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.pa-hover-gallery .et_pb_gallery_image.landscape img {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.pa-hover-gallery .et_pb_gallery_item {
    clear: inherit !important;
    position: relative;
}
.pa-hover-gallery .et_pb_gallery_title {
    margin: 0 !important;
}
.pa-hover-gallery .et_overlay {
    z-index: 1;
    pointer-events: all !important;
}
.pa-hover-gallery .pa-gallery-text {
    display: flex;
    left: 0;
    flex-direction: column;
    position: absolute;
    top: 0;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0.8);
    opacity: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}
.pa-hover-gallery .et_pb_gallery_item:hover .pa-gallery-text {
    opacity: 1;
}
.pa-hover-gallery .et_pb_gallery_item:nth-child(n+1):nth-child(odd) {
    float: left;
}
.pa-hover-gallery .et_pb_gallery_item:nth-child(n+1):nth-child(even) {
    float: right;
}
.pa-hover-gallery .et_pb_gallery_item:nth-child(5n+1) {
    width: 50% !important;
}
.pa-hover-gallery .et_pb_gallery_grid .et_pb_gallery_items .et_pb_gallery_item.et_pb_grid_item {
    padding: .5%;
}
.pa-speech-bubble .et_pb_testimonial_description_inner {
    margin-top: 42px;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #222;
    -moz-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    -webkit-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    -o-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    padding: 30px;
}
.pa-speech-bubble .et_pb_testimonial_description_inner:after {
    margin-top: -20px;
    width: 0;
    margin-left: -20px;
    left: 50%;
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
    border-bottom-color: #222;
}
.pa-speech-bubble:hover .et_pb_testimonial_description_inner:after {
    -moz-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    -webkit-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    -o-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
}
.pa-speech-bubble:hover .et_pb_testimonial_description_inner {
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    -moz-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    -webkit-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    -o-box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
    box-shadow: 0 2px 80px 0 rgba(160, 190, 212, 0.22);
}
.pa-speech-bubble:before {
    display: none;
}
.pa-speech-bubble .et_pb_testimonial .et_pb_testimonial_description_inner>div p:last-of-type:not(:only-of-type) {
    margin-bottom: -20px;
}
.pa-speech-bubble:hover .et_pb_testimonial_portrait {
    animation-name: pa-speech-bubble-wobble;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}
button.mfp-close {
    padding-top: 20px !important;
    padding-right: 24px !important;
    color: #eace2c !important;
}
.mfp-title {
    margin-top: -24px;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
}
.mfp-counter {
    padding-right: 20px;
    color: #000;
    font-weight: 900;
    font-size: 16px;
}
img.mfp-img {
    border: 2px solid #eace2c;
    padding: 0 !important;
}
.mfp-arrow:after {
    color: #eace2c;
    font-size: 60px !important;
}
.mfp-bg {
    background-color: #000 !important;
}
.mfp-close, .mfp-title, .mfp-counter, .mfp-arrow:after {
    color: #fff !important;
}
.mfp-arrow-left:after {
    content: "\23" !important;
}
.mfp-arrow-left {
    left: 50px !important;
}
.mfp-arrow-right:after {
    content: "\24" !important;
}
.mfp-arrow-right {
    right: 50px;
}
.pa-blog-feed a.more-link {
    display: inline-block;
    border-bottom: 2px solid #bbb;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #bbb;
    background-color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: none;
    margin: 20px 40px;
}
.pa-blog-feed .et_pb_post:hover a.more-link {
    border-bottom: 2px solid #eace2c;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #eace2c;
}
.pa-blog-feed .et_pb_post img {
    display: block;
    z-index: 1 !important;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pa-blog-feed .et_pb_post:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.pa-blog-feed a.entry-featured-image-url {
    margin-bottom: -50px;
    margin-left: -40px;
    display: inline-block;
    left: 40px;
    position: relative;
    right: 40px;
    overflow: hidden;
    min-width: 110%;
}
.pa-blog-feed .et_pb_image_container {
    z-index: 1 !important;
    margin: -20px 20px 0 -20px;
}
.pa-blog-feed .et_pb_post h2 {
    margin-right: 20px;
    margin-left: 20px;
    z-index: 99;
    position: relative;
    background-color: #fff;
    padding: 20px 20px 0;
}
.pa-blog-feed .et_pb_post .post-meta {
    margin-right: 20px;
    margin-left: 20px;
    z-index: 99;
    position: relative;
    background-color: #eace2c;
    order: 2;
    padding: 3px 14px;
}
.pa-blog-feed .et_pb_post .post-meta a:hover {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #222 !important;
}
.pa-blog-feed .et_pb_post p {
    margin-right: 20px;
    margin-left: 20px;
    z-index: 99;
    position: relative;
    background-color: #fff;
    padding: 10px 20px 0;
}
.pa-blog-feed .et_pb_post {
    display: flex;
    flex-direction: column;
}
.pa-blog-feed .et_pb_post .et_pb_image_container, .pa-blog-feed .et_pb_post .entry-featured-image-url {
    order: 2;
}
.pa-blog-feed .et_pb_post .entry-title {
    order: 3;
}
.pa-blog-feed .et_pb_post .post-content {
    order: 4;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    border: 2px solid #eace2c;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
    color: #fff;
    background-color: #eace2c;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul {
    text-align: center;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a {
    color: #fff;
    background-color: #aaa;
    border: 2px solid #aaa;
    padding: 1em 1.5em;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a:hover, .et_pb_gallery .et_pb_gallery_pagination ul li a.hover {
    background-color: #eace2c;
    border-color: #eace2c;
}
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active {
    color: #fff;
    background-color: #222;
    border-color: #222;
}
.pa-contact-speech-bubble .et_pb_blurb_container {
    position: relative;
    background-color: #444;
    padding: 30px;
}
.pa-contact-speech-bubble .et_pb_main_blurb_image {
    vertical-align: middle;
}
.pa-contact-speech-bubble .et_pb_blurb_description:after {
    margin-top: -20px;
    width: 0;
    margin-left: -20px;
    left: 0;
    content: '';
    position: absolute;
    top: 50%;
    height: 0;
    border: 20px solid transparent;
    border-left: 0;
    border-right-color: #444;
}
.pa-accordion .et_pb_toggle_title:before {
    content: "\4c" !important;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #eace2c;
    font-weight: 700;
    font-size: 30px !important;
}
.pa-accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\4b" !important;
    font-weight: 700;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pa-accordion .et_pb_toggle_open {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff !important;
    border-color: #eace2c !important;
}
.pa-accordion .et_pb_toggle {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.pa-footer-bullet ul li:before {
    margin-right: 10px;
    margin-left: -14px;
    text-align: center;
    content: '\24';
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #eace2c !important;
    font-size: 1.3em;
    font-family: 'ETMODULES';
    vertical-align: middle;
}
.pa-footer-bullet ul li:hover:before {
    margin-left: -7px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #444 !important;
}
.pa-sidebar-projects .et_pb_post .entry-featured-image-url {
    width: 96px;
    margin-right: 20px;
    height: 96px;
    overflow: hidden;
    float: left;
    background-size: cover;
}
.pa-sidebar-projects .et_pb_post a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}
.pa-sidebar-projects .et_pb_post {
    margin-bottom: 0;
}
.pa-number-one {
    width: 66px;
    display: block;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    height: 66px;
    border: 2px solid #eace2c;
}
.pa-number-one:after {
    left: 10px;
    content: '1';
    position: absolute;
    top: 8px;
}
.pa-number-column-one:hover .pa-number-one {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #ddd;
}
.pa-number-two {
    width: 66px;
    display: block;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    height: 66px;
    border: 2px solid #eace2c;
}
.pa-number-two:after {
    left: 10px;
    content: '2';
    position: absolute;
    top: 8px;
}
.pa-number-column-two:hover .pa-number-two {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #ddd;
}
.pa-number-three {
    width: 66px;
    display: block;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    height: 66px;
    border: 2px solid #eace2c;
}
.pa-number-three:after {
    left: 10px;
    content: '3';
    position: absolute;
    top: 8px;
}
.pa-number-column-three:hover .pa-number-three {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 2px solid #ddd;
}
.pa-number-column-one:hover .pa-number-one-border {
    position: relative;
}
.pa-number-column-one .pa-number-one-border:after {
    width: 0;
    display: block;
    left: 0;
    content: '';
    position: absolute;
    border-bottom: 2px solid #222;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    padding-bottom: 30px;
}
.pa-number-column-one:hover .pa-number-one-border:after {
    width: 100%;
}
.pa-number-column-two:hover .pa-number-two-border {
    position: relative;
}
.pa-number-column-two .pa-number-two-border:after {
    width: 0;
    display: block;
    left: 0;
    content: '';
    position: absolute;
    border-bottom: 2px solid #222;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    padding-bottom: 30px;
}
.pa-number-column-two:hover .pa-number-two-border:after {
    width: 100%;
}
.pa-number-column-three:hover .pa-number-three-border {
    position: relative;
}
.pa-number-column-three .pa-number-three-border:after {
    width: 0;
    display: block;
    left: 0;
    content: '';
    position: absolute;
    border-bottom: 2px solid #222;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    padding-bottom: 30px;
}
.pa-number-column-three:hover .pa-number-three-border:after {
    width: 100%;
}
.et_pb_scroll_top.et-pb-icon {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #aaa;
    right: 20px;
    cursor: pointer;
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    padding: 8px;
}
.et_pb_scroll_top.et-pb-icon:hover {
    color: #eace2c;
    background-color: #444;
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.pa-person img {
    max-width: 200px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transform-origin: bottom;
    margin: 30px auto;
}
.pa-person:hover img {
    -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    -moz-transform: scale(0.95) !important;
    -webkit-transform: scale(0.95) !important;
    -o-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
}
.pa-person .et_pb_team_member_description img {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pa-person .et_pb_member_social_links {
    margin-left: 10px;
}
.pa-person .et_pb_member_position:after {
    margin-top: 17px;
    width: 60px;
    margin-right: 0;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: 0;
    margin-left: auto;
    display: table;
    content: "";
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid #eace2c;
}
.pa-person:hover .et_pb_member_position:after {
    width: 100px;
}
.pa-services-sidebar .et_pb_widget li.current-menu-item a {
    color: #fff !important;
    background-color: #222;
}
.pa-services-sidebar .et_pb_widget li a {
    display: block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 18px 24px;
}
.pa-services-sidebar .et_pb_widget li a:hover {
    display: block;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff !important;
    background-color: #222;
}
.pa-services-sidebar .et_pb_widget:last-child {
    margin-bottom: 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #222;
    background-color: #eee;
    font-weight: bold !important;
    font-size: 1.5em !important;
    line-height: 1.5em;
    padding: 0.4em 0.8em !important;
}
.wp-pagenavi span.current {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff !important;
    background-color: #eace2c !important;
}
.wp-pagenavi a:hover {
    color: #fff !important;
    background-color: #eace2c !important;
}
.wp-pagenavi .pages {
    background-image: none;
}
.wp-pagenavi {
    text-align: center;
    border-top: none;
}
.pa-widget-subhead-left h4:before, h4.widgettitle:before {
    width: 50px;
    display: block;
    left: 0;
    content: '';
    position: absolute;
    top: 30%;
    border-bottom: 2px solid #eace2c;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pa-widget-subhead-left h4, h4.widgettitle {
    margin-bottom: 20px !important;
    position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 70px !important;
}
.widget_recent_entries li a {
    margin-bottom: 0;
    display: block;
}
.et_pb_widget.widget_recent_entries li {
    position: relative;
    color: #aaa;
    text-transform: capitalize;
    letter-spacing: 0;
    font-style: normal;
    padding: 10px 0;
    margin: 0 !important;
}
.et_pb_widget.widget_recent_entries li:not(:last-child) {
    border-bottom: 2px solid #f4f4f4;
}
.et_pb_widget.widget_recent_entries ul li:hover a {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #eace2c !important;
}
.pa-sidebar .et_pb_widget.widget_recent_entries ul li a {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_recent_entries span.post-date {
    display: inline-block;
    font-size: 16px;
}
.et_pb_widget.widget_categories a {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    background-color: #222;
    font-size: 18px !important;
    padding: 8px 14px;
    margin: -1px 0;
}
li.cat-item {
    display: inline-block;
    margin: 0 1px;
}
.tagcloud a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff !important;
    background-color: #222;
    font-size: 18px !important;
    text-transform: capitalize;
    padding: 8px 14px;
    margin: 4px 1px;
}
.tagcloud a:hover, .cat-item a:hover {
    color: #fff !important;
    background-color: #eace2c !important;
}
.pa-sidebar .et_pb_widget {
    margin-bottom: 10%;
}
.single .et_pb_post {
    margin-bottom: 0;
}
@media (max-width: 980px) {
.pa-widget-subhead-left h4, h4.widgettitle {
    margin-top: 30px;
}
.pa-hover-gallery .et_pb_gallery_items .et_pb_grid_item:nth-child(n) {
    width: 50% !important;
    margin: 0 !important;
}
.pa-hover-gallery .et_pb_gallery_items .et_pb_grid_item:nth-child(2n+1) {
    clear: none !important;
}
.pa-footer-menu .et_pb_menu__menu {
    display: flex;
}
.pa-footer-menu .et_mobile_nav_menu {
    display: none;
}
}
@media (max-width: 980px) and (min-width: 768px) {
.et_pb_column .et_pb_testimonial_description {
    display: inline;
}
.pa-speech-bubble .et_pb_testimonial_description_inner {
    margin-top: 130px !important;
}
.pa-speech-bubble .et_pb_testimonial_portrait {
    left: 43%;
}
}
@media all and (max-width: 980px) {
.pa-blog-feed .et_pb_image_container {
    z-index: 1 !important;
    margin: -20px 20px 8px -20px;
}
.pa-blog-feed .et_pb_post .post-meta {
    margin-right: 0;
    margin-left: 0;
}
.pa-blog-feed .et_pb_post h2 {
    margin-right: 0;
    margin-left: 0;
}
.pa-blog-feed .et_pb_post p {
    margin-right: 0;
    margin-left: 0;
}
.pa-blog-feed a.more-link {
    margin-right: 20px;
    margin-left: 20px;
}
}
@media only screen and (max-width: 980px) {
.pa-number-one:after {
    left: 40px;
}
.pa-number-two:after {
    left: 40px !important;
}
}
@media (max-width: 767px) {
.pa-hover-gallery .et_pb_gallery_caption {
    display: none;
}
.et_pb_menu__wrap {
    margin: 0 !important;
}
}
@media only screen and (max-width: 600px) {
.pa-footer-optin .et_pb_newsletter_fields .et_pb_newsletter_field {
    flex-basis: 100% !important;
}
.pa-footer-optin .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
    flex-basis: 100% !important;
}
.pa-footer-optin .et_pb_newsletter_fields {
    flex-wrap: wrap !important;
}
}
@media only screen and (max-width: 479px) {
.pa-mobile-column-50 {
    display: inline-block;
    max-width: 50%;
}
}
@media only screen and (min-width: 600px) {
.pa-footer-optin .et_pb_newsletter_fields .et_pb_newsletter_field {
    flex-basis: calc(100% - 225px) !important;
}
.pa-footer-optin .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
    flex-basis: 210px !important;
}
.et_pb_newsletter .et_pb_newsletter_fields {
    flex-wrap: nowrap;
}
}
@media (min-width: 980px) {
.pa-reverse-blurb .et_pb_blurb_content {
    display: flex;
    flex-direction: row-reverse;
}
.pa-reverse-blurb h4 {
    text-align: right;
}
.pa-reverse-blurb p {
    text-align: right;
}
.pa-hover-section:hover .pa-subhead-left:before {
    width: 100px;
    display: block;
    left: 0;
    content: '';
    position: absolute;
    top: 30%;
    border-bottom: 2px solid #eace2c;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pa-hover-section:hover .pa-subhead-left {
    margin-bottom: 10px !important;
    position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 120px !important;
}
}
