@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,900");
html {
font-family: 'Heebo', sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
b,
strong {
font-weight: 500;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
textarea {
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #103f57;
font-family: 'Heebo', sans-serif;
font-size: 18px;
line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: normal;
clear: both;
}
p {
margin-bottom: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #f6f6f6; }
ul,
ol {
margin: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
img {
height: auto; max-width: 100%; } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-radius: 4px;
background: #103f57;
color: #ffffff;
font-size: 20px;
line-height: 1;
padding: 10px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #103f57;
border: 1px solid #d4d4d4;
padding: 10px 15px;
font-size: 22px;
width: 100%;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a,
a:link,
a:visited {
color: #103f57;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #103f57;
} .main-navigation {
clear: both;
display: block;
float: right;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation li {
float: right;
position: relative;
font-size: 20px;
margin-left: 5px;
}
.main-navigation a {
position: relative;
display: block;
text-decoration: none;
padding: 28px 15px 21px;
border-bottom: 5px solid transparent;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: right;
position: absolute;
top: 100%;
background-color: #ffffff;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
padding: 15px 15px 13px;
border-bottom: 0;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
background-color: #f7f7f7;
}
.main-navigation ul ul a:before,
.main-navigation ul ul a:after {
display: none;
}
.main-navigation ul ul li {
margin-left: 0;
min-width: 170px;
width: 100%;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li > ul.sub-menu.focus {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
border-color: #103f57;
}
.main-navigation a::before,
.main-navigation a::after {
content: "";
position: absolute;
top: 100%;
width: 0;
left: 0;
height: 5px;
}
.main-navigation a::before {
-webkit-transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
transition: width .25s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
background: #edcb48;
}
.main-navigation a::after {
-webkit-transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
background: #103f57;
}
.main-navigation a:hover::before,
.main-navigation a:hover::after {
width: 100%;
right: 0;
}
.main-navigation .current_page_item > a::before,
.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-item > a::before,
.main-navigation .current-menu-item > a::after {
display: none;
}
.menu-social {
display: none;
} *::selection {
background: rgba(0, 0, 0, 0.1);
}
*:focus {
box-shadow: 0 0 0 2px #000000;
}
::-webkit-input-placeholder { color: #afafaf; }
::-moz-placeholder { color: #afafaf; }
:-ms-input-placeholder { color: #afafaf; }
:-moz-placeholder { color: #afafaf; }
.globalborder-right,
.globalborder-left {
position: fixed;
top: 0;
bottom: 0;
width: 40px;
background-color: #ffffff;
z-index: 10;
}
.globalborder-right {
right: 0;
}
.globalborder-left {
left: 0;
}
.site-main {
padding: 80px 40px 40px;
}
.mytable {
display: table;
width: 100%;
height: 100%;
}
.mytablecell {
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
}
.row5 {
margin-right: -5px;
margin-left: -5px;
}
.row5 > div {
padding-right: 5px;
padding-left: 5px;
}
.row10 {
margin-right: -10px;
margin-left: -10px;
}
.row10 > div {
padding-right: 10px;
padding-left: 10px;
}
.opened {
display: block !important;
}
.noscroll {
overflow: hidden;
}
h1 {
font-size: 50px;
font-weight: 500;
}
h2 {
font-size: 34px;
font-weight: 500;
}
h3 {
font-size: 24px;
font-weight: 500;
}
.inb {
display: inline-block;
}
.sitemap-list h3 {
margin: 30px 0 20px;
} @font-face {
font-family: "AyalonIcons";
src: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/fonts/AyalonIcons.eot);
src: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/fonts/AyalonIcons.eot?#iefix) format("embedded-opentype"),
url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/fonts/AyalonIcons.woff) format("woff"),
url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/fonts/AyalonIcons.ttf) format("truetype"),
url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/fonts/AyalonIcons.svg#AyalonIcons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "AyalonIcons";
src: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/fonts/AyalonIcons.svg#AyalonIcons) format("svg");
}
}
[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {   
font-family: AyalonIcons;
font-size: 18px;
font-style: normal;
}
.icon-eye:before { content: "\f100"; font-size: 21px; position: relative; top: 2px; margin-right: 3px; }
.icon-close:before { content: "\f101"; }
.icon-mail:before { content: "\f102"; }
.icon-phone:before { content: "\f103"; }
.icon-youtube:before { content: "\f104"; font-size: 20px; position: relative; top: 1px; }
.icon-map:before { content: "\f105"; }
.icon-linkedin:before { content: "\f106"; }
.icon-facebook:before { content: "\f107"; }
.icon-notes:before { content: "\f108"; font-size: 22px; position: relative; top: -1px; margin-right: 10px; }
.icon-replay:before { content: "\f109"; }
.icon-accessibility:before { content: "\f10a"; font-size: 21px; position: relative; top: 1px; }
.icon-googleplus:before { content: "\f10b"; font-size: 21px; position: relative; top: 2px; }
.icon-magnifyingglass:before { content: "\f10c"; }
.icon-down:before { content: "\f10d"; }
.icon-headphones:before { content: "\f10e"; font-size: 22px; margin-left: 3px; position: relative; top: 2px; }
.icon-check:before { content: "\f10f"; }
.icon-pdf:before { content: "\f110"; font-size: 30px; }
.icon-fax:before { content: "\f111"; }
.icon-user:before { content: "\f112"; } .site-header {
position: fixed;
top: 0;
right: 0;
left: 0;
background-color: #ffffff;
z-index: 12;
padding: 0 40px;
min-height: 80px;
}
.site-branding {
padding-top: 15px;
}
.hamburger {
display: none;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 20px 0 0;
padding: 0;
overflow: visible;
min-width: auto;
position: relative;
}
.hamburger.is-active {
z-index: 99999;
}
.hamburger-box {
width: 35px;
height: 16px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 35px;
height: 3px;
background-color: #103f57;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger--slider .hamburger-inner {
top: 2px;
}
.hamburger--slider .hamburger-inner::before {
top: 8px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner::before,
.hamburger--slider.is-active .hamburger-inner::after {
background: #ffffff;
}
#openStickyContactInfoMobile {
display: none;
background-color: transparent;
color: #103f57;
font-size: 15px;
border: 1px solid #103f57;
padding: 5px;
margin-right: 5px;
position: relative;
top: -1px;
}
.sticky {
position: fixed;
bottom: 50px;
right: 35px;
left: 35px;
background-color: #ffffff;
padding: 10px;
z-index: 10;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
display: none;
}
.sticky a:link,
.sticky a:visited,
.sticky button {
display: inline-block;
width: calc(50% - 5px);
border: 0;
padding: 10px;
color: #ffffff;
border-radius: 4px;
line-height: 1.05;
font-size: 16px;
text-align: center;
}
.sticky a:link,
.sticky a:visited {
background-color: #103f57;
}
.sticky button {
margin-left: 10px;
background-color: #103f57;
} .stickycontactinfo {
position: fixed;
top: 53%;
left: 40px;
z-index: 10;
width: 320px;
}
.stickycontactinfo-button {
position: absolute;
top: 0;
left: 0;
z-index: 2;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
}
.stickycontactinfo-button-reveal {
-webkit-transform: translateX(-105%);
transform: translateX(-105%);
-webkit-transition: 0.5s;
transition: 0.5s;
padding: 0 10px 10px;
}
.stickycontactinfo-button-reveal.reveal {
-webkit-transform: translateX(0);
transform: translateX(0);
}
#openStickyContactInfo {
border-radius: 0;
font-size: 16px;
padding: 9px 10px 15px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}
.stickycontactinfo-block {
position: absolute;
top: 0;
left: 0;
z-index: 1;
color: #ffffff;
font-size: 14px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
overflow: hidden;
padding: 0 10px 10px;
display: none;
}
.stickycontactinfo-block-reveal {
background-color: rgba(0, 62, 126, 0.9);
padding: 30px 20px 20px;
-webkit-transform: translateX(-105%);
transform: translateX(-105%);
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
-webkit-transition: 0.5s;
transition: 0.5s;
}
.stickycontactinfo-block-reveal.reveal {
-webkit-transform: translateX(0);
transform: translateX(0);
}
#closeStickyContactInfo {
background-color: transparent;
padding: 0;
font-size: 40px;
position: absolute;
top: 5px;
left: 10px;
line-height: 0.6;
}
.stickycontactinfo-block-title {
font-size: 28px;
font-weight: 500;
margin-bottom: 5px;
}
.stickycontactinfo-block-text {
margin-bottom: 15px;
}
.stickycontactinfo-block-text strong {
display: block;
margin-top: 12px;
}
.stickycontactinfo-block ul {
margin: 0 0 12px;
padding: 10px 0 5px;
list-style-type: none;
border-top: 1px solid rgba(255, 255, 255, 0.35);
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.stickycontactinfo-block ul li {
margin-bottom: 5px;
}
.stickycontactinfo-block ul li i {
display: inline-block;
margin-left: 10px;
}
.stickycontactinfo-block ul li i:before {
font-size: 17px;
}
.stickycontactinfo-block ul li a:link,
.stickycontactinfo-block ul li a:visited,
.stickycontactinfo-block ul li a:hover,
.stickycontactinfo-block ul li a:active {
color: #ffffff;
}
.stickycontactinfo-block-extraphone {
border-bottom: 1px solid rgba(255, 255, 255, 0.35);
padding-bottom: 10px;
margin-bottom: 10px;
}
.stickycontactinfo-block-extraphone a:link,
.stickycontactinfo-block-extraphone a:visited,
.stickycontactinfo-block-extraphone a:hover,
.stickycontactinfo-block-extraphone a:active {
color: #ffffff;
}
.stickycontactinfo-block-openingtime {
}
.stickycontactinfo-block-openingtime strong {
display: block;
margin-bottom: 5px;
}
ul.moketpniyotlist {
list-style-type: none;
padding: 0;
}
ul.moketpniyotlist li {
margin-bottom: 5px;
}
ul.moketpniyotlist li i {
display: inline-block;
margin-left: 10px;
}
ul.moketpniyotlist li i:before {
font-size: 17px;
} .site-footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
background-color: #ffffff;
z-index: 11;
padding: 10px 40px 8px;
min-height: 40px;
line-height: 1;
}
.site-footer-text {
padding-top: 3px;
font-size: 16px;
}
.site-footer-text span::after {
content: " |";
margin: 0 7px;
}
.site-footer-text a:link,
.site-footer-text a:visited {
color: #103f57;
}
a.footerlogo:link,
a.footerlogo:visited {
display: inline-block;
direction: ltr;
}
.footerlogo::after {
content: " |";
margin: 0 7px;
}
.annanuna img {
height: 14px;
position: relative;
top: -1px;
margin-left: 2px;
}
.annanuna-small {
display: none;
}
.prpl img {
height: 18px;
position: relative;
top: -1px;
margin-left: 2px;
}
.footer-social a {
margin-left: 5px;
}
.accessibility-statement {
font-size: 16px;
} .homepage-wrapper {
min-height: calc(100vh - 120px);
position: relative;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.homepage-wrapper::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/images/pattern-white.png);
background-repeat: repeat;
z-index: 1;
}
.homepage-wrapper > .mytable {
position: relative;
z-index: 2;
min-height: calc(100vh - 120px);
height: calc(100vh - 120px);
}
.homepage-wrapper > .mytable > .mytablecell {
padding-bottom: 140px;
}
.homepage-title {
font-size: 48px;
font-weight: 500;
margin-bottom: 20px;
}
.homepage-paragraph {
font-size: 36px;
}
.homepage-links {
position: fixed;
bottom: 90px;
right: 40px;
left: 40px;
}
.homepage-links-shape {
position: relative;
z-index: 2;
display: inline-block;
background-color: #ffffff;
box-shadow: 0 9px 15px rgba(0, 0, 0, 0.3);
padding: 13px;
}
.homepage-links-button {
background-color: #103f57;
border: 0;
padding: 17px 15px;
min-width: 290px;
transition: background 0.3s ease;
}
.homepage-links-button:hover {
background-color: #296a8c;
}
.homepage-links-shape .homepage-links-button:first-of-type {
margin-left: 7px;
}
.homepage-links-item {
position: absolute;
bottom: 45px;
z-index: 1; transition: 1s;
overflow: hidden;
width: calc(50% - 40px);
height: 300px;
}
.homepage-links-item-wrapper {
padding-top: 40px;
height: 100%;
}
.homepage-links-item.homepage-links-item-closed { opacity: 0;
width: 0;
height: 0;
} .homepage-links-tikim { left: 50%;
}
.homepage-links-karnut { right: 50%;
}
.homepage-links-item-opacity {
position: relative;
z-index: 1;
background-color: #ffffff;
border: 5px solid #103f57;
opacity: 0.85;
padding: 40px 35px 15px; height: 100%;
font-size: 16px;
}
.homepage-links-item-title {
background-color: #ffffff;
box-shadow: 0 9px 15px rgba(0, 0, 0, 0.12);
font-size: 28px;
font-weight: 500;
display: inline-block;
position: absolute; top: 0;
right: 20px;
padding: 13px 25px;
z-index: 2;
}
.homepage-links-item a:link,
.homepage-links-item a:visited {
border: 1px solid #103f57;
border-radius: 4px;
padding: 2px 7px;
display: inline-block;
margin-top: 10px;
}
.homepage-links-item a:hover,
.homepage-links-item a:active {
}
.homepage-links-item button {
padding: 0;
font-size: 50px;
color: #103f57;
background-color: transparent;
position: absolute;
top: 0;
left: 10px;
line-height: 0.7;
}
.homepage-links-item button i:before {
font-size: 24px;
} .page .entry-content,
.single .entry-content {
padding-bottom: 70px;
}
.entry-content p {
margin-bottom: 15px;
}
.entry-content p:last-of-type {
margin-bottom: 0;
}
.entry-content h3 {
margin-bottom: 15px;
}
.entry-content ul {
margin-bottom: 15px;
}
.page-thumbnail {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
height: 500px;
position: relative;
}
.page-thumbnail::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/images/pattern-white.png);
background-repeat: repeat;
z-index: 1;
}
.page-thumbnail .mytable {
position: relative;
z-index: 2;
}
.page-thumbnail .mytablecell {
padding-bottom: 80px;
}
.page-thumbnail a:link,
.page-thumbnail a:visited {
display: inline-block;
margin-top: 25px;
background-color: #103f57;
border-radius: 4px;
font-size: 14px;
color: #ffffff;
padding: 9px 25px;
transition: background 0.3s ease;
}
.page-thumbnail a:hover,
.page-thumbnail a:active {
background-color: #296a8c;
text-decoration: underline;
}
.page-thumbnail span {
display: inline-block;
}
.page-thumbnail .karnut-number {
font-size: 20px;
margin-top: 15px;
}
.page-mainblock {
background-color: #ffffff;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
padding: 30px;
margin: -80px 0 40px;
position: relative;
z-index: 3;
overflow-wrap: break-word;
word-wrap: break-word;
}
.page-mainblock a,
.contact-information-text a {
text-decoration: underline;
transition: color 0.3s ease;
}
.page-mainblock a:hover,
.contact-information-text a:hover {
color: #296a8c;
}
.page-id-78 .page-mainblock a {
word-break: break-all;
}
.page-mainblock h2:first-of-type {
position: relative;
margin-bottom: 20px;
padding-bottom: 15px;
}
.page-mainblock h2:first-of-type::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
height: 3px;
width: 25px;
background-color: #103f57;
}
.page-mainblock h2:not(:first-of-type) {
font-size: 25px;
margin-bottom: 15px;
}
.page-simpleblock {
background-color: #ffffff;
padding: 30px;
margin-bottom: 40px;
}
.page-simpleblock h3 {
margin-bottom: 20px;
}
.page-contactform {
background-color: #ffffff;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
padding: 25px 30px;
margin-top: 40px;
}
.page-contactform h2 {
position: relative;
margin-bottom: 20px;
padding-bottom: 15px;
}
.page-contactform h2::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
height: 3px;
width: 25px;
background-color: #103f57;
}
.page-contactform-requiredp {
margin-bottom: 10px !important;
}
.page-contactform input[type='submit'] {
font-size: 24px;
padding: 13px 30px;
min-width: 200px;
transition: background 0.3s ease;
}
.page-contactform input[type='submit']:hover {
background-color: #296a8c;
text-decoration: underline;
}
.page-contactform .dropdown button {
position: relative;
background-color: #ffffff;
color: #afafaf;
border: 1px solid #d4d4d4;
padding: 10px 15px;
font-size: 22px;
width: 100%;
border-radius: 0;
text-align: right;
line-height: 1.3;
}
.page-contactform .dropdown button.active {
color: #103f57;
}
.page-contactform .dropdown button .dropdownarrow {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 50px;
background-color: #103f57;
background-image: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/images/dropdown-arrow.png);
background-repeat: no-repeat;
background-position: center center;
}
.page-contactform .dropdown-menu {
margin: 0;
border-radius: 0;
left: 0;
padding: 0;
text-align: right;
}
.page-contactform .dropdown-menu > li {
padding: 5px 15px;
cursor: pointer;
-webkit-transition: background 0.5s;
transition: background 0.5s;
}
.page-contactform .dropdown-menu > li.active,
.page-contactform .dropdown-menu > li:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.page-contactform input,
.page-contactform .dropdown button {
transition: border 0.3s ease;
}
.page-contactform input.error,
.page-contactform .dropdown > button.error {
border-color: #ff6767;
}
#closeForm {
display: none;
background-color: transparent;
padding: 0;
font-size: 40px;
position: absolute;
top: 5px;
left: 10px;
color: #103f57;
}
.formMessage {
margin-top: 10px;
font-size: 16px;
line-height: 1;
} .about-team {
}
.about-team-title {
background-color: #ffffff;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
padding: 14px 25px;
font-size: 28px;
font-weight: 500;
margin-bottom: 40px;
}
.about-team-item {
position: relative;
cursor: pointer;
margin-bottom: 10px;
-webkit-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
}
.about-team-item:hover,
.about-team-item.open {
box-shadow: 0 0 19px rgba(0, 0, 0, 0.5);
}
.about-team-item-image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transition: filter 0.5s;
transition: filter 0.5s;
}
.about-team-item.open .about-team-item-image {
-webkit-filter: grayscale(100%) brightness(200%);
filter: grayscale(100%) brightness(200%);
}
.about-team-item-image::after {
content: "";
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
background: -webkit-linear-gradient(transparent 25%, rgba(0, 0, 0, 0.6));
background: -o-linear-gradient(transparent 25%, rgba(0, 0, 0, 0.6));
background: -moz-linear-gradient(transparent 25%, rgba(0, 0, 0, 0.6));
background: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.6));
}
.about-team-item-tag {
position: absolute;
bottom: 30px;
right: 20px;
left: 20px;
z-index: 2;
border: 1px solid #ffffff;
background-color: rgba(0, 0, 0, 0.6);
padding: 6px 10px;
color: #ffffff;
font-size: 14px;
transition: opacity 0.3s ease;
}
.about-team-item.open .about-team-item-tag {
opacity: 0;
}
.about-team-item-overlay {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 3;
background-color: rgba(255, 255, 255, 0.9);
border: 5px solid #103f57;
font-size: 16px;
padding: 35px 15px 15px;
line-height: 1.5;
}
.about-team-item-overlay button {
position: absolute;
top: 5px;
left: 10px;
padding: 0;
background-color: transparent;
color: #103f57;
font-size: 40px;
line-height: 0.5;
} .tikim-stages {
background-color: #ffffff;
padding: 30px;
overflow: hidden;
}
.tikim-stages-title {
font-size: 24px;
font-weight: 500;
margin-bottom: 50px;
}
.tikim-stages-content ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.tikim-stages-content ul li {
display: block;
}
.tikim-stages-item {
position: relative;
height: 240px;
-webkit-transition: box-shadow 0.5s;
transition: box-shadow 0.5s;
}
.tikim-stages-item:hover {
box-shadow: 0 0 19px rgba(0, 0, 0, 0.35);
}
.tikim-stages-item-image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
}
.tikim-stages-item-image::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
background-image: url(//www.ayalon-invest.co.il/wp-content/themes/ayalon/images/pattern-black.png);
background-repeat: repeat;
}
.tikim-stages-item-number {
position: absolute;
z-index: 3;
top: -35px;
right: 50%;
margin-right: -35px;
width: 70px;
height: 70px;
background-color: #ffffff;
border-radius: 50%;
border: 1px solid #e5e5e5;
font-size: 40px;
padding-top: 10px;
}
.tikim-stages-item-text {
position: absolute;
top: 25px;
right: 20px;
bottom: 0;
left: 25px;
z-index: 3;
font-size: 20px;
color: #ffffff;
} .truma-gallery-header {
background-color: #ffffff;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
padding: 12px 30px;
margin-bottom: 40px;
}
.truma-gallery-title {
font-size: 28px;
font-weight: 500;
padding-top: 4px;
}
.truma-gallery-nav {
padding-top: 2px;
}
.truma-gallery-nav .slick-dots {
padding: 0;
margin: 0;
list-style-type: none;
}
.truma-gallery-nav .slick-dots li {
display: inline-block;
}
.truma-gallery-nav .slick-dots li button {
float: left;
margin-right: 3px;
padding: 4px 8px 2px;
border-radius: 3px;
border: 1px solid transparent;
background-color: transparent;
color: #103f57;
cursor: pointer;
font-size: 24px;
line-height: 1.1;
-webkit-transition: border 0.5s;
transition: border 0.5s;
}
.truma-gallery-nav .slick-dots li:hover button,
.truma-gallery-nav .slick-dots li.slick-active button {
border-color: #103f57;
}
a.truma-gallery-slider-item:link,
a.truma-gallery-slider-item:visited,
a.truma-gallery-slider-item:hover,
a.truma-gallery-slider-item:active {
color: #ffffff;
}
.truma-gallery-slider-item {
display: block;
position: relative;
margin-bottom: 10px;
max-height: 300px;
overflow: hidden;
}
.truma-gallery-slider-item-image {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
-webkit-transition: filter 0.5s, box-shadow 0.5s, top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
transition: filter 0.5s, box-shadow 0.5s, top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
}
.truma-gallery-slider-item:hover .truma-gallery-slider-item-image {
top: -5%;
right: -5%;
bottom: -5%;
left: -5%;
}
.truma-gallery-slider-item:hover .truma-gallery-slider-item-image {
-webkit-filter: grayscale(100%) brightness(150%);
filter: grayscale(100%) brightness(150%);
box-shadow: 0 0 19px rgba(0, 0, 0, 0.42);
}
.truma-gallery-slider-item-hover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
font-size: 28px;
background-color: rgba(16, 63, 87, 0.9);
opacity: 0;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.truma-gallery-slider-item-hover span {
position: absolute;
top: 50%;
right: 0;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.truma-gallery-slider-item-hover span i:before {
font-size: 40px;
margin-left: 10px;
position: relative;
top: 3px;
}
.truma-gallery-slider-item-hover span:last-of-type {
display: none;
}
.truma-gallery-slider-item:hover .truma-gallery-slider-item-hover {
opacity: 1;
} .page .entry-content-contact {
padding-bottom: 0;
}
.contact-wrapper > .mytable > .mytablecell {
padding: 50px 0;
}
.contact-wrapper .page-contactform {
margin-top: 20px;
}
.contact-information {
background-color: #ffffff;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
padding: 30px;
}
.contact-information-title {
font-size: 24px;
font-weight: 500;
margin-bottom: 15px !important;
}
.contact-information-text {
font-size: 16px;
}
.contact-media {
background-color: #dfdfdf;
box-shadow: 0 0 19px rgba(0, 0, 0, 0.12);
min-height: 250px;
}
.my-map,
.my-map-place {
height: 100%;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
} .mediasources-wrapper {
}
a.mediasources-item:link,
a.mediasources-item:visited {
display: block;
background-color: #103f57;
margin-bottom: 10px;
color: #ffffff;
position: relative;
min-height: 250px;
height: 330px;
-webkit-transition: box-shadow 0.5s ease, background 0.5s ease;
transition: box-shadow 0.5s ease, background 0.5s ease;
}
a.mediasources-item:hover,
a.mediasources-item:active {
background-color: #296a8c;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
}
.mediasources-item-logo {
height: 100%;
}
.mediasources-item-logo .mytablecell {
padding: 0 30px 30px;
}
.mediasources-item-logo img {
filter: brightness(0) grayscale(1) invert(1);
}
.mediasources-item-content {
position: absolute;
bottom: 20px;
right: 10px;
left: 10px;
line-height: 1;
}
.mediasources-item-content p {
font-size: 20px;
font-weight: 500;
}
.mediasources-item-content span {
font-size: 14px;
} .karnut-list {
background-color: #ffffff;
padding: 30px;
}
.karnut-list-table .row5 {
margin-right: 0;
margin-left: 0;
}
.karnut-list-table-head {
background-color: #103f57;
color: #ffffff;
font-size: 24px;
font-weight: 500;
padding: 20px 30px;
}
.karnut-list-table-body {
border: 1px solid #e6e6e6;
border-top: 0;
font-size: 16px;
}
.karnut-list-table-subtitle {
background-color: #d7d7d7;
font-size: 24px;
padding: 15px 30px;
}
.karnut-list-table-body .karnut-list-table-item:nth-of-type(even) {
background-color: #f6f6f6;
}
.karnut-list-table-body .karnut-list-table-item {
padding: 15px 30px;
}
.karnut-list-table-body .karnut-list-table-item span {
display: inline-block;
}
.karnut-list-table-body .karnut-list-table-item > div:first-of-type,
.karnut-list-table-body .karnut-list-table-item > div:nth-of-type(2) > .row > div {
padding-top: 5px;
}
.karnut-list-table-body .karnut-list-table-item > div:nth-of-type(2) > .row > div:last-of-type {
padding-top: 0;
}
.karnut-list-table-item a:link,
.karnut-list-table-item a:visited {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
a.karnut-list-table-item-link:link,
a.karnut-list-table-item-link:visited {
display: inline-block;
background-color: #103f57;
color: #ffffff;
border-radius: 4px;
padding: 2px 10px 6px;
transition: background 0.3s ease;
}
a.karnut-list-table-item-link:hover,
a.karnut-list-table-item-link:active {
background-color: #296a8c;
text-decoration: underline;
}
a.karnut-list-table-item-pdf:link,
a.karnut-list-table-item-pdf:visited {
}
.karnut-list-table-item-more button {
width: 100%;
border-radius: 0;
background-color: #f1f1f1;
font-size: 22px;
color: #a0a0a0;
padding: 24px 30px;
}
.karnut-list-table-item-more button i:before {
font-size: 22px;
position: relative;
top: 1px;
margin-right: 2px;
}
.karnut-buttons {
margin-top: 40px;
}
.karnut-buttons a:link,
.karnut-buttons a:visited {
background-color: #103f57;
color: #ffffff;
display: inline-block;
text-align: center;
padding: 15px 25px;
border-radius: 4px;
font-size: 16px;
transition: background 0.3s ease;
}
.karnut-buttons a:hover,
.karnut-buttons a:active {
background-color: #296a8c;
text-decoration: underline;
}
.karnut-disclaimer {
background-color: #ffffff;
margin-top: 40px;
padding: 25px;
line-height: 1;
font-size: 90%;
} .keren-information,
.keren-notes {
padding: 30px;
}
.keren-information-title,
.keren-notes-title {
font-size: 24px;
font-weight: 500;
margin-bottom: 15px !important;
}
.keren-information {
background-color: #ffffff;
}
.keren-information .col-sm-8 {
margin-bottom: 3px;
}
.keren-notes {
background-color: #103f57;
color: #ffffff;
}
.keren-notes-text {
font-size: 16px;
line-height: 1.5;
} .homepage-wrapper.wrapper-404 > .mytable > .mytablecell {
padding: 70px 0 50px !important;
}
.homepage-wrapper.wrapper-404 > .mytable {
display: table !important;
}
.homepage-wrapper.wrapper-404 > .mytable > .mytablecell {
display: table-cell !important;
}
.title-404 {
font-size: 400px;
font-weight: 900;
line-height: 0.7;
}
.text-404 {
font-size: 48px;
margin-bottom: 50px;
}
.error-404 a:link,
.error-404 a:visited {
display: inline-block;
font-size: 20px;
color: #ffffff;
background-color: #103f57;
border-radius: 4px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
padding: 15px 35px;
} table {
width: 100%;
border: 2px solid #103f57;
text-align: center;
}
table thead {
font-weight: 500;
}
table thead td {
padding: 15px 10px;
background-color: #103f57;
color: #ffffff;
}
table tbody td {
border-bottom: 1px solid #dddddd;
border-left: 1px solid #dddddd;
padding: 5px 10px;
} .accessibilityNewButton1,
.accessibilityNewButton2 {
position: fixed;
top: 20px;
right: -9999px;
z-index: 100;
font-size: 18px;
padding: 12px 20px;
}
.accessibilityNewButton1:focus,
.accessibilityNewButton2:focus {		
right: 20px;
}
html[lang='en-US'] .accessibilityNewButton1,
html[lang='en-US'] .accessibilityNewButton2 {
right: auto;
left: -9999px;
}
html[lang='en-US'] .accessibilityNewButton1:focus,
html[lang='en-US'] .accessibilityNewButton2:focus {
left: 20px;
} html[lang='en-US'] .main-navigation {
float: left;
}
html[lang='en-US'] .main-navigation li {
float: left;
margin-right: 5px;
margin-left: 0;
}
html[lang='en-US'] .site-branding {
text-align: right !important;
}
html[lang='en-US'] .site-footer .text-left {
text-align: right !important;
}
html[lang='en-US'] .footerlogo::after {
display: none;
}
html[lang='en-US'] .footerlogo::before {
content: "| ";
margin: 0 7px;
}
html[lang='en-US'] .homepage-links-item {
text-align: left !important;
}
html[lang='en-US'] .homepage-links-karnut {
right: auto;
left: 50%;
}
html[lang='en-US'] .homepage-links-tikim {
left: auto;
right: 50%;
}
html[lang='en-US'] .homepage-links-item-title {
right: auto;
left: 20px;
}
html[lang='en-US'] .homepage-links-item button {
left: auto;
right: 10px;
}
html[lang='en-US'] .homepage-links-shape .homepage-links-button:first-of-type {
margin-left: 0;
margin-right: 7px;
}
html[lang='en-US'] .page-mainblock h2::after,
html[lang='en-US'] .page-contactform h2::after {
right: auto;
left: 0;
}
html[lang='en-US'] .page-contactform .text-left {
text-align: right !important;
}
html[lang='en-US'] .page-contactform .dropdown button .dropdownarrow {
left: auto;
right: 0;
}
html[lang='en-US'] .page-contactform .dropdown button {
text-align: left;
}
html[lang='en-US'] .karnut-list-table-body .karnut-list-table-item .text-left {
text-align: right !important;
}
html[lang='en-US'] ul.moketpniyotlist li i {
margin-right: 10px;
margin-left: 0;
}
html[lang='en-US'] .sticky button {
margin-left: 0;
margin-right: 10px;
}
html[lang='en-US'] .accessibility-statement {
font-size: 14px;
}  @media (min-width: 1500px) {
.container {
width: 1400px;
}
}
@media (min-width: 992px) {
.main-navigation {
display: block !important;
}
} @media (max-width: 1799px) {
.homepage-links-item {
height: 350px;
}
} @media (max-width: 1499px) {
.page-thumbnail {
height: 400px;
}
h1 {
font-size: 45px;
}
.about-team-item-overlay {
font-size: 15px;
line-height: 1.3;
}
.tikim-stages-item-text {
font-size: 18px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,
.page-contactform .dropdown button {
font-size: 18px;
padding: 10px 12px;
}
.page-contactform .dropdown button .dropdownarrow {
width: 43px;
}
.contact-wrapper > .mytable > .mytablecell {
padding: 100px 0;
}
.page-contactform input[type='submit'] {
font-size: 22px;
padding: 12px 30px 11px;
}
a.mediasources-item:link,
a.mediasources-item:visited,
a.mediasources-item:hover,
a.mediasources-item:active {
height: 250px;
}
} @media (max-width: 1399px) {
.homepage-wrapper > .mytable > .mytablecell {
padding: 100px 30px;
}
.homepage-paragraph {
margin-bottom: 80px;
}
.homepage-title {
font-size: 40px;
margin-bottom: 10px;
}
.homepage-paragraph {
font-size: 30px;
}
.main-navigation li {
font-size: 18px;
}
.main-navigation a {
padding: 29px 12px 23px;
}
} @media (max-width: 1299px) {
.title-404 {
font-size: 300px;
line-height: 0.75;
}
.text-404 {
font-size: 36px;
margin-bottom: 30px;
}
.error-404 a:link,
.error-404 a:visited {
font-size: 18px;
padding: 12px 30px;
}
} @media (max-width: 1199px) {
.globalborder-right,
.globalborder-left {
width: 20px;
}
.site-header {
padding: 0 20px;
min-height: 60px;
}
.main-navigation li {
font-size: 17px;
}
.main-navigation a {
padding: 19px 6px 16px;
border-width: 3px;
}
.main-navigation a::before,
.main-navigation a::after {
height: 3px;
}
.site-branding {
padding-top: 7px;
}
.site-branding img {
height: 45px;
}
.site-footer {
padding: 7px 20px 6px;
min-height: 35px;
}
.site-footer-text {
font-size: 14px;
}
.site-main {
padding: 60px 20px 35px;
}
.homepage-wrapper {
min-height: calc(100vh - 95px);
}
.homepage-wrapper > .mytable {
min-height: calc(100vh - 95px);
height: calc(100vh - 95px);
}
.homepage-title {
font-size: 33px;
}
.homepage-paragraph {
font-size: 25px;
}
.keren-information {
height: auto !important;
margin-bottom: 40px;
}
.karnut-list-table-head {
font-size: 20px;
padding: 20px;
}
.karnut-list-table-subtitle {
font-size: 20px;
padding: 15px 20px;
}
.tikim-stages-item-number {
width: 50px;
height: 50px;
top: -25px;
margin-right: -25px;
font-size: 30px;
padding-top: 7px;
}
.karnut-list-table-body .karnut-list-table-item {
padding: 20px;
}
.page-contactform input[type='submit'] {
min-width: auto;
width: 100%;
}
.stickycontactinfo {
left: 20px;
}
.homepage-wrapper > .mytable {
display: block;
}
.homepage-wrapper > .mytable > .mytablecell {
display: block;
}
.homepage-links {
bottom: 60px;
}
.homepage-links-shape {
display: block;
}
.homepage-links-button {
width: calc(50% - 4px);
}
.truma-gallery-slider-item-hover {
font-size: 22px;
}
.truma-gallery-slider-item-hover span i:before {
font-size: 25px;
margin-left: 10px;
top: 2px;
}
} @media (max-width: 991px) {
.hamburger {
display: inline-block;
}
.homepage-title {
font-size: 27px;
}
.homepage-paragraph {
font-size: 19px;
}
.main-navigation {
display: none;
float: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
background-color: #103f57;
}
.main-navigation li {
float: none !important;
margin: 0 !important;
font-size: 20px;
}
.main-navigation a:link,
.main-navigation a:visited {
color: #ffffff;
text-align: center;
padding: 10px;
border: 0;
-webkit-transition: background 0.5s, color 0.5s;
transition: background 0.5s, color 0.5s;
}
.main-navigation a:hover,
.main-navigation a:active {
color: #103f57;
background-color: #ffffff !important;
}
.main-navigation a::before,
.main-navigation a::after {
display: none;
}
.main-navigation ul ul {
box-shadow: none;
float: none;
position: static;
background-color: transparent;
}
.main-navigation ul ul .current_page_item > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current_page_ancestor > a, .main-navigation ul ul .current-menu-ancestor > a {
background-color: transparent;
}
.servicesLink > a {
display: none;
}
.page-thumbnail {
height: 350px;
}
.page-thumbnail .mytablecell {
padding-bottom: 50px;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 28px;
}
.page-mainblock {
margin-top: -65px;
padding: 20px 25px;
}
.page-simpleblock,
.karnut-list,
.tikim-stages,
.contact-information,
.keren-information,
.keren-notes,
.page-contactform {
padding: 25px;
}
.truma-gallery-header {
padding: 12px 25px;
}
.about-team-title,
.truma-gallery-title {
font-size: 24px;
}
.page-simpleblock h3,
.tikim-stages-title {
font-size: 22px;
}
.about-team-title {
padding: 10px 20px;
}
.about-team-item-overlay {
line-height: 1.5;
}
body {
font-size: 17px;
}
.tikim-stages-item {
height: 200px;
margin-bottom: 50px;
}
.tikim-stages-content > .row > div:last-of-type .tikim-stages-item {
margin-bottom: 0;
}
.tikim-stages-item-text {
bottom: 15px;
}
.truma-gallery-slider-item-hover {
font-size: 23px;
}
.contact-information {
margin-bottom: 20px;
}
.contact-information {
height: auto !important;
}
.contact-media {
height: 250px !important;
}
.homepage-links-button {
min-width: 200px;
font-size: 17px;
padding: 15px;
}
.page-contactform input {
margin-bottom: 10px;
}
#openStickyContactInfoMobile {
display: inline-block;
}
.stickycontactinfo-button {
display: none;
}
.stickycontactinfo {
display: none;
width: auto;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 15;
}
.stickycontactinfo-block {
display: block !important;
overflow: visible;
padding: 0;
top: 0;
right: 0;
left: 0;
bottom: 0;
-webkit-transform: none;
transform: none;
}
.stickycontactinfo-block-reveal {
-webkit-transform: none;
transform: none;
box-shadow: none;
height: 100%;
background-color: rgba(0, 62, 126, 0.95);
overflow-y: scroll;
overflow-x: hidden;
direction: ltr;
}
.stickycontactinfo-block-reveal .mytable {
max-width: 350px;
margin: 0 auto;
direction: rtl;
}
.accessibility-statement {
display: none;
}
} @media (max-width: 767px) {
.page-thumbnail {
height: 300px;
}
body {
font-size: 16px;
}
h1 {
font-size: 35px;
padding: 0 30px;
}
.page-thumbnail .karnut-number {
font-size: 15px;
margin-top: 10px;
}
h2 {
font-size: 25px;
}
.about-team-title,
.truma-gallery-title {
font-size: 22px;
}
.about-team-item-overlay {
font-size: 14px;
line-height: 1.2;
}
.truma-gallery-header .text-left {
text-align: right !important;
}
.truma-gallery-title {
padding: 0;
margin-bottom: 10px !important;
}
.truma-gallery-nav .slick-dots li button {
font-size: 20px;
}
.main-navigation a:link,
.main-navigation a:visited {
padding: 15px;
}
.homepage-title {
font-size: 25px;
}
.homepage-paragraph {
font-size: 17px;
}
.homepage-wrapper > .mytable > .mytablecell {
padding: 80px 30px 30px;
}
.contact-wrapper > .mytable > .mytablecell {
padding: 80px 30px;
}
.page .entry-content,
.single .entry-content {
padding-bottom: 50px;
}
.page .entry-content-contact {
padding-bottom: 0;
}
.title-404 {
font-size: 200px;
line-height: 0.8;
}
.text-404 {
font-size: 24px;
}
.error-404 a:link,
.error-404 a:visited {
font-size: 16px;
padding: 10px 20px;
}
.footer-social {
position: absolute;
top: 0;
right: 5px;
width: 85px;
}
.site-footer .row > .col-3 {
flex: 0 0 23%;
max-width: 23%;
}
.site-footer .row > .col-6 {
flex: 0 0 54%;
max-width: 54%;
}
.footer-social a {
margin-left: 0;
}
.footer-social a i:before {
font-size: 16px !important;
}
.icon-accessibility:before {
font-size: 18px;
}
.karnut-list-table-item .text-left {
text-align: right !important;
margin-top: 10px;
padding: 0 !important;
}
.pdf-wrapper {
direction: ltr;
}
.pdf-wrapper a {
direction: rtl;
}
.annanuna img {
height: 13px;
}
.prpl img {
height: 17px;
}
.footerlogo::after {
display: none;
}
a.footerlogo:link, a.footerlogo:visited {
margin-right: 2vw;
}
} @media (max-width: 575px) {
h1 {
font-size: 30px;
}
h2 {
font-size: 22px;
}
.karnut-list-table-head {
padding: 15px;
}
.karnut-list-table-subtitle {
font-size: 18px;
padding: 15px;
}
.karnut-list-table-body .karnut-list-table-item {
padding: 12px 15px;
}
.karnut-list-table-item-more button {
padding: 15px;
font-size: 20px;
}
.karnut-list-table-body .karnut-list-table-item > div:first-of-type, .karnut-list-table-body .karnut-list-table-item > div:nth-of-type(2) {
padding: 0;
}
.tikim-stages-item-text {
font-size: 16px;
}
.homepage-links-button {
min-width: 150px;
font-size: 16px;
padding: 13px;
}
.page-contactform .dropdown {
margin-bottom: 10px;
}
#openForm {
display: inline-block;
}
.page-contactform {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
margin-top: 0;
overflow-x: hidden;
overflow-y: scroll;
direction: ltr;
}
.page-contactform .mytable {
max-width: 350px;
margin: 0 auto;
direction: rtl;
}
#closeForm {
display: block;
}
.page .entry-content,
.single .entry-content {
padding-bottom: 85px;
}
.page .entry-content-contact {
padding-bottom: 0;
}
.sticky {
display: block;
}
.homepage-wrapper.wrapper-404 > .mytable > .mytablecell {
padding: 70px 0 100px !important;
}
.title-404 {
font-size: 150px;
line-height: 0.8;
}
.text-404 {
font-size: 20px;
}
.error-404 a:link,
.error-404 a:visited {
font-size: 15px;
}
a.mediasources-item:link,
a.mediasources-item:visited,
a.mediasources-item:hover,
a.mediasources-item:active {
max-height: 250px;
}
.mediasources-item-logo .mytablecell {
padding: 0 50px 30px;
}
.site-footer > .row > div:first-of-type {
display: none;
}
.site-footer > .row > div:nth-of-type(2) {
flex: 0 0 65%;
max-width: 65%;
text-align: right !important;
padding-top: 3px;
}
html[lang='en-US'] .site-footer > .row > div:nth-of-type(2) {
text-align: left !important;
}
.prpl img {
height: 15px;
}
.annanuna img {
height: 12px;
}
.site-footer > .row > div:last-of-type {
flex: 0 0 35%;
max-width: 35%;
}
.karnut-buttons a:link,
.karnut-buttons a:visited,
.karnut-buttons a:hover,
.karnut-buttons a:active {
padding: 10px;
font-size: 14px;
}
} @media (max-width: 479px) {
h2 {
font-size: 20px;
}
.keren-information .row {
display: block;
}
.keren-information .row > div {
max-width: 100%;
}
.keren-information .row .col-8 {
margin-bottom: 10px;
}
.homepage-title {
font-size: 22px;
}
.homepage-paragraph {
font-size: 14px;
}
.homepage-links-shape {
padding: 8px;
}
.homepage-links-button {
min-width: 120px;
font-size: 15px;
padding: 10px;
}
.homepage-links-shape .homepage-links-button:first-of-type {
margin-left: 4px;
}
html[lang='en-US'] .homepage-links-shape .homepage-links-button:first-of-type {
margin-left: 0;
margin-right: 4px;
}
html[lang='en-US'] .homepage-links-button {
padding: 8px 5px;
}
.homepage-links-button {
width: calc(50% - 2px);
}
.homepage-wrapper > .mytable > .mytablecell {
padding-right: 15px;
padding-left: 15px;
}
.site-branding img {
height: auto;
max-height: 40px;
}
.about-team-title, .truma-gallery-title {
font-size: 20px;
}
.contact-information-title {
font-size: 20px;
}
body,
.contact-information-text,
.karnut-list-table-body {
font-size: 14px;
}
.sticky {
padding: 8px;
}
.sticky a:link,
.sticky a:visited,
.sticky button {
font-size: 14px;
width: calc(50% - 4px);
padding: 8px;
}
.sticky button {
margin-left: 8px;
}
html[lang='en-US'] .sticky button {
margin-left: 0;
margin-right: 8px;
}
.page .entry-content,
.single .entry-content {
padding-bottom: 80px;
}
.page .entry-content-contact {
padding-bottom: 0;
}
.title-404 {
font-size: 100px;
line-height: 0.9;
}
.text-404 {
font-size: 16px;
margin-bottom: 20px;
}
.error-404 a:link,
.error-404 a:visited {
font-size: 14px;
padding: 8px 15px;
}
.home .homepage-wrapper,
.home .homepage-wrapper > .mytable,
.error404 .homepage-wrapper,
.error404 .homepage-wrapper > .mytable {
min-height: auto;
}
.home .content-area,
.error404 .content-area {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.home .site-main,
.home .homepage-wrapper,
.error-404,
.error404 .site-main,
.error404 .homepage-wrapper {
height: 100%;
}
.main-navigation .mytablecell {
padding-bottom: 40px;
}
.menu-social {
display: block;
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.menu-social a:link,
.menu-social a:visited,
.menu-social a:hover,
.menu-social a:active {
float: right;
width: 25%;
background-color: transparent;
color: #ffffff;
}
.mediasources-item-content {
bottom: 10px;
line-height: 1.2;
}
.mediasources-item-content p {
font-size: 18px;
}
.mediasources-item-content span {
font-size: 13px;
}
table thead {
font-weight: 500;
font-size: 13px;
}
table thead td {
padding: 10px;
}
.site-footer-text {
font-size: 12px;
}
#openAccessibility {
font-size: 12px;
}
} @media (max-width: 379px) {
.homepage-links-button {
min-width: 100px;
font-size: 14px;
padding: 8px;
}
.about-team-title, .truma-gallery-title {
font-size: 18px;
}
a.mediasources-item:link,
a.mediasources-item:visited,
a.mediasources-item:hover,
a.mediasources-item:active {
min-height: 200px;
max-height: 200px;
}
.prpl img {
height: 13px;
}
.annanuna img {
height: 10px;
}
html[lang='en-US'] .homepage-links-button {
font-size: 11px;
}
} @media print {
.keren-notes,
.keren-information {
height: auto !important;
}
.stickycontactinfo,
.sticky,
.hamburger,
.karnut-list-table-item-pdf,
.globalborder-right,
.globalborder-left,
.keren-notes-title i,
#openStickyContactInfoMobile,
.site-footer {
display: none;
}
.page .entry-content,
.single .entry-content {
padding-bottom: 30px;
}
.site-header {
position: relative;
}
.site-main {
padding: 0;
}
.homepage-wrapper {
background: transparent !important;
}
.homepage-links-shape {
display: none;
}
.homepage-links-item {
position: relative !important;
bottom: 0 !important;
right: 0 !important;
left: 0 !important;
width: 100% !important;
height: auto !important;
opacity: 1 !important;
}
.karnut-list-table-item .text-left {
display: none !important;
}
.karnut-list-table-body .karnut-list-table-item > div:first-of-type,
.karnut-list-table-body .karnut-list-table-item > div:nth-of-type(2) > .row > div {
padding: 0;
}
.karnut-list-table-head div {
padding: 0;
}
.karnut-list-table .hidden-md-down {
display: block !important;
}
.karnut-list-table-head {
font-size: 16px;
}
.karnut-list-table-body .karnut-list-table-item > div:first-of-type,
.karnut-list-table-head > .row > div:first-of-type {
float: right !important;
width: 30% !important;
padding: 0 !important;
-webkit-flex: 0 0 30%;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.karnut-list-table-body .karnut-list-table-item > div:last-of-type,
.karnut-list-table-head > .row > div:last-of-type {
float: right !important;
width: 70% !important;
padding: 0 !important;
-webkit-flex: 0 0 70%;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
max-width: 70%;
}
.karnut-list-table-body .karnut-list-table-item > div:last-of-type > .row > div:first-of-type,
.karnut-list-table-head > .row > div:last-of-type > .row > div:first-of-type {
float: right;
width: 30% !important;
padding: 0 !important;
}
.karnut-list-table-body .karnut-list-table-item > div:last-of-type > .row > div:nth-of-type(2),
.karnut-list-table-head > .row > div:last-of-type > .row > div:nth-of-type(2) {
float: right;
width: 30% !important;
padding: 0 !important;
}
.karnut-list-table-body .karnut-list-table-item > div:last-of-type > .row > div:nth-of-type(3),
.karnut-list-table-head > .row > div:last-of-type > .row > div:nth-of-type(3) {
float: right;
width: 40% !important;
padding: 0 !important;
}
.karnut-list-table-head > .row > div:last-of-type > .row > div:last-of-type {
display: none !important;
}
.page-thumbnail a:link, .page-thumbnail a:visited, .page-thumbnail a:hover, .page-thumbnail a:active {
display: none !important;
}
}