/*
 Theme Name:   GP ChildTheme
 Theme URI:    http://generatepress.com
 Description:  GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*//* Begin Navigation and Links */@media (min-width: 768px) {    .main-navigation .menu>.menu-item>a:before,    .main-navigation .menu>.current-menu-item:not(.wc-menu-item)>a:before,    .loud-link a:before {        content: "";        position: absolute;        display: block;        bottom: 1em;        width: 0%;        height: 2px;        background-color: currentColor;        -webkit-transition: 0.3s width ease;        transition: 0.3s width ease;    }    .main-navigation .menu>.menu-item:hover>a:before,		.main-navigation .menu>.menu-item.sfHover>a:before,    .main-navigation .menu>.current-menu-item:not(.wc-menu-item)>a:before,    .loud-link a:hover:before {        width: calc(100% - 40px);    }    .loud-link a {        position: relative;        padding-right: 40px;    }    .loud-link a:hover:before {        width: calc(100% - 64px);    }    .loud-link a:before {        bottom: -0.5em;    }}.loud-link a:after {    content: '\21e2';    margin-left: 5px;}
.main-navigation.navigation-stick {
    background-color:#d1d1d1;z-index:999}/* End Navigation and Links */