/*
 Theme Name:   Oshine Child
 Description:  Child theme for Oshine
 Author:       Brand Exponents
 Author URI:   https://staging.lightagency.net
 Template:     oshin
 Version:      7.2.7
*/

.blog .post-content-wrap { text-align: center; }
.post-nav { display: inline-block; }
.post-content { margin: 0 auto; max-width: 1160px; }

footer#bottom-widgets { display: none; }
div.post-top-details .clearfix, div.post-bottom-details .clearfix {
    display: none!important;
    height: 0!important;
}

.logo {
    padding: 30px 0px;
}

#comments {
    display: none;
}

.post-meta.post-category.post-top-meta-typo {
    display: none;
}

h1.post-title {
    margin-top: 60px;
}

#header-bottom-bar{
    max-width: 1160px;
    position: relative;
    margin: 0 auto;

}

body.single-post div.post-thumb{
    display: none;
}

body.single-post h1.post-title {
    margin-top: 0px;
}

.article-details {
    padding-top: 0px;
}

.post-bottom-details {
    display: none;
}

.post-top-details {
    display: none;
}

.tatsu-gradient-border[src=""], .tatsu-gradient-border[data-src=""] {
    display: none !important;
}

.envirabox-wrap.envirabox-mobile.envirabox-type-image {
    width: 92% !important;
    left: 4% !important;
}
.envirabox-wrap.envirabox-mobile.envirabox-type-image .envirabox-outer {
    width: 100% !important;
    height: auto !important;
}

/*Share blog post */

.single-post-share {
    text-align: center; 
    width: 100%; 
}

.share-whatsapp {
    display: inline-block;
    margin: 0; 
    color: black!important; 
    font-size: 13px; 
    vertical-align: middle;
    text-decoration: none;
}

.share-whatsapp:hover {
    opacity: .7;
    transition: opacity .4s ease;
}

.share-links {
    display: flex;
    justify-content: flex-end;
    align-items: center; 
}


.share-section {
    display: flex;
    flex-direction: column; /* Col·loca el text a sobre de les icones */
    align-items: center; /* Centra horitzontalment tot el contingut */
    justify-content: center;
    margin: 15px auto; /* Espai inferior, ajusta segons necessitat */
    width: fit-content;
}

.share-text {
    display: block; /* Fa que el text sigui un bloc per centrar-lo fàcilment */
    margin-bottom: 5px; /* Espai entre el text i les icones */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px; /* Ajusta la mida del text */
    text-align: center; /* Centra el text */
}

.share-icons {
    display: flex;
    justify-content: center; 
    align-items: center; 
}


/* .thumb-overlay {
    position: static;
    display: block !important;
    opacity: 1 !important;
    padding: 10px 0;
} */