/*
Theme Name: Gunda Dieterich
Theme URI:
Description: Child theme for Gunda Dieterich
Author: studio adhoc GmbH
Author URI: http://www.studioadhoc.de/
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

/* domine-regular - latin-ext_latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/domine-v7-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Domine'), local('Domine-Regular'),
       url('fonts/domine-v7-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/domine-v7-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/domine-v7-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/domine-v7-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/domine-v7-latin-ext_latin-regular.svg#Domine') format('svg'); /* Legacy iOS */
}

/* domine-700 - latin-ext_latin */
@font-face {
  font-family: 'Domine';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/domine-v7-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Domine Bold'), local('Domine-Bold'),
       url('fonts/domine-v7-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/domine-v7-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/domine-v7-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/domine-v7-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/domine-v7-latin-ext_latin-700.svg#Domine') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/lato-v17-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('fonts/lato-v17-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v17-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v17-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v17-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v17-latin-ext_latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

#site-nav ul {
	padding: 0 10px;
}

hr {
 	border: 0;
	height: 1px;
	background: #3f3f3f;
	margin: 0 0 24px;
}

@media screen and (min-width: 1024px) {
	hr {
		margin: 0 0 35px;
	}
}

@media screen and (min-width: 1260px) {
	#site-title {
		max-width: none;
		display: block;
		padding: 30px;
		float: none;
		text-align: center;
	}

	.mobile-nav-container {
		position: absolute;
		right: 50%;
		top: 30px;
		margin-right: -590px;
	}

	#masthead {
		position: relative;
	}

	#site-nav ul {
		border-top: 0;
		text-align: center;
	}

	#site-nav ul li {
		margin-left: 17px;
		margin-right: 17px;
	}

	#Team_Front ul {
		text-align: center;
	}

	.widget_dorayaki_team_small {
		display: inline-block;
		float: none;
	}

	#colophon #site-info {
		text-align: center;
	}

	.footerlabel {
		float: none;
	}
}
