@charset "UTF-8";

/*
Theme Name: HealthCare
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: HealthCare 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 HealthCare elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
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

HealthCare WordPress Theme, (C) 2020 WordPress.org
HealthCare 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.
 * 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. */

/* Variables */



.fix.fix-contact a {
    max-height: 99px;
}

.fix-bnr-close {
    text-align: right;
    margin: 0 0 -13px;
    position: relative;
    z-index: 21;
}
.fix-bnr-close span {
    display: inline-block;
    width: 30px;
}

.fix.fix-bnr-vd {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: fixed;
    left: -380px;
    z-index: 225;
    bottom: 30px;
    padding: 0;
    text-align: left;
    width: auto;
}
@media only screen and (min-width: 768px) {
    .fix.fix-bnr-vd {
        left: -380px;
    }
    .fix.fix-bnr-vd.right {
        left: 0;
        right: auto;
    }
}
.fix.fix-bnr-vd a {
    display: inline-block;
    height: auto !important;
    max-width: 275px;
    padding: 0;
    width: 100%;
    background: none;
}
.fix.fix-bnr-vd a img {
    max-width: 100%;
    display: block;
}
.fix.fix-bnr-vd.is-hide {
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .fix.fix-bnr-vd {
        right: 5px;
        left: 5px;
        bottom: 65px;
        padding: 0;
        text-align: center;
        width: 48%;
        background: none;
    }
    .fix.fix-bnr-vd a {
        max-width: 100%;
    }
}

.common-movie__overlay {
    z-index: 999998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.common-movie__link {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.cm-video.frame01 .common-movie__open figure {
    position: relative;
}
.cm-video.frame01 .common-movie__open figure:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.2231759657%;
}
.cm-video.frame01 .common-movie__open figure > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cm-video.frame01 .common-movie__open figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.cm-video.frame02 .common-movie__open figure {
    position: relative;
}
.cm-video.frame02 .common-movie__open figure:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.3002680965%;
}
.cm-video.frame02 .common-movie__open figure > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cm-video.frame02 .common-movie__open figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (max-width: 767px) {
    .cm-video.frame02 .common-movie__open figure::after {
        width: 45px;
        height: 33px;
    }
}
.cm-video .common-movie__open {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.cm-video .common-movie__open figure::after {
    content: "";
    display: inline-block;
    width: 65px;
    height: 47px;
    background: url(../images/icon_play.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.cm-video .common-movie__open img {
    width: 100%;
    height: auto;
}

.common-movie__close {
    color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}
.common-movie__close::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/close_icon.png) no-repeat left center/25px;
    margin-right: 5px;
}

.common-movie__content {
    z-index: 999999;
    display: none;
    position: fixed;
}
.common-movie__content iframe {
    width: 800px;
    height: 450px;
}

@media only screen and (max-width: 767px) {
    .common-movie__close,
    .common-movie__open {
        cursor: auto;
    }
    .common-movie__ttl {
        font-size: 22px;
        line-height: 1.3;
    }
    .common-movie__link {
        width: 100%;
    }
    .common-movie__open::after {
        width: 180px;
        height: 100px;
        background-size: 180px;
    }
    .common-movie__content {
        width: 100%;
        text-align: center;
    }
    .common-movie__content iframe {
        width: 90%;
        height: 300px;
    }
    .common-movie__close {
        font-size: 18px;
        padding: 0 5%;
    }
    .common-movie__close::before {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}
