/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/* General Custom CSS */

/* spartan-latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/spartan-v3-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/spartan-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/spartan-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/spartan-v3-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/spartan-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/spartan-v3-latin-300.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}
/* spartan-regular - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/spartan-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/spartan-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/spartan-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/spartan-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/spartan-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/spartan-v3-latin-regular.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}
/* spartan-500 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/spartan-v3-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/spartan-v3-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/spartan-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/spartan-v3-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/spartan-v3-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/spartan-v3-latin-500.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}
/* spartan-700 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/spartan-v3-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/spartan-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/spartan-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/spartan-v3-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/spartan-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/spartan-v3-latin-700.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}
/* spartan-800 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/spartan-v3-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/spartan-v3-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/spartan-v3-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/spartan-v3-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/spartan-v3-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/spartan-v3-latin-800.svg#LeagueSpartan') format('svg'); /* Legacy iOS */
}

.responsive .container {
    max-width: 1310px; border-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,.logo, .main_menu a  { letter-spacing: normal!important;
}
.logo { font-size: 14px; }
.main_menu a { font-size: 16px!important; line-height: 1.1em; }
}
.ls-layer h1 {
	letter-spacing: 1px!important;
	text-transform: normal!important;
}
/*logo*/
.logo {
	width: 260px!important;
	height: auto!important;
}
.logo img {
	max-height: 80px!important;
	height: auto!important;
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.logo a {
 vertical-align: middle;
}
.logo a:after {
	content: 'africrops!';
	font-size: 20px;
	font-weight: 700!important;
	color: #000;
	display: inline-block;
	text-transform: lowercase;;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	h1 { font-size: 24px; line-height: 1.4em; margin-bottom: 12px;}

}