/*
Theme Name:     Motz Child Theme
Description:    
Author:         Marc
Template:       adventurous-pro

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.button {
  display: block;
  width: 150px;
  height: 75px;
  background: #143756;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.container {	
    max-width: 1000px;
}


#site-logo img {
max-height:100px;
}

#masthead.fixed-header #site-logo img {
max-height: 64px;
}

#header-right, #header-right .widget_nav_menu, #header-right .widget_search {
    padding-top: 34px;
}
#header-right .widget .menu li {
font-size: 16px;
}

#masthead {
	position: fixed;
	top: 0;
	width: 100%;
}

.slb_data_content{
	display: none;
}

body {
	padding-top: 115px;
}

.galleryid-31 {
	float:left;
	margin-right:10px!important;
}


@media screen and (max-width:980px) {
	body {
		padding-top: 33px;
	}
	
	#header-mobile-menu{
		padding-top:30px;
	}
	
	.hfeed.site{
		margin-top: 38px;
	}
}