/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 
 div {
     /*border: 1px solid !important;*/
 }
 
 ul {
     /*background-color: pink !important;*/
 }
 
@media(min-width: 768px) {
    
     /* Keep nav width */
    .storefront-primary-navigation > .col-full {
        width: 1300px;
    }
        .woocommerce-active .site-header .site-header-cart {
        width: 14%;
        float: right;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    div.site-branding>a::after {
      content: "Call us on 01872 554303 or 07759 222219";
      color: black;
      float:right;
      font-size: 1.4em;
      margin-top: 2.1em;
    }
    .site-header .site-branding img {
        float:left;
    }

    .woocommerce-active .site-header .main-navigation {
        width: 100%;
        float: left;
        margin-right: 4.347826087%;
        clear: both;
    }
    
    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        max-height: none;
        overflow: visible;
        margin-left: -1em;
        transition: none;
        background-color: #f0f0f0;
    }
    
    .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
        padding: 0.8em;
    }

    /*resizing the logo image */
    #masthead.sticky .custom-logo-link img {
        width: auto;
        height: 40px;
    }
    
    /* move the after text (contact details) */
    #masthead.sticky div.site-branding>a::after {
      content: "Call us on 01872 554303 or 07759 222219";
      color: black;
      float:right;
      font-size: 1.4em;
      margin-top: 0.5em;
      margin-left: 3em;
    }
    
     /*positioning the logo*/
    #masthead.sticky .custom-logo-link {
        margin: 0;
        padding: 0;
    }
    
    /* Make the containing div of the cart (navigation) when we hike up the cart */
    .storefront-primary-navigation {
        clear: both;
        height: 57px;
        display: flex;
    }
    
    #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 .site-header-cart {
        width: 127px !important;
        position: absolute;
        top: 10px;
        right: 12%;
        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;
    }
    
    /* Sort content offset when going sticky */
    #content.sticky {
        margin-top: 277px !important;
    }
    
    /* Sort entry title when going sticky */
    #content.sticky .entry-title::before {
        display: none;
    }
}

@media(min-width: 768px) and (max-width: 1090px) {
    .woocommerce-active .site-header .site-branding {
        width: 80%;
        float: left;
        margin-right: 2%;
    }
    #masthead.sticky .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
      padding: 1em 0.2em; 
    }
    
    /* move the after text (contact details) */
    #masthead.sticky div.site-branding>a::after {
      content: "Call us on 01872 554303 or 07759 222219";
      color: black;
      float:right;
      font-size: 1.1em;
      margin-top: 0.5em;
      margin-left: 0;
      margin-right: 10%;
    }
}

/* Address in footer */
#text-2 > div {
  font-size: larger;
  font-weight: 600;
}

