/* html elements */
* {
    font-family: -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";
}

.alignright {
    float: right;
}

.text-purple {
    color: rgba(54, 67, 135, 1) !important;
}

.bg-grey {
    background-color: rgba(105, 105, 105, 1) !important;
}

.bg-grey-opacity {
    background-color: rgba(105, 105, 105, .8) !important;
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, .8) !important;
}

.bg-light-grey {
    background-color: rgba(241, 241, 241, 1) !important;
}

.bg-light-purple {
    background-color: rgba(54, 67, 135, .1) !important;
}

.bg-dark-purple {
    background-color: rgba(54, 67, 135, 1) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.h1, .h2, .h2, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

.btn.btn-dark,
.btn.btn-primary,
.btn.btn-dark:hover,
input[type="submit"] {
    border: solid 1px rgba(54, 67, 135, 1);
    background-color: rgba(54, 67, 135, 1);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-weight: 400;
    font-family: 'Lato', 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;
    border-radius: 0rem;
}

/* navbar */
nav .navbar-brand {
    font-family: 'Young Serif', serif;
}

nav .navbar-nav .menu-item a {
    font-weight: bolder;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 2px;
    background-color: rgba(54, 67, 135, 1);
}

.headerContainer img {
    min-height: 150px;
}

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

main {
 
}

/* homepage */

/* footer */
footer a {
   
}

/* whatsApp profiles */
.whatsAppProfiles .container {
    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: 100px;
}

.whatsAppProfiles .languages img {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.whatsAppProfiles .btn.btn-dark{

}


/* profiles */
.profiles .container {
    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 {
    top: -15px;
}

.profiles .nickname {
}

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

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

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

.profiles .shortText {
    height: 100px;
}

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

/* 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);
}

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

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

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

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

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


.profile .languages img {
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

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

/* 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 rgba(54, 67, 135, 1);
    background-color: rgba(54, 67, 135, 1);
    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: rgba(0, 0, 0, 1);
}

.active > .page-link, .page-link.active {
    border: solid 1px rgba(54, 67, 135, 1);
    background-color: rgba(54, 67, 135, 1);

}






