/*   
	Theme Name:        Netricko Child
  Author:            Netricko-Group
	Theme URI:         http://netricko.com/netricko-child/
	Description:       Netricko Child Theme
	Author URI:        https://netricko.com
  Template:          netricko
	Version:           1.1
	Stable tag:        1.0
	Requires at least: 4.9
	Tested up to:      4.9
	License:           GNU General Public License v3 or later.
	License URI:       https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain:       netricko-child
*/

@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&subset=hebrew');

html, body {
  font-family: 'Arimo', sans-serif;
}


#hamburger-icon .line {
  background: #fff;
}


@media screen and (min-width: 978px){ 
  .navbar.scrolled{
    /*min-height: 60px;   */
  }

  .navbar .full-logo img{
/*    height:76px;
    width: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; */
  }

  .navbar.scrolled .full-logo img{
    /*height:55px;*/
  }

}

@media screen and (max-width: 977px){
  .mobile-nav.open{
    background-color: #000 !important;
  }

  .mobile-nav #nav-logo img{

  }
  .mobile-nav.open #nav-logo img{
/*    top: 50px;
    left: 35%;
    width: 200px;*/
  }
 
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
/*    margin-top: 0 !important;
    top: 0;
    background-color: rgba(0,0,0,0);
    height: 100%;
    margin-top:30% !important;
    max-height: 500vh !important;
    right:20 !important;*/
  }

 
 #mobile-menu .sub-menu{
/*  background-color: rgba(255, 255, 255, 0.1);
  max-height:0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;   */ 
 }
 #mobile-menu .sub-menu.open{
  /*max-height:80vh;*/
 }

 #mobile-menu .menu-item.current-menu-item{
  /*border-right: 4px solid #fff;*/
 }
}
.acf-map {
  -webkit-transition:opacity .5s ease-in-out;
  -moz-transition:opacity .5s ease-in-out;
  -o-transition:opacity .5s ease-in-out;
  transition:opacity .5s ease-in-out;
  opacity: 0;
  width: 100%;
  height: 600px;
  border: #ccc solid 1px;

}
.acf-map img {
  max-width: inherit !important;
}
/*map style*/

.map_infowindow{
  font-family: Arimo, sans-serif;
  padding-left: 27px;
}
.gm-style-iw-d{
  margin: 0px!important;
  overflow: hidden!important;
}
.gm-style-iw button > img{
  visibility: hidden;  
}
.gm-style-iw button::before{
  content: 'X'; 
  color: #fff; 
  margin: 3px;
}
.gm-style-iw button{ 
  margin: 7px!important;
}
.gm-style-iw.gm-style-iw-c {
  border-radius: 0;
  background: #4f4f4f;
}
.gm-style .gm-style-iw-t::after {
  background: #4f4f4f;
}

.img-wrapper {
  display: inline;
  padding-left: 18px;
  width: 170px;
  padding-bottom: 10px;
}
.img-wrapper img{
  width: 150px;
  height: 150px;
}

.info-wrapper {
  display: inline;
  float: left;
  width: 320px;
  min-height: 163px;  
  font-size: 8px!important;
}
.info-wrapper h1 {
  font-size: 1.6rem;
  color: #e0731a;
  margin: 0px 0px 10px 0px;
}
.info-wrapper p{
  font-size: 0.9rem;
  color: #ffffffc5;
}
.info-wrapper b{
  color: #ecab66;
}
@media screen and (max-width: 976px){
  .information_frame div{
    border: none!important;
  }
}


