/**
 * Theme Name: U-Design Child
 * Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
 * Description: This is a child theme of U-Design.
 * Author: Andon
 * Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
 * Template: u-design
 * Version: 1.0.0
 */

/** 
 * IMPORTANT: By default this file is not loaded since it has no CSS preloaded. Loading it blank
 * will result in a CSS file needlessly being loaded. This will usually not affect the site appearance, 
 * but it's inefficient and extends your page's loading time.
 * 
 * If you decide to use this file make sure to enable it from the theme's 'General Options' section first, 
 * it's the last checkbox called 'Custom Styles'.
 */
                 
/*********** ADD YOUR CUSTOM CSS CODE BELOW THIS LINE: ***********/

@media (max-width: 400px) {
	#menu-item-2761 {
	width: 100%;
	display: block !important;
}
	
}

#menu-item-3482 a { color:#ED1C24; }

#bfgal img { max-width:700px; }

#bfgal .wpb_wrapper { text-align:center;} 
#bfgal .wpb_gallery_slides {
	text-align: center;
	max-width: 700px;
	
	display: inline-table;
}

.ctct-form input[type="email"], .ctct-form input[type="text"], .ctct-form input[type="tel"], .ctct-textarea {
    width: 100% !important;
    padding: 13px 11px;
    max-width: 100% !important;
}