/* html elements */
* {
    font-family: Tahoma;
    font-size: 1rem;
}

b, strong {
    font-family: Tahoma;
    font-weight: 900;
}

a {
    color: rgba(33, 37, 41);
}

.alignright {
    float: right;
}

.bg-primary {
    background-color: rgba(255, 252, 241, 1) !important;
}

.bg-secondary {
    background-color: rgba(209, 176, 83, 1) !important;
}

h1,
.h1 {
    color: rgba(81, 81, 81, 1);
}

h2,
.h2 {
    color: rgba(81, 81, 81, 1);
}

h3,
.h3 {
    color: rgba(81, 81, 81, 1);
}

h4,
.h4 {
    color: rgba(81, 81, 81, 1);
}

h5,
.h5 {
    color: rgba(81, 81, 81, 1);
}

h6,
.h6 {
    color: rgba(81, 81, 81, 1);
}

.bi {
    font-size: 1.1rem;
}

.border {
    border-color: rgba(209, 175, 61, 1) !important;
}

.btn.btn-dark {
    background-color: rgba(209, 176, 83, 1);
    border-color: rgba(209, 176, 83, 1);
}

/* header */
nav a:hover {
    text-decoration: underline;
}

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

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
}

.howDoesItWork a {
    color: rgba(209, 176, 83, 1);
}

/* profiles */
.profiles .container {
    background-color: rgba(255, 252, 241, 1) !important;
    transition: 0.2s all ease-in-out;
}

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

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

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

.profiles .channelStatus,
.profiles .whatsAppStatus {
    top: -10px;
}

.profiles .nickname {
}

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

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

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

.profiles .shortText {
    max-height: 50px;
}

.profiles .languages img {
    width: 20px;
    height: 15px;
    border-radius: 0 !important;
    border: none !important;
}

.profiles .btn.btn-dark {
    background-color: rgba(209, 176, 83, 1);
    border-color: rgba(209, 176, 83, 1);
}

/* whatsApp profiles */
.whatsAppProfiles .container {
    background-color: rgba(255, 252, 241, 1) !important;
    transition: 0.2s all ease-in-out;
}

.whatsAppProfiles .container:hover {
    -ms-transform: scale(1.01); /* IE 9 */
    -webkit-transform: scale(1.01); /* Safari 3-8 */
    transform: scale(1.01);
}

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

.whatsAppProfiles .profileImageContainer img {
    object-fit: cover;
}

.whatsAppProfiles .whatsAppStatus {
    top: -10px;
}

.whatsAppProfiles .nickname {
}

.whatsAppProfiles .keywords ul {
    margin-bottom: 0;
}

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

.whatsAppProfiles .keywords .bi {
    color: rgba(25, 135, 84, 1)
}

.whatsAppProfiles .shortText {
    max-height: 50px;
}

.whatsAppProfiles .languages img {
    width: 20px;
    height: 15px;
    border-radius: 0 !important;
    border: none !important;
}

.whatsAppProfiles .btn.btn-dark {
    background-color: rgba(209, 176, 83, 1);
    border-color: rgba(209, 176, 83, 1);
}

/* profile */
.profile .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.profile .profileImageContainer img {
    object-fit: cover;
}

.profile .channelStatus {
    top: -10px;
}

.profile .languages img {
    width: 20px;
    height: 15px;
    border-radius: 0 !important;
    border: none !important;
}

.reviewScore .bi-star-fill {
    color: rgba(255, 193, 7, 1);
}

.profile .btn.btn-dark {
    background-color: rgba(209, 176, 83, 1);
    border-color: rgba(209, 176, 83, 1);
}

/* random profiles */
.randomProfiles .profileImageContainer {
    height: 0;
    padding-bottom: 100%;
}

.randomProfiles .profileImageContainer img {
    object-fit: cover;
}

/* page */
/* single */
/* footer */
footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul a {
    color: inherit;
    text-decoration: none;
}

/* status */
.statusOnline {
    background-color: rgba(209, 176, 83, 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);
}

/* pagination */
.blogCard .blogCardImageContainer {
    height: 0;
    padding-bottom: 100%;
}

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


.blog-pagination span,
.blog-pagination a {
    text-decoration: none;
    border: solid 1px rgba(33, 37, 41, 1);
    background-color: rgba(33, 37, 41, 1);
    border-radius: 0.25rem;
    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: rgba(0, 0, 0, 1);
}

.active > .page-link, .page-link.active {
    border: solid 1px rgba(98, 167, 181, 1) !important;
    background-color: rgba(98, 167, 181, 1) !important;

}

/* contact form 7 */
.wpcf7 label,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input {
    background-color: rgba(239, 238, 238, 1);
    border: none;
    border-bottom: solid 1px #000;
}

.wpcf7-submit {
    border: none;
    background-color: rgba(239, 238, 238, 1);
}

/* recaptche */
.grecaptcha-badge {
    display: none;
}