/*
Theme Name: Yuval-Aron
Theme URI: http://artipixel.co.il
Description: Custom Made theme by Artipixel
Author: Artipixel
Author URI: http://artipixel.co.il
Version: 1.0
*/

.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-timing-function: ease-out;

    animation-timing-function: ease-out;

}



@-webkit-keyframes fadeIn {

    0% {

        opacity: 0;


    }

    100% {

        opacity: 1;

    }

}



@keyframes fadeIn {

    0% {

        opacity: 0;

    }

    100% {

        opacity: 1;

    }

}



.fadeIn {

    -webkit-animation-name: fadeIn;

    animation-name: fadeIn;

}

* {
    margin: 0;
    outline:none;
}
body, select, input, textarea {color: #333; font-size:80%;}
.clearfix{
    clear:both;
    display:block;
}
textarea{
    height: 180px;
}

/* Custom text-selection colors */
::-moz-selection{background:rgba(134, 145, 152, 0.73); color: #fff; text-shadow: none;}
::selection {background: rgba(134, 145, 152, 0.73); color: #fff; text-shadow: none;}

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: rgba(134, 145, 152, 0.73);}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla place holders */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

input[type="submit"]{
    -webkit-appearance: none;
}
/* GLOBAL.
-------------------------------------------------------------------------------*/
body{
    /* padding-top: 150px; */
}
.container {width: 1024px; margin: 28px auto; text-align: center;position: relative;}
.container::after {
clear:both;
display:block;
content:'';
}
a{
    color: #00263d;
    text-decoration: none;
    transition: all 0.3s;
    position:relative;
}
li a::after{
    position:absolute;
    width:100%;
    bottom:-4px;
    left:0;
    right:0;
    margin:0 auto;
    content:'';
    transition: all 0.2s ease;
    border-bottom: 1px solid #00263d;
    opacity:0;
}
li a:hover::after{
    opacity:0.8;
    bottom:-1px;
}
.current-menu-item {
    font-weight: bold;
}
a.underline:hover{
    color:#00263d;
}

a.underline::after{
    position:absolute;
    width:100%;
    bottom:-4px;
    left:0;
    right:0;
    margin:0 auto;
    content:'';
    transition: all 0.2s ease;
    border-bottom: 1px solid #00263d;
    opacity:0;
}
a.underline:hover::after{
    opacity:0.8;
    bottom:-1px;
}
.mobile{
    display:none !important;
}

.desktop{
    display:block !important;
}


html, body {
  height:100%;
}
body,textarea,input{
  font-family: 'Libre Baskerville', serif;
}

.ltr textarea,.ltr input{
   font-size: 13px;
   direction:ltr;
}

.ltr form{
   direction:ltr ;
}
.ltr input[type=submit]{
   font-size: 20px !important;
}
.ltr input[type="text"], .ltr input[type="tel"], .ltr input[type="email"]{
    height:33px;
    text-align: left;
    direction: ltr;
}
.ltr textarea{
    text-align: left;
}

.main-menu {
    margin-top: 15px;
    clear: both;
}

header .main-menu nav ul.menu{
    float:right;
}
header .main-menu nav ul.menu::after{
    clear: both;
    display:block;
    content:'';
}

.lang-menu {
}

header ul#menu-main-menu {
    /* width: 280px; */
}

header ul#menu-main-menu::after {
content:'';
clear:both;
display:block;
}

header ul.menu li {
    float: left;
    /* width: 65px; */
    margin-right: 19px;
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 18px;
}
.ltr header ul.menu li {
    font-size: 15px;
}
header ul.menu.lang-menu li {
    float: left;
    margin-right: 19px;
    text-align: left;
    margin-top: 10px;
    margin-left: 12px;
}

.logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 250px;
    height: 97px;
    position: relative;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    height: 190px;
    width: 100%;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.53);
    z-index: 10;
    background: #fff;
}

.admin-bar header {
    top: 32px;
}
.mobile.admin-bar header {
    top:0;
}
div#wrapper {
    min-height: 100%;
    margin: 0 auto -40px;
    padding-top: 190px;
}

header ul.menu.lang-menu li {
}

.ltr .lang-item-he{
    font-family:'Meoded_Serif', serif !important;
    font-size:17px !important;
}

header ul.menu.lang-menu li a{
   color:#667d8b;
}

header ul.menu.lang-menu li.current-lang a{
    color:#00263d;
}

h1.inner-title {
    text-align: center;
    margin: 35px 0;
    color: #00263d;
    font-size: 50px;
    font-weight: bold;
}

.ltr h1.inner-title {
    font-size: 36px;}

.copyright {
    float: left;
}

.footer-menu {
    float: right;
}

footer#footer {
    margin: 0 auto;
    height: 40px;
    font-size: 13.5px;
    color: #667d8b;
}
.footer-menu li a {
    color: #667d8b;
    font-size: 14px;
}

.ltr .footer-menu li a {
font-size:10px;
}
.footer-menu li {
    float: left;
}

.footer-menu li::after {

content:'|';
display:inline-block;
width:20px;
text-align:center;
}

.footer-menu li:last-child::after {
    content:'';
    display:none;
}

.cover {
    height: 294px;
    border-bottom: 1px solid #00263d;
    text-align:center;
    width:100%;
    display: block;
    background-size: cover !important;
    background-position: center !important;
}
.cover.homecover {
    height: 552px;
    margin-bottom: 30px;
}
.cover::before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}
.cover .covertext {
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    display:inline-block;
    vertical-align:middle;
}

.cover .covertext h1{
    color: white;
    font-size: 50px;
    /* font-weight:bold; */
    font-family: 'Libre Baskerville', 'Meoded_Serif', serif;
}

.description {
    margin: 14px auto;
    text-align: center;
    font-size: 20px;
}

h2{
    color: #00263d;
    font-size: 36px;
    font-weight:bold;
    margin: 25px 0;
}

article h2{
  margin-top:75px;
  margin-bottom: 4px;
  text-align: left;
}

.home article h2{
    text-align:center;
    margin-bottom: 32px;
    margin-top: 70px;
}
.fullwidth_gray{
    background:#f7fafb;
    width:100%;
    padding:20px 0;
}

p{
    text-align:left;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0.5em;
}

.ltr p{
    text-align:left;
    font-size: 15px;
    line-height: 28px;
}

.textwidget p{
    color:#00263d;
}

a.post-edit-link {
    background: #00263d;
    color: #fff;
    padding: 11px 20px;
    margin-top: 41px;
    display: inline-block;
}

.push,.footer {
    height: 40px;
}

span.menu_sep {
    float: right;
    line-height: 36px;
    font-size: 23px;
}

nav#nav::after {
    content: '';
    clear: both;
    display: block;
}


.main-menu nav#nav {
    display: inline-block;
}

.so-widget-sow-button {
    float: none !important;
}

.ow-button-base a:visited,  .ow-button-base a:active,  .ow-button-base a{
    background:white !important;
    border: 1px solid rgb(0, 38, 61) !important;
    padding: 10px 26px !important;
    border-radius: 0 !important;
}
 .ow-button-base a span{
    color: rgb(0, 38, 61) !important;
    font-size: 20px;    font-weight: bold;
}
.ltr .ow-button-base a span{
    font-size:12px;
}
 .ow-button-base a.ow-button-hover:hover{
    background:rgb(0, 38, 61) !important;
    border: 1px solid rgb(0, 38, 61) !important;
}
 .ow-button-base a.ow-button-hover:hover span{
color:white !important;
}

.postblock {
    float: right;
    width: 33%;
    padding: 20px 20px;
    min-height: 135px;
}

.ltr .postblock{
  float:left;
  min-height: 135px;
}
.post-img {
    float: right;
    margin-left: 8px;
    height: 50px;
    width: 50px;
    padding-top: 2px;
}

.post-content {
    width: 100%;
}

.more-link{
    font-weight:bold;
    padding-right:17px;
    position:relative;
}

.more-link::after{
    content:'';
    background:url(media/images/down.png) no-repeat;
    height:7px;
    width:11px;
    position:absolute;
    right:0;
    top:7px;
}


.post-content h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.ltr .post-content h3 {
    font-size: 18px;
}

.postblock .entry p {
    font-size: 16px;
    line-height: 16px;
}

.ltr .postblock .entry p {
    font-size: 13px;
    line-height: 18px;
}
.post-img img {
    width: 100%;
    height: auto;
}

.mobile .main-menu{
    display:none;
}

.menu-trigger {
    position: absolute;
    left: 0;
    top: 8px;
    width: 47px;
    height: 48px;
    padding: 12px;
    cursor: pointer;
    z-index: 999;
}

.logo_mobile {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    height: 60px;
    width: 126px;
    z-index: 999;
    margin: 0 auto;
}

.sideMenuTitle {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #00263d;
    margin-bottom: 8px;
    padding-bottom: 3px;
}
.ltr .sideMenuTitle {
    font-size:15px;
}
.sideMenu {
    position: absolute;
    top: 0;
    margin-left: -185px;
    width: 155px;
    text-align: left;
}

.sideMenu li a {
    font-size: 16px;
    padding: 8px 0;
    display: block;
}

.ltr .sideMenu li a {
    font-size: 12px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #a8c3d2 !important;
    border: none;
    color: white;
    font-size: 29px;
    font-weight: bold;
    padding: 5px 5px;
    width: 100%;
    text-align: center;
    outline: none;
    height: 50px;
    transition:all 0.3s;
    border-radius: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #00263d !important;
}

input[type=text],input[type=email],input[type=tel],textarea{
    width:100%;
    border:1px solid  #a8c3d2;
    color:#898989;
    padding:5px 5px;
    margin:4px 0;
}

input[type=text].wpcf7-not-valid,input[type=email].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,textarea.wpcf7-not-valid{
    border:1px solid red !important;
}
.wpcf7-form.sent .wpcf7-form-control-wrap,.wpcf7-form.sent .wpcf7-form-control{
    display:none !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  font-size: 1.5em;
  font-weight: bold;
  color: green;
}
div.wpcf7-response-output {
  margin: 0em 0.5em 1em ;
  padding: 0 1em !important;
}
.tabs-nav a{
    transition:0.3s all;
}
.tabs-nav a.active {
    font-weight: bold;
}
li.tab{
     opacity:0;
    transition:0.3s all;
    height:0;
}

li.tab.active {
    opacity:1;
    height:auto;
}

.tabs-nav {
  margin: 30px 0;
  font-size:18px;
  padding: 0 20px 0 20px;
}
.ltr .tabs-nav {
  font-size:13px;
}
ul.tabs {
  min-height: 380px;
}

.menu::after{
    clear:both;
    display:block;
    content:'';
}

.is_stuck {
  position: fixed !important;
  top: 232px !important;
}


.pimage {
    width: 30%;
    float: right;
    padding: 0;
    padding-left: 20px;
}

.ltr .pimage {
    width: 30%;
    float: left;
    padding: 0;
    padding-right: 20px;
}

.pimage img{
  height:auto;
}

.ptitle h2 {
    font-size: 32px;
    margin: 2px 0;
}

.ltr .ptitle h2 {
    font-size: 28px;
    margin: 8px 0;
}

.ptitle h3 {
    font-size: 24px;
}

.ltr .ptitle h3 {
    font-size: 18px;
    margin: 5px 0;
}

.ptitle {
    text-align: left;
    float: left;
    /* width: 70%; */
}
.ltr .ptitle {
    float: right;
    /* width: 70%; */
}
.contact {
    background: white !important;
    border: 1px solid rgb(0, 38, 61) !important;
    border-radius: 0 !important;
    display: inline-block;
    float: right;
}

.contact a{
    display:block;
    height:100%;
    width:100%;
    padding:10px 26px;
}
.fullwidth .container,.fullwidth_gray .container,.people-container.container {
    width: 700px;
}
.people-container.container .post-content{
    width:100%;
}
.fullwidth_gray.contact-us .container ,.fullwidth.contact-us .container {
    width:1024px;
}

.services .post-content{
    width:100%;
}

.ceos_container {
  border-bottom: 1px solid #00263d;
  border-top: 1px solid #00263d;
}

.half {
    width: 45%;
    float: right;
    text-align: center;
}
.ltr .half {
    float: left;
}

.ltr .sep_gray {
  float: left;
}

.sep_gray {
    float: right;
    height: auto;
    width: 2px;
    margin: 9px 4%;
    display: block;
}

.sep_gray::after{
  content:'';
  display:block;
  position:absolute;
  height:77%;
   background: #00263d;
    opacity: 0.2;
  width:2px;
}

.ceo {
    text-align: center !important;
}
.ceo .ptitle h2{
    font-size:24px;
    font-weight: bold;
}

.ceo .ptitle h3{
    font-size:24px;
    font-weight: normal;
    margin-top: -6px;
    margin-bottom: 10px;
}

.ceo .post-content{
 font-size:14px;
font-weight: bold;

}
.ltr .ceo .ptitle h2{
    font-size: 20px;
}

.ltr .ceo .ptitle h3{
    font-size: 16px;
    margin-top: 9px;
}

.ltr .ceo .post-content{
 font-size:11px;
}

.ceo .ptitle ,.ceo .post-content{
    text-align: center !important;
    width:auto !important;
    float: none;
}

.ceo .fullwidth .container, .ceo.fullwidth_gray .container, .ceo .people-container.container{
width:auto !important;
}

.inner-header {
    min-height: 50px;
}
.inner-header:after {
    display:block;
    content:'';
    clear:both;
}
.ltr h3.toggle {
  background-repeat: no-repeat;
  background-position: 80px -20px;
  width: 122px !important;
  padding-right: 26px;
    font-size: 15px;
}
.ltr h3.toggle-active {
  background-position: 24px -73px;
}
div.wpcf7-validation-errors {
  border: none !important;
  color:red;
  font-weight:bold;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

span.wpcf7-not-valid-tip {
  display: inline-block !important;
}

/* Media queries!
-------------------------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
    .toggle-box{
        display:block !important;
    }
    .toggle{
        display:none !important;
    }

}

@media screen and (max-width: 1024px) {
    .mobile{
        display:block !important;

}
    .desktop{
        display:none !important;
    }
    .container{
        width: 100%;
        margin:0 auto;

        padding: 0 20px;
}
span.devider {
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    text-indent: -999999999999999px;
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 0px;
    margin: 12px;
}
.fullwidth .container,.fullwidth_gray .container,.people-container.container {
    width: 100%;
}
.people-container.container .post-content{
    width:100%;
}
.fullwidth_gray.contact-us .container,.fullwidth.contact-us .container  {
    width:100% !important;
}

    footer .container{
        margin-bottom: -18px;

        display: inline-block;
}
    header{
        height:auto;
        min-height: 60px;
        transition:0.3s all;
        background: rgba(255, 255, 255, 0.97);
}
    header .main-menu{
        /* background:white; */
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
        position: relative;
        clear: both;
}
.mobile .main-menu{
    padding-top: 20px;
}
    header ul.menu li, header ul.menu,header .menu_sep{
        clear:both;
        float: none !important;
        padding:5px 0;
        text-align:center !important;
        margin: 0px 0 !important;
        width: auto;
        display: block;
}
header ul.menu li{
    border-bottom: 1px solid #D7D7D7;
    padding: 10px 0;
}


.main-menu nav#nav {
    display:block;
}
 header ul.menu li a{
     text-align:center !important;
     font-size: 22px;
     font-weight: bold;
     display: block;
     width: 100%;
}
.ltr header ul.menu li a{
     font-size: 18px;
}
 header ul.menu li a:hover::after{
 display:none;
 }
  header ul.menu li:hover{
      background: rgba(221, 221, 221, 0.39);
  }
    header .menu_sep{
        display:none;
    }
    header.active{
        height: 100%;
        overflow-y:auto;
    }

    .cover {
    height: 200px;
    }
    .cover.homecover {
        height: 200px;
        margin-bottom: 30px;
    }
    #wrapper{
        padding-top: 60px !important;
    }

    .cover .covertext h1{
        font-size: 22px;
    }

    .sideMenu{
        display:none;
    }
    .contact a{
        padding:8px 6px;
    }
}

@media screen and (max-width: 960px) {
    .postblock {
        float: none;
        width: 100%;
        clear:both;
        margin:20px auto;
    }

    #wpadminbar{
        display:none;
    }
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 480px) {
    .copyright,.footer-menu{
        text-align: center;
        float: none !important;
        margin: 5px auto !important;
    }
    .cover .covertext h1 {
  font-size: 16px;
}
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
    *{
        font-size:14px;
        color:black;
    }
}

.person::after {
    content: '';
    display: block;
    clear: both;
}

.all_people .person .ptitle {
    float: right;
    width: 70%;
}

.single-people .pimage {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

.single-people .all_people .person .ptitle {
    float: none;
    width: 100%;
}

.pimage.ceo-img {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}
.wpcf7-form .pre-tel{ float:left; width:24%;}
.wpcf7-form .your-tel{ float:right; width:74%;}
.wpcf7-form #two-column #left  .pre-tel {float: right;}
.wpcf7-form  #two-column #right .your-tel {float: left;}
@media (max-width:640px){
	.wpcf7-form .pre-tel{ float:left; width:39%;}
.wpcf7-form .your-tel{ float:right; width:59%;}
	
}