/* GLOBAL SETINGS*/
/* Fonts*/
body {
  font-family: rubik;
}
/* ----Global Setings----*/
/* VCARD STYLE*/
/* Action Icons*/
.card-started .profile .social a .fas {
  font-size: 30px;
  padding-right: 15px;
}
.card-started .profile .social a .fab {
  font-size: 30px;
  padding-right: 15px;
}
/* Name & Slogen*/
.card-started .profile .title {
  font-family: rubik !important;
  font-size: 30px !important;
  font-weight: 800;
}
.card-started .profile .subtitle {
  font-size: 18px;
  font-weight: 600;
}
/* Menu*/
.header .top-menu ul li a {
  font-size: 15px;
  font-weight: 700;
}
.lnk .text {
  font-size: 17px;
  font-weight: 700;
}
/* ----VCARD STYLE----*/
#gform_wrapper_1 input[type=submit] {
  background-color: #FF0000;
  font-size: 22px;
  color: #ffffff;
  font-family: RUBIK;
  text-align: center;
  font-weight: 700;
  border-radius: 25;
}
.elementor .elementor-element-b1f83ef input[type=submit] {
  background-color: #8fd7f5 !important;
}
/* ---ממלצים ובלוג הורדת פילטר וגודל תמונה----*/
.content.works .filter-menu {
  display: NONE;
}
.pro_img {
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ---אייקונים ב-2 שורות במובייל ----*/
@media screen and (max-width: 800px) {
  .card-started .profile .social a .fab {
    padding-top: 15px;
  }
  .card-started .profile .social {
    max-width: 200px;
  }
}
/* ----כפתור שיתוף למובייל ----*/
.superwebshare_tada {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .superwebshare_tada {
    visibility: visible;
    background-color: #ff0000;
    left: 10px;
    max-width: 40px;
    max-height: 40px;
    position: fixed;
    top: 5px !important;
    margin-left: 18px;
    margin-top: 2px;
  }
  .superwebshare_prompt::before {
    /* background-size: 24px 24px; */
    content: '';
    max-width: 22px;
    max-height: 22px left: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
