@charset "UTF-8";
.stm_widget_search.style_1 .widget.widget_search {
    margin-bottom: 35px;
}

.stm_widget_search.style_1 .widget.widget_search:before {
    display: none !important;
}

.stm_widget_search.style_1 .widget.widget_search .search-form {
    position: relative;
}

.stm_widget_search.style_1 .widget.widget_search .search-form .form-control {
    border-radius: 0;
}

.stm_widget_search.style_1 .widget.widget_search .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 17px;
    outline: none !important;
    padding: 0;
}

.stm_widget_search.style_1 .widget.widget_search .search-form button i {
    width: 100%;
}

.stm_widget_search.style_1 .widget.widget_search .search-form input[name="s"] {
    padding-right: 50px;
    background: #eeeff2;
    color: #222;
}

.stm_widget_search.style_1 .widget.widget_search .search-form input[name="s"]:focus {
    background: transparent;
}.stm_post_type_list__excerpt {
    display: none;
}

.stm_post_type_list__content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm_post_type_list_style_2 .stm_post_type_list__single {
    display: block;
    padding: 16px 24px 14px;
    margin-bottom: 1px;
    background-color: #f2f2f2;
}

.stm_post_type_list_style_2 .stm_post_type_list__single.active .stm_post_type_list__content h4, .stm_post_type_list_style_2 .stm_post_type_list__single:hover .stm_post_type_list__content h4 {
    color: #fff !important;
}

.stm_post_type_list_style_2 .stm_post_type_list__image {
    display: none;
}

.stm_post_type_list_style_2 .stm_post_type_list__content {
    overflow: hidden;
}

.stm_post_type_list_style_2 .stm_post_type_list__content h4 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
}

.stm_post_type_list_style_2 .stm_post_type_list__content h4:before {
    display: none !important;
}

.stm_post_type_list_style_2 .stm_post_type_list__terms {
    display: none;
}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core

 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
  /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//cabinet-mkmconsulting.com/wp-content/themes/pearl/assets/css/vendors/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*COLORS*/
/*FONTS*/
.stm_testimonials {
    margin: 0 -15px;
}

.stm_testimonials .owl-controls, .stm_testimonials__item {
    margin: 0 15px;
}

.stm_testimonials_list_style {
    margin: 0;
}

.stm_testimonials_style_4 {
    margin-bottom: 30px;
}

.stm_testimonials_style_4 .owl-dots {
    margin-top: 20px;
}

.stm_testimonials_style_4 .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #ccc;
}

.stm_testimonials_style_4 .owl-dots .owl-dot span {
    display: none;
}

.stm_testimonials_style_4 .stm_testimonials__review {
    position: relative;
    background: #eeeff2;
    padding: 25px 30px 60px;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 23px 0;
    font-weight: 300;
}

.stm_testimonials_style_4 .stm_testimonials__review:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 65px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0;
    border-color: #eeeff2 transparent transparent transparent;
}

.stm_testimonials_style_4 .stm_testimonials__review:before {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 47px;
    line-height: 39px;
    content: "" !important;
    font-family: 'stmicons' !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.stm_testimonials_style_4 .stm_testimonials__meta {
    display: -ms-flexbox;
    display: flex;
}

.stm_testimonials_style_4 .stm_testimonials__meta_align-center {
    -ms-flex-align: center;
    align-items: center;
}

.stm_testimonials_style_4 .stm_testimonials__avatar {
    max-width: 58px;
}

.stm_testimonials_style_4 .stm_testimonials__avatar img {
    max-width: 100%;
    height: auto;
}

.stm_testimonials_style_4 .stm_testimonials__avatar_rounded img {
    border-radius: 50%;
}

.stm_testimonials_style_4 .stm_testimonials__avatar img {
    width: auto !important;
}

.stm_testimonials_style_4 .stm_testimonials__info {
    margin-left: 16px;
}

.stm_testimonials_style_4 .stm_testimonials__info h6 {
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 600;
}

.stm_testimonials_style_4 .stm_testimonials__info span {
    display: block;
    margin-top: -6px;
    font-size: 13px;
}.stm_post_type_list__excerpt {
    display: none;
}

.stm_post_type_list__content h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm_post_type_list_style_1 .stm_post_type_list__single {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.stm_post_type_list_style_1 .stm_post_type_list__single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.stm_post_type_list_style_1 .stm_post_type_list__image {
    float: left;
    margin-right: 15px;
}

.stm_post_type_list_style_1 .stm_post_type_list__content {
    overflow: hidden;
}

.stm_post_type_list_style_1 .stm_post_type_list__content h4 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}

.stm_post_type_list_style_1 .stm_post_type_list__content h4:before {
    display: none !important;
}

.stm_post_type_list_style_1 .stm_post_type_list__terms {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
}.stm_custom_menu_style_1 .menu li {
    padding-left: 15px !important;
    margin-bottom: 17px;
    line-height: 1;
}

.stm_custom_menu_style_1 .menu li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 1;
    top: 0px;
}

.stm_custom_menu_style_1 .menu li a:hover {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .stm_custom_menu_style_1 .menu li:before {
        top: 2px;
    }
}