/*
Theme Name: Bieco Child
Theme URI: http://modeltheme.com/biecowp/
Template: biecowp
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Bieco - Bieco WordPress Theme
Version: 1.0
Text Domain: biecowp
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/

/* =Theme customization starts here
------------------------------------------------------- */

#navbar  li.custom-btn  a {
	background-color: #59b473;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 15px;
	color: #ffff;
	padding: 0 20px;
}

#modeltheme-main-head > div {
	max-width: 100%
}

@media only screen and (max-width: 767px) {
	.navbar-collapse .menu .menu-item.custom-btn {
		width: auto!important;
		margin-left: 10px;
		margin-bottom: 15px;
	}

	#navbar .menu > .menu-item:first-child > a {
		padding-left: 15px !important;
	}
}
