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

a {
    color: rgba(51, 51, 51, 1);
    /*text-decoration: none;*/
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Arvo", -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";
}

.h1, .h2, .h2, .h4, .h5, .h6 {
    font-family: "Arvo", -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";
}

.container {
    max-width: 1170px;
}

.eddie-shadow {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
}

.eddie-shadow-menu {
    margin-bottom: 0px;
    background: #c5ac8d;
    background: -moz-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5ac8d), color-stop(100%, #84705a));
    background: -webkit-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -o-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -ms-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: linear-gradient(to bottom, #c5ac8d 0%, #84705a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ac8d', endColorstr='#84705a', GradientType=0);
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
}

.sidebar-background {
    background-color: rgba(210, 204, 198, 1);
}

/* navbar */
.navbar-nav .menu-item > a {
    font-size: 14px;
    padding: 15px !important;
    color: rgba(255, 255, 255, 1);
}

nav .navbar-nav .menu-item a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgba(255, 255, 255, 1);
}

nav .navbar-nav .menu-item a.active {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    background: #c5ac8d;
    background: -moz-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5ac8d), color-stop(100%, #84705a));
    background: -webkit-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -o-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -ms-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: linear-gradient(to bottom, #c5ac8d 0%, #84705a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ac8d', endColorstr='#84705a', GradientType=0);
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
}

.navbar .dropdown-toggle::after {
    color: rgba(0, 0, 0, .5);
}

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

.navbar-toggler:focus {
    box-shadow: none;
    color: rgba(255, 255, 255, 1);
}

.navbar .dropdown-toggle::after {
    color: rgba(255, 255, 255, 1);
}

.navbar .dropdown-toggle.show{
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0px;
    background: #c5ac8d;
    background: -moz-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5ac8d), color-stop(100%, #84705a));
    background: -webkit-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -o-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -ms-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: linear-gradient(to bottom, #c5ac8d 0%, #84705a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ac8d', endColorstr='#84705a', GradientType=0);
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
}

.navbar .dropdown-menu {
    border-radius: 0;
    background-color: rgba(197, 172, 141, 1);
}

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

}

.eddie-background {
    background: #e9e9e9;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.7);
}

/* homepage */
.btn-dark {
    margin-bottom: 0px;
    background: #c5ac8d;
    background: -moz-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5ac8d), color-stop(100%, #84705a));
    background: -webkit-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -o-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: -ms-linear-gradient(top, #c5ac8d 0%, #84705a 100%);
    background: linear-gradient(to bottom, #c5ac8d 0%, #84705a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5ac8d', endColorstr='#84705a', GradientType=0);
    border: none;
}

/* footer */
footer a {

}

footer ul{
    list-style-type: none;
    padding: 0;
}

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

/* 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 {
}

.profiles .nickname {
    font-family: "Arvo", -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";
}

.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: 70px;
}

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

.profiles .phoneLink img {
    border: none !important;
    width: 15px;
    height: 15px;
}

.profiles .btn {

}

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

.whatsAppProfiles .nickname {
}

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

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

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

.whatsAppProfiles .shortText {
    height: 100px;
}

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

/* status */
.statusOnline {
    background-color: rgba(4, 104, 54, 1);
}

.statusInConversation {
    background-color: rgba(165, 124, 0, 1);
}

.statusPause {
    background-color: rgba(165, 124, 0, 1);
}

.statusOffline {
    background-color: rgba(107, 1, 3, 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 {
}

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

.profile .phoneLink img {
    border: none !important;
    width: 15px;
    height: 15px;
}

.profile .nickname {
    font-family: "Arvo", -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";
}

.profile .longTextTitle {
    font-family: "Arvo", -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";
}

.profile .reviewTitle {
    font-family: "Arvo", -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";
}

.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: rgba(197, 194, 178, 1) !important;
    border: none;
    background-clip: padding-box;
    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: rgba(197, 194, 178, 1) !important;
    background-color: rgba(197, 194, 178, 1) !important;
    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: rgba(197, 194, 178, 1) !important;
    background-color: rgba(197, 194, 178, 1) !important;
}

/* employee control */
.employeeControl .nav-link.active {
    background-color: rgba(33, 37, 41, 1);
}

.employeeControl h3 {
    font-size: 1.1rem;
}

/* user editor */
.updateUserEmailEmployeeAccordion:hover,
.updateUserPasswordEmployeeAccordion:hover,
.updateUserEmailVisitorAccordion:hover,
.updateUserPasswordVisitorAccordion:hover {
    cursor: pointer;
}

/* messenger */
.downloadMessengerMessageAttachmentAccordion:hover,
.downloadMessengerMessageResponseAttachmentAccordion:hover {
    cursor: pointer;
}

/* widgets */
.sidebar div {
    background-color: rgba(197, 172, 141, 1);
}

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

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

.spotlightWidget .channelStatus {
}

.spotlightWidget .shortText {
    height: 150px;
}

.reviewWidget .nickname {
    font-family: "Arvo", -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";
}

/* review template */
.reviews .review {
    height: 190px;
}

.reviews .reviewPaginationLink.active {
    border-color: rgba(197, 194, 178, 1) !important;
    background-color: rgba(197, 194, 178, 1) !important;
}


