@charset "UTF-8";

/*
Theme Name: Sirvoy
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

.compare_pricing_plans .feature_item__call {
    position: relative;
}

.compare_pricing_plans .feature_item__call .hover-text {
    display: block !important;
    position: absolute;
    right: calc(100% + 50px);
    top: 50%;
    transform: translateY(-50%);
    width: 315px;
    background-color: #FFFFFF;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    visibility: hidden;
    z-index: 100;
}

.compare_pricing_plans .feature_item__call .text .hover_parent.has_hover {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

.compare_pricing_plans .feature_item__call .hover-text:before {
    content: "";
    position: absolute;
    right: -40px;
    width: 45px;
    height: 45px;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.compare_pricing_plans .feature_item__call.column1 .hover-text:before {
    left: -40px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    right: auto;
}

.compare_pricing_plans .feature_item__call.column1 .hover-text {
    left: calc(100% + 50px);
    right: auto;
}

.compare_pricing_plans .feature_item__call:hover .hover-text {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

@media (max-width: 1359px) {
    .compare_pricing_plans .feature_item__call .hover-text {
        width: 245px;
        padding: 15px;
        right: calc(100% + 40px);
    }

    .compare_pricing_plans .feature_item__call .hover-text:before {
        right: -25px;
        width: 30px;
    }


    .compare_pricing_plans .feature_item__call.column1 .hover-text:before {
        left: -25px;
    }
}

@media (max-width: 1199px) {
    .compare_pricing_plans .feature_item__call .hover-text * {
        font-size: 14px;
        line-height: 21px;
    }

    .compare_pricing_plans .feature_item__call .hover-text {
        width: 225px;
        right: calc(100% + 30px);
    }
}

@media (max-width: 991px) {
    .compare_pricing_plans .feature_item__call.column2 .hover-text {
        left: 100%;
        right: auto;
    }

    .compare_pricing_plans .feature_item__call.column2 .hover-text:before {
        left: -25px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        right: auto;
    }

    .compare_pricing_plans .feature_item__row_list .column1 {
        z-index: 100 !important;
    }
}

@media (max-width: 767px) {
    .compare_pricing_plans .feature_item__call .hover-text {
        z-index: 999;
    }

    .compare_pricing_plans .feature_item__call.column1 .hover-text {
        left: -14px;
        right: auto;
        bottom: calc(100% + 30px);
        transform: none;
        top: auto;
        z-index: 999999;
        width: calc(100vw - 160px);
    }

    .compare_pricing_plans .feature_item__call.column1 .hover-text:before {
        left: 0;
        transform: none;
        bottom: -29px;
        height: 30px;
        top: auto;
        clip-path: polygon(0% 0%, 100% 0, 50% 50%);
        width: 45px;
    }
}