/*
Theme Name: Buba
Theme URI: http://buba.ecuras.work/
Author: eCuras LLC
Author URI: https://ecuras.com
Description: Created in 2020, a construction theme for Wordpress 5.4+
Version: 1.0.0
License: Themeforest Split Licence - See on zip package
License URI: https://themeforest.net/licenses/standard
Text Domain: buba
Tags: custom-menu, custom-logo, featured-images, sticky-post, threaded-comments, translation-ready
*/

.wp-block-cover {
    height: auto;
    color: #fff;
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.bypostauthor {
    list-style: none;
    background: none;
}

.simplesocialbuttons.simplesocial-round-icon {
    padding: 0 10%;
    text-align: center !important;
}

.simplesocialbuttons.simplesocial-round-icon button {
    margin: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    border-color: transparent !important;

}

.simplesocialbuttons.simplesocial-round-icon button:after {
    height: 41px;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.wp-block-button {
    margin-bottom: 1em;
}

.wp-block-button > a {
    text-decoration: none;
}

.wp-caption {
    max-width: 100%;
    list-style: none;
    background: none;
}
.wp-caption-text {
    list-style: none;
    background: none;
}
.gallery-caption {
    list-style: none;
    background: none;
}

[class^="wp-block"] {
    margin-bottom: 1.5em;
}

.wp-block-button__link {
    margin: 0;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.wp-block-separator.is-style-dots:before {
    content: "● ● ●";
    letter-spacing: 1em;
}

.has-background {
    padding: 2em;
}

.pingback .comment__img,
.trackback .comment__img {
    display: none;
}

.pingback .comment__name,
.pingback .comment__time,
.trackback .comment__name,
.trackback .comment__time {
    margin-left: 0;
}

.has-background p:last-child,
.has-background > *:last-child  {
    margin-bottom: 0;
}

.wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0;
}

.vc_row-fluid .projectsCarouselFilter {
    max-width: 1170px;
}

.contact .contact__content p {
    margin-bottom: 0;
}

.comments__title small {
    margin-left: 7px;
}

body .dhvc-form-group div .dhvc-form-control {
    padding: 0.782rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75;
    border-radius: 5px;
    -webkit-transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
    -o-transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: border .3s ease-in-out, box-shadow .3s ease-in-out;
}

body .dhvc-form-group .dhvc-form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(20,203,203,0.25);
    box-shadow: 0 0 0 0.25rem rgba(20,203,203,0.25);
    border-radius: 5px;
}

body .dhvc-form-action .button {
    padding: 0.782rem 2.5rem;
    font-size: 1.125rem;
    border-radius: 100px;
    height: auto;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}