/*
Theme Name: Modins
Theme URI: https://gaviaspreview.com/wp/modins/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2023 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.2.3
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: modins

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;
}
body #backToTop {
    position: fixed !important;
    bottom: 60px;
    right: 30px;

    width: 42px;
    height: 42px;
padding: 2px;
    /* GLASS / WHITE LOOK */
    background: rgba(255, 255, 255, 0.85);
    color: #235857;

    border: 1px solid rgba(35, 88, 87, 0.2);
    border-radius: 50%;

    font-size: 18px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2147483647 !important;

    /* SOFT SHADOW */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    /* GLASS EFFECT */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition: all 0.35s ease;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

/* SHOW BUTTON */
body #backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

 

/* FIX ELEMENTOR OVERFLOW ISSUES */
.elementor-section,
.elementor-container,
.elementor-column {
    overflow: visible !important;
}
.quick_contact {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}