/*
Theme Name: Acadu
Theme URI: https://angfuzsoft.com/wordpress/acadu
Author: Angfuzsoft
Author URI: https://themeforest.net/user/angfuz_soft
Description: Acadu - Online Courses & Education WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: acadu
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.label-container {
    position: fixed;
    bottom: 33px;
    right: 115px;
    display: table;
    z-index: 999;
}
.label-text {
    color: #FFF;
    background: rgb(31 42 72);
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-family: poppins;
    padding: 10px;
    font-size: 14px;
}
.svg-inline--fa {
    height: 3em;
    color: #373737 !important;
    opacity: 1 !important;
    margin-left: -2px;
}

.label-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #333;
    opacity: 0.5;
}

.float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 25px;
    right: 40px;
    background-color: #f30000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 3px 2px 13px #00000066;
    z-index: 9999;
}

.my-float {
    font-size: 28px;
    margin-top: 16px;
    width: 40px;
    filter: invert(1);
}

/* Remove the following CSS */
/* 
a.float + div.label-container {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
    visibility: visible;
    opacity: 1;
}
*/
@media only screen and (max-width:767.5px){
    .float {
    width: 70px;
    height: 70px;
}
.my-float {
    width: 40px;
}
.float {
    bottom: 80px;
    right: 8px;
}
.label-container {
    bottom: 90px;
    right: 85px;
}
}
.label-arrow{
    top: 8px;
    position: relative;
    color: rgb(31 42 72) !important;
    opacity: 1;
}
    .breadcumb-title {
        font-size: 20px !important;
    }
    .blog-meta{
        display:none!important;
    }
    blockquote, .wp-block-quote {
    border-left: 3px solid #f30000;
    background-color: #00000005;
}


.blog .breadcumb-wrapper {
    display:none;
}
.single-post .breadcumb-wrapper {
    background-image: unset!important;
    background-color: unset!important;
    padding: 35px 0px!important;
}
.single-post .breadcumb-title {
    font-size: 32px !important;
    color: #1f2a48!important;
}
.single-post .blog-details.space-top {
    padding-top : 0px!important;
}
blockquote, .wp-block-quote {
    background-color: #1f2a48!important;
    color: #ffffff!important;
    border-left: 3px solid #f30000!important;
}
pre {
    background: #1f2a48 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    border: 4px solid #f3f3f3e3 !important;
    border-radius: 24px !important;
    line-height: 1.8 !important;
}
.scrollToTop.show {
    display: none!important;
}
.about-us-right{
    margin:auto!important;
}

@media only screen and (max-width:767px){
 .single-post .breadcumb-title {
    font-size: 21px !important;
    color: #1f2a48 !important;
    text-align: left;
}
 .single-post .breadcumb-menu-wrap{
     display:none !important;
}
.country-image img{
    width:80px!important;
    height:80px!important;
}
}