@charset "UTF-8";

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

M Vita Clinic WordPress Theme, (C) 2020 WordPress.org
M Vita Clinic is distributed under the terms of the GNU GPL.
*/

/*-------------------------------
Reset
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    color: inherit;
    font-weight: inherit;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
}
button, input, textarea, select, a {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
button, a {
    cursor: pointer;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body { 
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body { 
    line-height: 1.6;
    font-weight: normal;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-overflow-scrolling: touch;
}
a, a:active, a:focus { 
    outline: 0;
    text-decoration: none;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
a:focus, a:hover { 
    text-decoration: none;
}
a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
strong, b {
    font-weight: 600;
}
input[type="radio"], 
input[type="checkbox"] {
    padding: 0;
    cursor: pointer;
    appearance: auto;
    border-radius: 100%;
    background-color: #fff;
}
input[type="text"], 
textarea {
    background-color: #fff;
}
input[type="submit"] {
    cursor: pointer;
}
ul, 
ul li {
    list-style: disc;
    word-break: break-word;
}
ol, 
ol li {
    list-style: decimal;
    word-break: break-word;
}

