/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... 

@font-face{
	font-family:'Zawgyi-One';
	src:url('fonts/Zawgyi-One.eot');
	src:url('fonts/Zawgyi-One.woff') format('woff'), url('fonts/Zawgyi-One.ttf') format('truetype'), url('fonts/Zawgyi-One.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}
.zawgyi{
	font-family:'Zawgyi-One',Sans-Serif;
	
}
.text1{
	font-family:'Zawgyi-One',Sans-Serif;
}
@font-face{
	font-family:'NotoSansMyanmar-Regular';
	src:url('fonts/NotoSansMyanmar-Regular.eot');
	src:url('fonts/NotoSansMyanmar-Regular.woff') format('woff'), url('fonts/NotoSansMyanmar-Regular.ttf') format('truetype'), url('fonts/NotoSansMyanmar-Regular.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}
.text1{
	font-family:'NotoSansMyanmar-Regular',Sans-Serif;
}
.myanmar{
	font-family:'NotoSansMyanmar-Regular',Sans-Serif;
	;
}
p,h1,h2,h3,a,h5,b,strong,.nf-field-container, .table, th, td, div > table > thead > tr > td {
	font-family:'Zawgyi-One',Sans-Serif;
}
*/ 
/*Font style, size and Color Guide */
@font-face{
	font-family:'Hiragino-Mincho-ProN';
	src:url('fonts/hiragino-mincho-pron-w6.otf');
	

@font-face{
	font-family:'HiraginoSansGBW6';
	src:url('fonts/HiraginoSansGBW6.ttf') format('truetype');
	
}

h3,h4,p,a,div,span{
	font-family:'HiraginoSansGBW6',Sans-Serif;
	color:#373737;
	}

h1,h2{
	font-family:'Hiragino-Mincho-ProN',Sans-Serif;
	color:#353535;
	}



/* header style */
/*
@media (max-width: 770px) {
	.fl-page-header.fl-page-header-primary {
		margin-bottom: 50px;
	}
	
	.fl-page-header-container.container {
		position: fixed;
		width: 100%;
		z-index: 9999; 
		top: 0;
		padding: 5px;
		background: #000;
	}
	
	.fl-page-header-logo {
		width: 55px;
		height: 55px;
	}
	
	.navbar-toggle span {
		position: fixed;
		top: 0;
		right: 0;
		padding: 10px;
		background: #fff;
		border-radius: 4px;
		margin-top: 10px;
	}
}
*/
