/*---------------------------------------------------------------------------------

 Theme Name:   Dchild PROWEB lama
 Theme URI:    https://www.proweb.co.id/
 Description:  Proweb Indonesia
 Author:       Sigit Setyawan
 Author URI:   http://pencerahan.org/
 Template:     Divi
 Version:      3.22.7
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

#ubermenu-main-9-primary-menu-2.ubermenu.ubermenu-sticky, .ubermenu-responsive-toggle.ubermenu-sticky {
  width: 100% !important;
 left: 0 !important;
}

#keranjangbelanja{
	position: fixed;
right: -55px !important; /*Positions the button to the right of the page*/
top: 70%; /*Sets the distance of the button from the top of page*/
width: 200px !important; /*Sets dimensions of the button*/
height: 25px !important; /*Sets dimensions of the button*/
z-index:99999; /*Keeps the button on top*/
transform: rotate(0deg); /*Rotates the button*/
transform-origin: left top 0; /*Places the button after rotation*/


	
}



/*
.home .et_pb_blurb_content{
	display:none;
}

*/
.page a{
	color: #0e539b;
    text-decoration:underline;
}

@media(max-width:767px){
	
	et_pb_text_0{
		padding-bottom :0 !important;
	}
	.et_pb_text_0 h2 {
	font-size:32px !important;
	}
	.et_pb_column .et_pb_module {
	margin-bottom:0 !important;
	display:block;
	width:100%;
   }
	
}/*end responsive--*/

/*================================
 * icon sosmed
 * ===============================*/
 .cerita_di_ut_ig,.cerita_di_ut_yt,.corpu_ut,.ut_career{
   height: 45px;
   background-repeat: no-repeat;
   background-size: cover;

 }
  .cerita_di_ut_ig:hover,.cerita_di_ut_yt:hover,.corpu_ut:hover,.ut_career:hover{
    background-position:0 -45px ;
  }
  .cerita_di_ut_ig{
  	width:200px;
  	background-image: url('img/cerita_di_ig.png');
  }
  .cerita_di_ut_yt{
  	width:200px;
  	background-image: url('img/cerita_di_ut_yt.png');
  }
 
   .ut_career{
   	width:314px;
   	background-image: url('img/united_tractor_career.png');
   }
  .corpu_ut{
  	width: 200px;
  	background-image: url('img/corpu_ut_ig.png');
  }
  .mx-auto{
  	margin:0 auto;
  }
  .d-block{
  	display: block;
  }
  .d-inline-block{
  	display: inline-block;
  }
  .cerita_ut_wrap{
  	text-align: center;
  }

/*================================
 * UNTUK MAP
 * ===============================*/
.container{
	max-width:1140px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.page_sidebar{
	max-width:260px;
	padding:14px;
	float:left;
}


#nav {
  display: block;
  width: 260px;
  margin: 0 auto;
  padding-left:0;
  list-style:none;
}
 
#nav > li > a {
  display: block;
  padding: 10px 18px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #dedede;
  background-color: #f4f4f4;
}
#nav > li > a:hover, #nav > li > a.open {
  color: #444;
  border-bottom-color: #dedede;
  background-color: #f3f3f3;
}

#nav li ul { 
	display: none; background: #dddada; 
	list-style:none;
	padding-left:10px;
}
 
#nav li ul li span{
  display: block;
  background: none;
  padding: 10px;
  cursor:pointer;

}
#nav li ul li a:hover {
  background: #394963;
}

.bg_bawah
{
	background-color: black;
}

/*==============
tambahan dari childtheme yang baru*/
#keranjangbelanja{
  position: fixed;
right: -55px !important; /*Positions the button to the right of the page*/
top: 70%; /*Sets the distance of the button from the top of page*/
width: 200px !important; /*Sets dimensions of the button*/
height: 25px !important; /*Sets dimensions of the button*/
z-index:99999; /*Keeps the button on top*/
transform: rotate(0deg); /*Rotates the button*/
transform-origin: left top 0; /*Places the button after rotation*/

vertical-align: middle;
  
}

#keranjangbelanja.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
  text-align: left;
  position: absolute;
  top: 10px;
  left: 30px;
}
/*==========================
 * MAP Jaringan distribusi
 * ===========================*/
.map-container{
  max-width: 1140px;
  min-height: 400px;
  margin: 0 auto;
  position: relative;

}

.side_list{
  width:240px;
  float: left;
  background: #e6e6e6 !important;
  border-top:4px solid #ffa400;
  border-bottom:4px solid #ffa400;
  padding: 0 !important;
}

@media screen and (max-width: 990px){
  .side_list{
    display: none;
  }
}
.list_pin{
  list-style: none;
  padding-left:0 !important;
  margin: 0 !important;
}
.list_pin .parent {
  position: relative;
  border-bottom:1px solid #ffa400;
  list-style: none;

}

.list_pin .parent:after{
  content:'▾';
  position: absolute;
  top:10px;
  right: 10px;
}

.list_pin .parent a{
  padding: 10px;
  display: block;
  text-decoration: none;
}

.list_pin .parent ul{
  padding-left:10px;
  list-style: none;
  display: none;

}

.parent .inner.show{
 background: #f4f4f4 !important;
 position: relative;
}


.map-content{
  width: auto;
  height: 400px;
  position: relative;
 overflow: hidden;

}


svg#map{
background-color:#f4f4f4;
width:100% ;
height: 400px;
position: absolute;
cursor: move;

}
#map g{
  cursor: pointer;
}
  #map path:hover {
    fill: #fc0 ;
   
  }
  #map g path:hover {
    fill:#ff3c00 ;
  }
  .tooltipster-base{
    max-width: 240px;
    font-size: 14px;
    border-color: #dedede;
  }

  .tooltipster-base .tooltipster-content:first-line{
    font-weight: 700;
    margin-bottom: 30px;
  }

@media(min-width:  769px){
  .single-yayasan #the-custom-header-title{
    max-width: 65%;
  }
}
 /* .single-yayasan .pre-title{
  font-family: 'Helvetica',sans-serif;
  font-weight: 700;
  font-size: 36px;
 }
 .single-yayasan  .the-program-slider .slick-slide{
  margin: 0 10px;
  margin-bottom: 25px;
 } */
