/*
 Theme Name:     Kabuto Child
 Description:    Kabuto Child Theme
 Author:         OnionEye
 Author URI:     http://themeforest.net/user/onioneye
 Template:       kabuto
 Version:        1.0.0
*/

/* Make Social Images Retina Ready */

img.attachment-full.wp-post-image {
	width: 50px;
	height: auto;
}

/* Footer Logo */
#logo-footer {
	text-align: center;
	margin-top: -20px;
}
#logo-footer img{
	width: 300px;
	height: auto;
}
/* Larger H1 */

.bigh1 {
	font-size: 72px;
}
.medh1 {
	font-size: 48px;
}

/* Font Styles */

@font-face {
  font-family: 'Didot-Italic';
  src: url('fonts/Didot-Italic.eot?#iefix') format('embedded-opentype'),  url('Didot-Italic.woff') format('woff'), url('Didot-Italic.ttf')  format('truetype'), url('Didot-Italic.svg#Didot-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif !important;
}
h1 {
	font-family: 'Didot-Italic', Helvetica, Geneva, sans-serif;
	font-style: italic;
}
h3 {
	font-family: 'Didot-Italic', Helvetica, Geneva, sans-serif;
	font-style: italic;
}

/* Reduce Java Set Margins */
.the-content img, .post-content img {
	margin-bottom: .2em; /* 28px */
}