.search-partner-form{
    margin: 0;
    width: 100%;
    min-height: 75px;
    background: #f7f7f7;
    padding: 15px 0 0 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.partner-search{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.partner-search form{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
}
h1, h2, h3 {
    font-family:"adobe-caslon-pro" !important;
}
.partner-search form > * {
    font-family:"adobe-caslon-pro";
    width: 23%;
    font-size: 0.8em;
}
.partner-search #partner-name{
    height: 40px;
    border-radius: 8px;
    padding-left: 10px;
}
.partner-search #partner-category {
    border: 1px solid #bbb;
    background-color: #fff;
    height: 40px;
    border-radius: 8px;
}
.partner-search input#filter-form-submit {
    background: #79a8ad;
    color: #fff;
    border: 1px solid #447D83;
    padding: 0 20px!important;
    -webkit-box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, .25);
    box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, .25);
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
}
.partner-search a.directory-button{
    border: 3px solid #606060;
    color: #606060 !important;
    background-color: #FFF;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, .25);
    box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, .25);
    text-decoration: none;
    font-size: 0.8em;
}
.partner-search input#filter-form-submit:hover, .partner-search a.directory-button:hover{
    -webkit-box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, .75);
    box-shadow: 1px 2px 14px -1px rgba(0, 0, 0, .75);
}
.partner-title h1{
    font-size: 1.8em;
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #79A8AD;
    position: relative;
    padding-right: 25px;
}
/* .partner-title h1:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/badge-verified.png) no-repeat;
    right: 0;
    top: 6px;
} */
.partner-title h1:before{
    display: none !important;
}
.partner-title h1 span{
    font-size: .6em;
    margin: 10px 0 0 15px;
    text-transform: uppercase;
}
.partner-header img{
    width: 100%;
    height: auto;
    min-width: 0 !important;
}
.partner-content-wrapper{
    font-family:"adobe-caslon-pro";
    background: #f7f7f7;
}
.white-box{
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.partner-sidebar{
    width: 15%;
    margin: 40px auto;
    padding: 20px 0 0;
    position: relative;
}
.partner-sidebar ul{
    list-style: none;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 4.5rem;
}
.partner-sidebar ul li a{
    text-decoration: none;
    color: #999;
    margin-top: .5em;
    padding: 0.5em 3.5em .5em .5em;
    font-size: .9em;
    outline: none;
}
.partner-sidebar ul li a:hover{
    color: #f15a29;
}
.partner-content{
    width: 83%;
    margin: 30px auto !important;
    padding: 25px 0 0 !important;
    background: none;
    border-radius: 5px;
    min-height: 400px;
}
.about-section{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.about-section > div{
    width: 47%;
}
.about-section-left h2{
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 0;
}
.about-section-left h2:before{
    display: none;
}
.about-section-left p{
    font-size: .8em;
}
.about-section-left > strong{
    font-size: .7em;
}
.about-section-right{
    display: flex;
    flex-flow: column wrap;
}
.about-section-right .socialicons{
    display:flex;
    align-self: flex-end;
}
.primary-services{
    margin-top: 35px;
}
.primary-services-title{
    background: #e6e9ee;
    border-top: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d9dade;
    color: #79a8ad;
    font-size: 15px;
    padding: 7px 10px;
}
.primary-services ul{
    margin: 0;
    padding: 0;
}
.primary-services ul li{
    padding: 8px 0 8px 15px;
    margin: 0;
    border-top: 1px solid #ebebeb;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #d9dade;
    list-style: none;
    font-size: .8em;
}
.primary-services ul li:nth-child(even) {
    background: #f6f6f6;
}
.contacts{
    display: flex;
    flex-wrap: wrap;
}
.contact-profile{
    display: flex;
    flex-flow: column wrap;
    width: 360px;
    height: auto;
    min-height: 200px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.contact-profile > div{
    width: 100%;
}
.contact-profile .contact-header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
}
.contact-profile .contact-profile-headshot{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 65px;
    left: 10px;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    border-radius: 50px;
}
.contact-profile .contact-info{
    padding-left: 130px;
}
.contact-profile .contact-info h3{
    font-size: .9em;
    color: #79A8AD;
    margin: 10px 0 0 0;
}
.contact-profile .contact-info span{
    font-size: .8em;
}
.contact-profile .contact-buttons{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
}
.contact-profile .call-btn{
    background: #f5a623;
    width: 65px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: .7em;
}
.contact-profile .call-btn:hover, .contact-profile .call-btn:visited{
    color: #fff;
}
.partner-social-media{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 20px;
    width: 100%;
}
.partner-social-media h4, .contacts > h4, .blog-posts > h4{
    text-transform: uppercase;
    font-size: .9em;
    color: #79A8AD;
    width: 100%;
}
.partner-social-media > div{
    width: 45%;
    margin-top: 20px;
}
#gallery-section{
    padding: 8px;
    background: #FFF;
    border-radius: 5px;
    display: none;
    margin-bottom: 20px;
}
#gallery-section.slick-initialized {
   display: block;
}
#gallery-section .slick-track
{
    display: flex !important;
}
#gallery-section .slick-slide
{
    height: inherit !important;
}
.gallery-item-pp{
    width: 280px;
    height: 300px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    outline: none;
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
}


/*==================================
SWIPER - minimal styling
===================================*/
/* semantic HTML - remove bullet and space from the list */
    #swiper-container {
        max-width:1600px;
        margin:0 auto;
    }
    @media (max-width:1200px) {
        #swiper-container {
            max-width:100%;
            margin:0 auto;
        }
    }
  ul.swiper-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  /* swiper responive image */
  .swiper-wrapper img {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    /* Remove this if you want 1 slide perview - than change slidesPerView js-option to 1 -or- 2+ instead of 'auto' */
    /* width: 30%; */
  }

  /* Swiper custom pagination */
  .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s ease, color 0.5s ease;
  }

  /* Swiper custom pagination */
  .swiper-pagination-bullet:hover {
    transition: background-color 0.5s ease;
    background: rgba(0, 0, 0, 1);
    color: white;
  }

  /* Swiper custom pagination active state */
  .swiper-pagination-bullet-active {
    color: #fff;
    background: black;
  }

/** Custom Slick CSS **/
.slick-slide{
    cursor: pointer;
    outline: none;
}
.slick-slide .gallery-item-pp{
    opacity: .6;
    transition: all .5s;
}
.slick-center .gallery-item-pp{
    opacity: 1;
    margin-left: auto; margin-right: auto;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 99999;
    position: relative;
}

/** Blog Posts **/
.blog-posts{
    margin-bottom: 20px;
}
.blog-posts > div{
    display: flex;
    flex-flow: wrap row;
    justify-content: space-around;
}
.post-box{
    display: flex;
    flex-flow: wrap column;
    width: 47%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
}
.post-box:not(:last-child){
    margin-bottom: 10px;
}
.post-box .post-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 180px;
    margin-bottom: 10px;
}
.post-box h2{
    font-size: 120%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
.post-box h2:before{
    display: none;
}
.post-box p{
    font-size: .8em;
    padding-left: 10px;
    padding-right: 10px;
}

/**
* Media Queries
*/
@media (max-width: 1024px){
    .search-partner-form .elementor-column-gap-no, .partner-title{
        padding: 0 20px;
    }
    .partner-content{
        width: 95%;
        margin: 10px auto !important;
    }
    .partner-sidebar{
        position: fixed;
        top: 0;
        margin: 0;
        padding: 0;
        background: #3c3d41;
        padding: 7px 0;
        z-index: 999999;
        left: 0;
        width: 100%;
        min-height: 50px;
        display:none;
    }

    .partner-sidebar ul li{
        margin: 0 3%;
    }
    .partner-sidebar ul li a{
        color: #FFF;
        font-size: .7em;
        padding: 0;
        text-decoration: none;
    }
}
@media (max-width: 767px){
    .search-partner-form{
        padding-bottom: 15px;
    }
    .partner-search form{
        flex-direction: column;
        align-items: center;
    }
    .partner-search form > *{
        width: 95%;
        margin-bottom: 15px;
    }
    .partner-search #partner-category{
        padding: 0.10rem 0.66rem;
    }
    .partner-search input#filter-form-submit{
        padding: 0.36rem 0.66rem !important;
    }
}
@media (max-width: 600px){
    .about-section, .partner-social-media, .blog-posts > div{
        flex-direction: column;
    }
    .about-section > div, .partner-social-media > div, .post-box{
        width: 100%;
    }
}
@media (max-width: 425px){
    .contacts{
        flex-direction: column;
    }
    .contact-profile{
        width: 100%;
        margin-right: 0;
    }
    .partner-title h1{
        font-size: 0.9em;
    }
    .partner-title h1:after{
        top: 50%;
        transform: translateY(-50%);
    }
    .partner-title h1 span{
    font-size: .5em;
    margin: 8px 0 0 15px;
    text-transform: uppercase;
}
}
