.grecaptcha-badge {
	display: none!important;
}

.elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.about-page a {
    font-weight: bold !important;
    color: #48929B !important;
}

.about-page a:hover {
    font-weight: bold;
    color: #7FEAF7 !important;
}

/* latest blog post list on blog page */
.bob-latest-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bob-latest-posts li {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

.bob-latest-posts li a {
    color: #333;
}

.bob-latest-posts a:hover {
    transition: 0.2s ease-in-out;
    color: #48929B;
}

/* Custom tag-list on blog page */
.post_tags li a {
    color: #48929B;
    font-size: 14px;
}

.post_tags li .bob-large-tag {
    font-size: 26px;
}

.post_tags li .bob-medium-tag {
    font-size: 22px;
}

.post_tags li .bob-small-tag {
    font-size: 18px;
}

.post_tags ul {
    padding: 0;
    margin: 0;
    position: relative;
}

.post_tags li {
    display: inline-block;
    margin-right: 10px;
}

/* Newsletter */
.bob-form {
    background: #f6f6f6;
    padding: 30px;
}

.bob-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bob-flex div {
    max-width: 48%;
    width: 100%;
}

.bob-form input {
    font-family: 'Lato';
    margin-bottom: 15px;
    border: 1px solid #ccc !important;
}
.bob-form textarea {
    font-family: 'Lato';
    margin-bottom: 15px;
    border: 1px solid #ccc !important;
}
.bob-form label {
    font-family: 'Lato';
}

.bob-form input[type=checkbox] {
    vertical-align: sub;
}

.bob-form .bob-button {
    float: right;
    background: #48929B;
    color: #fff;
    border: none;
    border-radius: 0;
}

.bob-form .bob-button:hover {
    transition: 0.2s ease-in-out;
    background: #3f717a;
}

/* Media queries */
@media screen and (max-width: 500px) {
    .bob-flex {
        display: block;
    }

    .bob-flex div {
        max-width: 100%;
    }
    .bob-form .bob-button {
        float: none;
    clear:both;
margin: auto;
    }
}
