body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--israeltoday-acc: #0288d1;
  --wp--preset--color--israeltoday-meta: #999999;
  --wp--preset--color--israeltoday-txt: #444444;
  --wp--preset--color--israeltoday-bg: #ffffff;
  --wp--preset--color--israeltoday-cat-6: #ba68c8;
  --wp--preset--color--israeltoday-cat-3: #f06292;
  --wp--preset--color--israeltoday-cat-4: #ffa726;
  --wp--preset--color--israeltoday-cat-5: #f44336;
  --wp--preset--color--israeltoday-cat-7: #2196f3;
  --wp--preset--color--israeltoday-cat-2: #8bc34a;
  --wp--preset--color--israeltoday-cat-48: #009688;
  --wp--preset--color--israeltoday-cat-43: #8d6e63;
  --wp--preset--color--israeltoday-cat-42: #78909c;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 12.8px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 22.4px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 28.8px;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.woocommerce form .form-row .required {
  visibility: visible;
}

h1,
.h1,
.israeltoday-no-sid .israeltoday-posts .h2 {
  font-size: 4rem;
}

h2,
.h2,
.israeltoday-no-sid .israeltoday-posts .h3 {
  font-size: 3.3rem;
}

h3,
.h3,
.israeltoday-no-sid .israeltoday-posts .h4 {
  font-size: 2.8rem;
}

h4,
.h4,
.israeltoday-no-sid .israeltoday-posts .h5 {
  font-size: 2.3rem;
}

h5,
.h5,
.israeltoday-no-sid .israeltoday-posts .h6 {
  font-size: 1.9rem;
}

h6,
.h6,
.israeltoday-no-sid .israeltoday-posts .h7 {
  font-size: 1.6rem;
}

.h7 {
  font-size: 1.4rem;
}

.israeltoday-entry-content,
.israeltoday-sidebar {
  font-size: 1.6rem;
}

.entry-content .entry-headline {
  font-size: 1.9rem;
}

body {
  font-size: 1.6rem;
}

.widget {
  font-size: 1.5rem;
}

.israeltoday-menu {
  font-size: 1.4rem;
}

.israeltoday-mod-title .israeltoday-mod-h,
.israeltoday-sidebar .widget-title {
  font-size: 1.6rem;
}

.entry-meta .meta-item,
.entry-meta a,
.entry-meta span {
  font-size: 1.4rem;
}

.entry-meta.meta-small .meta-item,
.entry-meta.meta-small a,
.entry-meta.meta-small span {
  font-size: 1.3rem;
}

.israeltoday-site-header .header-top,
.header-top .israeltoday-in-popup,
.header-top .israeltoday-menu ul {
  background: #111111;
  color: #aaaaaa;
}

.header-top a {
  color: #aaaaaa;
}

.header-top a:hover,
.header-top .israeltoday-menu li:hover > a {
  color: #ffffff;
}

.header-top .israeltoday-menu-popup:hover > span,
.header-top .israeltoday-menu-popup-search span:hover,
.header-top .israeltoday-menu-popup-search.israeltoday-search-active {
  color: #ffffff;
}

#wp-calendar tbody td a {
  background: #0288d1;
  color: #fff;
}

.header-top .israeltoday-login #loginform label,
.header-top .israeltoday-login p,
.header-top a.btn-logout {
  color: #ffffff;
}

.header-top .israeltoday-login #loginform input {
  color: #111111;
}

.header-top .israeltoday-login .israeltoday-registration-link:after {
  background: rgba(255, 255, 255, 0.25);
}

.header-top .israeltoday-login #loginform input[type="submit"],
.header-top .israeltoday-in-popup .btn-logout {
  background-color: #ffffff;
  color: #111111;
}

.header-top a.btn-logout:hover {
  color: #111111;
}

.header-middle {
  background-color: #dd0015;
  color: #ffffff;
}

.header-middle a {
  color: #ffffff;
}

.header-middle.israeltoday-header-wraper,
.header-middle .col-lg-12 {
  height: 120px;
}

.header-middle .site-title img {
  max-height: 120px;
}

.header-middle .sub-menu {
  background-color: #ffffff;
}

.header-middle .sub-menu a,
.header-middle .israeltoday-search-submit:hover,
.header-middle li.israeltoday-mega-menu .col-lg-3 a:hover,
.header-middle li.israeltoday-mega-menu .col-lg-3 a:hover:after {
  color: #111111;
}

.header-middle .israeltoday-menu li:hover > a,
.header-middle .israeltoday-menu-popup-search:hover > span,
.header-middle .israeltoday-cart-icon:hover > a {
  color: #111111;
  background-color: #ffffff;
}

.header-middle .current-menu-parent a,
.header-middle .current-menu-ancestor a,
.header-middle .current_page_item > a,
.header-middle .current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-middle .sub-menu > li > a,
.header-middle .israeltoday-search-submit,
.header-middle li.israeltoday-mega-menu .col-lg-3 a {
  color: rgba(17, 17, 17, 0.7);
}

.header-middle .sub-menu > li:hover > a {
  color: #111111;
}

.header-middle .israeltoday-in-popup {
  background-color: #ffffff;
}

.header-middle .israeltoday-menu-popup a {
  color: #111111;
}

.header-middle .israeltoday-in-popup {
  background-color: #ffffff;
}

.header-middle .israeltoday-search-input {
  color: #111111;
}

.header-middle .israeltoday-menu-popup a {
  color: #111111;
}

.header-middle .israeltoday-menu-popup > span,
.header-middle .israeltoday-search-active > span {
  color: #ffffff;
}

.header-middle .israeltoday-menu-popup:hover > span,
.header-middle .israeltoday-search-active > span {
  background-color: #ffffff;
  color: #111111;
}

.header-middle .israeltoday-login #loginform label,
.header-middle .israeltoday-login #loginform input,
.header-middle .israeltoday-login p,
.header-middle a.btn-logout,
.header-middle .israeltoday-login .israeltoday-registration-link:hover,
.header-middle .israeltoday-login .israeltoday-lost-password-link:hover {
  color: #111111;
}

.header-middle .israeltoday-login .israeltoday-registration-link:after {
  background: rgba(17, 17, 17, 0.15);
}

.header-middle .israeltoday-login a,
.header-middle .israeltoday-username a {
  color: #111111;
}

.header-middle .israeltoday-login a:hover,
.header-middle .israeltoday-login .israeltoday-registration-link,
.header-middle .israeltoday-login .israeltoday-lost-password-link {
  color: #0277bd;
}

.header-middle .israeltoday-login #loginform input[type="submit"],
.header-middle .israeltoday-in-popup .btn-logout {
  background-color: #0277bd;
  color: #ffffff;
}

.header-middle a.btn-logout:hover {
  color: #ffffff;
}

.header-bottom {
  background: #ef2c37; /* #ee2400 */
  color: #ffffff;
}

.header-bottom a,
.header-bottom .israeltoday-site-header .israeltoday-search-submit {
  color: #ffffff;
}

.header-bottom a:hover {
  color: #424242;
}

.header-bottom a:hover,
.header-bottom .israeltoday-menu li:hover > a,
.header-bottom li.israeltoday-mega-menu .col-lg-3 a:hover:after {
  color: #424242;
}

.header-bottom .israeltoday-menu li:hover > a,
.header-bottom .israeltoday-menu-popup-search:hover > span,
.header-bottom .israeltoday-cart-icon:hover > a {
  color: #424242;
  background-color: #ffffff;
}

.header-bottom .current-menu-parent a,
.header-bottom .current-menu-ancestor a,
.header-bottom .current_page_item > a,
.header-bottom .current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-bottom .sub-menu {
  background-color: #ffffff;
}

.header-bottom .israeltoday-menu li.israeltoday-mega-menu .col-lg-3 a,
.header-bottom .sub-menu > li > a,
.header-bottom .israeltoday-search-submit {
  color: rgba(66, 66, 66, 0.7);
}

.header-bottom .israeltoday-menu li.israeltoday-mega-menu .col-lg-3 a:hover,
.header-bottom .sub-menu > li:hover > a {
  color: #424242;
}

.header-bottom .sub-menu > li > a,
.header-bottom .israeltoday-search-submit {
  color: rgba(66, 66, 66, 0.7);
}

.header-bottom .sub-menu > li:hover > a {
  color: #424242;
}

.header-bottom .israeltoday-in-popup {
  background-color: #ffffff;
}

.header-bottom .israeltoday-menu-popup a {
  color: #424242;
}

.header-bottom .israeltoday-in-popup,
.header-bottom .israeltoday-search-input {
  background-color: #ffffff;
}

.header-bottom .israeltoday-menu-popup a,
.header-bottom .israeltoday-search-input {
  color: #424242;
}

.header-bottom .israeltoday-menu-popup > span,
.header-bottom .israeltoday-search-active > span {
  color: #ffffff;
}

.header-bottom .israeltoday-menu-popup:hover > span,
.header-bottom .israeltoday-search-active > span {
  background-color: #ffffff;
  color: #424242;
}

.header-bottom .israeltoday-login #loginform label,
.header-bottom .israeltoday-login #loginform input,
.header-bottom .israeltoday-login p,
.header-bottom a.btn-logout,
.header-bottom .israeltoday-login .israeltoday-registration-link:hover,
.header-bottom .israeltoday-login .israeltoday-lost-password-link:hover,
.israeltoday-responsive-header .israeltoday-login #loginform label,
.israeltoday-responsive-header .israeltoday-login #loginform input,
.israeltoday-responsive-header .israeltoday-login p,
.israeltoday-responsive-header a.btn-logout,
.israeltoday-responsive-header
  .israeltoday-login
  .israeltoday-registration-link:hover,
.israeltoday-responsive-header
  .israeltoday-login
  .israeltoday-lost-password-link:hover {
  color: #424242;
}

.header-bottom .israeltoday-login .israeltoday-registration-link:after,
.israeltoday-responsive-header
  .israeltoday-login
  .israeltoday-registration-link:after {
  background: rgba(66, 66, 66, 0.15);
}

.header-bottom .israeltoday-login a,
.israeltoday-responsive-header .israeltoday-login a {
  color: #424242;
}

.header-bottom .israeltoday-login a:hover,
.header-bottom .israeltoday-login .israeltoday-registration-link,
.header-bottom .israeltoday-login .israeltoday-lost-password-link,
.israeltoday-responsive-header .israeltoday-login a:hover,
.israeltoday-responsive-header
  .israeltoday-login
  .israeltoday-registration-link,
.israeltoday-responsive-header
  .israeltoday-login
  .israeltoday-lost-password-link {
  color: #0288d1;
}

.header-bottom .israeltoday-login #loginform input[type="submit"],
.israeltoday-responsive-header
  .israeltoday-login
  #loginform
  input[type="submit"],
.header-bottom .israeltoday-in-popup .btn-logout,
.israeltoday-responsive-header .israeltoday-in-popup .btn-logout {
  background-color: #0288d1;
  color: #ffffff;
}

.header-bottom a.btn-logout:hover,
.israeltoday-responsive-header a.btn-logout:hover {
  color: #ffffff;
}

.israeltoday-header-sticky {
  background: #dd0015;
  color: #ffffff;
}

.israeltoday-header-sticky a {
  color: #ffffff;
}

.israeltoday-header-sticky .israeltoday-menu li:hover > a {
  color: #444444;
  background-color: #ffffff;
}

.israeltoday-header-sticky .sub-menu {
  background-color: #ffffff;
}

.israeltoday-header-sticky .sub-menu a {
  color: #444444;
}

.israeltoday-header-sticky .sub-menu > li:hover > a {
  color: #0288d1;
}

.israeltoday-header-sticky .israeltoday-in-popup,
.israeltoday-header-sticky .israeltoday-search-input {
  background-color: #ffffff;
}

.israeltoday-header-sticky .israeltoday-menu-popup a {
  color: #444444;
}

.israeltoday-header-sticky .israeltoday-menu-popup > span,
.israeltoday-header-sticky .israeltoday-search-active > span {
  color: #ffffff;
}

.israeltoday-header-sticky .israeltoday-menu-popup:hover > span,
.israeltoday-header-sticky .israeltoday-search-active > span {
  background-color: #ffffff;
  color: #444444;
}

.israeltoday-header-sticky .israeltoday-search-input,
.israeltoday-header-sticky .israeltoday-search-submit {
  color: #444444;
}

.israeltoday-header-sticky .israeltoday-menu li:hover > a,
.israeltoday-header-sticky .israeltoday-menu-popup-search:hover > span,
.israeltoday-header-sticky .israeltoday-cart-icon:hover a {
  color: #444444;
  background-color: #ffffff;
}

.israeltoday-header-sticky .israeltoday-login #loginform label,
.israeltoday-header-sticky .israeltoday-login #loginform input,
.israeltoday-header-sticky .israeltoday-login p,
.israeltoday-header-sticky a.btn-logout,
.israeltoday-header-sticky
  .israeltoday-login
  .israeltoday-registration-link:hover,
.israeltoday-header-sticky
  .israeltoday-login
  .israeltoday-lost-password-link:hover {
  color: #444444;
}

.israeltoday-header-sticky
  .israeltoday-login
  .israeltoday-registration-link:after {
  background: rgba(68, 68, 68, 0.15);
}

.israeltoday-header-sticky .israeltoday-login a {
  color: #444444;
}

.israeltoday-header-sticky .israeltoday-login a:hover,
.israeltoday-header-sticky .israeltoday-login .israeltoday-registration-link,
.israeltoday-header-sticky .israeltoday-login .israeltoday-lost-password-link {
  color: #0288d1;
}

.israeltoday-header-sticky .israeltoday-login #loginform input[type="submit"],
.israeltoday-header-sticky .israeltoday-in-popup .btn-logout {
  background-color: #0288d1;
  color: #ffffff;
}

.israeltoday-header-sticky a.btn-logout:hover {
  color: #ffffff;
}

.header-trending {
  background: #eeeeee;
  color: #666666;
}

.header-trending a {
  color: #666666;
}

.header-trending a:hover {
  color: #111111;
}

.israeltoday-site-content {
  margin-top: 1px;
}

body {
  background-color: #eeeeee;
  color: #444444;
  font-family: "Open Sans";
  font-weight: 400;
}

.israeltoday-site-content {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  font-family: "Lato";
  font-weight: 700;
}

.header-middle .israeltoday-menu,
.header-bottom .israeltoday-menu,
.israeltoday-header-sticky .israeltoday-menu,
.israeltoday-mobile-nav {
  font-family: "Open Sans";
  font-weight: 600;
}

.israeltoday-menu li.israeltoday-mega-menu .israeltoday-ovrld .meta-category a {
  font-family: "Open Sans";
  font-weight: 400;
}

.israeltoday-entry-content blockquote p {
  color: #0288d1;
}

pre {
  background: rgba(68, 68, 68, 0.06);
  border: 1px solid rgba(68, 68, 68, 0.2);
}

thead {
  background: rgba(68, 68, 68, 0.06);
}

a,
.entry-title a:hover,
.israeltoday-menu .sub-menu li .meta-category a {
  color: #0288d1;
}

.entry-meta-wrapper .entry-meta span:before,
.entry-meta-wrapper .entry-meta a:before,
.entry-meta-wrapper .entry-meta .meta-item:before,
.entry-meta-wrapper .entry-meta div,
li.israeltoday-mega-menu .sub-menu .entry-title a,
.entry-meta-wrapper .israeltoday-author-twitter {
  color: #444444;
}

.israeltoday-mod-title h1,
.israeltoday-mod-title h2,
.israeltoday-mod-title h4 {
  color: #ffffff;
}

.israeltoday-mod-head:after,
.israeltoday-mod-title .israeltoday-color,
.widget-title:after,
.widget-title span {
  color: #ffffff;
  background-color: #333333;
}

.israeltoday-mod-title .israeltoday-color a {
  color: #ffffff;
}

.israeltoday-ovrld .meta-category a,
.israeltoday-fa-wrapper .meta-category a {
  background-color: #0288d1;
}

.meta-tags a,
.widget_tag_cloud a,
.israeltoday-share-meta:after,
.wp-block-tag-cloud a {
  background: rgba(51, 51, 51, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
  color: #333333;
}

.israeltoday-pagination .page-numbers,
.israeltoday-mod-subnav a,
.israeltoday-mod-actions a,
.israeltoday-slider-controls div,
.meta-tags a,
.widget.widget_tag_cloud a,
.israeltoday-sidebar .mks_autor_link_wrap a,
.israeltoday-sidebar .meks-instagram-follow-link a,
.mks_themeforest_widget .mks_read_more a,
.israeltoday-read-more,
.wp-block-tag-cloud a {
  color: #444444;
}

.widget.widget_tag_cloud a:hover,
.entry-content .meta-tags a:hover,
.wp-block-tag-cloud a:hover {
  background-color: #0288d1;
  color: #fff;
}

.israeltoday-pagination .prev.page-numbers,
.israeltoday-pagination .next.page-numbers,
.israeltoday-pagination .prev.page-numbers:hover,
.israeltoday-pagination .next.page-numbers:hover,
.israeltoday-pagination .page-numbers.current,
.israeltoday-pagination .page-numbers.current:hover,
.israeltoday-next a,
.israeltoday-pagination .israeltoday-next a:hover,
.israeltoday-prev a,
.israeltoday-pagination .israeltoday-prev a:hover,
.israeltoday-load-more a,
.israeltoday-load-more a:hover,
.entry-content .israeltoday-search-submit,
.israeltoday-mod-desc .israeltoday-search-submit,
.wpcf7-submit,
body div.wpforms-container-full .wpforms-form input[type="submit"],
body div.wpforms-container-full .wpforms-form button[type="submit"],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #0288d1;
  color: #fff;
}

.israeltoday-pagination .page-numbers:hover {
  background-color: rgba(68, 68, 68, 0.1);
}

.widget a,
.recentcomments a,
.widget a:hover,
.israeltoday-sticky-next a:hover,
.israeltoday-sticky-prev a:hover,
.israeltoday-mod-subnav a:hover,
.israeltoday-mod-actions a:hover,
.israeltoday-slider-controls div:hover,
.meta-tags a:hover,
.widget_tag_cloud a:hover,
.mks_autor_link_wrap a:hover,
.meks-instagram-follow-link a:hover,
.mks_themeforest_widget .mks_read_more a:hover,
.israeltoday-read-more:hover,
.widget .entry-title a:hover,
li.israeltoday-mega-menu .sub-menu .entry-title a:hover,
.entry-meta-wrapper .meta-item:hover a,
.entry-meta-wrapper .meta-item:hover a:before,
.entry-meta-wrapper .israeltoday-share:hover > span,
.entry-meta-wrapper .israeltoday-author-name:hover,
.entry-meta-wrapper .israeltoday-author-twitter:hover,
.entry-meta-wrapper .israeltoday-author-twitter:hover:before {
  color: #0288d1;
}

.widget ul li a,
.widget .entry-title a,
.israeltoday-author-name,
.entry-meta-wrapper .meta-item,
.entry-meta-wrapper .meta-item span,
.entry-meta-wrapper .meta-item a,
.israeltoday-mod-actions a {
  color: #444444;
}

.widget li:before {
  background: rgba(68, 68, 68, 0.3);
}

.widget_categories .count {
  background: #0288d1;
  color: #fff;
}

input[type="submit"],
button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
.spinner > div {
  background-color: #0288d1;
}

.israeltoday-mod-actions a:hover,
.comment-body .edit-link a,
.israeltoday-breadcrumbs a:hover {
  color: #0288d1;
}

.israeltoday-header-wraper .israeltoday-soc-nav a:hover,
.meta-tags span,
li.israeltoday-mega-menu .israeltoday-ovrld .entry-title a,
li.israeltoday-mega-menu .israeltoday-ovrld .entry-title a:hover,
.israeltoday-ovrld .entry-meta .israeltoday-reviews i:before {
  color: #fff;
}

.entry-meta .meta-item,
.entry-meta span,
.entry-meta a,
.meta-category span,
.post-date,
.recentcomments,
.rss-date,
.comment-metadata a,
.entry-meta a:hover,
.israeltoday-menu li.israeltoday-mega-menu .col-lg-3 a:after,
.israeltoday-breadcrumbs,
.israeltoday-breadcrumbs a,
.entry-meta .israeltoday-reviews i:before {
  color: #999999;
}

.israeltoday-lay-a .israeltoday-lay-over {
  background: #ffffff;
}

.israeltoday-pagination a:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.entry-content .israeltoday-search-submit:hover,
.wpcf7-submit:hover,
.israeltoday-fa-wrapper .meta-category a:hover,
.israeltoday-ovrld .meta-category a:hover,
.israeltoday-mod-desc .israeltoday-search-submit:hover,
.israeltoday-single-sticky .israeltoday-share .meks_ess a:hover,
body div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  cursor: pointer;
  text-decoration: none;
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.israeltoday-sticky-next a,
.israeltoday-sticky-prev a {
  color: #444444;
}

.israeltoday-sticky-prev a:before,
.israeltoday-sticky-next a:before,
.israeltoday-comment-action,
.meta-tags span,
.israeltoday-entry-content .israeltoday-link-pages a {
  background: #444444;
}

.israeltoday-sticky-prev a:hover:before,
.israeltoday-sticky-next a:hover:before,
.israeltoday-comment-action:hover,
div.mejs-controls .mejs-time-rail .mejs-time-current,
.israeltoday-entry-content .israeltoday-link-pages a:hover {
  background: #0288d1;
}

.israeltoday-site-footer {
  background: #222222;
  color: #dddddd;
}

.israeltoday-site-footer .widget-title span {
  color: #dddddd;
  background: transparent;
}

.israeltoday-site-footer .widget-title:before {
  background: #dddddd;
}

.israeltoday-site-footer .widget-title:after,
.israeltoday-site-footer .widget_tag_cloud a {
  background: rgba(221, 221, 221, 0.1);
}

.israeltoday-site-footer .widget li:before {
  background: rgba(221, 221, 221, 0.3);
}

.israeltoday-site-footer a,
.israeltoday-site-footer .widget a:hover,
.israeltoday-site-footer .widget .meta-category a,
.israeltoday-site-footer .israeltoday-slider-controls .owl-prev:hover,
.israeltoday-site-footer .israeltoday-slider-controls .owl-next:hover,
.israeltoday-site-footer
  .israeltoday-slider-controls
  .israeltoday-mod-actions:hover {
  color: #0288d1;
}

.israeltoday-site-footer .widget a,
.israeltoday-site-footer .mks_author_widget h3 {
  color: #dddddd;
}

.israeltoday-site-footer .entry-meta .meta-item,
.israeltoday-site-footer .entry-meta span,
.israeltoday-site-footer .entry-meta a,
.israeltoday-site-footer .meta-category span,
.israeltoday-site-footer .post-date,
.israeltoday-site-footer .recentcomments,
.israeltoday-site-footer .rss-date,
.israeltoday-site-footer .comment-metadata a {
  color: #aaaaaa;
}

.israeltoday-site-footer .mks_author_widget .mks_autor_link_wrap a,
.israeltoday-site-footer.mks_read_more a,
.israeltoday-site-footer .israeltoday-read-more,
.israeltoday-site-footer .israeltoday-slider-controls .owl-prev,
.israeltoday-site-footer .israeltoday-slider-controls .owl-next,
.israeltoday-site-footer .israeltoday-mod-wrap .israeltoday-mod-actions a {
  border-color: rgba(221, 221, 221, 0.2);
}

.israeltoday-site-footer .mks_author_widget .mks_autor_link_wrap a:hover,
.israeltoday-site-footer.mks_read_more a:hover,
.israeltoday-site-footer .israeltoday-read-more:hover,
.israeltoday-site-footer .israeltoday-slider-controls .owl-prev:hover,
.israeltoday-site-footer .israeltoday-slider-controls .owl-next:hover,
.israeltoday-site-footer
  .israeltoday-mod-wrap
  .israeltoday-mod-actions
  a:hover {
  border-color: rgba(2, 136, 209, 0.5);
}

.israeltoday-site-footer .widget_search .israeltoday-search-input {
  color: #222222;
}

.israeltoday-site-footer .widget_tag_cloud a:hover {
  background: #0288d1;
  color: #fff;
}

.footer-bottom a {
  color: #dddddd;
}

.footer-bottom a:hover,
.footer-bottom .israeltoday-copyright a {
  color: #0288d1;
}

.footer-bottom .israeltoday-menu li:hover > a {
  color: #0288d1;
}

.footer-bottom .sub-menu {
  background-color: rgba(0, 0, 0, 0.5);
}

.israeltoday-pagination {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.entry-content a:hover,
.comment-respond a:hover,
.comment-reply-link:hover {
  border-bottom: 2px solid #0288d1;
}

.footer-bottom .israeltoday-copyright a:hover {
  border-bottom: 2px solid #0288d1;
}

.israeltoday-slider-controls .owl-prev,
.israeltoday-slider-controls .owl-next,
.israeltoday-mod-wrap .israeltoday-mod-actions a {
  border: 1px solid rgba(68, 68, 68, 0.2);
  background: #fff;
}

.israeltoday-slider-controls .owl-prev:hover,
.israeltoday-slider-controls .owl-next:hover,
.israeltoday-mod-wrap .israeltoday-mod-actions a:hover,
.israeltoday-author
  .israeltoday-socials-actions
  .israeltoday-mod-actions
  a:hover {
  border-color: rgba(2, 136, 209, 0.5);
}

#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tbody td:last-child {
  border: 1px solid rgba(68, 68, 68, 0.1);
}

.israeltoday-link-pages {
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

.israeltoday-lay-h:after,
.israeltoday-site-content .israeltoday-related .israeltoday-lay-h:after,
.israeltoday-lay-e:after,
.israeltoday-site-content .israeltoday-related .israeltoday-lay-e:after,
.israeltoday-lay-j:after,
.israeltoday-site-content .israeltoday-related .israeltoday-lay-j:after,
.israeltoday-lay-l:after,
.israeltoday-site-content .israeltoday-related .israeltoday-lay-l:after {
  background-color: rgba(68, 68, 68, 0.1);
}

.wp-block-button__link,
.wp-block-search__button {
  background: #0288d1;
}

.wp-block-search__button {
  color: #ffffff;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
textarea,
.israeltoday-single-sticky,
td,
th,
table,
.mks_author_widget .mks_autor_link_wrap a,
.widget .meks-instagram-follow-link a,
.mks_read_more a,
.israeltoday-read-more {
  border-color: rgba(68, 68, 68, 0.2);
}

.entry-content .israeltoday-search-input,
.israeltoday-fake-button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: rgba(68, 68, 68, 0.3);
}

.mks_author_widget .mks_autor_link_wrap a:hover,
.widget .meks-instagram-follow-link a:hover,
.mks_read_more a:hover,
.israeltoday-read-more:hover {
  border-color: rgba(2, 136, 209, 0.5);
}

.comment-form,
.israeltoday-gray-area,
.entry-content .israeltoday-search-form,
.israeltoday-mod-desc .israeltoday-search-form {
  background-color: rgba(68, 68, 68, 0.06);
  border: 1px solid rgba(68, 68, 68, 0.15);
}

.israeltoday-boxed .israeltoday-breadcrumbs {
  background-color: rgba(68, 68, 68, 0.06);
}

.israeltoday-breadcrumbs {
  border-color: rgba(68, 68, 68, 0.15);
}

.single .israeltoday-entry-content .israeltoday-da,
.archive .israeltoday-posts .israeltoday-da {
  border-top: 1px solid rgba(68, 68, 68, 0.15);
}

.archive .israeltoday-posts .israeltoday-da {
  border-bottom: 1px solid rgba(68, 68, 68, 0.15);
}

li.comment .comment-body:after {
  background-color: rgba(68, 68, 68, 0.06);
}

.israeltoday-pf-invert .entry-title a:hover .israeltoday-format-icon {
  background: #0288d1;
}

.israeltoday-responsive-header,
.israeltoday-mobile-nav,
.israeltoday-responsive-header .israeltoday-menu-popup-search .fa {
  color: #ffffff;
  background: #dd0015;
}

.israeltoday-responsive-header a {
  color: #ffffff;
}

.israeltoday-mobile-nav li a {
  color: #ffffff;
}

.israeltoday-mobile-nav li a,
.israeltoday-mobile-nav
  .israeltoday-mega-menu.israeltoday-mega-menu-classic
  > .sub-menu
  > li
  > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.israeltoday-mobile-nav {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.israeltoday-mobile-nav li a:hover {
  color: #fff;
  background-color: #424242;
}

.israeltoday-menu-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}

.israeltoday-goto-top {
  color: #ffffff;
  background-color: #333333;
}

.israeltoday-goto-top:hover {
  background-color: #0288d1;
}

.israeltoday-responsive-header .israeltoday-menu-popup > span,
.israeltoday-responsive-header .israeltoday-search-active > span {
  color: #ffffff;
}

.israeltoday-responsive-header
  .israeltoday-menu-popup-search
  .israeltoday-in-popup {
  background: #ffffff;
}

.israeltoday-responsive-header .israeltoday-search-input,
.israeltoday-responsive-header
  .israeltoday-menu-popup-search
  .israeltoday-search-submit {
  color: #444444;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce div.product form.cart .button,
body.woocommerce .button,
body.woocommerce .button:hover,
body.woocommerce-page .button,
body.woocommerce-page .button:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce-checkout #place_order,
.woocommerce .widget_shopping_cart_content .buttons .button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover {
  background-color: #0288d1;
}

.woocommerce-pagination {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-bottom: 2px solid #0288d1;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-color: rgba(51, 51, 51, 0.1);
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: none;
}

.woocommerce-cart .cart_item td {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1) !important;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #0288d1;
  color: #fff;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
del .amount {
  color: #999999;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color: #0288d1;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  color: #ffffff;
  background-color: #333333;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-topic-permalink {
  font-family: "Lato";
  font-weight: 700;
  color: #333333;
}

#bbpress-forums .bbp-topic-started-by,
.bbp-topic-freshness a,
.bbp-pagination-count,
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta,
.bbp-forum-freshness a,
span.bbp-admin-links a,
.bbp-reply-post-date,
#bbpress-forums li.bbp-forum a,
.widget_display_replies div,
.widget_display_topics div {
  color: #999999;
}

#bbpress-forums .bbp-forum-title:hover,
#bbpress-forums .bbp-topic-permalink:hover,
.bbp-topic-freshness a:hover,
.bbp-topic-meta a,
.bbp-forum-freshness a:hover,
span.bbp-admin-links a:hover,
.bbp-reply-post-date:hover,
#bbpress-forums li.bbp-forum a:hover {
  color: #0288d1;
}

.bbp-topic-form,
.bbp-reply-form {
  background-color: rgba(68, 68, 68, 0.06);
  border: 1px solid rgba(68, 68, 68, 0.15);
}

div.bbp-submit-wrapper button,
#bbpress-forums #bbp-your-profile fieldset.submit button {
  background-color: #0288d1;
}

.bbp-pagination-links a:hover,
.bbp-pagination-links span.current {
  background-color: #0288d1;
  color: #fff;
}

#bbpress-forums textarea {
  border: 1px solid rgba(68, 68, 68, 0.2) !important;
}

.bbp_widget_login .logout-link {
  border: 1px solid rgba(68, 68, 68, 0.2);
  color: #444444;
}

.bbp_widget_login .logout-link:hover {
  border: 1px solid rgba(2, 136, 209, 0.5);
}

.entry-meta-wrapper .meta-item.israeltoday-author:hover .coauthors a {
  color: #444444;
}

.entry-meta-wrapper .meta-item.israeltoday-author .coauthors a:hover {
  color: #0288d1;
}

a.israeltoday-cat-6,
.widget a.israeltoday-cat-6 {
  color: #ba68c8;
}

.israeltoday-mod-head.israeltoday-cat-6:after {
  background: #ba68c8;
}

.israeltoday-mod-head.israeltoday-cat-6 .israeltoday-color {
  background: #ba68c8;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-6 {
  background-color: #ba68c8;
  color: #fff;
}

.widget_categories .cat-item-6 .count {
  background-color: #ba68c8;
}

.israeltoday-fa-colored .israeltoday-cat-6 .fa-post-thumbnail:before {
  background-color: #ba68c8;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-6 {
  background-color: #ba68c8;
}

.widget_categories .cat-item-6 a:hover {
  color: #ba68c8;
}

.israeltoday-site-footer .widget a.israeltoday-cat-6 {
  color: #ba68c8;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-6 {
  color: #ba68c8;
}

a.israeltoday-cat-3,
.widget a.israeltoday-cat-3 {
  color: #f06292;
}

.israeltoday-mod-head.israeltoday-cat-3:after {
  background: #f06292;
}

.israeltoday-mod-head.israeltoday-cat-3 .israeltoday-color {
  background: #f06292;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-3 {
  background-color: #f06292;
  color: #fff;
}

.widget_categories .cat-item-3 .count {
  background-color: #f06292;
}

.israeltoday-fa-colored .israeltoday-cat-3 .fa-post-thumbnail:before {
  background-color: #f06292;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-3 {
  background-color: #f06292;
}

.widget_categories .cat-item-3 a:hover {
  color: #f06292;
}

.israeltoday-site-footer .widget a.israeltoday-cat-3 {
  color: #f06292;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-3 {
  color: #f06292;
}

a.israeltoday-cat-4,
.widget a.israeltoday-cat-4 {
  color: #ffa726;
}

.israeltoday-mod-head.israeltoday-cat-4:after {
  background: #ffa726;
}

.israeltoday-mod-head.israeltoday-cat-4 .israeltoday-color {
  background: #ffa726;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-4 {
  background-color: #ffa726;
  color: #fff;
}

.widget_categories .cat-item-4 .count {
  background-color: #ffa726;
}

.israeltoday-fa-colored .israeltoday-cat-4 .fa-post-thumbnail:before {
  background-color: #ffa726;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-4 {
  background-color: #ffa726;
}

.widget_categories .cat-item-4 a:hover {
  color: #ffa726;
}

.israeltoday-site-footer .widget a.israeltoday-cat-4 {
  color: #ffa726;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-4 {
  color: #ffa726;
}

a.israeltoday-cat-5,
.widget a.israeltoday-cat-5 {
  color: #f44336;
}

.israeltoday-mod-head.israeltoday-cat-5:after {
  background: #f44336;
}

.israeltoday-mod-head.israeltoday-cat-5 .israeltoday-color {
  background: #f44336;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-5 {
  background-color: #f44336;
  color: #fff;
}

.widget_categories .cat-item-5 .count {
  background-color: #f44336;
}

.israeltoday-fa-colored .israeltoday-cat-5 .fa-post-thumbnail:before {
  background-color: #f44336;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-5 {
  background-color: #f44336;
}

.widget_categories .cat-item-5 a:hover {
  color: #f44336;
}

.israeltoday-site-footer .widget a.israeltoday-cat-5 {
  color: #f44336;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-5 {
  color: #f44336;
}

a.israeltoday-cat-7,
.widget a.israeltoday-cat-7 {
  color: #2196f3;
}

.israeltoday-mod-head.israeltoday-cat-7:after {
  background: #2196f3;
}

.israeltoday-mod-head.israeltoday-cat-7 .israeltoday-color {
  background: #2196f3;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-7 {
  background-color: #2196f3;
  color: #fff;
}

.widget_categories .cat-item-7 .count {
  background-color: #2196f3;
}

.israeltoday-fa-colored .israeltoday-cat-7 .fa-post-thumbnail:before {
  background-color: #2196f3;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-7 {
  background-color: #2196f3;
}

.widget_categories .cat-item-7 a:hover {
  color: #2196f3;
}

.israeltoday-site-footer .widget a.israeltoday-cat-7 {
  color: #2196f3;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-7 {
  color: #2196f3;
}

a.israeltoday-cat-2,
.widget a.israeltoday-cat-2 {
  color: #8bc34a;
}

.israeltoday-mod-head.israeltoday-cat-2:after {
  background: #8bc34a;
}

.israeltoday-mod-head.israeltoday-cat-2 .israeltoday-color {
  background: #8bc34a;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-2 {
  background-color: #8bc34a;
  color: #fff;
}

.widget_categories .cat-item-2 .count {
  background-color: #8bc34a;
}

.israeltoday-fa-colored .israeltoday-cat-2 .fa-post-thumbnail:before {
  background-color: #8bc34a;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-2 {
  background-color: #8bc34a;
}

.widget_categories .cat-item-2 a:hover {
  color: #8bc34a;
}

.israeltoday-site-footer .widget a.israeltoday-cat-2 {
  color: #8bc34a;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-2 {
  color: #8bc34a;
}

a.israeltoday-cat-48,
.widget a.israeltoday-cat-48 {
  color: #009688;
}

.israeltoday-mod-head.israeltoday-cat-48:after {
  background: #009688;
}

.israeltoday-mod-head.israeltoday-cat-48 .israeltoday-color {
  background: #009688;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-48 {
  background-color: #009688;
  color: #fff;
}

.widget_categories .cat-item-48 .count {
  background-color: #009688;
}

.israeltoday-fa-colored .israeltoday-cat-48 .fa-post-thumbnail:before {
  background-color: #009688;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-48 {
  background-color: #009688;
}

.widget_categories .cat-item-48 a:hover {
  color: #009688;
}

.israeltoday-site-footer .widget a.israeltoday-cat-48 {
  color: #009688;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-48 {
  color: #009688;
}

a.israeltoday-cat-43,
.widget a.israeltoday-cat-43 {
  color: #8d6e63;
}

.israeltoday-mod-head.israeltoday-cat-43:after {
  background: #8d6e63;
}

.israeltoday-mod-head.israeltoday-cat-43 .israeltoday-color {
  background: #8d6e63;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-43 {
  background-color: #8d6e63;
  color: #fff;
}

.widget_categories .cat-item-43 .count {
  background-color: #8d6e63;
}

.israeltoday-fa-colored .israeltoday-cat-43 .fa-post-thumbnail:before {
  background-color: #8d6e63;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-43 {
  background-color: #8d6e63;
}

.widget_categories .cat-item-43 a:hover {
  color: #8d6e63;
}

.israeltoday-site-footer .widget a.israeltoday-cat-43 {
  color: #8d6e63;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-43 {
  color: #8d6e63;
}

a.israeltoday-cat-42,
.widget a.israeltoday-cat-42 {
  color: #78909c;
}

.israeltoday-mod-head.israeltoday-cat-42:after {
  background: #78909c;
}

.israeltoday-mod-head.israeltoday-cat-42 .israeltoday-color {
  background: #78909c;
}

.israeltoday-ovrld .meta-category a.israeltoday-cat-42 {
  background-color: #78909c;
  color: #fff;
}

.widget_categories .cat-item-42 .count {
  background-color: #78909c;
}

.israeltoday-fa-colored .israeltoday-cat-42 .fa-post-thumbnail:before {
  background-color: #78909c;
}

.israeltoday-fa-wrapper .meta-category .israeltoday-cat-42 {
  background-color: #78909c;
}

.widget_categories .cat-item-42 a:hover {
  color: #78909c;
}

.israeltoday-site-footer .widget a.israeltoday-cat-42 {
  color: #78909c;
}

li.israeltoday-mega-menu .sub-menu a.israeltoday-cat-42 {
  color: #78909c;
}

.site-title a {
  text-transform: none;
}

.site-description {
  text-transform: none;
}

.main-navigation {
  text-transform: uppercase;
}

.entry-title {
  text-transform: none;
}

.meta-category a {
  text-transform: uppercase;
}

.israeltoday-mod-title {
  text-transform: none;
}

.israeltoday-sidebar .widget-title {
  text-transform: none;
}

.israeltoday-site-footer .widget-title {
  text-transform: none;
}

.has-small-font-size {
  font-size: 1.3rem;
}

.has-large-font-size {
  font-size: 2.2rem;
}

.has-huge-font-size {
  font-size: 2.9rem;
}

@media (min-width: 1025px) {
  .has-small-font-size {
    font-size: 1.3rem;
  }

  .has-normal-font-size {
    font-size: 1.6rem;
  }

  .has-large-font-size {
    font-size: 2.2rem;
  }

  .has-huge-font-size {
    font-size: 2.9rem;
  }
}

.has-israeltoday-acc-background-color {
  background-color: #0288d1;
}

.has-israeltoday-acc-color {
  color: #0288d1;
}

.has-israeltoday-meta-background-color {
  background-color: #999999;
}

.has-israeltoday-meta-color {
  color: #999999;
}

.has-israeltoday-txt-background-color {
  background-color: #444444;
}

.has-israeltoday-txt-color {
  color: #444444;
}

.has-israeltoday-bg-background-color {
  background-color: #ffffff;
}

.has-israeltoday-bg-color {
  color: #ffffff;
}

.has-israeltoday-cat-6-background-color {
  background-color: #ba68c8;
}

.has-israeltoday-cat-6-color {
  color: #ba68c8;
}

.has-israeltoday-cat-3-background-color {
  background-color: #f06292;
}

.has-israeltoday-cat-3-color {
  color: #f06292;
}

.has-israeltoday-cat-4-background-color {
  background-color: #ffa726;
}

.has-israeltoday-cat-4-color {
  color: #ffa726;
}

.has-israeltoday-cat-5-background-color {
  background-color: #f44336;
}

.has-israeltoday-cat-5-color {
  color: #f44336;
}

.has-israeltoday-cat-7-background-color {
  background-color: #2196f3;
}

.has-israeltoday-cat-7-color {
  color: #2196f3;
}

.has-israeltoday-cat-2-background-color {
  background-color: #8bc34a;
}

.has-israeltoday-cat-2-color {
  color: #8bc34a;
}

.has-israeltoday-cat-48-background-color {
  background-color: #009688;
}

.has-israeltoday-cat-48-color {
  color: #009688;
}

.has-israeltoday-cat-43-background-color {
  background-color: #8d6e63;
}

.has-israeltoday-cat-43-color {
  color: #8d6e63;
}

.has-israeltoday-cat-42-background-color {
  background-color: #78909c;
}

.has-israeltoday-cat-42-color {
  color: #78909c;
}

.fa-post-thumbnail:before,
.israeltoday-ovrld .israeltoday-post-thumbnail span:before,
.israeltoday-ovrld .israeltoday-post-thumbnail a:before,
.israeltoday-ovrld:hover .israeltoday-post-thumbnail-single span:before {
  opacity: 0.35;
}

.israeltoday-fa-item:hover .fa-post-thumbnail:before,
.israeltoday-ovrld:hover .israeltoday-post-thumbnail a:before,
.israeltoday-ovrld:hover .israeltoday-post-thumbnail span:before {
  opacity: 0.8;
}

@media only screen and (min-width: 1249px) {
  .israeltoday-site-header .header-top,
  .header-middle,
  .header-bottom,
  .israeltoday-header-sticky,
  .header-trending {
    display: block !important;
  }

  .israeltoday-responsive-header,
  .israeltoday-mobile-nav {
    display: none !important;
  }

  .israeltoday-mega-menu .sub-menu {
    display: block;
  }

  .header-mobile-da {
    display: none;
  }
}
