/*
Theme Name:   	Lowrie Fish
Theme URI:    	http://lf.46digital.co.uk/
Author:       	Tekhoi
Author URI:     http://tekhoi.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	99.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront.woocommerce-info, .woocommerce-noreviews, p.no-comments
Tags:         	
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.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
 
 body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #000000;
}

p {
    margin-bottom: 15px;  
}



 
/*Header Styles Css ------------------------------------------------ Start */

    .woocommerce-active .site-header .site-header-cart {
        width: auto;
        clear: inherit;
    }
    .site-header-cart .cart-contents::after {
        margin-left: 10px;
    }
    
    .woocommerce-active .site-header .site-branding {
        width: 25%;
        padding-right: 15px;
        margin-right: 0;
        clear: inherit;
        margin: 0;
    }
    .header_right_section {
        display: inline-block;
        width: 75%;
        text-align: right;
    }
    .header_right_section .site-header-cart .cart-contents {
        line-height: 14px;
    }
    .header_right_section .site-header-cart .cart-contents .amount {
        display: block;
        margin: 0;
    }
    .header_right_section .site-header-cart .cart-contents::after {
        margin: 0;
        position: absolute;
        right: -25px;
        top: 5px;
    }
    .woocommerce-active .site-header .site-header-cart {
        padding-right: 25px;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    
    .site-branding .site-title {
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 24px !important;
    }
    
    
    .woocommerce-active .site-header .site-branding em {
        display: block;
        font-style: normal;
    }
    .woocommerce-active .site-header .site-branding a {
        font-weight: 400;
    }
    .woocommerce-active .site-header .site-branding a:hover {
        color: #ffffff;
        background: transparent;
    }
    
    .main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
        color: #ffffff;
    }
    
    .woocommerce-active .site-header .main-navigation {
        width: auto;
        float: none;
        margin-right: 0;
        clear: inherit;
        display: inline-block;
    }
    
    .woocommerce-active .site-header .site-header-cart {
        float: none;
        display: inline-block;
    }
    
    
    .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
        padding: 0;
        line-height: 40px;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 400;
        padding: 0 10px;
    }
    
    .main-navigation ul.menu>li>a:hover, .main-navigation ul.nav-menu>li>a:hover, .main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a {
        background: #ffffff;
        color: #000000;
    }
    
    
    .main-navigation ul.menu>li, .main-navigation ul.nav-menu>li {
        padding: 0;
    }
    
    .main-navigation ul.menu>li:first-child > a, .main-navigation ul.nav-menu>li:first-child > a {
        background: #ffffff;
        color: #000000;
    }
    
    
    
    
    header.site-header {
        border: none;
        padding: 20px 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: transparent;
    }
    
    header.site-header.noBanner {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        background: #2c5473;
    }
    

    header.site-header .col-full {
        display: flex;
        align-items: center;
    }


    
    body.admin-bar header.site-header {
        top: 32px;
    }
    body.admin-bar header.site-header.noBanner {
        top: 0px;
    }
    .site-header-cart .cart-contents {
        padding: 0;
    }
    
    
    .col-full {
        max-width: 1060px;
        padding: 0px 20px;
    }
    
    .site-header-cart .widget_shopping_cart {
        width: 240px;
        right: -999em;
        left: auto;
        top: 100%;
    }
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
        right: 0;
        left: auto;
    }
    
    a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover > li > a {
        color: rgba(255, 255, 255, 0.7);
    }    


   .site-header-cart .widget_shopping_cart a:hover {
        color: #f7b91a;
    }


/*Header Styles Css --------------------------------------------------------------------------------------------------------- End */


/*Banner Styles Css ----------------------------------------------------- Start */


    .main-banner {
        position: relative;
        max-height: 100vh;
        min-height: 500px;
        overflow: hidden;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        /*background-attachment: fixed !important;*/
    }
    
    .main-banner img {
        visibility: hidden;
    }
    
    .main-banner:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        z-index: 1;    
    }

    .banner_caption {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #ffffff;
        width: 100%;
        text-align: center;

        font-family: 'Amiri', serif;
        font-size: 82px;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: normal;
        z-index: 110;

    }



/*Banner Styles Css --------------------------------------------------------------------------------------------------------- End */


/*Welcome Area Styles Css --------------------------------------------- Start */


.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
    max-width: 100%;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}
.page-template-template-homepage .type-page {
    padding: 60px 0px 60px;
    margin: 0;
}

.page-template-template-homepage .entry-header h1 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}





/*Welcome Area Styles Css --------------------------------------------------------------------------------------------------------- End */




/*Callout 1 Styles Css ----------------------------------------------------- Start */


    .parallax_section {
        position: relative;
        max-height: 100vh;
        overflow: hidden;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: fixed !important;
    }
    
    .parallax_section img {
        visibility: hidden;
    }
    
    .parallax_section:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        z-index: 1;    
    }

    .parallax_banner_caption {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        z-index: 110;

    }
    .parallax_banner_caption .banner_title {
        font-family: 'Amiri', serif;
        font-size: 82px;
        color: #ffffff;
        line-height: 100%;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 30px;
    }


/*Callout 1 Styles Css --------------------------------------------------------------------------------------------------------- End */



/*Process Area Styles Css ------------------------------------------------------------- Start */

.process_images_section {
    padding: 60px 0;
    text-align: center;
}

.process_link.button {
    display: inline-block;
    border: 2px solid #000;
    color: #000 !important;
    background: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.process_link.button:hover {
    background: #000;
    color: #fff !important;
}


.process_images {
    display: flex;
}
.image_item_container {
    margin: 0 0 40px;
    padding: 0px 20px;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
}
.image_item_container .image_item {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.image_item_container .image_item img {
    display: none;
}
.image_item_container .image_item:before {
    content: '';
    display: block;
    padding-top: 100%;
}



/*Process Area Styles Css --------------------------------------------------------------------------------------------------------- End */




/*Staff Area Styles Css ------------------------------------------------------------- Start */

.staff_section {
    padding: 60px 0 20px;
}

.staff {
    display: flex;
}
.staff_item {
    margin: 0 0 0px;
    padding: 0px 20px;
    flex: 0 0 33.3334%;
    max-width: 33.3334%;
}
.staff_item h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 40px;
    display: block;
    font-weight: 700;
}
.staff_item p {
    margin-bottom: 20px;
}

.staff_item .designation {
    margin-bottom: 20px;
}


.content-area, .widget-area {
    margin-bottom: 40px;
}
.site-main {
    margin-bottom: 0;
}
/*Process Area Styles Css --------------------------------------------------------------------------------------------------------- End */



footer.site-footer ul.socials {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
footer.site-footer ul.socials li {
    display: inline-block;
}
footer.site-footer ul.socials li a i {
    background: #fff;
    color: #3c342f;
    padding: 8px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    display: block;
}
footer.site-footer ul.socials li a:hover i {
    background: #000000;
    color: #ffffff;
}


.footer_content_section {
    display: flex;
    font-size: 16px;
}

.footer_content_section a {
    text-decoration: none;
}
.footer_content_section h3 {
    font-size: 16px;
    font-weight: 700;
}


.footer_right_section {
    text-align: right;
    flex: 0 0 50%;
    max-width: 50%;
}


.footer_left_section {
    text-align: left;
    flex: 0 0 50%;
    max-width: 50%;
}
.hentry {
    margin-bottom: 0;
}



.hentry a {
    font-weight: bold;
    color: #587e5d;
    text-decoration: none;
}



#content.site-content {
    padding: 40px 0 0;
}
body.home #content.site-content {
    padding: 0px 0;
}

#content.site-content .col-full {
    max-width: 1160px;
}

.wpcf7 .wpcf7-form .field {
    margin-bottom: 30px;
}

.wpcf7-form-control-wrap {
    font-weight: 700;
    font-size: inherit;    
}

/*unhide copuon code checkout*/
body.woocommerce-checkout .checkout_coupon {
    display: block !important;
}
/*hide message have a coupon?*/
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    display:none;
}

h1, .alpha {
    color: #3c342f;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 32px;
}




.button {
    border-radius: 5px;
    color: #ffffff !important;
}
.button:hover {
    background: #000000;
    color: #ffffff;
}

.primary-navigation {
    display: inline-block !important;
}


@media only screen and (min-width : 992px) {
    .main-navigation div.menu {
        display: none !important;
    }
}

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

    .woocommerce-active .site-header .main-navigation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
        z-index: 500000;
        text-align: center;
    }
    
    button.menu-toggle, button.menu-toggle:hover {
        background: transparent !important;
        border: none !important;
    }
    button.menu-toggle {
        padding: 25px 0 0 43px !important;
        background: transparent !important;
        border: none !important;
    }
    button.menu-toggle span {
        font-size: 0 !important;
    }
    button.menu-toggle:after, button.menu-toggle:before, button.menu-toggle span:before {
        background: #ffffff !important;
        left: 14px !important;
    }
    
    .primary-navigation {
        display: none !important;
    }
    
    

    header.site-header .col-full {
        display: block;
    }
    .woocommerce-active .site-header .site-branding {
        width: 100%;
        text-align: center;
    }
    header.site-header {
        padding-top: 60px;
    }





#main-banner .banner_caption {
    font-size: 52px;
    bottom: 40px;
    top: auto;
    transform: none;
}

#main-banner {
    min-height: 315px;
}
body.home #main-banner {
    min-height: 500px;
}



.parallax_section {
    min-height: 500px;
}
.parallax_banner_caption .banner_title {
    font-size: 52px;
}

.col-full, #content.site-content .col-full {
    max-width: 100%;
    margin: 0;
}
.staff {
    display: block;
}

.staff_item {
    padding: 0px 0px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}


.site-footer {
    padding: 30px 0 100px;
}


.process_images_section .col-full {
    padding: 0;
}
.process_images_section .image_item_container {
    padding: 0 15px;
}


}


a:focus {
    outline: none;
}


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

    #main-banner .banner_caption {
        font-size: 32px;
    }
    
    .parallax_banner_caption .banner_title {
        font-size: 32px;
    }
    .process_images_section .col-full {
        padding: 0 20px;
    }
    .process_images {
        display: block;
    }
    .process_images_section .image_item_container {
        padding: 0 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main-banner .banner_caption {
        padding: 0px 15px;
    }


}



.storefront-sorting {
    display: none !important;
}

.fl-module-heading .fl-heading {
    color: #3c342f;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 32px;
}

.fl-module-content {
    margin: 0 0 30px !important;
}


.uabb-gf-style {
    padding: 0 0 40px !important;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background: #2c5473 !important;
    color: #ffffff !important;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a {
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}


body.blog #content .col-full {
    max-width: 820px;
    width: 100%;
}
body.single-post #content .col-full {
    max-width: 820px;
    width: 100%;
}
     


body.blog .loop_post_content .title h2, body.blog .loop_post_content .title h2 a.news_title {
    color: #3c342f;
}

.banner_caption .post_date {
    display: block;
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-transform: capitalize;
}



@media only screen and (min-width : 768px) {

    body.blog .loop_post_content .title {
        width: 250px;
        float: left;
        margin-right: 50px;
    }
    body.single-post .banner_caption {
        padding: 0px 10%;
    }


}


