/*
 Theme Name:   storefront-child
 Theme URI:    http://spotsalg.owlworks.dk/storefront-child
 Description:  Storefront child theme
 Author:       Bo Eriksen
 Author URI:   http://www.owlworks.dk
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  realsoccer-child
*/


@media screen and (min-width: 768px) {
  	/*resizing the logo image */
	#masthead.sticky .custom-logo-link img {
		width: auto;
		height: 40px;
	}
  
	/*positioning the main-navigation */
	#masthead.sticky .main-navigation {
		text-align: right;
		position: fixed;
		top: 0;
		/*right: 300px;*/
		padding: 0;
		width: auto;
		margin-left: 300px;
	}
  	
	
	/*positioning the logo*/
	#masthead.sticky .custom-logo-link {
		position: fixed;
		top: 0;
		margin: 0;
		padding: 0;
	}
    /*adjusting default margins and paddings*/
    #masthead.sticky .site-header-cart .cart-contents{
        padding:1em 0;
    }
    #masthead.sticky .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
        padding: 1em 1em;
    }
    #masthead.sticky .site-branding{
        margin-bottom: 1em;
    }
	
	/*positioning the cart-menu */
	#masthead.sticky .site-header-cart {
		width: 11% !important;
		position: fixed !important;
		top: 0;
		right: 23%;
		padding: 0;
	}
	
	/*applying the position fixed on the masterhead */
	#masthead.sticky{
		position: fixed;
		top: 0;
		width: 100%;
	}
    /*removing the site search*/
    #masthead.sticky .site-search{
        display:none;
    }

	.woocommerce-active .site-header .site-branding {
		width:20%;
	}

	#topbanner{
		display:inline;
		width: 40%;
		float:left;
		font-weight: 600;
		font-size: 15pt;
		margin-top: 15px;
		margin-left: 20px;
	}

	.site-header {
		padding-top: 2.0em;
	}

	.custom-logo-link, .site-branding, .site-header-cart, .site-logo-anchor, .site-logo-link, .site-search {
		margin-bottom:0;
	}

	.site-header-cart .cart-contents {
		padding: 1em 0;
	}

	#quickpay-kortikoner img {
		max-height:25px;
		padding:2px;
	}

	.site-info {
		width: 100%;
		padding-top: 0.5em;
	}
	.site-info a{
		color:#585;
		font-size:12px;	
	}

	#site-info-left {
		float:left;
	}
	#site-info-right {
		float:right;
	}

	.widget .widget-title {
		border-bottom:0;	
		padding:0;
	}
	.footer-widgets {
		padding-top:2em;
	}
	.mc4wp-form-fields input[type="email"] {
		background-color: #fff;
	}
} 