/* html elements */
body {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

* {
    font-family: var(--theme-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#wpadminbar {
    /* resets the variable inside the admin bar */
    --theme-color: initial;
}


.alignright {
    float: right;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--theme-font), sans-serif;
    color: var(--theme-color) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    font-weight: bolder;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--theme-font), sans-serif;
    color: var(--theme-color) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    font-weight: bolder;
}

a {
    font-weight: bolder;
    color: var(--theme-color) !important;
    text-decoration: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.theme-color {
    color: var(--theme-color) !important
}

.theme-bg-color {
    background-color: var(--theme-color) !important
}

.theme-border-color {
    border-color: var(--theme-color) !important
}

p {
    margin: 4px 0;
}

.border-theme {
    border-color: var(--theme-color) !important;
}

.btn.btn-dark,
.btn.btn-primary,
.btn.btn-dark:hover,
input[type="submit"] {
    border: solid 1px var(--theme-color);
    background-color: var(--theme-color);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-weight: 400;
    font-family: var(--theme-font), sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
}

/* navbar */
nav .banner,
.banner{
    width: 60px;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: var(--theme-color) !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    color: inherit;
}

main {
    min-height: 709px;
}

/* profiles */
.profiles .profileContainer.profileCard ,
.profiles-with-email-consult .profileContainer.profileCard {
    transition: 0.2s all ease-in-out;
}

.profiles .profileContainer.profileCard:hover,
.profiles-with-email-consult .profileContainer.profileCard:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
}

.profiles .profileImageContainer,
.profiles-with-email-consult .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.profiles .profileImageContainer img,
.profiles-with-email-consult .profileImageContainer img {
    object-fit: cover;
}

.profiles .channelStatus,
.profiles-with-email-consult .channelStatus {
    top: -15px;
}

.profiles .nickname,
.profiles-with-email-consult .nickname {
}

.profiles .keywords ul,
.profiles-with-email-consult .keywords ul {
    height: 25px;
    margin-bottom: 0;
}

.profiles .keywords ul li,
.profiles-with-email-consult .keywords ul li {
    display: inline-block;
}

.profiles .keywords .bi,
.profiles-with-email-consult .keywords .bi {
    color: rgba(25, 135, 84, 1);
}

.profiles .shortText,
.profiles-with-email-consult .shortText {
    height: 100px;
}

.profiles .languages,
.profiles-with-email-consult .languages {
    height: 20px;
}

.profiles .languages img,
.profiles-with-email-consult .languages img {
    border: none !important;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}

/* whatsApp profiles */
.whatsapp-profiles .profileContainer.profileCard {
    transition: 0.2s all ease-in-out;
}

.whatsapp-profiles .profileContainer.profileCard:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
}

.whatsapp-profiles .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.whatsapp-profiles .profileImageContainer img{
    object-fit: cover;
}

.whatsapp-profiles .whatsAppStatus{
    top: -10px;
}

.whatsapp-profiles .nickname {
}

.whatsapp-profiles .keywords ul {
    margin-bottom: 0;
}

.whatsapp-profiles .keywords ul li {
    display: inline-block;
}

.whatsapp-profiles .keywords .bi {
    color: rgba(25, 135, 84, 1)
}

.whatsapp-profiles .shortText {
    max-height: 100px;
}

.whatsapp-profiles .languages img {
    border: none !important;
    border-radius: 50% !important;
    width: 15px;
    height: 15px;
}

.whatsapp-profiles .btn.btn-dark{

}

/* status */
.statusOnline {
    background-color: rgba(25, 135, 84, 1)
}

.statusInConversation {
    background-color: rgba(220, 53, 69, 1);
}

.statusPause {
    background-color: rgba(220, 53, 69, 1);
}

.statusOffline {
    background-color: rgb(108, 117, 125, 1);
}

/* homepage */
/* widgets */


/* footer */
footer a {
    color: #FFFFFF !important;
}

/* blog cards on the homepage */
.blogCard .blogCardImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.blogCard .blogCardImageContainer img {
    object-fit: cover;
}

/* google recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* contact form 7 */
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wpcf7-form-control-wrap textarea {
    height: 100px;
}

/* blog template */
/* pagination */
.blog-pagination span,
.blog-pagination a {
    text-decoration: none;
    border: solid 1px var(--theme-color);
    background-color: var(--theme-color);
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    cursor: pointer;
}

.page-link {
    color: var(--theme-color);
}

.active > .page-link, .page-link.active {
    border: solid 1px var(--theme-color);
    background-color: var(--theme-color);

}






