/*
Theme Name: GoodDay Child
Theme URI: http://www.evonline.com.br
Author: Evonline
Author URI: http://www.evonline.com.br
Description: Goodday Child
Template: goodday
Version: 1.2.8
License:
License URI:
Tags: white, light, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

html #page #header .header_bot .header_bot_outer, 
header#header nav[role="navigation"] {
	background-image: url('./images/layout/bg-line-topo.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.header_bot_outer {
	border-bottom: 0px;
}

@media only screen and (max-width: 979px) {
	
	html #page #header .header_bot .header_bot_outer, 
	header#header nav[role="navigation"] {
		background-image: url('./images/layout/bg-line-topomobile.png');
		background-repeat: repeat-x;
		background-position: bottom;
	}
}