/*
Theme Name:   attractionsinsrilanka-child
Description:  Write here a brief description about your child-theme
Author:       Ruwan
Author URL:   Write here the author's blog or website url
Template:     attractionsinsrilanka
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  attractionsinsrilanka-child
*/

/* Write here your own personal stylesheet */

.guide-list-item .media-object{
	max-height:150px;
}

  .dropdown-menu {
		  height:500px;
		  overflow:auto;
	  	
	  }

::-webkit-scrollbar {
    width: 10px;
    background: #222324; /* make scrollbar transparent */
}

#SubMenu .nav .dropdown ul{
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width:500px;
}

#SubMenu.affix{
	
}

@media screen and (min-width: 767px) {
	.astm-search-menu{
		display:none!important;
	}
}

@media screen and (max-width: 767px) {
	 #SubMenu .nav .dropdown ul{
		columns: 1;
	  -webkit-columns:1;
	  -moz-columns: 1;
	  width:auto;
	}
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
	}
	#SubMenu .dropdown.open{
    overflow: scroll;
    
	}
	.astm-search-menu .search-field {
		float:left;
		width:75% !important;
		
	}
	.astm-search-menu{
		padding:0 10px !important;
	}
	.search-submit{
		margin-left:6px;
		
	}
	.navbar-nav .open .dropdown-menu {
	  height: 400px;
	  max-height: 400px;
	  width: 100%;
	  overflow-y: scroll;
	  -webkit-overflow-scrolling:touch; 
	}
}

@media screen and (max-width: 767px) {
	.search-submit{
		margin-top:0px;
		margin-left:5px;
	}
}

@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {
	.dropdown-menu{
		  height:1000px;
		  overflow:auto;
	  }
}

@media screen and (orientation:landscape) {
     /* Landscape styles */
     /* set width to 200px*/

 }




@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  #SubMenu .nav .dropdown-menu{
		  height:1000px;
		  overflow:auto;
	  }
}
.single-destination .places{
	display:none;
}
.single-destination .page-info{
	display:none;
}

.google-ads{
	margin-top:0px;
}