@charset "UTF-8";
 * {
margin: 0;
padding: 0;
}
iframe {
max-width: 100%;
}
html,
body {
font-family: 'Assistant', sans-serif;
margin: 0;
padding: 0;
height: 100%;
}
#wrapper {
min-height: 100%;
position: relative;
}
#content {
padding-bottom: 400px;
-webkit-transition:all .5s linear;
transition: all .5s linear;
}
.logo a {
display: inline-block;
}
.logo a img {
max-width: 100%;
}
.container {
width: 96%;
max-width: 1200px;
margin: 0 auto;
}
.container90 {
width: 96%;
max-width: 1780px;
margin: 0 auto;
}
.center {
text-align: center;
}
.relative {
position: relative;
}
.circlebox {
border-radius: 50%;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.clear {
clear: both;
}
div {
font-size: 18px;
}
.abscenter {
position: absolute;
margin: auto;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.imgfix {
line-height: 0;
}
h1,
h2,
h3 {
font-weight: normal;
margin: 0 0 0 0;
}
p {
margin: 0 0 0 0;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
ul {
margin: 0 0 0 0;
list-style: none;
}
#MobBtns {
display: none;
}
nav {
width: 100%;
text-align: center;
position: fixed;
background: rgba(87, 183, 223, 0.95);
top:0;
right: -500px;
max-width: 500px;
z-index: 9999;
height: 100vh;
opacity: 0;
visibility: hidden;
}
nav.active {
right:0;
opacity: 1;
visibility: visible;
}
nav > span {
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
width: 60px;
height: 60px;
}
nav > span svg {
width: 100%;
height: 100%;
fill:#fff;
transition: all .5s ease;
}
nav > span:hover svg {
fill:#0d1635;
}
div.main_menu {
font-size: 0;
width: 100%;
}
nav div.main_menu > ul {
font-size: 0;
}
nav div.main_menu > ul > li {
width: 100%;
margin-bottom: 15px;
}
nav div.main_menu > ul > li > a {
display: inline-block;
vertical-align: middle;
font-family: 'Assistant', sans-serif;
font-size: 35px;
font-weight: bold;
color: #fff;
-webkit-transition:all .5s ease-out;
transition: all .5s ease-out;
}
nav div.main_menu ul li.current_page_item > a,
nav div.main_menu ul li.current-menu-item > a,
nav div.main_menu ul li:hover > a {
color: #0d1635;
}
nav div.main_menu > ul > li ul.sub-menu {
display: block;
z-index: 999;
width: 250px;
position: absolute;
height: 100%;
top: 0;
right: 100%;
opacity: 0;
pointer-events: none;
visibility: hidden;
-webkit-transition:opacity .5s ease;
transition: opacity .5s ease;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 40px;
background: rgba(65, 128, 160, 0.95);
text-align: initial;
}
.sub-menu li {
display: block;
}
.sub-menu li a {
display: block;
font-size: 27px;
padding: 5px;
width: calc(100% - 10px);
color: #fff;
-webkit-transition:all .5s ease;
transition: all .5s ease;
}
.menu-item-has-children:hover .sub-menu {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
footer {
position: absolute;
bottom: 64px;
left: 0;
height: auto;
min-height: 50px;
width: 100%;
}
#leos {
position: absolute;
bottom: 0;
width: 100%;
background-color: #000;
text-align: center;
overflow: hidden;
}
#leos img {
padding-top: 10px;
height: 50px;
width: auto;
}
#leos a {
position: relative;
display: inline-block;
}
#leos span {
opacity: 0;
position: absolute;
right: 0;
color: white;
font-size: 22px;
bottom: 10px;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition:.3s;
transition: .3s;
}
#leos a:hover span {
right: -170px;
opacity: 1;
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.acf-map {
width: 100%;
height: 366px;
pointer-events: none;
}
.entry {
font-size: 18px;
line-height: 1.4;
color: #000;
}
.entry img {
max-width: 100%;
height: auto;
}
.entry ul {
margin: 0 20px;
list-style: inherit;
}
.entry table {
border: 1px solid #000;
}
.entry table td {
border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
text-align: center;
background: #ccc;
}
div.wpcf7 img.ajax-loader {
display: none;
}
svg * {
fill: inherit !important;
}
.bgimg {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.overh {
overflow: hidden;
}
.fcc,
.flex,
.inrowf {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.fcc,
.aic {
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
}
.aifs {
-webkit-box-align: start;
-ms-flex-align: start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
}
.aife {
-webkit-box-align: end;
-ms-flex-align: end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
}
.jcsb,
.inrowf {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.jcsa {
-ms-flex-pack: distribute;
justify-content: space-around;
}
.fcc,
.jcc {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.jcfe {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.fdc,
.fcc {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.fw,
.inrowf {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.anim {
-webkit-transition:all .5s ease;
transition: all .5s ease;
}
#FootSocials {
margin-top: 30px;
}
#FootSocials div a {
display: inline-block;
margin: 0 10px;
}
#FootSocials img,
#FootSocials svg {
width: 40px;
height:40px;
fill:#000;
-webkit-transition:all .5s ease;
transition: all .5s ease;
}
a.facebook_icon:hover svg {
fill: #3b5998 !important;
}
a.google_icon:hover svg {
fill: #dd4b39 !important;
}
a.twitter_icon:hover svg {
fill: #00aced !important;
}
a.youtube_icon:hover svg {
fill: #bb0000 !important;
}
a.instagram_icon:hover svg {
fill: #e95950 !important;
}
a.pinterest_icon:hover svg {
fill: #cb2027 !important;
}
a.linkedin_icon:hover svg {
fill: #007bb6 !important;
} .homeimg{
max-width: 100%;
height: auto;
} span.wpcf7-form-control-wrap {
width: 100%;
display: inline-block;
vertical-align: middle;
position: relative;
} span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
position: absolute;
bottom: 100%;
background: #f00;
border-radius: 5px;
color: #fff;
padding: 8px 15px;
font-size: 16px;
white-space: nowrap;
left: 5%;
-webkit-animation: formerror 400ms;
animation: formerror 400ms;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
-webkit-transition: all 400ms;
transition: all 400ms;
opacity: 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
position: absolute;
content: '';
width: 0;
height: 0;
top:100%;
left: 10%;
border-left: 0 solid transparent;
border-right: 15px solid transparent;
border-top: 10px solid #f00;
}
@-webkit-keyframes formerror {
from {
opacity: 0;
bottom: 0;
}
to {
opacity: 1;
bottom: 100%;
}
}
@keyframes formerror {
from {
opacity: 0;
bottom: 0;
}
to {
opacity: 1;
bottom: 100%;
}
} div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
font-family: 'Assistant', sans-serif;
}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 select,
div.wpcf7 textarea {
font-size: 20px;
width: calc(100% - 12px);
background: #FFFFFF;
border:1px solid #ebebeb;
padding: 8px 5px;
}
div.wpcf7 textarea { height: 188px; }
div.wpcf7 input[type=submit] {
cursor: pointer;
} @-webkit-keyframes bubbles {
0% {
-webkit-transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
opacity: 1; } }
@keyframes bubbles {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; }
45% {
-webkit-transform: scale(0.1);
transform: scale(0.1);
opacity: 0.7; }
80% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
} div.wpcf7-response-output {
position: fixed;
margin: 0 !important;
border: none;
padding: 10px 15px;
bottom:-100%;
z-index:9999;
font-size:22px !important;
left:50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-transition:all 1s ease;
transition: all 1s ease;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
-webkit-animation: form_msg_error 500ms;
animation: form_msg_error 500ms;
bottom:0;
color: black;
}
@-webkit-keyframes form_msg_error {
from {
bottom:-100%;
}
to {
bottom:0;
}
}
@keyframes form_msg_error {
from {
bottom:-100%;
}
to {
bottom:0;
}
}
div.wpcf7-mail-sent-ok {
background: #398f14;
}
div.wpcf7-validation-errors {
background: #f7e700;
}
.form_msg_error_out {
-webkit-transition: all 500ms;
transition: all 500ms;
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}
@-webkit-keyframes form_msg_out {
from {
bottom: 0;
}
to {
bottom: -300px;
}
}
@keyframes form_msg_out {
from {
bottom: 0;
}
to {
bottom: -300px;
}
}
::-webkit-input-placeholder {
color: black;
font-family:
}
:-moz-placeholder {
color: black;
font-family: 'Assistant', sans-serif;
}
::-moz-placeholder {
color: black;
font-family: 'Assistant', sans-serif;
}
:-ms-input-placeholder {
color: black;
font-family: 'Assistant', sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
color: transparent;
} #MobNavBtn {
display: block;
width:70px;
height:70px;
background:#57b7df;
z-index: 9999;
position: relative;
cursor: pointer;
}
#MobNavBtn.active {
opacity: 0;
}
#MobNavBtn:hover {
background: #0d1635;
}
#MobNavBtn:after {
content: 'תפריט';
position: absolute;
top:100%;
left:50%;
transform: translateX(-50%);
font-size: 25px;
color: #565656;
line-height: 1;
font-weight: bold;
}
#MobNavBtn span {
display: block;
height:4px;
width: 50%;
background: #fff;
position: absolute;
top:50%;
left:50%;
margin:0 auto;
-webkit-transition:all .5s ease;
transition: all .5s ease;
opacity: 1;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#MobNavBtn span:nth-child(1) {
-webkit-transform: translate(-50%,-320%);
transform: translate(-50%,-320%);
}
#MobNavBtn span:nth-child(2) {
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#MobNavBtn span:nth-child(3) {
-webkit-transform: translate(-50%,220%);
transform: translate(-50%,220%);
}
#MobNavBtn.active span:nth-child(2) {
opacity: 0;
visibility: hidden;
}
#MobNavBtn.active span:nth-child(1) {
-webkit-transform: translate(-50%,-50%) rotate(-45deg);
transform: translate(-50%,-50%) rotate(-45deg);
}
#MobNavBtn.active span:nth-child(3) {
-webkit-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
}
header .tophead {
padding: 15px 0;
}
header .tside {
width: 30%;
}
header .topinfo svg {
width: 45px;
height: 45px;
}
header .topinfo .ph svg {
fill:#e80038;
}
header .topinfo .ph {
font-size: 45px;
font-size: calc(25px + 1.1vw);
color: #e80038;
font-weight: 600;
}
header .topinfo .ph span {
padding-bottom: 3px;
margin: 0 10px 0 25px;
}
.headnav ul li {
width: 100%;
padding: 15px 10px;
position: relative;
cursor: pointer;
}
.headnav ul li:after {
content: '';
position: absolute;
top:calc(100% - 42px);
left:calc(50% - 35px);
width: 70px;
height: 70px;
background-color: inherit;
background-image: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/plus.svg);
background-position: center 70%;
background-repeat: no-repeat;
background-size:20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 2;
transition: all .5s ease;
}
.headnav ul li.active:after {
background-image: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/minus.svg);
}
.headnav ul li > span {
font-size: 35px;
font-size: calc(20px + 0.5vw);
color: #fff;
line-height: 1;
padding-bottom: 3px;
position: relative;
z-index:5;
}
.headnav ul li div.drpdwn {
position: absolute;
width: 100%;
top: 100%;
color: #fff;
height: 0;
opacity: 0;
visibility: hidden;
pointer-events: none;
z-index: 1;
}
.headnav ul li.active div.drpdwn {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.headnav ul li div.drpdwn .box {
padding:40px 20px 20px 20px;
font-size: 23px;
line-height: 1.4;
}
.headnav ul li div.drpdwn .box .rm {
margin-top: 30px;
}
.headnav ul li div.drpdwn .box .rm a {
line-height: 1;
font-size: 23px;
color: #fff;
border: 1px solid #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
padding: 3px 10px;
}
.headnav ul li div.drpdwn .box .rm a span {
padding-bottom: 3px;
display: block;
}
.headnav ul li div.drpdwn .box .rm a:hover {
background: #fff;
color: #252d49;
}
.headnav ul li div.drpdwn .box .rm a svg {
width: 15px;
height: 15px;
margin-left: 5px;
fill:#fff;
transition: all .5s ease;
}
.headnav ul li div.drpdwn .box .rm a:hover svg {
fill:#252d49;
}
.fronttop {
position: relative;
height: 35vw;
min-height: 300px;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.fronttop .float {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
right: 0;
}
.fronttop .float h1 {
background: rgba(255, 255, 255, 0.65);
font-size: 60px;
font-size: calc(25px + 2vw);
color: #0d1635;
padding: 10px 0 13px 0;
text-align: center;
line-height: 1;
}
.about {
background: #fff;
padding: 50px 0;
}
.about h2 {
font-size: 35px;
font-weight: bold;
color: #0d1635;
margin-bottom: 40px;
max-width: 1024px;
}
.about .col2 {
width: calc(50% - 40px);
font-size: 23px;
color: #3a3a3a;
line-height: 1.4;
}
.important {
padding: 30px 0;
background: #ebebeb;
}
.important img {
width: 250px;
height: auto;
}
.important .text {
width: calc(100% - 250px);
}
.important h4 {
font-size: 60px;
font-size: calc(25px + 2vw);
color: #2f5889;
}
.important .text span {
font-size: 40px;
font-size: calc(20px + 1vw);
color: #2f5889;
}
.important .text span b a {
font-weight: 600;
color: #e80038;
}
.story {
padding: 300px 0 50px 0;
}
.story .box {
background: rgba(255, 255, 255, 0.85);
padding: 30px 50px;
}
.story .box .title {
margin-bottom: 30px;
}
.story .box .title h4 {
font-size: 50px;
font-size: calc(30px + 1.1vw);
color: #2f5889;
line-height: 1.1;
font-weight:regular !important;
}
.story .box .title img {
margin-left: 30px;
max-width: 150px;
height: auto;
width: auto;
}
.story .box .btext {
font-size: 30px;
color: #1d2b80;
font-weight: bold;
margin-top: -5px;
}
.story .box .gtext {
font-size: 21px;
color: #767676;
}
.story .box .gtext.hside {
width: calc(60% - 5px);
}
.story .box .btext.hside {
width: calc(40% - 5px);
}
.story .box .rm {
margin-top: 30px;
}
.story .box .rm a {
background: #57b7df;
padding: 4px 40px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 30px;
color: #fff;
}
.story .box .rm a:hover {
background: #0d1635;
}
.story .box .rm a span {
padding-bottom: 3px;
}
.story .box .rm svg {
fill:#fff;
height: 25px;
width: auto;
max-width: 40px;
margin-left: 15px;
}
footer .overlay {
padding: 50px 0;
background: rgba(255, 255, 255, 0.8);
}
footer .footer_menu {
margin-top: 40px;
}
footer .footer_menu ul {
display: flex;
}
footer .footer_menu ul li {
margin: 0 20px;
}
footer .footer_menu ul.sub-menu {
display: none;
}
footer .footer_menu ul li a {
font-size: 21px;
color: #0d1635;
}
.footinfo {
margin-top: 20px;
font-size: 21px;
color: #0d1635;
text-align: center;
}
.footinfo span {
display: block;
margin-bottom: 5px;
}
#Footbtn {
position: absolute;
right: 0;
top:50%;
transform: translateY(-50%);
text-align: center;
background: #bdd73c;
z-index: 20;
padding: 15px;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-bottomleft: 6px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
#Footbtn:hover {
background: #57b7df;
}
#Footbtn svg {
width: 50px;
height: 50px;
fill:#000;
}
#Footbtn span {
font-size: 25px;
color: #0e1736;
display: block;
}
.pagestop {
background: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/ptbg.jpg) center center / cover no-repeat fixed;
}
.pagestop .overlay {
background: rgba(87, 183, 223, 0.90);
padding: 40px 0;
min-height: 100px;
}
.pagestop .overlay h1 {
font-size: 80px;
font-size: calc(30px + 2.6vw);
font-weight: bold;
color: #fff;
}
.onestory {
padding: 30px 0;
}
.onestory h3 {
font-size: 33px;
color: #57b7df;
margin-bottom: 20px;
font-weight: 600;
}
.onestory.oney h3 {
font-weight: bold;
font-size: 40px;
line-height: 1.1;
}
.onestory.oney h4 {
font-size: 40px;
font-weight: 400;
}
.onestory svg {
width: 60px;
height: 60px;
fill:#57b7df;
}
.onestory .icon,
.onestory > span {
height: 200px;
}
.onestory > .container > span {
width: 1px;
background: #000;
}
.onestory:nth-child(even) {
background: #ebebeb;
}
.onestory .text {
width: calc(100% - 200px);
}
.onestory.oney {
background: none;
}
.onestory.oney .text {
width: calc(100% - 290px);
}
.onestory.oney .icon {
width: 240px;
text-align: center;
}
.onestory .text .exc,
.onestory .text .full .box {
font-size: 23px;
line-height: 1.3;
color: #3a3a3a;
}
.onestory .text .full {
height: 0;
}
.onestory .text .rm {
margin-top: 25px;
font-size: 23px;
color: #0d1635;
font-weight: bold;
}
.onestory .text .rm svg {
width: 15px;
height: 15px;
margin-left: 10px;
fill:#000;
transition: all .5s ease;
}
.onestory .text .rm span.cls span {
padding-bottom: 3px;
}
.onestory .text .rm > span {
cursor: pointer;
}
.onestory .text .rm > span:hover,
.onestory .text .rm > span:hover svg {
color: #57b7df;
fill:#57b7df;
}
.onestory .text .rm > span.cls,
.onestory.active .text .rm > span.rmt {
position: absolute;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.onestory.active .text .rm > span.cls {
opacity: 1;
visibility: visible;
pointer-events: auto;
position: relative;
}
.arcwrap,
.pageswrap {
padding: 40px 0;
}
.arcwrap {
background: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/arcbg.jpg) right center no-repeat;
}
.arcwrap .col3 {
width: calc(100%/3 - 10px);
}
.arcwrap .onepost {
background: #ebebeb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 20px;
}
.arcwrap .onepost h3 {
font-size: 30px;
font-weight: bold;
color: #fff;
min-height: 60px;
padding: 10px 20px;
background: #57b7df;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.arcwrap .onepost a:hover h3 {
background: #0d1635;
}
.arcwrap .onepost a > span {
padding: 20px 20px 0 20px;
}
.arcwrap .onepost a > span .txt {
color: #838383;
font-size: 19px;
line-height: 1.4;
}
.arcwrap .onepost .rm  {
position: relative;
bottom: -15px;
left: 20px;
font-size: 21px;
color: #333333;
}
.arcwrap .onepost .rm svg {
width: 70px;
height: 70px;
fill:#bdd73c;
border: 6px solid #fff;
margin-left: 10px;
background: #fff;
}
.arcwrap .onepost a:hover .rm svg {
fill:#0d1635;
}
.single-post .entry {
max-width: 900px;
}
.col2 {
width: calc(50% - 5px);
}
.page-template-page-contact .part1 {
padding: 50px 0;
}
.page-template-page-contact .part1 .circlebox {
width: 20%;
margin-left: 50px;
}
.page-template-page-contact .part1 .entry {
font-size: 21px;
line-height: 2;
}
.page-template-page-contact .part1 .entry strong {
font-size: 23px;
color: #57b7df;
}
.page-template-page-contact .con_form_wrap {
background: #ebebeb;
padding: 20px 0;
}
.page-template-page-contact .con_form_wrap .title {
color: #57b7df;
margin-bottom: 15px;
font-size: 25px;
}
.page-template-page-contact .con_form_wrap .title span {
margin-left: 5px;
}
.page-template-page-contact .con_form_wrap .wrap br {
display: none;
}
.page-template-page-contact .con_form_wrap .wrap .wpcf7-form-control-wrap {
width: calc(100% / 3 - 7.5px);
margin-bottom: 10px;
}
.page-template-page-contact .con_form_wrap .wrap .textarea {
width: 100%;
}
.page-template-page-contact .con_form_wrap .wrap input[type=text],
.page-template-page-contact .con_form_wrap .wrap input[type=tel],
.page-template-page-contact .con_form_wrap .wrap input[type=email],
.page-template-page-contact .con_form_wrap .wrap textarea {
width: calc(100% - 20px);
padding: 10px;
border: 0;
}
.page-template-page-contact .con_form_wrap .wrap textarea {
height: 100px;
}
input[type=submit] {
margin: 0 auto 0 0;
background-color: #e80038;
color: white;
font-size: 21px;
font-weight: bold;
border-radius: 50px;
border: 0;
padding: 10px 50px 10px 20px;
background-image: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/pointw.svg);
background-repeat: no-repeat;
background-position: right 3px center;
background-size: 40px;
transition: all .7s ease;
}
input[type=submit]:hover {
background-color: white;
background-image: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/point.svg);
color: #e80038;
}
.page-template-default .right {
width: 100%;
max-width: 25%;
margin-left: 50px;
}
.page-template-default .right .attachment-post-thumbnail {
margin-bottom: 25px;
}
.page-template-default .right img {
max-width: 100%;
height: auto;
}
.single .img {
width: calc(100% / 3 - 10px);
margin-bottom: 12.5px;
}
.single .gfg {
margin-bottom: 50px;
}
.shortcf {
padding: 10px 0;
}
.shortcf h3 {
color: white;
font-size: 40px;
margin-bottom: 10px;
z-index: 0;
}
.shortcf .wrap {
margin-bottom: 30px;
}
.shortcf .wrap br {
display: none;
}
.shortcf .wrap ::-webkit-input-placeholder {
color: white;
font-family: 'Assistant', sans-serif;
}
.shortcf .wrap :-moz-placeholder { color: white;
font-family: 'Assistant', sans-serif;
}
.shortcf .wrap ::-moz-placeholder { color: white;
font-family: 'Assistant', sans-serif;
}
.shortcf .wrap :-ms-input-placeholder {
color: white;
font-family: 'Assistant', sans-serif;
}
.shortcf .wrap input:focus::-webkit-input-placeholder,
.shortcf .wrap textarea:focus::-webkit-input-placeholder {
color: transparent;
}
.shortcf .wrap input:focus:-moz-placeholder,
.shortcf .wrap textarea:focus:-moz-placeholder { color: transparent;
}
.shortcf .wrap input:focus::-moz-placeholder,
.shortcf .wrap textarea:focus::-moz-placeholder { color: transparent;
}
.shortcf .wrap input:focus:-ms-input-placeholder,
.shortcf .wrap textarea:focus:-ms-input-placeholder {
color: transparent;
}
.shortcf .wrap .wpcf7-form-control-wrap {
width: 40%;
}
.shortcf .wrap input[type=text],
.shortcf .wrap input[type=tel] {
border-radius: 5px;
border: 1px solid white;
width: calc(100% - 22px);
padding: 10px;
color: white;
background: none;
}
.shortcf .wrap input[type=submit] {
margin: 0;
}
.fronttop .shortcf {
background: rgba(13, 22, 54, 0.8);
}
footer .form_wrap {
background: #0d1636;
position: absolute;
width: 100%;
top: 0;
left: 0;
transition: all .7s ease;
transform: translateY(0);
}
footer .form_wrap.active {
transform: translateY(-100%);
}
footer .form_wrap.active .fbtn svg {
transform: rotate(-90deg) translateX(25px);
}
footer .form_wrap .fbtn {
position: absolute;
right: 0;
bottom: 100%;
background: #0d1636;
width: 80px;
height: 80px;
cursor: pointer;
transform: translateY(70%);
}
footer .form_wrap .fbtn svg {
width: 10px;
height: 10px;
fill: white;
margin-left: 0;
transition: all .7s ease;
transform: rotate(90deg) translateX(-25px);
}
#content.bgicon {
background-image: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/bgicon.png);
background-repeat: no-repeat;
background-position: left top 40%;
background-size: 15vw;
}
@media (max-width:1366px) and (min-width:800px) {
}
@media (max-width:1200px) and (min-width:800px) {
}
@media (max-width:1024px) and (min-width:800px) {
}
@media (max-width:800px) , (max-device-width:800px){
.entry table {
width: 100%;
}
.pagestop .overlay h1 {
text-align: center;
}
.page-template-page-contact .con_form_wrap .wrap .wpcf7-form-control-wrap {
width: 100%;
}
.onestory {
padding: 20px 0;
}
.onestory .icon {
height: auto;
}
.onestory > span,
.onestory > .container > span {
height: 1px;
width: 100%;
margin: 2px 0 12px 0;
}
.tophead .container90.inrowf {
justify-content: flex-end;
}
.tophead .logo {
max-width: calc(100% - 70px);
}
#MobNavBtn {
position: fixed;
width: 50px;
height: 50px;
right: 10px;
}
#MobNavBtn:after {
display: none;
}
.fronttop {
min-height: 368px;
}
.shortcf h3 {
font-size: 30px;
text-align: center;
}
.shortcf h3 strong,
.fronttop h1 strong {
display: block;
width: 100%;
}
.shortcf .wrap {
margin-bottom: 10px !important;
}
.shortcf .wrap input[type=submit] {
margin: 0 auto !important;
}
.shortcf .wrap .wpcf7-form-control-wrap {
width: 100% !important;
margin-bottom: 10px;
}
.headnav ul li:after {
left: calc(50% - 30px);
width: 60px;
height: 60px;
}
.headnav ul li > span {
text-align: center;
}
.story .box .rm {
justify-content: center;
}
.story .box .rm a {
padding: 4px 15px;
font-size: 23px;
}
.important {
padding: 0 0 30px 0;
}
.important h2,
.story .box .title,
.story .box .btext {
text-align: center;
}
.story .box .btext {
margin-bottom: 10px;
}
.important img,
.story .box .title img {
margin: 0 auto;
}
.story,
.about,
footer .overlay {
padding: 20px 0;
}
.about h2 {
font-size: 30px;
text-align: center;
margin-bottom: 20px;
}
footer .overlay .container > img {
height: 100px;
width: auto;
}
footer .footer_menu ul {
display: block;
text-align: center;
}
footer .footer_menu ul li {
margin-bottom: 5px;
}
.story .box {
padding: 20px;
}
.mw100 {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
#content {
padding-bottom:0;
}
#leos {
position:static;
}
footer {
position:static;
}
.nomobile {
display:none;
}
.mfw {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#FloatSocials {
display:none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width:calc(100% - 4px);
max-width:200px;
bottom:2px;
right:2px;
top:auto;
}
#FloatSocials div {
margin: 2px 5px;
}
#FloatSocials svg {
width:30px;
height:30px;
}
#FloatSocials.replaced {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
nav > span {
right: auto;
left: 10px;
width: 40px;
height: 40px;
z-index: 90;
top:10px;
}
nav > span svg {
fill:rgba(255, 255, 255, 1);
}
nav {
display:block;
position:fixed;
height:auto;
width:60%;
max-width:200px;
z-index:9999;
bottom:0;
top:0;
right:0;
height:100vh;
-webkit-transition:all .5s ease;
transition: all .5s ease;
-webkit-transform: translateX(100%);
transform: translateX(100%);
text-align: right;
}
nav > div {
width: 100%;
}
nav.active {
-webkit-transform: translateX(0);
transform: translateX(0);
}
nav div.main_menu > ul {
display: block;
margin-top: 10px;
height: calc(100vh - 50px);
overflow-x: hidden;
overflow-y: auto;
}
nav div.main_menu > ul > li > a {
color:#000;
font-size: 23px;
}
nav ul li:after {
display:none;
}
.back-to-menu,
nav div.main_menu ul li.menu-item-has-children {
padding: 0 0 0 30px;
width: calc(100% - 30px);
}
nav div.main_menu ul.active .back-to-menu:after,
nav div.main_menu ul li.menu-item-has-children:after {
display: block;
content: '';
position: absolute;
top:50%;
left: 5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 16px;
height: 16px;
background: url(//www.shmuelmeyer.co.il/wp-content/themes/amichaimarx/images/svg/mob-menu-arrow.svg) center center no-repeat;
background-size:contain;
-webkit-transition:all .5s ease;
transition: all .5s ease;
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
nav div.main_menu ul.active .back-to-menu:after {
-webkit-transform: rotate(90deg) translateY(-50%);
transform: rotate(90deg) translateY(-50%);
}
nav div.main_menu ul.active li.menu-item-has-children {
padding: 0;
width: 100%;
}
nav div.main_menu ul.active li.menu-item-has-children:after {
display: none;
}
nav  ul.menu li {
margin-bottom: 0 !important;
position: relative;
}
nav  ul.menu li a {
padding:10px 5px !important;
width:calc(100% - 10px) !important;
}
ul.sub-menu {
display: none;
}
nav div.main_menu > ul > li > ul.sub-menu {
display: block;
position: absolute;
top:0;
width:100%;
right: 0;
left: 0;
padding: 0;
opacity: 0;
overflow: hidden;
-webkit-transition:all .5s ease;
transition: all .5s ease;
pointer-events: none;
height: auto;
}
nav div.main_menu > ul > li > ul.sub-menu li a {
font-size: 23px;
}
nav div.main_menu > ul > li > ul.sub-menu.chekd {
height:0;
position: relative;
}
ul.sub-menu li {
display: block;
width: calc(100% - 10px);
margin: 0 auto 0 0;
padding: 0;
position: relative;
}
.sub-menu li:nth-child(1),
.sub-menu li:nth-child(2) {
margin: 0;
width: 100%;
}
nav div.main_menu > ul.menu > li.active > ul.sub-menu {
opacity: 1;
visibility: visible;
}
nav div.main_menu > ul.menu.active > li > a {
position: absolute;
opacity: 0;
pointer-events: none;
visibility: hidden;
}
nav div.main_menu ul li.current_page_item > a,
nav div.main_menu ul li.current-menu-item > a {
color:#fff;
}
nav div.main_menu ul li:hover > a {
color:#000;
}
.back-to-menu {
cursor: pointer;
}
#MobBtns {
display: block;
position: fixed;
bottom:3px;
left:2.5px;
z-index: 99999;
}
#MobBtns div {
width:40px;
height:40px;
border-radius: 50%;
margin: 0 2.5px;
background: rgba(87, 183, 223, 0.95);
position: relative;
}
#MobBtns div a {
display:block;
height:100%;
}
#MobBtns div svg {
position: absolute;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
fill: #fff;
max-width:60%;
max-height:60%;
width:auto;
height: auto;
}
.arcwrap .onepost {
margin-bottom: 20px !important;
}
} .headers-map-toggle{
fill:#fff;
color:#fff;
}