/*
 Theme Name:   Bluebird Theme Child
 Theme URI:
 Description:  Bluebird Theme Child Theme
 Author:       IM
 Author URI:
 Template:     bluebird-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         white, black, featured-images, one-column, two-columns, responsive-layout, sticky-post, translation-ready
 Text Domain:  bluebird-theme-child
*/

/*.form-login {
    width: 50%;
    margin-left: 25%;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .form-login {
        width: 90%;
        margin-left: 5%;
    }
}
*/

#welcome-logo img {
    width: 600px;
}

.entry-single-portfolio__content p a {
    color: #bc3b7f;
    transition: 0.4s;
    padding: 5px 10px;
}

.entry-single-portfolio__content p a:hover,
.entry-single-portfolio__content p a:focus,
.entry-single-portfolio__content p a:active {
    cursor: pointer;
    text-transform: none;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    transition: 0.4s;
}

.single-portfolio .entry-single-post .entry-content {
    margin-top: 30px;
}

.single-client_gallery .ca-gallery-actions {
    display: none;
}

.botao-forms,
.botao-forms:hover {
    margin: 0px 5px;
    padding: .8em 1.35em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.875em;
    outline: none;
    border: none;
    display: inline-block;
    color: #fcfcfc;
    background-color: #0d0d0d;
    border-radius: 1px;
    text-align: center;
    -webkit-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
    box-shadow: 0 1px 1px 0px rgba(13, 13, 13, 0.3);
}

.site-info {
    font-size: 1.6em;
}

.site-info a:hover {
    text-decoration: none;
    color: #fff;
}
