/*
 Theme Name:   Basel Child
 Description:  My first child theme, based on Basel
 Author:       Øyvind Nordseth Westbye
 Author URI:   http://nordsethdesign.no
 Template:     basel
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  basel-child
*/

.portfolio-single-image-gallery{
margin-top: 20px;
}

.portfolio-single-image-gallery h5{
border-bottom: 1px solid darkgrey;

}

.img-wrapper {
  display: -webkit-box; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: flex; 
  -webkit-flex-flow: row wrap; 
  justify-content: flex-start;
  height: auto;
  flex-wrap: wrap;
  padding-bottom: 30px;

}

.img-box {
    padding: 10px 10px 0px 0px;
    /* width: 200px; */
    /* height: 150px; */
    /* margin-top: 10px; */
    /* line-height: 150px; */
    text-align: center;
}

table tr th {
	text-align: left !important;
}

table tr td {
	text-align: left !important;
}

@media (max-width: 991px) {
	.topbar-wrapp, .topbar-content:before{
    height: 60px !important;
	}	
	
	.topbar-wrapp .top-bar-left {
		line-height: 2em;
	}

  .img-box img{
    max-width: 100px;
  }
	
}

.basel-show-sidebar-btn {
text-transform: none !important;
}