Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/BUCODAC/wp-content/plugins/bearsthemes-addons/assets/css/
Upload File :
Current File : /home/icmq6107/clients/BUCODAC/wp-content/plugins/bearsthemes-addons/assets/css/_general.scss

.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor.elementor-element-edit-mode .elementor-text-editor {
  > * {
    margin-top: 0;
    &:first-child {
      margin-top: 0;
    }
    &:last-child {
      margin-bottom: 0;
    }
  }
}

.elementor-form {
  input, select, textarea {
    margin: 0;
  }
}

.elementor-lightbox .elementor-slideshow__header {
  width: calc(100vw - 90px);
}

.__max-2-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.socials-offical-color {
  &.facebook {
    background: #3b5999;
  }
  &.messenger {
    background: #0084ff;
  }
  &.twitter {
    background: #55acee;
  }
  &.linkedin {
    background: #0077B5;
  }
  &.skype {
    background: #00AFF0;
  }
  &.dropbox {
    background: #007ee5;
  }
  &.wordpress {
    background: #21759b;
  }
  &.vimeo {
    background: #1ab7ea;
  }
  &.tumblr {
    background: #34465d;
  }
  &.google {
    background: #dd4b39;
  }
  &.pinterest {
    background: #bd081c;
  }
  &.youtube {
    background: #cd201f;
  }
  &.whatsapp {
    background: #25D366;
  }
  &.wechat {
    background: #09b83e;
  }
  &.slack {
    background: #3aaf85;
  }
  &.instagram {
    background: #e4405f;
  }
  &.dribbble {
    background: #ea4c89;
  }
  &.flickr {
    background: #ff0084;
  }
  &.behance {
    background: #131418;
  }
  &.mail {
    background: #e8e60b;
  }
}

.socials-animation-delay {
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-delay: .35s;
  &:nth-of-type(2) {
    animation-delay: .4s;
  }
  &:nth-of-type(3) {
    animation-delay: .45s;
  }
  &:nth-of-type(4) {
    animation-delay: .5s;
  }
  &:nth-of-type(5) {
    animation-delay: .55s;
  }
  &:nth-of-type(6) {
    animation-delay: .6s;
  }
  &:nth-of-type(7) {
    animation-delay: .65s;
  }
  &:nth-of-type(8) {
    animation-delay: .7s;
  }
  &:nth-of-type(9) {
    animation-delay: .75s;
  }
  &:nth-of-type(10) {
    animation-delay: .8s;
  }
}