/**
Theme Name: Intelliwolf GeneratePress Child
Author: Intelliwolf
Author URI: https://www.intelliwolf.com.au
Description: Child Theme for GeneratePress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: intelliwolf-gp-child
Template: generatepress
*/


.sidebar .widget {
    box-shadow: rgb(23 43 99 / 30%) 0 7px 28px;
    border-radius: 5px;
}
.footer-widgets {
    color: #0c0101;
    background-color: #fcfcfc;
}
.entry-content img{
	box-shadow: rgb(23 43 99 / 30%) 0 7px 28px;
    border-radius: 5px;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto%;
    box-shadow: rgb(23 43 99 / 30%) 0 7px 28px;
    border-radius: 5px;
}

.bfb-content-box{
box-shadow: rgb(23 43 99 / 30%) 0 7px 10x;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #f9dbdb;
border-left: 8px solid #D95762;
margin: 0 0 25px;
overflow: hidden;
padding: 20px;
color: #919191;
font-size: 18px;
}




.wplogout-social-wrapper {
    margin: 30px 0;
    font-size: 0;
}

.wplogout-social-wrapper span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 16px;
}

.wplogout-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .wplogout-social-sharing {
        font-size: 17px;
        padding: 7px 12px;
        display: inline-block;
    }
}

.wplogout-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
    fill: #fff;  
}

.wplogout-social-sharing:first-of-type {
    border-radius: 100px 0 0 100px;
}

.wplogout-social-sharing:last-of-type {
    border-radius: 0 100px 100px 0;
}
	
.wplogout-social-facebook {
    background-color: rgba(59, 89, 152, 1);
}

.wplogout-social-twitter {
    background-color: rgba(29, 161, 242, 1);
}

.wplogout-social-pinterest {    
    background-color: rgba(189, 8, 28, 1);
}

.wplogout-social-whatsapp {    
    background-color: rgba(37, 211, 102, 1);
}
.wplogout-social-linkedin {    
    background-color:  #0072b1;
}
.wplogout-social-reddit {    
    background-color: rgba(255, 87, 0, 1);
}
.entry-content a:hover:not(.button):not(.wplogout-social-sharing):not(.wp-block-button__link) {
    color: #115cfa;
    background-size: 100% 6px;
}
.entry-content a:not(.button):not(.wp-block-button__link):not(.wplogout-social-sharing):not(.gb-button) {
    text-decoration: none;
    background-image: linear-gradient( transparent 2px, #2ed392 2px, #2ed392 4px, transparent 4px ), linear-gradient( transparent 2px, #d8dce9 2px, #d8dce9 4px, transparent 4px );
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    font-weight: 700;
}

#author {
	    width: 60%;
}

.author-box {
padding: 3% 3% 10px;
    margin-top: 30px;
    font-size: .9em;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 9px 28px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
.author-box .avatar {
    width: 450px;
    height: auto;
    border-radius: 100%;
    margin-right: 30px;
}

.top-bar{
	display:none;
}


@media(max-width: 768px) {
    #right-sidebar {
        display: none;
    }
}


#sticky-bar {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 80px; /* Adjust the height as needed */
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    transition: top 0.3s;
    z-index: 1000;
}

#sticky-bar.show {
    top: 0;
}

#sticky-posts-container {
    display: flex;
    overflow-x: auto;
}

.sticky-post {
    flex: 0 0 auto;
    margin-right: 10px;
    text-align: center;
    transition: transform 0.3s;
}

.sticky-post:hover {
    transform: scale(1.05);
}

.featured-image {
	display:none;
}

