/*
Theme Name: Constix
Theme URI: https://gaviaspreview.com/wp/constix/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.8
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: constix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
.keyframe7 {
    animation-name: jump;
    animation-duration: .6s;
}
.animation {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 100%;
}
@keyframes jump{0% { transform:translate(0%, 15px) rotateX(15deg); }100% { transform:translate(0%, 0%); }}
.gsc-workprocess .elementor-container:after {
    content: '';
    background: url(/wp-content/uploads/2025/08/line-workflow.png) repeat-x 46% 0 transparent;
	background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1;
}
#floating {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 1111111;
    width: 100%;
    max-width: 980px;
}
