/*
 Theme Name:  Orion Ranch Stargazer
 Theme URI:   http://orionranchtx.com/themes/stargazer-child
 Description: Tweaks to Stargazer theme
 Author:      Dr. Michael D. Foegelle
 Author URI:  http://orionranchtx.com
 Template:    stargazer 
 Version:     1.0.0
 License:     GNU General Public License v2.0 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:        one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, left-sidebar, post-formats, responsive-layout, right-sidebar, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain: stargazer-child
*/

/* fix problem with Woocommerce number field.  */
/*
		input[type="number"],
		textarea,

		select {

			padding:   default;

		}
*/
.woocommerce .quantity .qty {
			padding:   10px;
}


/* === MAX-WIDTH 540PX === */



@media only screen and ( max-width: 540px ) {



	.header-image {

		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;

		position: relative;

		top:      auto;

	}

	.ltr .header-image { left: 0em; }

	.rtl .header-image { right: auto; }



	.custom-background #container > .wrap {

		margin-top: 0;

	}
