/*
Theme Name: Fizioo
Theme URI: https://sergeiermilov.github.io/
Author: Sergei Ermilov
Author URI: https://sergeiermilov.github.io/
Description: Bootstrap 5 Theme.
Tags: blog, one-column
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
Text Domain: fizio
*/

/* FONTS */
@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"),
    url("/assets/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Regular.woff") format("woff"),
    url("/assets/fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"),
    url("/assets/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-ExtraLight.woff") format("woff"),
    url("/assets/fonts/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"),
    url("/assets/fonts/Circe-Thin.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Thin.woff") format("woff"),
    url("/assets/fonts/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"),
    url("/assets/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Light.woff") format("woff"),
    url("/assets/fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"),
    url("/assets/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Bold.woff") format("woff"),
    url("/assets/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"),
    url("/assets/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-ExtraBold.woff") format("woff"),
    url("/assets/fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "Circe", "Segoe UI"!important;
}

a {
    color: #8e287e;
}

a:hover {
    color: #c32167;
    text-decoration: none;
}

.h1, h1 {
    font-weight: 800;
    font-size: 4em;
    line-height: 1em;
}

h2,h3,h4,h5,h6 {
    font-weight: 800;
}

.fw-black {
    font-weight: 800;
}

.fw-1-15 {
    font-size: 1.15em;
}

.color-white {
    color: #ffffff;
}

.bg-fizio {
    /* background: rgb(142,40,126); */
    background: linear-gradient(90deg, rgb(53 44 223) 0%, rgb(20 144 210) 100%);
}

footer {
    color: #bdbdbd;
}

footer a {
    color: #bdbdbd;
    text-decoration: none;
}


footer a:hover {
    color: #fff;
    text-decoration: none;
}


.title-bg {
    background-color: #f9ebf7;
}
.page-title-bg {
    background-color: #f9ebf7;
}

.navbar-light .navbar-brand, .main-color {
    color:  #8e287e;
}

.navbar-dark .navbar-brand {
    color:  #ffffff /*#F35588*/;
    font-size: 1.45em;
    font-weight: 800;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.90);
}

.navbar-dark .navbar-brand:hover {
    color: rgba(255,255,255,.90);
}
.tag-links a {
    color: #000;
}
.tag-links a:hover {
    color: #000;
    text-decoration: none;
}

.hometitle {
    text-decoration: none;
    border: none;
    color: #565656;
}

.hometitle:hover {
    text-decoration: none;
    border: none;
    color: #000;
}

.wp-block-embed iframe {
    width:  100%;
}

.custom-content h2, .custom-content h3 {
    margin-bottom: 1em;
}
.custom-content ul, .custom-content ol {
    margin-bottom: 2em;
}

.custom-content img.alignright {float:right; margin:0 0 1em 1em}
.custom-content img.alignleft {float:left; margin:0 1em 1em 0}
.custom-content img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.custom-content a img.alignright {float:right; margin:0 0 1em 1em}
.custom-content a img.alignleft {float:left; margin:0 1em 1em 0}
.custom-content a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.archive-title {
    line-height: 1.2em;
    font-size: 1.45em;
}

.archive-title a {
    text-decoration: none;
    border: none;
    color: #000;
}

.archive-title a:hover {
    text-decoration: none;
    border: none;
    color: #434343;
}

.homedate {
    color: #ababab;
    text-transform: lowercase;
}

.home-description {
    font-size: 1.15em;
    line-height: 1.5em;
}

.home-quote {
    font-style: italic;
    position: relative;
}
.home-quote p {
    font-size: 1.25em;
}

.home-quote:before,
.home-quote:after {
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

.home-quote:before {
    content: '“';
    left: -0.7em;
    top: -0.5em;
}

.home-quote:after {
    content: '”';
    right: -0.5em;
    bottom: 0.4em;
}

.dataSpeed {
    font-size: .7em;
    color: #777;
}

.nopage {
    padding: .2em 1em;
}

.video-image {
    width: 84px;
    height: 84px
}

.entry-content img,
.imgmax img {
    max-width: 100%;
    height: auto;
}

.back-yellow {
    background: #fff5e6;
    padding: 0 .25em;
}

.attention-blue,
.attention-border,
.attention-green,
.attention-orange,
.attention-red,
.attention-yellow {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden
}

.attention-border {
    background: #fff;
    border: 1px solid #777
}

.attention-red {
    background: #ffe6e6;
    border-left: 4px solid red
}

.attention-blue {
    background: #e5f5fa;
    border-left: 6px solid #00a0d2
}

.attention-orange,
.attention-yellow {
    background: #fff5e6;
    border-left: 4px solid #f90
}

.bg-green {
    background: #ebfaeb;
}

.attention-green {
    background: #ebfaeb;
    border-left: 4px solid #3c3
}

.attention-zip {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    border-left: 4px solid #dbab27
}

.attention-zip a {
    font-weight: 600
}

.attention-zip:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    content: " ";
    margin-right: 10px;
    background-image: url(/wp-content/uploads/2020/04/zip48.png);
    background-repeat: no-repeat;
    vertical-align: middle
}

.attention-pdf {
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    border-left: 4px solid #c00
}

.attention-pdf a {
    font-weight: 600
}

.attention-pdf:before {
    display: inline-block;
    width: 48px;
    height: 48px;
    content: " ";
    margin-right: 10px;
    background-image: url(/wp-content/uploads/2020/04/pdf48.png);
    background-repeat: no-repeat;
    vertical-align: middle
}

.attention-big {
    font-size: 1.25em;
    margin: 0 0 1em;
    padding: 1em;
    overflow: hidden;
    background-color: #F4ECF7;
}

.responsive-container {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}

.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#toc_container {
    width: 100% !important;
    background-color: #edf2f6;
    border: 0;
    padding: 1em;
    border-radius: 25px
}

#toc_container p.toc_title {
    text-align: left
}

#toc_container.no_bullets ul li ul {
    margin-top: .2em;
    margin-left: .5em;
    margin-bottom: .8em;
}

#toc_container.no_bullets ul li {
    background: url(/assets/images/arrow-right-blue.png.webp) no-repeat 0 10px transparent !important;
    margin: 0;
    padding: 0 0 0 .8em;
    list-style: none;
}

pre {
    padding: 1.3em;
    margin: 1em 0 2em;
    word-break: break-all !important;
    overflow: auto !important;
    background-color: #edf2f6 !important;
    border-radius: 15px;
    color: #333;
    white-space: pre !important;
}

.wp-block-code code {
    white-space: pre;
    overflow-wrap: break-word;
}

p code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

ul.lang  {
    padding: 0;
    margin: 0;
}

.lang-item {
    display: inline-block;
    list-style: none;
}

.lang-item img {
    width: 36px;
    height: 24px;
    margin: 4px;
}


.lang-item a {
    color: black;
    text-decoration: none;
    border: none;
    font-size: .8em;
}

.lang-item a:hover {
    color: #336699;
    text-decoration: none;
    border: none;
}

.home-title {
    font-size: 4.4em;
    line-height: 1em;
    margin-bottom: .5em;
    font-weight: class="home-p"00
}

.section-title {
    position: relative;
}

.section-title h2 {    
    margin-bottom: 1em;    
    position: relative;
    color: #000;    
    padding-bottom: 1em;
}

.section-title h2:before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
    height: 4px;
    width: 50px;
    background: #c22067;
    content: "";
}

.section-title p,.home-p  {
    font-size:  1.15em;
}

.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-menu a {
    border: 0;
    color: #000;
    text-decoration: none;
}

.footer-menu a:hover {
    border: 0;
    color: #565656;
    text-decoration: none;
}

.wp-block-image figcaption {
    text-align: center;
    color: #777;
    font-size: .85em;
    margin-bottom: 2em;
}
.wp-block-image {
    margin:  1.5em 0 2em;
}

.team-image {
    width: 280px;
    height: 280px;
}

.fs-1-15 {
    font-size: 1.15em;
}

.accordion-button {
    font-size: 1.15rem;
}

article {
    font-size: 1.15em;
}

table {
    display: block;
    overflow-x: auto;
    font-size: .9em;
}

td, th {
    padding: .5em;
}

/* Author Box */

.avatar-100 {
    float: left;
    width: 64px;
    height: 64px;
    margin:  0 1em 1em 0;
    border-radius: 50%;
}
.postauthor-wrap {
    width: 100%;
    clear: both;
}

.postauthor-wrap .fn {
    color: #000;
    font-size: .85em;
    font-weight: 700;
}

.postauthor-wrap .fn:hover {
    color: #000;
    text-decoration: none;
}

.postauthor img {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.author-aka {
    font-size: 16px;
    text-transform: lowercase;
    font-weight: normal;
    color: #5e5e5e;
}

.author-aka-name {
    font-size: 17px;
    text-transform: lowercase;
    font-weight: normal;
    color: #111111;
}

.post-author-links {
    display: inline-block;
}

a.author-link {
    background: #cc0000;
    color: #fff;
    width: 30px;
    text-align: center;
    line-height: 1;
    height: 30px;
    font-size: 12px;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0 7px 0 0;
    float: left;
    text-decoration: none;
}

a.author-link.f {
    background: #3b5998;
}

a.author-link.t {
    background: #2DA8D2;
}

a.author-link.w {
    background: #e64522;
}

a.author-link.i {
    background: #bc2a8d;
}

a.author-link.l {
    background: #fff;
    color: #000;
}

.about-the-author {
    font-size:  .85em;
    color: #777;
}

/* End Author */

.fs-1-15 {
    font-size: 1.15em;
}

/*
    Galleries
*/

#gallery-1 img {
    border: 2px solid #dfdfdf!important;
}

.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(80%);
filter: opacity(80%);
}
.gallery-caption {
display: block;
text-align: left;
padding: 0 10px 0 0;
margin-bottom: 0;
}

/*
 Tabata Dividers
*/

.myGreenButton {
    background-color:#44c767;
    border-radius:30px;
    border:5px solid #18ab29;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:23px;
    font-weight:400;
    padding:16px 31px;
    text-decoration:none;
}
.myGreenNumber{
  display:block;
  float:left;
  font-size:48px;
  font-weight: bold;
  margin: -5px 10px 0 0;
  padding: 0;
  line-height: 1;
}
.myGreenText{
  display:block;
  float:left;
  font-size:20px;
  font-weight: 400;
  line-height: 1.1em;
  margin-top: -3px
}
.myGreenSpan {
  font-weight: bold
}

.myRedButton {
    background-color:#d0451b;
    border-radius:30px;
    border:5px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:23px;
    font-weight:400;
    padding:16px 31px;
    text-decoration:none;
}
.myRedNumber{
  display:block;
  float:left;
  font-size:48px;
  font-weight: bold;
  margin: -5px 10px 0 0;
  padding: 0;
  line-height: 1;
}
.myRedText{
  display:block;
  float:left;
  font-size:20px;
  font-weight: 400;
  line-height: 1.1em;
  margin-top: -3px
}
.myRedSpan {
  font-weight: bold
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.page-link {
    color: #212529;
}
.page-link:hover {
    color: #212529;
}

li.current-menu-item a.nav-link {
    color: #fff!important;
}
li.current-menu-parent a.nav-link {
    color: #ffffff!important;
}

/*
    MEDIA
*/

/* This is the existing CSS... */
/* Here's the new CSS to add... */
.admin-bar .fixed-top {
  top: 32px;
}

/*
    MEDIA
*/

@media screen and (max-width: 782px) {
  .admin-bar .fixed-top {
    top: 46px;
  }
}

@media (max-width: 767.98px) {
    article {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 575.98px) {    
    .h1, h1 {
        font-weight: 800;
        font-size: 2.1em;
        line-height: 1em;
    }
}