/*
Theme Name: Sharper Images Theme
Theme URI: https://www.skipknoll.com/
Text Domain: SharperImagesTheme
Description: WordPress them for Sharper Images Theme
Author: the Author Sharper Images Theme Team
Author URI: 
*/
.google_review .ti-widget-container .ti-header.source-Google {
    float: right !important;
}
.std_content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.std_content h5 {
    padding-bottom: 12px;
}
.std_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 26px;
}
.std_content ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.std_content ul li:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13px;
    border-color: transparent transparent transparent #a9242b;
    position: absolute;
    left: 0;
    top: 11px;
}
.std_content p + ul {
    padding-top: 14px;
}

.service-inner-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
    opacity: 0;
}

.service-inner-slider.slick-initialized {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}
