/*
Theme Name: Digger
Author: Sergei Ermilov
Author URI: https://wpsamurai.me/about/
Description: Bootstrap v.5 minimalistic one-column theme. This theme allows you to apply the styles of the Bootstrap 5 frontend framework. It can be used as a basic theme for creating sites on Bootstrap version 5. Moreover, you will be able to add Bootstrap 5 CSS classes in the additional properties of Gutenberg blocks. The minimalistic style and lack of unnecessary functionality makes this theme very fast.
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.0
Version: 1.0.3
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digger
Domain Path: /languages/
Tags: blog, news, one-column, custom-background, custom-logo, custom-menu, sticky-post, translation-ready

Digger Wordpress Theme, (C) 2021 WPSamurai.me
Digger is distributed under the terms of the GNU GPL.
*/

/*
* DIGGER BASIC STYLE
*/

@font-face {
    font-family: Circe;
    src: url('/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'), url('/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-Regular.woff') format('woff'), url('/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Circe;
    src: url('/fonts/Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'), url('/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-ExtraLight.woff') format('woff'), url('/fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Circe;
    src: url('/fonts/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'), url('/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-Thin.woff') format('woff'), url('/fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Circe;
    src: url('/fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'), url('/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-Light.woff') format('woff'), url('/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Circe;
    src: url('/fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'), url('/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-Bold.woff') format('woff'), url('/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Circe;
    src: url('/fonts/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'), url('/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Circe-ExtraBold.woff') format('woff'), url('/fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal
}

body {
    font-family: Circe, sans-serif
}

a {
    text-underline-offset: .3em
}

a:hover {
    text-decoration: none;
}

blockquote {
    background: #f9f9f9;
    border-left: 5px solid #bdbdbd;
    margin: 1.5em 10px;
    padding: 1em;
    font-style: italic;
}

blockquote:before {
    color: #dfdfdf;
    content: "\201D";
    font-size: 7em;
    line-height: .1em;
    vertical-align: 0;
    float: right;
}

figcaption,
.wp-caption-text {
    font-size: 1em;
    margin: .9em 0;
    text-align: center;
    color: #777;
}

.wp-block-group__inner-container {
    padding: 1em;
}

.wp-caption {
    max-width: 100%;
}

.entry-title,
.hometitle {
    overflow-wrap: break-word;
}

.digger-blue-back {
    background-color: #f2f7fe;
}

/*
* BOOTSTRAP CHANGES
*/
.card-title a {
    text-decoration: none;
    color: #000;
}

.card-title a:hover {
    text-decoration: none;
    color: #454545;
}

/*
* DIGGER ARCHIVES
*/
.thumbnail-archive img {
    float: right;
    margin: 0 0 1em 1em;
    border-radius: 5px;
}

.hometitle {
    text-decoration: none;
    border: none;
    color: #000;
}

.hometitle:hover {
    text-decoration: none;
    border: none;
    color: #666;
}

.block-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.archive-posts {
    position: relative;
}

.archive-posts:hover {
    border-color: #ababab !important;
}

.archive-posts small a,
.all-tags-link {
    z-index: 2;
    position: relative;
}

/*
* AUTHOR BLOCK
*/
.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;
}

.avatar-100 {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 1em 1em 0;
    border-radius: 50%;
}

/*
* CODE AND PRE STYLES
*/
pre {
    padding: 1.3em;
    margin: 1em 0 2em;
    word-break: break-all;
    overflow: auto;
    background-color: #edf2f6;
    border-radius: 15px;
    color: #333;
    white-space: pre;
}

.wp-block-code code {
    white-space: pre;
    overflow-wrap: break-word;
}

p code {
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

/*
* COMMENTS STYLES
*/
#comments .comment-navigation {
    margin-bottom: 0;
}

#comments .comment-navigation-below {
    margin-bottom: 20px;
    margin-top: 15px;
}

#comments .media-list li .media {
    margin-top: 15px;
}

#comments .media-list li .media .media-body {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

#comments .media-list li .media .media-body .comment-author {
    font-size: 12px;
    margin-bottom: 10px;
}

#comments .media-list ul.children {
    list-style: none;
    margin-left: 1em;
}

.comment-avatar {
    float: left;
}

.media-body {
    width: 10000px;
}

.comment-content {
    position: relative;
}

.comment-content pre {
    white-space: pre;
    overflow-x: auto;
    display: block;
    max-width: 860px;
}

.comment-content table {
    margin-bottom: 1.5em;
}

.comment-content table tr td,
.comment-content table tr th {
    padding: .5em;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.comment-reply-link {
    font-size: .85em;
}

#cancel-comment-reply-link {
    margin-left: .5em;
}

.comment-reply-title {
    margin-top: 1em;
    font-size: 1.3em;
}



/*
* FOOTER MENU
*/

.main-gradient {
    background: -webkit-linear-gradient(45deg, #0d6efd, #68a4fd);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.da-footer-menu {
    color: #232323;
}

.da-footer-menu ul,
ul.da-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.da-footer-menu ul li,
ul.da-footer-menu li {
    margin-bottom: 1.3em;
}

.da-footer-menu a {
    color: #232323;
    text-decoration: none;
    border-bottom: 1px solid #232323;
}

.da-footer-menu a:hover {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.da-footer-menu .sub-menu {
    margin: 1em 0 1em 1.5em;
}

.da-footer-menu .sub-menu li {
    margin-bottom: .5em;
}

/*
* NAVBAR STYLES
*/

.custom-logo {
    margin-right: .6em;
    vertical-align: middle;
}

/*
* ALIGN
*/

.wp-block-gallery:not(.has-nested-images) {
    margin-bottom: 2em;
}

.wp-block-cover__inner-container p {
    margin-bottom: 0;
}

.wp-block-button,
.wp-block-cover,
.wp-block-archives,
.wp-block-calendar,
.wp-block-categories,
.wp-block-group,
.wp-block-media-text {
    margin-bottom: 1.5em;
}

.alignnone {
    margin: .3em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: .3em auto .3em auto;
}

.alignright {
    float: right;
    margin: .3em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .3em 1em 1em 0 !important;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
    border-radius: 0;
}

/*
* PAGINATION
*/

.nopage {
    padding: .2em 1em;
}

/*
* OTHER STYLES
*/

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote p cite {
    font-size: .8em;
}

.entry-content>table {
    margin-bottom: 1.5em;
}

.entry-content>table tr td,
.entry-content>table tr th {
    padding: .5em;
    border: 1px solid #bdbdbd;
    border-collapse: collapse;
}

.edit-block {
    font-size: .8em;
    clear: both;
}

.edit-block a {
    color: #777777;
}

.edit-block a:hover {
    color: #777777;
}

.page-block,
.page-links {
    clear: both;
}

.bypostauthor {
    background-color: #FF1100;
}

.bypostauthor .avatar {
    border: 1px dotted #FF1100;
}

.gallery-caption {
    color: #565656;
}

.footer-copyright {
    color: #676767;
    text-decoration: none;
}

.footer-copyright:hover {
    color: #000000;
    text-decoration: none;
}

/* 
* Text meant only for screen readers
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*
* MEDIA AND MOBILE
*/

@media (min-width: 992px) {
    .text-xl {
        font-size: 4.5rem !important;
    }

    .display-1 {
        font-size: 6rem;
    }

    .entry-title {
        font-size: 3.6em;
    }

    article {
        font-size: 1.2em;
    }

    p {
        margin-bottom: 1.5em;
    }

    .content-area article h2,
    .content-area article h3,
    .content-area article h4 {
        font-weight: bold;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }

    pre {
        font-size: 1.1em;
    }

    .da-footer-menu a {
        font-size: 1.2em;
    }

    .h1,
    h1 {
        line-height: 1.25em;
    }

    p.wp-caption-text {
        font-size: 1em !important;
    }
}

/**
 * COACH STYLES
 */

.category2 span,
.category3 span,
.category4 span,
.category5 span,
.category6 span,
.category7 span,
.categoryA span,
.categoryB span {
    padding: 1px 5px;
    font-weight: 700
}

.dark-link a,
a.dark-link {
    color: #000;
    text-decoration: none
}

.dark-link a:hover,
.dark-link-underline a:hover,
a.dark-link-underline:hover,
a.dark-link:hover {
    color: #565656;
    text-decoration: none
}

.dark-link-underline a,
a.dark-link-underline {
    color: #000;
    text-decoration: underline
}

.custom-link {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px
}

.logo-shadow {
    -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, .25));
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, .25))
}

.menu-link {
    text-decoration: none;
    color: #000;
    margin: 0 1em;
    transition: .4s;
    font-weight: 600
}

.menu-link:hover {
    text-decoration: none;
    color: #ffbc15
}

.premium-image-hotspots-anim {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999
}

.premium-hotsot-icon-wrap {
    position: relative
}

.premium-hotsot-icon-wrap::before {
    background-color: #90d6ff;
    border-radius: 100px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
    -webkit-animation: 1s infinite pa-hotspot-pulse;
    animation: 1s infinite pa-hotspot-pulse
}

a.premium-image-hotspots-tooltips-link {
    box-shadow: none;
    text-decoration: none;
    transition: .2s linear;
    background-color: transparent
}

.premium-image-hotspots-image-icon {
    background-color: #90d6ff;
    border: 10px solid #90d6ff;
    border-radius: 85px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 70px !important
}

.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

@-webkit-keyframes pa-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pa-hotspot-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.totop {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 999;
    display: none;
    background-color: rgba(255, 255, 255, .5)
}

.category2 span {
    background-color: #c6e2e9
}

.category3 span {
    background-color: #f1ffc4
}

.category4 span {
    background-color: #d1eed7
}

.category5 span {
    background-color: #ffd2e0
}

.category6 span {
    background-color: #ce93d8
}

.category7 span {
    background-color: #ffcaaf
}

.categoryA span {
    background-color: #ebf3f5
}

.categoryB span {
    background-color: #b5e2ff
}

@media (min-width:992px) {
    body {
        font-size: 1.25em
    }

    .totop {
        bottom: 150px;
        left: 100px
    }

    .premium-image-hotspots-anim {
        bottom: 150px;
        right: 100px
    }

    .menu-link {
        font-size: 1.15em
    }

    .license-image {
        max-width: 480px;
        height: auto
    }
}