/*
Theme Name: Sensible WP Child
Theme URI: http://inspiredbythecloud.com
Description:Sensible WP Child Theme for inspiredbythecloud page
Author: Vanesa García Campos
Author URI: http://inspiredbythecloud.com
Template: sensible-wp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-images, featured-image-header, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, entertainment, photography, portfolio
Text Domain: sensible-wp-child
*/

.blog-archive article {
    box-shadow: 3px 3px 10px #dadada;
}

.blog-featured-img-header {
    background-position: center center;
    transition-duration: 1.5s;
}

/*header.blog-featured-img-header:hover {
    content: "";
    opacity: 0.40;
    transition-duration: 1.5s;
}*/

.main-navigation li:hover>a {
    background-color: rgba(0, 188, 188, 0.8);
    color: #fff !important;
    transition-duration: .1s;
}

header.blog-featured-img-header:hover h1.bg_transluced.entry-title {
    background-color: rgba(0, 188, 188, 0.8);
    transition-duration: .1s;
}

h1.entry-title {
    text-shadow: 3px 5px 3px gray;
}

.wp-block-image img {
    box-shadow: 3px 3px 10px #dadada;
}


header.entry-header {
    background: url("https://www.inspiredbythecloud.com/wp-content/uploads/2019/09/photo-1496171367470-9ed9a91ea931-1.jpg");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.entry-header .entry-title,
.featured-img-header .entry-title {
    background-color: rgba(0, 188, 188, 0.8);
}

.entry-header .entry-title,
.featured-img-header .entry-title,
h1.bg_transluced.entry-title {
    width: fit-content;
    padding: 1rem;
    margin-bottom: 0;
    /*background-color: rgba(0, 188, 188, 0.8);*/
    font-weight: 700;
    text-shadow: none;
    transition-duration: .1s;
}

#content header.featured-img-header {
    background-position: center !important;
}

.entry-header .col-1-1 {
    display: flex;
    justify-content: center;
    padding: 1em;
}

/*.bg_transluced {
    width: 100%;
    height: 100%;
    background: rgba(0, 188, 188, 0.5);
    padding: 150px 15px 150px;
}*/

.site-header {
    background: rgba(100, 100, 100, 0.3);
}

#masthead .grid-pad {
    padding-top: 0px;
}

.site-logo {
    /*height: 0;
    visibility: hidden;*/
}

.timeline-Tweet-retweetCredit {
    visibility: hidden;
    height: 0;
    margin: 0;
}

footer.entry-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.blog-archive .entry-meta,
.blog-archive span.comments-link,
span.cat-links,
span.tags-links {
    padding: 0;
}

figure.wp-block-image {
    display: flex;
    justify-content: center;
    padding: 1em 0;
    margin-bottom: .5em;
}

.featured-img-header .grid.grid-pad {
    padding: 0;
}

.featured-img-header .entry-title {
    font-weight: normal;
}

#masthead .grid-pad {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#masthead .site-logo img {
    height: 3em;
}

#masthead .grid:after {
    content: none;
}