/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.5.0
	Stable tag: 2.5.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


.engagements-container{
  width: 100%;
  margin: auto;
  background-color: #f4f4f4;
}
.engagements-container .bunner{
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  display: flex;
}

.engagements-container .mazal-tov-ttl{
  margin: auto;
  width: 27%;
  background-color: #106BB4;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
}

.engagements-container .bunner .mazal-tov-ttl h1{
  font-weight: bold;
}

.engagements-container .bunner .mazal-tov-ttl h3{
  font-weight: 100;
}

.engagements-container .bunner .mazal-tov-ttl .add-ad{
  background: #22EEFF;
  border: 0;
  display: flex;
  margin: auto;
  border-radius: 25px;
  font-weight: 600;
  color: #106BB4;
  position: absolute;
  right: 45%;
  width: 10%;
  justify-content: center;
  align-items: center;
}

.engagements-container .bunner .mazal-tov-ttl .add-ad .plus{
  border: 2px solid;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}

.engagements-container .engagements-ads{
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.engagements-container .engagements-ads .single-ad{
  width: 30%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  border: 2px solid #ebe9eb;
  padding: 25px;
}
.engagements-container .engagements-ads .single-ad .greeting p{
  font-size: 15px;
}
.engagements-container .engagements-ads .single-ad .greeting .gray{
  color: #adadad;
  font-size: 12px;
}

.engagements-container .engagements-ads .single-ad .groom{
  width: 50%;
}

.engagements-container .engagements-ads .single-ad .bride{
  width: 50%;
  text-align: left;
}

.engagements-container .engagements-ads .single-ad p.blue{
  color: #106BB4;
  font-weight: 600;
  margin: 0;
}

.engagements-container .engagements-ads .single-ad h5{
  margin: 0 0 10px 0;
  font-weight: 700;
  color: #106BB4;
}

.engagements-container .engagements-ads .single-ad p{
  margin-bottom: 0;
}

.engagements-container .engagements-ads .single-ad .engaged{
  margin: auto;
  text-align: center;
  width: 100%;
  background-color: #edf8fe;
  margin: 10px 0;
  padding: 8px 0 5px 0;
}

.engagements-container .engagements-ads .single-ad .engaged .container-img{
  width: 100%;
}

.engagements-container .engagements-ads .single-ad .engaged .container-img img{
  width: 50%;
}

.mazaltov-menue{
  background: #fff;
}

.mazaltov-menue ul{
  list-style: none;
  display: flex;
  /* justify-content: space-between; */
  width: 72%;
  margin: auto;
  height: 65px;
  align-items: center;
}

.mazaltov-menue ul li{
  width: 12.5%;
  text-align: center;
  height: 65px;
}

.mazaltov-menue ul li:hover{
  border-bottom: 3px solid #106BB4;
}

.mazaltov-menue ul li a{
  width: 100%;
  color: #106BB4;
  font-weight: 500;
  height: 65px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_ad_Modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.add_ad_Modal .modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.add_ad_Modal .modal-content .modal-body .ad-form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.add_ad_Modal .modal-content .modal-body .ad-form .field{
  width: 45%;
}
.add_ad_Modal .modal-content .modal-body .ad-form input,
.add_ad_Modal .modal-content .modal-body .ad-form select{
  width: 100%;
}

.send_ad_mazaltov{
  float: left;
  margin: 5px 2.5%;
  color: #106BB4;
  border-color: #106BB4;
}

.send_ad_mazaltov:hover{
  color: #fff;
  background-color: #106BB4;
}

.add_ad_Modal .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0 15px;
}

.add_ad_Modal .close:hover,
.add_ad_Modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.add_ad_Modal .modal-header {
  padding: 2px 16px;
  background-color: #106BB4;
  color: white;
  display: flex;
  align-items: center;
}

.add_ad_Modal .modal-body {padding: 2px 16px;}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
.elementor-6526 .elementor-element.elementor-element-aa27876 .elementor-field-group > a{
  font-size: 18px;
}

.elementor-5390 .elementor-element.elementor-element-35ef083 input[type="search"].elementor-search-form__input{
  font-size: 17px;
}
/* //////////////////////////// */
.application-form{
  width: 40%;
  margin: 50px auto;
  background-color: #E7F5FF;
  padding: 40px;
}
.application-form input{
  background-color: #FFFFFF;
  border: 2px solid #C3CDE2;
  margin: 5px 0;
}
.application-form input[type="file"]{
  width: 100%;
  padding: 5px;
  background-image: url(assets/images/attach.png);
  background-repeat: no-repeat;
  background-position: left;
  background-origin: content-box;
}
.application-form textarea{
  background-color: #FFFFFF;
  border: 2px solid #C3CDE2;
  margin: 5px 0;
}
.app-type-buttons{
  border: 2px solid #A7A7A7;
  border-radius: 25px;
  width: max-content;
  padding: 2px
}
.app-type-buttons .type{
  color: #000;
  background-color: transparent;
  border: none !important;
  border-radius: 25px;
}
.app-type-buttons .type.active{
  color: #FFFFFF;
  background-color: #FF5175;
  border: none !important;
}
.app-type-buttons .type:hover{
  border: none;
}
.app-type-buttons .type:focus{
  border: none;
}
.news-form{
  display: none;
}
.application-form .submit{
  color: #014C8F;
  background-color: transparent;
  border: 2px solid #014C8F;
  font-weight: 600;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 16%;
  margin-right: 84%;
}
.application-form .submit:hover{
  color: #014C8F;
  background-color: transparent;
  border: 2px solid #014C8F;
  font-weight: 600;
  border-radius: 35px;
}
.application-form #location-turn{
  background-image: url(assets/images/location-dot.png);
  background-repeat: no-repeat;
  background-position: left;
  background-origin: content-box;
}
.inquirie-msg{
  width: 40%;
  background-color: #E7F5FF;
  padding: 15px;
  color: #CC3366;
  margin: auto;
  display: none;
}

.reshut-harabim .bunner{
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
}
.reshut-harabim .bunner .mazal-tov-ttl{
  background-color: #106BB4;
  color: #FFFFFF;
  text-align: center;
  width: 542px;
  height: 150px;
}

.reshut-harabim .bunner .mazal-tov-ttl .breadcrumbs{
  margin: 15px 0;
  font-size: 16px;
}

.reshut-harabim .bunner .mazal-tov-ttl h2{
  font-size: 55px;
}

.reshut-harabim .content{
  width: 85%;
  margin: 50px auto;
}

.reshut-harabim .app-type-buttons{
  height: 40px;
  display: flex;
  align-items: center;
}

.reshut-harabim .app-type-buttons a{
  padding: 5px 10px;
}

.reshut-harabim .bunner .mazal-tov-ttl .breadcrumbs a{
  color: #FFFFFF;
}

.reshut-harabim .bunner .mazal-tov-ttl .breadcrumbs a:last-child{
  font-weight: 600;
}

.reshut-harabim .bunner .mazal-tov-ttl .new-inquirie{
  background: #22EEFF;
  border: 0;
  display: flex;
  margin: auto;
  border-radius: 115px;
  font-weight: 700;
  font-size: 18px;
  color: #106BB4;
  position: relative;
  width: 135px;
  height: 37px;
  justify-content: center;
  align-items: center;
}

.reshut-harabim .content .top-line{
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0 0;
}
.reshut-harabim .content .top-line .title{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.reshut-harabim .content .top-line .title h3{
  color: #0058A7; 
}

.reshut-harabim .content .top-line .arrow i{
  color: #FF5175;
  font-size: 21px;
}

.reshut-harabim .content .top-line .title .border-bottom{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15.6%, #E0F4FF 73.19%);
  height: 8px;
}

.reshut-harabim .content .top-line .search-form input{
  border-radius: 27px;
  background-image: url(assets/images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 95% 15px !important;
  padding-right: 25px;
}

.reshut-harabim .inquirie-archive{
  width: 100%;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reshut-harabim .inquirie-archive .single-inquirie{
  width: 600px;
  height: min-content;
  border-radius: 15px 0 15px 15px;
  display: flex;
  background-color: #F1F2F3;
  margin: 0 0 30px 0;
  border-width: 0 2px 3px 0;
  border-style: solid;
  border-color: #C2CDD9;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont{
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont h4{
  color: #0058A7;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont p{
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .bottom{
  display: flex;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .bottom p{
  color: #FF5175;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600; 
  margin: 0 0 0 15px;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .reaction{
  align-self: flex-end;
  display: flex;
  align-items: center;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .reaction p{
  font-size: 12px;
  color: #A7A7A7;
  margin: 0 10px;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .reaction a, .reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .reaction a:hover{
  width: 90px;
  padding: 0 15px;
  border-radius: 100px;
  border: 1px solid #014C8F;
  color: #014C8F;
  height: 32px;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont .reaction a img{
  margin: 5px 5px 0 0;
}

.reshut-harabim .inquirie-archive .single-inquirie .img{
  width: 190px;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px 0 15px 15px;
}

.reshut-harabim .iquirie-content{
  width: 70%;
}

.reshut-harabim .iquirie-content .iquirie-details{
  width: 100%;
  display: flex;
  margin: 15px 0;
}

.reshut-harabim .iquirie-content p{
  font-size: 16px;
  color: #000000;
}

.reshut-harabim .iquirie-content img{
  width: 100%;
}

.reshut-harabim .iquirie-content .iquirie-details p{
  color: #707070;
  font-size: 16px;
  margin: 0 0 0 10px;
}

.reshut-harabim .iquirie-content .line{
  display: flex;
}

.reshut-harabim .iquirie-content .line a{
  color: #FF5175;
  font-size: 12px;
  margin: 0 0 0 10px;
}

.reshut-harabim .iquirie-content .line p{
 display: flex;
 color: #A7A7A7;
 font-size: 12px;
}

.reshut-harabim .iquirie-content .line p img{
  width: 15px;
  height: 15px;
  margin: auto;
}

.reshut-harabim .iquirie-content .system-reaction{
  width: 100%;
  background: #EDF8FF;
  border-radius: 15px;
  padding: 20px;
}

.reshut-harabim .iquirie-content .system-reaction b{
  background-image: url(assets/images/blue-reaction.png);
  color: #014C8F;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding: 0 18px;
}

.reshut-harabim .iquirie-content .system-reaction p{
  margin: 15px 0;
}

.reshut-harabim .iquirie-content .system-reaction .bottom{
  display: flex;
  justify-content: space-between;
}

.reshut-harabim .iquirie-content .system-reaction .bottom .right{
  display: flex;
}

.reshut-harabim .iquirie-content .system-reaction .bottom .right p{
  color: #FF5175;
  font-size: 12px;
  margin: 0 0 0 10px;
}

.reshut-harabim .iquirie-content .system-reaction .bottom .left{
  display: flex;
}

.reshut-harabim .iquirie-content .system-reaction .bottom .left a{
  color: #014C8F;
  font-size: 12px;
  display: flex;
  height: 12px;
  align-items: center;
  margin: 0 3px;
}

.reshut-harabim .iquirie-content .advertiser-response{
  width: 100%;
  background: #F1F2F3;
  border-radius: 20px;
  padding: 20px 30px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
}

.reshut-harabim .iquirie-content .advertiser-response form{
  display: flex;
  flex-direction: column;
}

.reshut-harabim .iquirie-content .advertiser-response form .form-submit{
  align-self: flex-end;
}

.reshut-harabim .iquirie-content .advertiser-response textarea{
  margin: 15px 0;
}

.reshut-harabim .iquirie-content .advertiser-response button{
  color: #014C8F;
  background-color: #E0F4FF;
  border-radius: 100px;
  border: 1px solid #014C8F;
  width: 72px;
  align-self: flex-end;
}

.reshut-harabim .iquirie-content .response-ttl{
  background-image: url(assets/images/gray-re.png);
  color: #A7A7A7;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding: 0 18px;
}

/* //////////////////////////////////////////////// */
.comment-list li{
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 0.5px solid #A7A7A7;
  border-radius: 15px;
  background-color: transparent;
  padding: 20px;
  margin: 20px 0;
}

.comment-list li article{
  padding: 0 !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  border-bottom: none !important; 
}

.comment-list li article footer{
  width: max-content !important;
}

/* //////////////////////////////////////////////// */

.reshut-harabim .iquirie-content .single-rection{
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 0.5px solid #A7A7A7;
  border-radius: 15px;
  background-color: transparent;
  padding: 20px;
  margin: 20px 0;
}

.reshut-harabim .iquirie-content .single-rection .bottom{
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.reshut-harabim .iquirie-content .single-rection .bottom .right{
  display: flex;
}

.reshut-harabim .iquirie-content .single-rection .bottom .right p{
  color: #FF5175;
  margin: 0 0 0 10px;
  font-size: 12px;
}

.reshut-harabim .iquirie-content .single-rection .bottom .left{
  display: flex;
}

.reshut-harabim .iquirie-content .single-rection .bottom .left a{
  display: flex;
}

.main-content{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.right-side{
  width: 70%;
}
.category-name-ttl{
  color: #0657a0;
  border-bottom: 4px solid #eaf7fd;
  padding: 6px 0;
  width: 100%;
}
h5{
  color: #858585;
  font-weight: 400;
}
.archive-container .single-post{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #adadad;
  padding: 30px 0;
}
.archive-container .single-post:last-child {
  border-bottom: none !important;

}
.archive-container .single-post .img{
  width: 35%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.archive-container .single-post .single-content{
  width: 60%;
}

.archive-container .single-post .single-content .the_content{
  height: 100px;
  overflow: hidden;
}

.single-content h3{
  color: #0557a2;
}
.single-content p.the_content{
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.single-content span{
  color: #b3b3b3;
}
.left-side{
  width: 25%;
}
.more-content{
  width: 100%;
}
.more-ttl{
  font-size: 27px;
  font-weight: 500;
  color: #fff;

  margin: 12px 10px;
  padding: 10px 15px;
  background-color: #0058A7;
  border-style: solid;
  border-width: 0px 9px 0px 0px;
  border-color: #22EEFF;    
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more-archive-container{
  width: 95%;
  margin: auto;
}

.more-archive-container .archive-container .single-post{
  display: flex;
  flex-direction: column;
}

.archive-container .single-post.single{
  flex-direction: column;
}

.archive-container .single-post.single .img{
  width: 100%;
  height: 450px;
}

.archive-container .single-post.single .single-content{
  width: 100%;
}

.more-archive-container .archive-container .single-post img {
  width: 94%;
  margin: auto;
}
.more-archive-container .single-content {
  width: 94%;
  margin: auto;
}
.more-archive-container .single-content h5{
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0557a2;
  font-weight: 600;
  margin: 5px 0;
}
.more-archive-container .single-content p.the_content{
  font-size: 14px;
  margin: 2px 0;
}
.more-archive-container .single-content span{
  font-size: 12px;
}
.more-archive-container .the_content{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.more-archive-container .img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
.mekodam{
  position: relative;
  top: 80%;
  right: 81%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
  color: #0058A7;
  padding: 1px 9px;
  font-weight: 500;
  font-size: 17px;
}

.front-page-cupons{
  width: 100%;
}

.cupons-ttl{
  width: 100%;
  background-color: #0058A7;
  border-right: 6px solid #22EEFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 5px 15px;
}

.cupons-ttl b{
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 600;
}

.cupons-ttl img{
  width: 28px;
  height: 28px !important;
  padding: 5px;
  border-radius: 50% !important;
  border: 2px solid #22EEFF !important;
}

.front-page-cupons .cupon{
  width: 100%;
  height: 100px;
  border-radius: 20px;
  margin: 10px 0;
  background-color: #F1F2F3;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.front-page-cupons .cupon .right{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  border-left: 4px dotted #0158A7;
  padding-left: 13px;
  height: 72px;
}

.front-page-cupons .cupon .right .discount{
  height: 35px;
  min-width: 60px;
  background-color: #CEE213;
  border-radius: 5px;
  color: #0158A7;
  font-size: 30px;
  font-weight: 600;
  width: min-content;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.front-page-cupons .cupon .right .want-cupon{
  color: #FF5175;
  font-size: 14px;
  cursor: pointer;
}

.front-page-cupons .cupon .left .img{
  width: 80px;
  height: 48px;
  border-radius: 20px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.front-page-cupons .cupon .left .img img{
  width: 90%;
}

.front-page-surveys {
  width: 100%;
  margin: auto;
}
.front-page-surveys .surveys-content{
  width: 90%;
  margin: auto;
}

.front-page-surveys .single-surveys{
  width: 400px;
  margin: 10px;
}

.front-page-surveys .slick-next, .front-page-surveys .slick-prev{
  background: aquamarine;
  width: 40px;
  border-radius: 100px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.front-page-surveys .slick-prev{
  margin-right: -40px;
}

.front-page-surveys .slick-next{
  margin-left: -40px;
}

main.polls{
  width: 100%;
  margin: auto;
}

main.polls h1{
  text-align: center;
  margin: auto;
  color: #0058A7;
  font-weight: 700;
}

main.polls .polls-content{
  width: 85%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

main.polls .polls-content .single-poll{
  width: 320px;
  margin: 15px;
}

.inquirie-content-fp{
  width: 100%;
}

.inquirie-content-fp .inquirie{
  width: 100%;
  display: flex;
}

.inquirie-content-fp .tupal{
  /* position: absolute;
  top: 26%; */
  background: #CEE213;
  color: #0058A7;
  /* right: 3%; */
  margin: auto;
  padding: 5px;
  border-radius: 25px;
}

.inquirie-content-fp .tupal b{
  margin: 0 5px;
}

.inquirie-content-fp .inquirie .img{
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.inquirie-content-fp .inquirie .left-side{
  width: 60%;
}

.inq-ttl{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inq-ttl h3{
  color: #0058A7;
  font-size: 22px;
  font-weight: 400;
}

.inq-ttl a{
  color: #858585;
  font-size: 18px;
  font-weight: 400;
}

.inquirie-content-fp .inquirie .left-side h4{
  color: #0058A7;
  font-weight: 700;
  font-size: 18px;
}

.inquirie-content-fp .inquirie .left-side h5{
  color: #666666;
  font-size: 14px;
}

.all-flashes-link{
  color: #0058A7 !important;
  font-weight: 600;
}

.footer-navigation ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 170px;
  list-style: none;
}

.footer-navigation ul li{
  margin: 10px 0 10px 10px;
}

.footer-navigation ul li a{
  color: #fff;
  font-family: "Assistant", Sans-serif;
  font-size: 20px;
}

.elementor-element-5ee17a41 .elementor-form-fields-wrapper{
  width: 300px !important;
  display: flex !important;
}

.elementor-element-5ee17a41 .elementor-form-fields-wrapper .elementor-field-type-email{
  width: 50% !important;
}

.elementor-element-5ee17a41 .elementor-form-fields-wrapper .elementor-field-group{
  width: 50% !important;
}

@media (max-width: 767px){
  .reshut-harabim .bunner{
    margin-top: 0;
  }
  .reshut-harabim .bunner .mazal-tov-ttl{
    width: 90%;
    height: 215px;
  }
  .reshut-harabim .iquirie-content{
    width: 100%;
  }
  .reshut-harabim .content .top-line .title{
    width: 90%;
    flex-wrap: wrap;
  }
  .reshut-harabim .iquirie-content .system-reaction .bottom{
    flex-wrap: wrap;
  }
  .reshut-harabim .iquirie-content .system-reaction .bottom .right{
    flex-wrap: wrap;
  }
  .reshut-harabim .iquirie-content .single-rection .bottom{
    flex-direction: column;
    align-items: flex-end;
  }
  .reshut-harabim .inquirie-archive .single-inquirie{
    width: 100%;
  }
  .reshut-harabim .inquirie-archive .single-inquirie{
    flex-direction: column;
  }
  .reshut-harabim .inquirie-archive .single-inquirie .img{
    width: 100%;
  }
  .reshut-harabim .inquirie-archive .single-inquirie .inquirie-cont{
    width: 100% !important;
  }
}