.cp-chat ::-webkit-input-placeholder {
color: inherit;
opacity: .3
}
.cp-chat :-moz-placeholder,.cp-chat ::-moz-placeholder {
color: inherit;
opacity: .3
}
.cp-chat :-ms-input-placeholder,.cp-chat ::-ms-input-placeholder {
color: inherit;
opacity: .3
}
.cp-chat ::placeholder {
color: inherit;
opacity: .3
}
@font-face {
font-family: icomoon;
src: url(//www.edmorsuites.com/build/fonts/icomoon.2f051087.eot);
src: url(//www.edmorsuites.com/build/fonts/icomoon.2f051087.eot#iefix) format("embedded-opentype"),url(//www.edmorsuites.com/build/fonts/icomoon.85ae189d.ttf) format("truetype"),url(//www.edmorsuites.com/build/fonts/icomoon.acbbf101.woff) format("woff"),url(//www.edmorsuites.com/build/images/icomoon.1e61d32d.svg#icomoon) format("svg");
font-weight: 400;
font-style: normal
}
[class*=" cp-icon-"],[class^=cp-icon-] {
font-family: icomoon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.cp-icon-download2:before {
content: "\E9C5"
}
.cp-icon-link:before {
content: "\E9CB"
}
.cp-icon-new-tab:before {
content: "\EA7E"
}
.cp-icon-cross:before {
content: "\EA0F"
}
.cp-icon-bubble:before {
content: "\E96E"
}
.cp-icon-volume-medium:before {
content: "\EA27"
}
.cp-icon-volume-mute:before {
content: "\EA2A"
}
.cp-icon-spinner:before {
content: "\E97A"
}
.cp-icon-spinner2:before {
content: "\E981"
}
.cp-icon-play:before {
content: "\EA1C"
}
.cp-icon-pause:before {
content: "\EA1D"
}
.cp-icon-stop:before {
content: "\EA1E"
}
.cp-icon-window-minimize:before {
content: "\E900"
}
.cp-icon-mic:before {
content: "\E91E"
}
.cp-chat-text-ellipsis {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: bottom
}
.cp-chat-text-width-limit {
width: 100%;
overflow: hidden;
overflow-y: visible
}
.cp-chat-text-center {
text-align: center
}
.cp-chat a {
color: #fff;
text-decoration: underline
}
.cp-chat a:hover {
color: #fff;
text-decoration: none
}
.cp-ml-2 {
margin-left: .5rem
}
.cp-mr-2 {
margin-right: .5rem
}
.cp-mb-2 {
margin-bottom: .5rem
}
.cp-mb-3 {
margin-bottom: 1rem
}
.cp-chat-big {
font-size: 120%
}
input[type=email].cp-text-field,input[type=number].cp-text-field,input[type=password].cp-text-field,input[type=text].cp-text-field,textarea.cp-text-field {
padding: 4px 5px;
background-color: #eee;
border: 1px solid rgba(0,0,0,.2);
border-radius: 4px;
color: #313131;
box-shadow: none
}
.cp-text-field-error {
color: #dc0a00!important
}
.cp-btn {
display: inline-block;
padding: 5px 8px;
background-color: transparent;
border: 0;
cursor: pointer;
font-size: 14px !important;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
text-decoration: none!important
}
.cp-btn:active,.cp-btn:focus {
outline: none
}
.cp-btn-sm {
padding: 2px 5px !important;
}
.cp-btn-outline-secondary {
border: 1px solid #fff;
color: #fff
}
.cp-btn-circle {
display: inline-block;
width: 37px;
height: 37px;
text-align: center;
padding: 10px;
border-radius: 50%
}
.cp-btn [class*=" cp-icon-"],.cp-btn [class^=cp-icon-] {
line-height: 14px
}
.cp-chat-header {
background-color: rgb(255, 196, 0) !important;
}
.cp-chat-body {
background-color: #fff;
border-color: #2863c9
}
.cp-chat-bubble {
display: block;
font-size: 14px
}
.cp-chat-bubble .cp-chat-bubble-b {
display: inline-block;
max-width: 100%;
background-color: #ddd;
color: rgba(0,0,0,.7)
}
.cp-chat-bubble .cp-chat-bubble-c {
max-width: 100%;
overflow-x: hidden
}
.cp-chat-bubble.cp-chat-bubble-primary .cp-chat-bubble-b {
background-color: #2863c9;
color: #fff
}
.cp-chat-bubble.cp-chat-bubble-secondary .cp-chat-bubble-b {
background-color: #ffc574;
color: rgba(0,0,0,.7)
}
.cp-chat-bubble-left .cp-chat-bubble-b:after {
border-right: solid #2863c9
}
.cp-btn-primary {
background-color: rgb(255, 196, 0) !important;
color: #fff;
font-size: 14px !important;
padding: 5px 8px !important;
}
.cp-btn-circle {
background-color: hsla(0,0%,100%,.8);
color: rgba(0,0,0,.6);
border: 1px solid rgba(0,0,0,.6)
}
.cp-btn-circle:hover {
background-color: hsla(0,0%,100%,.95);
color: rgba(0,0,0,.9);
border-color: rgba(0,0,0,.9)
}
.cp-chat {
box-sizing: border-box;
position: fixed;
z-index: 556;
right: 25px;
bottom: 22px;
width: 300px;
font: 14px sans-serif
}
.cp-chat.cp-chat-type-chat {
border-radius: 12px;
box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.cp-chat-header {
box-sizing: border-box;
height: 35px;
padding: 10px 20px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
font-size: 14px;
color: #fff
}
.cp-chat-header-title {
display: block;
width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.cp-chat-body {
box-sizing: border-box;
padding: 10px 5px;
border-width: 0 1px 1px;
border-style: solid;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px
}
.cp-chat-body-b {
height: 330px;
padding: 0 10px;
box-sizing: content-box;
overflow: hidden;
overflow-y: auto
}
.cp-chat .cp-btn-open {
display: none;
font-size: 30px;
border: 0;
text-align: center;
color: #fff
}
.cp-chat>video {
position: absolute;
visibility: hidden;
pointer-events: none
}
.cp-chat-bottom-container {
position: relative
}
.cp-chat.cp-chat-loading:after {
content: "\E981";
font-family: icomoon!important;
speak: none;
line-height: 1;
display: block;
position: absolute;
right: 125px;
top: 11px;
color: #fff;
animation: spin 1.5s linear infinite
}
.cp-chat.cp-chat-loading.cp-minimized:after {
display: none
}
.cp-chat.cp-chat-video-player {
width: 534px!important;
height: 300px!important
}
.cp-chat-blackout {
width: 100%;
height: 100%;
position: fixed;
z-index: 555;
right: 0;
top: 0;
background-color: #000;
opacity: .65;
transition: opacity .3s ease;
pointer-events: none
}
.cp-chat-blackout-transparent {
opacity: 0
}
.cp-chat-blackout-hidden {
opacity: 0;
display: none
}
.cp-chat-avatar-container {
position: absolute;
bottom: -22px;
right: 0;
padding: 0;
display: none !important;
}
.cp-chat-type-chat .cp-chat-avatar-container {
right: 100%
}
.cp-chat-type-avatar .cp-chat-avatar-container {
left: 0;
width: auto
}
.cp-chat-avatar-container img {
width: 300px
}
.cp-chat-avatar-container canvas {
display: block
}
.cp-chat-avatar-container .cp-canvas-output {
width: 300px;
height: 340px;
pointer-events: none;
margin: 0 auto
}
.cp-chat-avatar-container.cp-chat-play-layer canvas,.cp-chat.cp-chat-poster .cp-chat-avatar-container canvas {
cursor: pointer;
pointer-events: all
}
.cp-chat-video-player .cp-chat-avatar-container {
width: 534px!important;
height: 300px!important;
bottom: 0!important;
overflow: visible!important
}
.cp-chat-avatar-logo {
width: 140px;
height: 90px;
position: absolute;
right: 15px;
bottom: 15px;
background-size: contain;
background-position: 100% 100%;
background-repeat: no-repeat;
pointer-events: none
}
.cp-avatar-buttons {
position: absolute;
right: 10px;
top: -30px;
opacity: 0;
transition: opacity .3s
}
.cp-avatar-buttons .cp-btn {
margin-right: 7px
}
.cp-chat-avatar-container:not(.cp-chat-muted):hover .cp-avatar-buttons {
opacity: 1
}
.cp-chat-video-player .cp-avatar-buttons {
top: -45px!important
}
.cp-chat-mobile .cp-chat-avatar-container .cp-avatar-buttons {
opacity: 1
}
.cp-chat-mobile .cp-chat-avatar-container.cp-chat-muted .cp-button-mute {
opacity: 0
}
.cp-pos-relative {
position: relative
}
.cp-pos-absolute-right {
position: absolute;
top: 0;
right: 0
}
.cp-chat-header .cp-pos-absolute-right {
top: -3px;
right: -5px
}
.cp-chat-smile {
max-height: 32px;
vertical-align: middle
}
.cp-chat-bubble {
margin-bottom: 10px;
position: relative
}
.cp-chat-bubble .cp-chat-bubble-b {
padding: 10px 12px;
position: relative
}
.cp-chat-bubble .cp-chat-bubble-b img:not(.cp-chat-smile):not(.emoticon) {
width: 100%;
height: auto
}
.cp-chat-bubble .cp-chat-bubble-b video:not([width]) {
width: 100%;
height: 170px;
background-color: #000
}
.cp-chat-image {
display: block;
width: 100%;
height: auto
}
.cp-chat-bubble-avatar {
padding-left: 45px
}
.cp-chat-bubble-left .cp-chat-bubble-b {
border-radius: 6px
}
.cp-chat-bubble-right {
text-align: right
}
.cp-chat-bubble-right .cp-chat-bubble-b {
margin-right: 5px;
border-radius: 6px;
text-align: left
}
.cp-chat-bubble-left .cp-chat-bubble-b:after {
left: -5px
}
.cp-chat-bubble-left .cp-chat-bubble-b:after,.cp-chat-bubble-right .cp-chat-bubble-b:after {
content: "";
display: block;
transform: rotate(45deg);
width: 10px;
height: 10px;
top: 13px;
position: absolute;
pointer-events: none;
background-color: inherit;
border: 0
}
.cp-chat-bubble-right .cp-chat-bubble-b:after {
right: -5px
}
.cp-chat-avatar-circle {
position: absolute;
left: 0;
top: 0;
margin: 5px 0 0;
overflow: hidden;
border-radius: 50%
}
.cp-chat-avatar-circle,.cp-chat-avatar-circle img {
width: 30px;
height: 30px;
background-color: #ddd
}
.cp-chat-bubble-single-smile .cp-chat-bubble-b {
padding: 0;
background-color: transparent!important
}
.cp-chat-bubble-single-smile .cp-chat-bubble-b:after {
background-color: transparent!important
}
.cp-chat-bubble-single-smile .cp-chat-smile {
max-height: 64px
}
.cp-chat-bubble-full .cp-chat-avatar-circle {
display: none
}
.cp-chat-bubble-full .cp-chat-bubble-b {
width: 100%;
margin-left: 0;
padding: 10px
}
.cp-chat-bubble-full .cp-chat-bubble-b:after {
display: none
}
.cp-chat-answer-block {
margin: 8px 0;
padding: 5px;
border: 1px solid rgba(0,0,0,.2);
border-radius: 8px;
text-align: center
}
.cp-chat-answer-block .cp-btn {
margin: 5px
}
.cp-chat-answer-field {
padding: 7px;
box-sizing: border-box
}
.cp-chat-answer-field .cp-btn {
float: right;
width: 17%
}
.cp-chat-answer-field input[type=text].cp-text-field {
width: 78%;
padding: 8px 5px;
margin-top: -4px;
border: 0;
background-color: transparent;
box-sizing: border-box;
font-size: 14px
}
.cp-chat-answer-field input[type=date].cp-text-field,.cp-chat-answer-field input[type=time].cp-text-field {
width: 78%;
padding: 5px;
margin-top: -4px;
border: 0;
background-color: transparent;
box-sizing: border-box;
font-size: 14px
}
.cp-chat-answer-field input[type=date].cp-text-field:focus,.cp-chat-answer-field input[type=text].cp-text-field:focus,.cp-chat-answer-field input[type=time].cp-text-field:focus {
outline: none
}
.cp-chat-answer-field-with-icon input[type=text].cp-text-field {
padding-left: 19px
}
.cp-chat-answer-field-with-icon input[type=date].cp-text-field,.cp-chat-answer-field-with-icon input[type=time].cp-text-field {
padding-left: 23px
}
.cp-chat-answer-field-with-icon:before {
font-family: icomoon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
left: 10px;
top: 17px;
color: rgba(0,0,0,.3);
pointer-events: none
}
.cp-chat-answer-field-icon-name:before {
content: "\E971"
}
.cp-chat-answer-field-icon-email:before {
content: "\EA84"
}
.cp-chat-answer-field-icon-phone:before {
content: "\E942"
}
.cp-chat-answer-field-icon-location:before {
content: "\E948"
}
.cp-chat-answer-field-icon-date:before {
content: "\E953"
}
.cp-chat-answer-field-icon-time:before {
content: "\E94E"
}
.cp-chat-answer-field-icon-text:before {
content: "\E96E"
}
.cp-chat-reply-container {
position: relative;
margin: 0 -5px;
display: none
}
.cp-chat-reply-container-b {
box-sizing: border-box;
width: 100%;
position: absolute;
left: 0;
top: 0
}
.cp-chat-reply-block {
position: relative;
box-sizing: border-box;
padding: 5px;
border-top: 1px solid rgba(0,0,0,.2)
}
.cp-chat-reply-block-buttons .cp-chat-answer-field input[type=text].cp-text-field {
width: 63%
}
.cp-chat-emoticons-container {
width: 150px;
height: 1px;
margin: -1px 0 0;
position: absolute;
right: 0;
bottom: 100%
}
.cp-chat-emoticons-container>ul {
width: 150px;
height: 150px;
margin: 0;
padding: 0;
position: relative;
left: 0;
top: -149px;
list-style-type: none;
text-align: center;
background-color: #fff;
border: 1px solid rgba(0,0,0,.2);
box-shadow: 0 3px 10px rgba(0,0,0,.1);
display: none
}
.cp-chat-emoticons-container>ul>li {
display: inline-block;
width: 16px;
height: 16px;
padding: 0;
margin: 9px
}
.cp-chat-emoticons-container>ul>li>img {
width: 16px;
height: 16px;
cursor: pointer
}
.cp-chat-emoticons-container>span.cp-chat-field-button {
display: block;
width: 16px;
height: 16px;
font-family: icomoon!important;
speak: none;
line-height: 1;
font-size: 15px;
color: #777;
cursor: pointer;
position: absolute;
right: 68px;
bottom: -33px
}
.cp-chat-emoticons-container>span.button-emoticons:before {
content: "\E901"
}
.cp-chat-emoticons-container>span.button-add-file {
right: 93px
}
.cp-chat-emoticons-container>span.button-add-file:before {
content: "\E902"
}
.cp-chat-exit-block {
width: 100%;
height: 35px;
padding: 5px 0 0;
text-align: center;
display: none
}
.cp-animation {
transition: all .3s ease
}
.cp-animation-scale-left {
transform: scaleY(0);
position: relative;
left: -40px;
opacity: .5
}
.cp-animation-scale-left-do {
transform: scale(1);
left: 0;
opacity: 1
}
.cp-animation-spin {
position: relative;
animation: spin 3s linear infinite
}
.cp-animation-spin[class*=" cp-icon-"]:before,.cp-animation-spin[class^=cp-icon-]:before {
display: inline-block;
position: relative;
animation: spin 3s linear infinite
}
.cp-chat.cp-chat-with-reply .cp-chat-reply-container {
display: block
}
.cp-chat.cp-chat-with-reply .cp-chat-body {
padding-bottom: 50px
}
.cp-chat.cp-chat-with-reply .cp-chat-body-b {
height: 290px
}
.cp-chat.cp-chat-with-reply-exit .cp-chat-reply-container {
display: block
}
.cp-chat.cp-chat-with-reply-exit .cp-chat-body {
padding-bottom: 85px
}
.cp-chat.cp-chat-with-reply-exit .cp-chat-body-b {
height: 255px
}
.cp-chat.cp-chat-with-reply-exit .cp-chat-exit-block {
display: block
}
.cp-chat.cp-chat-poster .cp-button-close,.cp-chat.cp-chat-poster .cp-button-mute {
display: none
}
.cp-chat.cp-chat-type-chat .cp-chat-avatar-container.cp-chat-play-layer {
right: auto;
left: 0;
width: 100%
}
.cp-chat.cp-chat-type-chat .cp-chat-avatar-container.cp-chat-play-layer canvas {
margin: 0 auto
}
.cp-chat .cp-chat-avatar-container>img {
margin-top: -2px
}
.cp-chat-poweredby-container {
position: relative;
clear: both;
white-space: nowrap
}
.cp-chat-poweredby-container>a,.cp-chat-poweredby-container>span {
position: absolute;
right: 5px;
top: 5px;
display: inline-block;
text-decoration: none;
font-size: 11px;
color: rgba(0,0,0,.5);
text-shadow: 1px 1px 1px #fff
}
.cp-chat-poweredby-container>a {
cursor: pointer
}
.cp-chat-poweredby-container>span {
cursor: default
}
.cp-chat-poweredby-container>a:hover {
color: rgba(0,0,0,.8)
}
.cp-chat.cp-chat-type-avatar .cp-chat-poweredby-container {
position: absolute;
left: auto;
right: 0;
bottom: 0
}
.cp-chat.cp-minimized {
box-shadow: none;
height: 60px
}
.cp-chat.cp-minimized .cp-chat-avatar-container,.cp-chat.cp-minimized .cp-chat-body {
display: none
}
.cp-chat.cp-minimized .cp-chat-header {
width: 60px;
height: 60px;
position: relative;
padding: 0;
border-radius: 50%;
text-align: center;
box-shadow: 0 0 10px rgba(0,0,0,.3)
}
.cp-chat.cp-minimized .cp-chat-header>span:not(.cp-chat-online-circle) {
display: none
}
.cp-chat.cp-minimized .cp-btn-open {
display: block;
width: 60px;
height: 60px;
padding: 2px;
box-sizing: border-box
}
.cp-chat.cp-minimized .cp-btn-open>img {
width: 58px;
height: 58px;
border-radius: 50%
}
.cp-chat.cp-minimized .cp-btn-open>i {
display: block;
width: 60px;
height: 60px;
padding: 0 3px 0 0;
line-height: 55px;
text-align: center
}
.cp-chat.cp-minimized .cp-btn:not(.cp-btn-open),.cp-chat.cp-minimized .cp-chat-language,.cp-chat.cp-minimized .cp-chat-poweredby-container {
display: none!important
}
.cp-chat-position-left {
right: auto;
left: 25px;
bottom: 25px
}
.cp-chat-position-center {
right: auto;
left: 50%;
bottom: 25px
}
.cp-chat-position-middle {
margin-left: -150px
}
.cp-chat-position-left .cp-chat-avatar-container {
right: auto;
left: 100%
}
.cp-chat-position-left.cp-chat-type-avatar .cp-chat-avatar-container {
left: 0
}
.cp-chat.cp-minimized.cp-chat-position-left {
margin-left: 0
}
.cp-chat.cp-minimized.cp-chat-position-middle .cp-chat-header {
margin: 0 auto
}
.cp-chat.cp-minimized.cp-chat-position-right .cp-chat-header {
float: right
}
@media (max-width: 576px) {
.cp-chat-avatar-container {
right:0!important;
left: auto!important
}
.cp-chat-avatar-container canvas {
margin: 0 auto
}
}
.cp-chat-typing {
width: 40px;
height: 14px;
text-align: center
}
.cp-chat-typing>b:not(.cp-chat-typing-text) {
display: inline-block;
width: 6px;
height: 6px;
margin-right: 5px;
border-radius: 50%;
background-color: #fff;
opacity: .7;
position: relative;
animation-name: jump-anim;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-fill-mode: both
}
.cp-chat-typing>b:not(.cp-chat-typing-text):nth-child(2) {
animation-delay: .2s
}
.cp-chat-typing>b:not(.cp-chat-typing-text):last-child {
margin-right: 0
}
.cp-chat-typing>b:nth-child(3) {
animation-delay: .4s
}
.cp-chat-typing-text {
display: inline-block;
margin-left: 3px;
font-size: 12px;
color: #adadad
}
@keyframes jump-anim {
0% {
top: 0;
opacity: .5
}
20% {
top: -10px;
opacity: 1
}
to {
top: 0;
opacity: .5
}
}
.cp-chat.cp-chat-with-typing .cp-chat-body {
padding-bottom: 40px
}
.cp-chat.cp-chat-with-typing .cp-chat-body-b {
height: 300px
}
.cp-chat-with-typing .cp-chat-typing {
bottom: -35px
}
.cp-chat-video-autoplay-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0 20px;
box-sizing: border-box;
color: #fff;
text-align: center;
font-family: sans-serif;
font-size: 20px;
line-height: 1.4;
cursor: pointer
}
.cp-chat-video-autoplay-overlay-b {
display: table;
position: relative;
width: 100%;
height: 100%
}
.cp-chat-video-autoplay-overlay-c {
display: table-cell;
text-align: center;
vertical-align: middle
}
.cp-chat-video-autoplay-overlay-c>div {
display: inline-block;
background-color: rgba(0,0,0,.4);
margin-top: 50px;
padding: 10px 15px;
border-radius: 6px
}
.cp-chat-video-autoplay-overlay img {
width: auto;
height: auto
}
.cp-animation-shake {
display: block;
}
.cp-animation-pulse-shake {
display: block;  
animation: shakeme 1.2s ease-in-out infinite;
}
@keyframes pulse-slow {
0%, 100% { transform: scale(1); }
50%      { transform: scale(1.03); }
}
@keyframes glow {
0%, 100% {
box-shadow: 0 0 0px rgba(35, 206, 107, 0.6);
}
50% {
box-shadow: 0 0 12px rgba(35, 206, 107, 0.8);
}
}
@keyframes sway {
0%, 100% { transform: translateX(0); }
50%      { transform: translateX(5px); }
}
@keyframes pulse {
0%,100% { transform: scale(1); opacity: 1; }
50%     { transform: scale(1.05); opacity: .8; }
}
@keyframes tilt-scale {
0%,100% { transform: scale(1) rotate(0deg); }
50%     { transform: scale(1.03) rotate(1deg); }
}
@keyframes shakeme {
0% {
transform: translate(1px,1px) rotate(0deg)
}
10% {
transform: translate(-1px,-2px) rotate(-1deg)
}
20% {
transform: translate(-3px) rotate(1deg)
}
30% {
transform: translate(3px,2px) rotate(0deg)
}
40% {
transform: translate(1px,-1px) rotate(1deg)
}
50% {
transform: translate(-1px,2px) rotate(-1deg)
}
60% {
transform: translate(-3px,1px) rotate(0deg)
}
70% {
transform: translate(3px,1px) rotate(-1deg)
}
80% {
transform: translate(-1px,-1px) rotate(1deg)
}
90% {
transform: translate(1px,2px) rotate(0deg)
}
to {
transform: translate(1px,1px) rotate(-1deg)
}
}
@keyframes bounce {
0%,100% { transform: translateY(0); }
50%     { transform: translateY(-10px); }
}
@keyframes fade {
0%   { opacity: 0.5; }
50%  { opacity: 1; }
100% { opacity: 0.5; }
}
@keyframes spin {
to {
transform: rotate(1turn)
}
}
.cp-chat-language {
width: 160px;
height: 208px;
overflow: hidden;
overflow-y: auto;
position: absolute;
right: 1px;
top: 35px;
border: 1px solid #ddd;
box-shadow: 0 3px 10px rgba(0,0,0,.1);
display: none
}
.cp-chat-language div {
padding: 4px 8px;
background-color: #fff;
font-size: 12px;
cursor: pointer;
border-bottom: 1px solid rgba(0,0,0,.1)
}
.cp-chat-language div:hover {
background-color: #eee
}
.cp-chat-language div.active {
background-color: silver;
color: #fff
}
.cp-chat-video-player-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none
}
.cp-chat-video-player .cp-chat-video-player-container {
display: block
}
.cp-chat-video-player .cp-chat-avatar-logo {
display: none
}
.cp-chat-invitation-message {
right: 80px;
color: inherit;
padding: 13px 20px;
text-align: left;
white-space: nowrap;
margin-top: -20px;
display: none
}
.cp-chat-invitation-message,.cp-chat-invitation-message:before {
position: absolute;
background-color: inherit;
top: 50%;
pointer-events: none
}
.cp-chat-invitation-message:before {
content: "";
display: block;
transform: rotate(45deg);
width: 10px;
height: 10px;
right: -5px;
margin: -5px 0 0;
border: 0
}
.cp-chat-position-left .cp-chat-invitation-message,.cp-chat-position-middle .cp-chat-invitation-message {
right: auto;
left: 80px
}
.cp-chat-position-left .cp-chat-invitation-message:before,.cp-chat-position-middle .cp-chat-invitation-message:before {
right: auto;
left: -5px
}
.cp-chat.cp-minimized .cp-chat-invitation-message {
display: inline-block
}
.cp-chat-online-status-onhover .cp-chat-invitation-message {
opacity: 0;
transition: opacity .5s
}
.cp-chat.cp-minimized.cp-chat-online-status-onhover .cp-chat-header:hover>.cp-chat-invitation-message {
opacity: 1
}
.cp-chat.cp-minimized .cp-chat-online .cp-chat-online-circle {
position: absolute;
right: 0;
top: 5px;
display: block;
width: 15px;
height: 15px;
background-color: #1de217;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: inset -2px -2px 2px rgba(0,0,0,.1)
}
.cp-chat-button-call-to-action {
position: absolute;
bottom: 30px;
left: 0;
width: 100%;
text-align: center;
opacity: 0;
transition: opacity .5s
}
.cp-chat-button-call-to-action-active {
opacity: 1
}
.cp-chat-button-call-to-action a {
display: inline-block;
max-width: 96%;
background-color: #777;
border: 2px solid #777;
color: #fff;
border-radius: 6px;
text-decoration: none;
font: 16px sans-serif;
box-shadow: 0 0 7px #fff
}
.cp-chat-button-call-to-action a>span {
display: block;
max-width: 100%;
padding: 10px 20px;
border-radius: 6px;
background-color: rgba(0,0,0,.15);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.cp-chat-button-call-to-action a:hover>span {
background-color: transparent
}
.cp-chat>.cp-chat-button-call-to-action {
bottom: auto;
top: -50px
}
.cp-chat.cp-minimized .cp-chat-button-call-to-action {
display: none
}
.cp-chat-facebook:not(.cp-minimized) {
width: 390px;
box-shadow: none!important
}
.cp-chat-facebook:not(.cp-minimized) .cp-chat-body,.cp-chat-facebook:not(.cp-minimized) .cp-chat-header {
background-color: transparent!important
}
.cp-chat-facebook:not(.cp-minimized) .cp-chat-body {
border: 0
}
.cp-chat .fb-customerchat {
width: auto!important;
height: auto!important;
position: absolute!important;
bottom: 0
}
.cp-chat .fb-customerchat>span {
width: auto!important;
height: auto!important;
position: static!important
}
.cp-chat .fb_customer_chat_bubble_pop_in {
display: none!important
}
.cp-chat .fb-customerchat>span>iframe,.cp-chat .fb_customer_chat_bounce_in_v2,.cp-chat .fb_customer_chat_bounce_out_v2,.cp-chat .fb_customer_chat_bubble_pop_in {
max-height: none!important;
position: static!important;
transition: none!important;
animation: none!important
}
.cp-chat .fb_customer_chat_bounce_out_v2 {
display: none
}
.cp-chat.cp-chat-position-right .fb-customerchat {
right: 0
}
.cp-flag {
display: inline-block;
width: 16px;
height: 11px;
vertical-align: middle;
background-image: url(//www.edmorsuites.com/build/images/flags_sprites.3200ace4.png);
background-repeat: no-repeat
}
.cp-flag.bg-cd {
background-position: -10px -10px
}
.cp-flag.bg-dz {
background-position: -46px -10px
}
.cp-flag.bg-bg {
background-position: -10px -41px
}
.cp-flag.bg-cz {
background-position: -46px -41px
}
.cp-flag.bg-dk {
background-position: -82px -10px
}
.cp-flag.bg-de {
background-position: -82px -41px
}
.cp-flag.bg-en {
background-position: -10px -72px
}
.cp-flag.bg-gr {
background-position: -46px -72px
}
.cp-flag.bg-es {
background-position: -82px -72px
}
.cp-flag.bg-ee {
background-position: -118px -10px
}
.cp-flag.bg-fi {
background-position: -118px -41px
}
.cp-flag.bg-fr {
background-position: -118px -72px
}
.cp-flag.bg-il {
background-position: -10px -103px
}
.cp-flag.bg-in {
background-position: -46px -103px
}
.cp-flag.bg-hr {
background-position: -82px -103px
}
.cp-flag.bg-id {
background-position: -118px -103px
}
.cp-flag.bg-is {
background-position: -154px -10px
}
.cp-flag.bg-it {
background-position: -154px -41px
}
.cp-flag.bg-lt {
background-position: -154px -72px
}
.cp-flag.bg-jp {
background-position: -154px -103px
}
.cp-flag.bg-kr {
background-position: -10px -134px
}
.cp-flag.bg-lv {
background-position: -46px -134px
}
.cp-flag.bg-nl {
background-position: -82px -134px
}
.cp-flag.bg-no {
background-position: -118px -134px
}
.cp-flag.bg-pl {
background-position: -154px -134px
}
.cp-flag.bg-pt {
background-position: -190px -10px
}
.cp-flag.bg-ro {
background-position: -190px -41px
}
.cp-flag.bg-ru {
background-position: -190px -72px
}
.cp-flag.bg-si {
background-position: -190px -103px
}
.cp-flag.bg-rs {
background-position: -190px -134px
}
.cp-flag.bg-se {
background-position: -10px -165px
}
.cp-flag.bg-tr {
background-position: -46px -165px
}
.cp-flag.bg-ua {
background-position: -82px -165px
}
.cp-flag.bg-cn {
background-position: -118px -165px
}
.cp-flag.bg-us {
background-position: -154px -165px
}
.vp-countdown {
font-family: sans-serif;
width: 100%;
position: absolute;
left: 0;
bottom: 15px;
text-align: center;
color: #fff
}
.vp-countdown .vp-countdown-text {
margin-bottom: 3px;
display: block;
font-weight: 700;
text-shadow: 1px 1px 1px rgba(0,0,0,.7)
}
.vp-countdown .time-part-wrapper .time-part .digit-wrapper {
transition: margin-top .2s linear
}
.vp-countdown .time-part-wrapper .time-part .digit-wrapper.no-transition {
transition: all 0s ease 0s
}
.vp-countdown .vp-countdown-container {
background-color: hsla(0,0%,100%,.85);
border-radius: 4px
}
.vp-countdown-gradient {
background: -moz-linear-gradient(top,rgba(0,0,0,.6) 0,transparent 40%,transparent 60%,rgba(0,0,0,.6) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,.6),transparent 40%,transparent 60%,rgba(0,0,0,.6));
background: linear-gradient(180deg,rgba(0,0,0,.6) 0,transparent 40%,transparent 60%,rgba(0,0,0,.6));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000",endColorstr="#99000000",GradientType=0)
}