/*
Theme name: Legal Case Calculator
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 {  }
.intro .intro__slide { height: 390px; }
.button { display: inline-block; margin-right: 0!important; -webkit-appearance: none; -moz-appearance: none; appearance: none; line-height: 50px; height: 50px; min-width: 196px; padding-left: 15px; padding-right: 15px; background: #4995ca; color: #fff; font-size: 21px; font-weight: 700; text-align: center; border-radius: 3px; border: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin: 20px 0; }
.button:hover { text-decoration: none; opacity: .8; }
.copy-content *:last-child { margin-bottom: 0; }