/*  
Theme Name: Nielsen Child
Theme URI: http://live.yithemes.com/nielsen/
Version: 1.3.2
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
Description: Ecommerce Wordpress Theme
Text Domain: yit
Core Framework Version: 2.0.0
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Copyright: (c) 2012-2014 Your Inspiration Themes
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
template: nielsen
*/

/* If you need to edit Nielsen folder name, pay attention to change the name even in woocommerce/style.css file */

/* Below you can write your style */

.fixed-image-wrapper {
	margin: 0 15px !important;
}
@media all and (min-width: 768px) {
  .fixed-image-wrapper {
	padding-left: 259px;
    margin: 0 auto !important;
    width: 720px
  }
}
@media all and (min-width: 992px) {
  .fixed-image-wrapper {
    width: 940px
  }
}
@media all and (min-width: 1200px) {
  .fixed-image-wrapper {
    width: 1140px
  }
}

@media all and (min-width: 768px) {
    #logo {
    	margin: 30px 15px 30px 5px;
	}
	#logo img{
		width: 120px
	}

	#menu-ppmain a {
  		font-size: 13px;
    	padding: 32px 10px !important;
    	padding-top: 60px !important;
	}
}

@media all and (min-width: 992px) {
    #logo {
    	margin: 30px 25px 30px 25px;
	}
	#logo img{
		width: 140px
	}

	#menu-ppmain a {
  		font-size: 15px;
    	padding: 32px 15px !important;
    	padding-top: 70px !important;
	}
}

@media all and (min-width: 1200px) {
    #logo {
    	margin: 30px 35px 30px 35px;
	}
	#logo img{
		width: 150px
	}

	#menu-ppmain a {
  		font-size: 16px;
    	padding: 32px 20px !important;
    	padding-top: 80px !important;
	}
}