/*
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;
}

@font-face {
font-family: 'NotoSansMyanmar-Regular';
}
.myanmar
{
font-family:'NotoSansMyanmar-Regular',Sans-Serif;
}

p,h1,h2,h3,a,ul,li
{
font-family:'Zawgyi-One',Sans-Serif;
}


/* header style */
@media (max-width: 768px) {
	.fl-page-header.fl-page-header-primary {
		margin-bottom: 50px;
	}

	.fl-page-header-container.container {
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0;
		background-color: #fff;
	}

	.fl-page-header-logo {
		width: 250px;
		height: 55px;
	}

	.navbar-toggle span {
		position: fixed;
		top: 0;
		right: 5px;
		padding: 12px;
		background: #fff;
		border-radius: 4px;
		border: 1px solid #33671f;
		margin-top: 5px;
	}
}