/* 
Theme Name: OtterText
Theme URI: https://www.codifywp.com
Description: 
Author: Abdul Haseeb Ilyas
Author URI: https://www.codifywp.com
Template: hello-elementor
Version: 2.0.0
Text Domain: ottertext
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Animated SVG */
span.animated-svg::after {
    position: absolute;
    left: 0;
    bottom: -11px;
    content: "";
    display: block;
    width: 100px;
    height: 18px;
    background-image: url(https://ottertextstg.wpenginepowered.com/wp-content/uploads/2024/12/Path.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	animation: expandWidth 1s ease-in-out forwards;
}
span.animated-svg {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.elementor-widget-share-buttons .elementor-grid-item {
    border: 2px solid #69dbc8;
    border-radius: 5px;
}
@keyframes expandWidth {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.uael-post__bg-wrap {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D8D8D8;
    box-shadow: 0px 2px 5px 3px #EFEFEF;
    border-radius: 8px;
}