/* Enter Your Custom CSS Here */

.navbar-toggle .icon-bar {
    background-color:#000000;
}

body, p, a, h1,h2,h3,h4,h5,h6,span,
.pojo-form .field,
.button, .button.size-large, .button.size-small, .button.size-xl, .button.size-xxl, button, input[type="submit"]{
 	font-family: "open sans hebrew" !important;
}


.panel:nth-child(even) {background: #487f87; color: #fff;}
.panel:nth-child(even) .panel-title:hover{ color: #fff;}
.panel:nth-child(odd) {background: #D3D3D3; color: #fff;}

.top-bar-phone{
   margin: 0 !important;
   color: #fff !important;
}

.top-bar-phone a,
.top-bar-phone a:hover{
  color: #DA9B34 !important;
  font-size: 18px;
}

ul.social-links li a .social-icon::before {
    height: 31px !important;
    line-height: 28px !important;
    width: 30px !important;
}

.social-linkedin a{
 background: #ff0000; 
  font-size: 16px;
  padding: 2px;
  color:white;
}

.social-googleplus a{
 background: #487f87; 
  font-size: 16px;
  padding: 2px;
}

.social-twitter a{
 background: #ACC65C; 
  font-size: 16px;
  padding: 2px;
}

.social-facebook a{
 background: #faba4e; 
  font-size: 16px;
  padding: 2px;
  color:#fff;
  
}

.grid-item .inbox .caption .entry-meta span{
 display: none !important;  
}
.button, .button.size-large, .button.size-small, .button.size-xl, .button.size-xxl, button, input[type="submit"]{
 width: 100%; 
}