/*   
Theme Name: Dorayaki Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: dorayaki
Version: 1.0
Tags: Dorayaki Child Theme
*/

/* Import the stylesheet from the Dorayaki parent theme */
@import url('../dorayaki/style.css');

/* 
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

@font-face {
    font-family: 'Egyptienne';
src: url('font/dde1d1bf-fab8-4316-90bf-11c373865ec0.eot');
    src: url('font/dde1d1bf-fab8-4316-90bf-11c373865ec0.eot?#iefix') format('embedded-opentype'),
         url('font/c9608c86-30ac-4cc6-af64-c9a320349263.woff') format('woff'),
         url('font/0909eb30-720c-4a65-aa21-39566e450a8d.ttf') format('truetype'),
         url('font/c720c559-f62e-4552-860d-fbcf908d40eb.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*h1, h2, h3, h4, h5, h6 {*/
h1, span, p {
	font-family: Egyptienne !important;
	/*color: #24588d !important;*/
	/*font-weight: bold !important;*/
	text-rendering: optimizeLegibility;
	word-wrap: normal !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
}

h2 {
	font-family: Egyptienne !important;
	color: #24588d !important;
	/*font-weight: bold !important;*/
	text-rendering: optimizeLegibility;
	word-wrap: normal !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
}

a, h4, h3, h5, h6 {
	font-family: Egyptienne !important;
	/*color: #24588d !important;*/
	font-weight: bold !important;
	text-rendering: optimizeLegibility;
	word-wrap: normal !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	hyphens: none !important;
}


/*ul li.widget_dorayaki_team {
	margin: 0 0 20px !important;
	overflow: hidden;
	}*/

/*.team-box .tm-info img.tm-img {
		width: 140px !important;
		height: 140px !important;
	}*/
	
/*.team-box .tm-author {
		margin-left: 180px;
	}*/
	
/*.team-box .tm-info p.tm-text {
		margin: 0 0 0px;
		clear: none;
		font-size: 16px;
		font-size: 1rem;
	}*/
	
.team-box .tm-info {
		float: left !important;
		width: 100% !important;
	}
	
.team-box .tm-quote {
		display: none !important;
	}
		
/*ul.dorayaki-rp li.rp-box h3.rp-title,
.portfolio-box h3.portfolio-title {
	font-size: 16px !important;
	font-size: 1rem !important;
	font-weight: 900;
	line-height: 1.45;
	text-transform: lowercase !important;
	letter-spacing: 2px;
	margin: 8px 0 14px;*/
	
input[type="radio"] {
-webkit-appearance: radio !important;
}

.grey-box {
	background:#DCDCDC;
	font-family: Egyptienne;	
	border-bottom:5px solid #aaa;
}

input[type="radio"] {
-webkit-appearance: radio;
}
 
input[type="checkbox"] {
-webkit-appearance: checkbox;
}