@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Assistant:300,400,600&amp;subset=hebrew);
/* Defaults
-------------------------------------------------------------- */
body.login {
  background: rgb(249, 179, 28);
}

.login h1 a {
  background-image: url(images/imaginet_logo.png) !important;
  width: 270px !important;
  height: 133px !important;
  background-size: 270px !important;
}

html {
  font-size: 19px;
}

body {
  color: #343433;
  font-size: 1rem;
  direction: ltr;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Assistant", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  display: block;
  font-family: "Assistant", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

div, p, span, a, input, input[type=submit], select, textarea {
  font-family: "Assistant", sans-serif;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

ul li, ol li {
  text-align: left;
}

a, input[type=submit], button, .transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: rgb(249, 179, 28);
}

a:hover,
a:focus {
  color: rgb(249, 179, 28);
  text-decoration: underline;
}

img {
  max-width: 100%;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.content ul {
  list-style: disc;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.6rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
}

ul#main-menu > li {
  position: relative;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: rgb(249, 179, 28);
  line-height: 1.667rem;
  padding: 5px 10px;
}

ul#main-menu > li.current-menu-item > a {
  color: #343433;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #343433;
}

ul#main-menu > li > a:after {
  content: "|";
  padding-left: 15px;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  width: 250px;
  display: none;
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
  color: rgb(249, 179, 28);
  border-right: 1px solid rgb(249, 179, 28);
  border-left: 1px solid rgb(249, 179, 28);
  border-bottom: 1px solid #A1A1A1;
  margin-right: 2px;
  margin-left: 2px;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #343433;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #343433;
}

/************/
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

header .flex_container {
  justify-content: center;
  margin: 50px 0;
}
header .logo img {
  width: 200px;
}

/************/
body.page-template-home .off-canvas-content {
  min-height: calc(100vh - 32px);
}
body.page-template-home #page-wrap {
  margin-top: 100px;
}
body.page-template-home .container {
  text-align: center;
}
body.page-template-home .greeting {
  margin-bottom: 30px;
}
body.page-template-home #timeGreetings {
  display: inline-block;
}
body.page-template-home .options-todo {
  display: flex;
  justify-content: center;
}
body.page-template-home .single-option {
  transition: 0.2s;
  width: 30%;
  border: 2px solid rgb(249, 179, 28);
  margin: 0 20px;
  padding-top: 50px;
  position: relative;
  cursor: pointer;
}
body.page-template-home .single-option h2 {
  font-size: 1.35rem;
  transition: 0.2s;
  font-weight: 400;
  color: rgb(249, 179, 28);
  text-transform: uppercase;
}
body.page-template-home .single-option a:hover {
  text-decoration: none;
}
body.page-template-home .single-option .icon {
  margin-bottom: 20px;
  position: relative;
}
body.page-template-home .single-option .icon svg {
  height: 100px;
}
body.page-template-home .single-option .icon svg .cls-1 {
  stroke-width: 2px;
}
body.page-template-home .single-option:hover {
  border: 2px solid #343433;
  text-decoration: none;
}
body.page-template-home .single-option:hover h2 {
  color: #343433;
}
body.page-template-home .quotation-langs {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
}
body.page-template-home .quotation-langs > div {
  display: flex;
  align-items: center;
  width: 48%;
  max-width: 200px;
  height: 150px;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);
  margin: 20px;
}
body.page-template-home .quotation-langs a {
  font-size: 0;
  transition: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-home .quotation-langs.active {
  z-index: 5;
  opacity: 1;
}
body.page-template-home .quotation-langs.active > div {
  border: 2px solid rgb(249, 179, 28);
  padding: 10px;
  position: relative;
}
body.page-template-home .quotation-langs.active a {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #343433;
}
body.page-template-home .quotation-langs.active a:hover {
  color: rgb(249, 179, 28);
}

body.page-template-create h1, body.single-quotation .edit h1 {
  text-align: center;
  margin-top: 60px;
}
body.page-template-create p, body.single-quotation .edit p {
  font-family: "Assistant", sans-serif;
}
body.page-template-create .container, body.single-quotation .edit .container {
  max-width: 1000px;
}
body.page-template-create .acf-required, body.single-quotation .edit .acf-required {
  color: rgb(249, 179, 28);
}
body.page-template-create .acf-field p.description, body.single-quotation .edit .acf-field p.description {
  font-size: 0.85em;
  opacity: 0.7;
}
body.page-template-create .acf-flexible-content .layout .acf-fc-layout-controls, body.single-quotation .edit .acf-flexible-content .layout .acf-fc-layout-controls {
  z-index: 1;
}
body.page-template-create .acf-fc-popup a:hover, body.page-template-create a.acf-icon:hover, body.single-quotation .edit .acf-fc-popup a:hover, body.single-quotation .edit a.acf-icon:hover {
  background: rgb(249, 179, 28);
}
body.page-template-create a.acf-icon.-minus:hover, body.page-template-create a.acf-icon.-cancel:hover, body.single-quotation .edit a.acf-icon.-minus:hover, body.single-quotation .edit a.acf-icon.-cancel:hover {
  background-color: #F55E4F;
}
body.page-template-create .acf-label label, body.single-quotation .edit .acf-label label {
  font-size: 1.2rem;
  font-weight: 300;
}
body.page-template-create .acf-repeater .acf-row-handle .acf-icon, body.single-quotation .edit .acf-repeater .acf-row-handle .acf-icon {
  right: 0;
}
body.page-template-create .acf-repeater .acf-row > .acf-row-handle .acf-icon.-minus, body.page-template-create .acf-repeater .acf-row > .acf-row-handle .acf-icon.-minus, body.single-quotation .edit .acf-repeater .acf-row > .acf-row-handle .acf-icon.-minus, body.single-quotation .edit .acf-repeater .acf-row > .acf-row-handle .acf-icon.-minus {
  display: block;
}
body.page-template-create .acf-repeater .acf-row-handle.remove, body.single-quotation .edit .acf-repeater .acf-row-handle.remove {
  width: 20px;
  background: 0;
}
body.page-template-create .acf-repeater .acf-row-handle.order, body.page-template-create .acf-flexible-content .layout .acf-fc-layout-handle, body.single-quotation .edit .acf-repeater .acf-row-handle.order, body.single-quotation .edit .acf-flexible-content .layout .acf-fc-layout-handle {
  background: transparent;
  text-shadow: none;
}
body.page-template-create .acf-repeater .acf-row-handle.order .acf-fc-layout-order, body.page-template-create .acf-flexible-content .layout .acf-fc-layout-handle .acf-fc-layout-order, body.single-quotation .edit .acf-repeater .acf-row-handle.order .acf-fc-layout-order, body.single-quotation .edit .acf-flexible-content .layout .acf-fc-layout-handle .acf-fc-layout-order {
  background: rgb(249, 179, 28);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  margin: 0;
  font-size: 1rem;
  color: #fff;
}
body.page-template-create .acf-repeater > table, body.page-template-create .acf-table > thead > tr > th, body.page-template-create .acf-table > tbody > tr > td, body.single-quotation .edit .acf-repeater > table, body.single-quotation .edit .acf-table > thead > tr > th, body.single-quotation .edit .acf-table > tbody > tr > td {
  border: 0;
}
body.page-template-create .acf-table > tbody > tr > th, body.page-template-create .acf-table > tbody > tr > td, body.page-template-create .acf-table > thead > tr > th, body.page-template-create .acf-table > thead > tr > td, body.single-quotation .edit .acf-table > tbody > tr > th, body.single-quotation .edit .acf-table > tbody > tr > td, body.single-quotation .edit .acf-table > thead > tr > th, body.single-quotation .edit .acf-table > thead > tr > td {
  background: 0;
}
body.page-template-create .acf-input-wrap, body.single-quotation .edit .acf-input-wrap {
  border: 1px solid rgb(249, 179, 28);
  border-radius: 3px;
  height: 100%;
}
body.page-template-create .acf-input-wrap input, body.single-quotation .edit .acf-input-wrap input {
  border: 0;
  padding: 8px;
  box-sizing: content-box;
  font-size: 0.85rem;
}
body.page-template-create .acf-field select, body.single-quotation .edit .acf-field select {
  padding: 10px;
  border: 1px solid rgb(249, 179, 28);
  border-radius: 3px;
  font-size: 0.85rem;
}
body.page-template-create .select2-container .select2-selection--single, body.single-quotation .edit .select2-container .select2-selection--single {
  padding: 8px;
  box-sizing: content-box;
  border: 1px solid rgb(249, 179, 28);
  border-radius: 0;
  border-radius: 3px;
}
body.page-template-create .acf-fields > .acf-field, body.single-quotation .edit .acf-fields > .acf-field {
  border-top: 0;
  padding-right: 0;
}
body.page-template-create .acf-taxonomy-field .categorychecklist-holder, body.single-quotation .edit .acf-taxonomy-field .categorychecklist-holder {
  border: 1px solid rgb(249, 179, 28);
}
body.page-template-create .acf-icon.small, body.page-template-create .acf-icon.-small, body.single-quotation .edit .acf-icon.small, body.single-quotation .edit .acf-icon.-small {
  line-height: 16px;
}
body.page-template-create .acf-icon.small:hover, body.page-template-create .acf-icon.-small:hover, body.single-quotation .edit .acf-icon.small:hover, body.single-quotation .edit .acf-icon.-small:hover {
  text-decoration: none;
}
body.page-template-create .acf-flexible-content .no-value-message, body.single-quotation .edit .acf-flexible-content .no-value-message {
  padding: 19px;
  border: #ccc dashed 1px;
}
body.page-template-create .acf-flexible-content .layout .acf-fc-layout-handle, body.single-quotation .edit .acf-flexible-content .layout .acf-fc-layout-handle {
  border: 0;
  font-size: 0rem;
}
body.page-template-create .acf-flexible-content .layout .acf-field, body.single-quotation .edit .acf-flexible-content .layout .acf-field {
  padding: 10px 8px;
}
body.page-template-create .acf-repeater > table, body.single-quotation .edit .acf-repeater > table {
  background: 0;
}
body.page-template-create .acf-repeater > .acf-table > thead, body.single-quotation .edit .acf-repeater > .acf-table > thead {
  display: none;
}
body.page-template-create .hour-price-wrapper .acf-fields, body.single-quotation .edit .hour-price-wrapper .acf-fields {
  display: flex;
}
body.page-template-create .hour-price-wrapper .acf-fields .acf-field, body.single-quotation .edit .hour-price-wrapper .acf-fields .acf-field {
  width: 100%;
}
body.page-template-create .acf-true-false, body.single-quotation .edit .acf-true-false {
  direction: ltr;
}
body.page-template-create .acf-switch.-on, body.single-quotation .edit .acf-switch.-on {
  background: rgb(249, 179, 28);
  border-color: rgb(249, 179, 28);
}
body.page-template-create .acf-switch span, body.single-quotation .edit .acf-switch span {
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
}
body.page-template-create .acf-switch .acf-switch-slider, body.single-quotation .edit .acf-switch .acf-switch-slider {
  border-color: #949494;
}
body.page-template-create .acf-field[data-name=contact_person] .acf-row-handle.order span, body.single-quotation .edit .acf-field[data-name=contact_person] .acf-row-handle.order span {
  margin-top: 0;
}
body.page-template-create .ux_phases .acf-repeater > .acf-table > thead, body.single-quotation .edit .ux_phases .acf-repeater > .acf-table > thead {
  display: table-header-group;
  background-color: rgb(249, 179, 28);
}
body.page-template-create .ux_phases .acf-repeater > .acf-table > thead th, body.single-quotation .edit .ux_phases .acf-repeater > .acf-table > thead th {
  color: #fff;
}
body.page-template-create .ux_phases .acf-table > tbody > tr, body.single-quotation .edit .ux_phases .acf-table > tbody > tr {
  border: 1px solid #dfdfdf;
}
body.page-template-create .ux_phases .acf-table > tbody > tr td, body.single-quotation .edit .ux_phases .acf-table > tbody > tr td {
  padding-bottom: 35px;
}
body.page-template-create .ux_phases .acf-repeater .acf-row-handle, body.single-quotation .edit .ux_phases .acf-repeater .acf-row-handle {
  vertical-align: top !important;
}
body.page-template-create .ux_phases .acf-repeater .acf-row-handle.order span, body.single-quotation .edit .ux_phases .acf-repeater .acf-row-handle.order span {
  margin-top: 8px;
}
body.page-template-create .ux_phases .acf-repeater .acf-row-handle .acf-icon.-minus, body.single-quotation .edit .ux_phases .acf-repeater .acf-row-handle .acf-icon.-minus {
  top: 30px;
}
body.page-template-create .acf-fields > .acf-tab-wrap, body.single-quotation .edit .acf-fields > .acf-tab-wrap {
  background: 0;
}
body.page-template-create .acf-fields > .acf-tab-wrap .acf-tab-group, body.single-quotation .edit .acf-fields > .acf-tab-wrap .acf-tab-group {
  position: relative;
  z-index: 1;
  border-top: 0;
  border-bottom: 1px solid rgb(249, 179, 28);
  margin: 10px 10px 0;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 50px;
}
body.page-template-create .acf-fields > .acf-tab-wrap .acf-tab-group li.active a, body.single-quotation .edit .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
  background: rgb(249, 179, 28);
  color: #fff;
  border: 0;
}
body.page-template-create .acf-fields > .acf-tab-wrap .acf-tab-group li a, body.single-quotation .edit .acf-fields > .acf-tab-wrap .acf-tab-group li a {
  font-size: 0.9rem;
  font-weight: 400;
  border: 0;
}
body.page-template-create .acf-actions, body.single-quotation .edit .acf-actions {
  padding-top: 5px;
  border-top: 1px dotted lightgray;
  text-align: inherit;
}
body.page-template-create .acf-fc-expand-all,
body.page-template-create .acf-fc-collapse-all, body.single-quotation .edit .acf-fc-expand-all,
body.single-quotation .edit .acf-fc-collapse-all {
  display: none;
}
body.page-template-create .acf-repeater .acf-actions a, body.page-template-create .acf-flexible-content .acf-actions a, body.single-quotation .edit .acf-repeater .acf-actions a, body.single-quotation .edit .acf-flexible-content .acf-actions a {
  opacity: 1;
  border: 1px solid lightgray;
  padding: 5px 10px;
  margin: 5px 0;
  margin-left: 55px;
  display: inline-block;
  background: whitesmoke;
  color: #343433;
  transition: 0.3s;
}
body.page-template-create .acf-repeater .acf-actions a::before, body.page-template-create .acf-flexible-content .acf-actions a::before, body.single-quotation .edit .acf-repeater .acf-actions a::before, body.single-quotation .edit .acf-flexible-content .acf-actions a::before {
  content: "+";
  font-size: 1.4rem;
  position: absolute;
  left: 8px;
  bottom: 5px;
  background-color: rgb(249, 179, 28);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
body.page-template-create .acf-repeater .acf-actions a:hover, body.page-template-create .acf-flexible-content .acf-actions a:hover, body.single-quotation .edit .acf-repeater .acf-actions a:hover, body.single-quotation .edit .acf-flexible-content .acf-actions a:hover {
  text-decoration: none;
  background-color: lightgray;
}
body.page-template-create .acf-repeater .acf-actions a:hover::before, body.page-template-create .acf-flexible-content .acf-actions a:hover::before, body.single-quotation .edit .acf-repeater .acf-actions a:hover::before, body.single-quotation .edit .acf-flexible-content .acf-actions a:hover::before {
  background-color: #c88e10;
}
body.page-template-create .acf-form-submit, body.single-quotation .edit .acf-form-submit {
  margin-top: 50px;
  margin-bottom: 150px;
  text-align: center;
}
body.page-template-create .acf-form-submit input, body.single-quotation .edit .acf-form-submit input {
  color: #fff;
  background: rgb(249, 179, 28);
  border: 0;
  padding: 10px 30px;
  cursor: pointer;
}
body.page-template-create ul.acf-radio-list li span, body.page-template-create ul.acf-checkbox-list li span, body.single-quotation .edit ul.acf-radio-list li span, body.single-quotation .edit ul.acf-checkbox-list li span {
  font-size: 0.85rem;
  line-height: 1.5rem;
}
body.page-template-create ul.acf-radio-list li, body.page-template-create ul.acf-checkbox-list li, body.single-quotation .edit ul.acf-radio-list li, body.single-quotation .edit ul.acf-checkbox-list li {
  padding: 0 10px;
}
body.page-template-create .acf-fields > .disabled-field, body.single-quotation .edit .acf-fields > .disabled-field {
  border-top: 1.5px dashed #d5d5d5; /* default, or inherited from parent div */
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
}
body.page-template-create .acf-fields > .disabled-field .acf-input-wrap, body.single-quotation .edit .acf-fields > .disabled-field .acf-input-wrap {
  border: 0;
}
body.page-template-create .acf-fields > .disabled-field input, body.single-quotation .edit .acf-fields > .disabled-field input {
  background: 0;
  text-align: right;
}
body.page-template-create .acf-fields > .disabled-field input:focus, body.single-quotation .edit .acf-fields > .disabled-field input:focus {
  outline: 0;
}
body.page-template-create .acf-fields > .disabled-field ~ .disabled-field, body.single-quotation .edit .acf-fields > .disabled-field ~ .disabled-field {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
body.page-template-create .flexy .acf-fields, body.single-quotation .edit .flexy .acf-fields {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-create .flexy .acf-fields .acf-field, body.single-quotation .edit .flexy .acf-fields .acf-field {
  width: 33.3333%;
}
body.page-template-create .flexy .acf-fields .acf-field.flexy, body.single-quotation .edit .flexy .acf-fields .acf-field.flexy {
  width: 100%;
}
body.page-template-create .calc-button, body.single-quotation .edit .calc-button {
  margin-top: 100px;
  margin-bottom: 50px;
  background-color: rgb(249, 179, 28);
  color: #fff;
  transition: 0.3s;
  padding: 0;
}
body.page-template-create .calc-button label, body.single-quotation .edit .calc-button label {
  font-size: 1.2em;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
}
body.page-template-create .calc-button .acf-label, body.single-quotation .edit .calc-button .acf-label {
  margin-bottom: 0;
}
body.page-template-create .calc-button .acf-input, body.single-quotation .edit .calc-button .acf-input {
  display: none;
}
body.page-template-create .calc-button:hover, body.single-quotation .edit .calc-button:hover {
  background-color: #343433;
  color: rgb(249, 179, 28);
}

body.single-quotation {
  background-color: whitesmoke;
}
body.single-quotation .actions {
  display: flex;
  justify-content: flex-end;
  margin: 20px auto;
  width: 1001px;
}
body.single-quotation .actions .button {
  background-color: rgb(249, 179, 28);
  border-radius: 5px;
  padding: 5px 12px 5px 20px;
  transition: 0.3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
body.single-quotation .actions .button .hover-effect {
  background-color: #fff;
}
body.single-quotation .actions .button .hover-effect.change {
  transform: scale(500);
}
body.single-quotation .actions .button a {
  display: flex;
  align-items: flex-end;
  color: #343433;
  position: relative;
}
body.single-quotation .actions .button svg {
  height: 2rem;
  margin-bottom: -3px;
}
body.single-quotation .actions .edit-post {
  margin: 0 15px;
}
body.single-quotation .pdf-content h3 {
  font-size: 1.4rem;
  font-weight: 400;
}
body.single-quotation .pdf-content .one-phase {
  margin-top: 15px;
  margin-bottom: 30px;
}
body.single-quotation .pdf-content .details, body.single-quotation .pdf-content .date {
  line-height: 1.2;
}
body.single-quotation .pdf-content .addressee {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body.single-quotation .container {
  padding: 50px 20px;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 5px;
}
body.single-quotation .first-section .addressee .logo {
  display: none;
}
body.single-quotation .first-section h1 {
  background-color: rgb(249, 179, 28);
  color: #fff;
  padding: 5px 10px;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.3rem;
  display: inline-block;
}
body.single-quotation h2 {
  color: rgb(249, 179, 28);
  margin-top: 30px;
}
body.single-quotation h2.h2-margin {
  margin-top: 80px;
}
body.single-quotation .content h2 {
  font-size: 1.1rem;
  color: #343433;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.1rem;
}
body.single-quotation .content ul, body.single-quotation .content ol {
  list-style: none; /* Remove default bullets */
  margin-left: 0.5em;
  display: flex;
  flex-direction: column;
}
body.single-quotation .content ol {
  margin-left: 0.5em;
  list-style: none;
  counter-reset: li;
}
body.single-quotation .content ol > li {
  counter-increment: li;
}
body.single-quotation .content ol > li::before {
  content: counter(li) ". ";
  color: rgb(249, 179, 28); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  margin-left: -0.6em;
  margin-right: 0.3em;
}
body.single-quotation .content ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(249, 179, 28); /* Change the color */
  font-size: 1.5rem;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  margin-left: -0.6em;
  margin-right: 0.3em;
}
body.single-quotation .content ul li li::before {
  content: "-"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
}
body.single-quotation .quotation {
  margin-bottom: 70px;
}
body.single-quotation .quotation .one-price {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px dashed rgb(249, 179, 28);
}
body.single-quotation .quotation .one-price:first-child {
  margin-top: 15px;
  border-top: 1px dashed rgb(249, 179, 28);
}
body.single-quotation .quotation-section {
  margin-top: 100px;
}
body.single-quotation .regards {
  margin-top: 50px;
}
body.single-quotation .signatures {
  text-align: center;
  border-top: 2px solid;
  padding-top: 10px;
  margin-top: 20px;
}
body.single-quotation .signatures .flex {
  display: flex;
  justify-content: space-around;
}
body.single-quotation .signatures .flex .third {
  font-size: 0.8rem;
  width: 30%;
  margin-top: 50px;
  padding-top: 5px;
  border-top: 1px solid;
}

.hover-element {
  overflow: hidden;
  position: relative;
  display: block;
}

.hover-effect {
  width: 1px;
  height: 1px;
  background-color: rgb(249, 179, 28);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s linear, opacity 0s linear 0.3s;
}

.change {
  transform: scale(1000);
  opacity: 1;
  transition: transform 0.4s linear, opacity 0s linear 0s;
}

.index-2 {
  z-index: 2;
  position: relative;
}

.post-type-archive-quotation .filter {
  background-color: rgb(249, 179, 28);
  margin-bottom: 50px;
  padding: 20px 0;
}
.post-type-archive-quotation .filter form > ul {
  display: flex;
  justify-content: center;
}
.post-type-archive-quotation .filter form > ul > li {
  margin: 0 20px;
  width: 100%;
}
.post-type-archive-quotation .filter form .chosen-container-single .chosen-single {
  background: #fff;
  border: 0;
  border-radius: 50px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
}
.post-type-archive-quotation .filter form .chosen-container-single .chosen-single div b {
  background-position: 6px 7px;
}
.post-type-archive-quotation .filter form .chosen-container {
  width: 100% !important;
}
.post-type-archive-quotation .filter form .chosen-container .chosen-drop {
  border: 0;
}
.post-type-archive-quotation .filter form .sf-field-search {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-type-archive-quotation .filter form .sf-field-search input {
  width: 100%;
  border-radius: 50px;
  border: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  padding: 5px 15px;
}
.post-type-archive-quotation .single-quotation {
  margin-top: 20px;
  margin-bottom: 50px;
}
.post-type-archive-quotation .title {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.post-type-archive-quotation .title h3 {
  margin: 0 10px;
  font-size: 1.2rem;
  color: rgb(249, 179, 28);
}
.post-type-archive-quotation h1 {
  font-size: 1.5rem;
  font-weight: 700;
}
.post-type-archive-quotation .links {
  display: flex;
}
.post-type-archive-quotation .links .hover-effect {
  background-color: #fff;
}
.post-type-archive-quotation .links .change {
  transform: scale(300);
}
.post-type-archive-quotation .links .hover-element {
  border-radius: 15px;
  padding: 5px 15px;
  background-color: rgb(249, 179, 28);
  color: #343433;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.post-type-archive-quotation .links .hover-element a {
  color: #343433;
  text-decoration: none;
}
.post-type-archive-quotation .links .hover-element:hover {
  color: #343433;
  text-decoration: none;
}
.post-type-archive-quotation .links .hover-element:hover a {
  color: #343433;
  text-decoration: none;
}
.post-type-archive-quotation .pagination {
  margin-top: 90px;
  margin-bottom: 150px;
}
.post-type-archive-quotation .pagination .page-numbers {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: #343433;
}
.post-type-archive-quotation .pagination .page-numbers.current, .post-type-archive-quotation .pagination .page-numbers:hover {
  background-color: rgb(249, 179, 28);
  color: #343433;
  text-decoration: none;
}
.post-type-archive-quotation .pagination .page-numbers.dots, .post-type-archive-quotation .pagination .page-numbers.next, .post-type-archive-quotation .pagination .page-numbers.prev {
  box-shadow: none;
  width: auto;
  height: auto;
}
.post-type-archive-quotation .pagination .page-numbers.dots:hover, .post-type-archive-quotation .pagination .page-numbers.next:hover, .post-type-archive-quotation .pagination .page-numbers.prev:hover {
  background-color: #fff;
  color: #343433;
}

@media print {
  html {
    font-size: 14px;
  }
  body.single-quotation {
    background-color: transparent;
  }
  body.single-quotation .pdf-content {
    position: relative;
  }
  body.single-quotation .content, body.single-quotation .signatures {
    position: relative;
  }
  body.single-quotation .content h1, body.single-quotation .content h2, body.single-quotation .content h3, body.single-quotation .content h4, body.single-quotation .signatures h1, body.single-quotation .signatures h2, body.single-quotation .signatures h3, body.single-quotation .signatures h4 {
    position: relative;
    page-break-after: avoid !important;
  }
  body.single-quotation h1, body.single-quotation h2, body.single-quotation h3, body.single-quotation h4 {
    position: relative;
    page-break-after: avoid !important;
  }
  body.single-quotation h1 *, body.single-quotation h2 *, body.single-quotation h3 *, body.single-quotation h4 * {
    position: relative;
    page-break-after: avoid !important;
  }
  body.single-quotation header, body.single-quotation .actions {
    display: none;
  }
  body.single-quotation .first-section .addressee {
    position: relative;
  }
  body.single-quotation .first-section .addressee .date {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  body.single-quotation .first-section .addressee .logo {
    display: block;
    width: 120px;
  }
  body.single-quotation .container {
    padding: 0;
  }
  body.single-quotation .content ul li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  body.single-quotation .content ol li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
  body.single-quotation .content ol li {
    padding-left: 5px;
  }
  ul li, ol li {
    color: #343433;
    font-size: 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
#loginform {
  margin: 0 auto;
  width: 300px;
  background: rgb(249, 179, 28);
  padding: 15px;
}
#loginform p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
#loginform input[type=submit] {
  color: #fff;
  background: #343433;
  border: 0;
  padding: 10px 30px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */