/*
Theme name: Decks and Docks
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }
.gm-shopbutton-wrapper {
    margin: 30px 0 50px 0;
}
.gm-shopbutton {
    text-decoration: none;
    padding: 11px 40px;
    background: #4a6d7c;
    color: #fff;
    font-family: alegreya-sans, sans-serif;
    font-size: 26px;
    letter-spacing: .04em;
    font-weight: 800;
    border-radius: 10px;
}
.gm-shopbutton:hover {
	background: #002957;
}