/*
Theme name: Paramount Theatre
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. 
*/

.entry p a {
	text-decoration: underline;
}

.entry p a:hover, .entry p a:focus {
	text-decoration: none;
}

.widgets .gform_widget {
    text-align: center;
}

.header .gform_wrapper {
    text-align: center;
}

.page-template-newsletter .required-fields {
	margin-bottom: 30px;
}

.page-template-newsletter .gform_footer {
    text-align: center;
}

.page-template-newsletter .gfield_checkbox input {
    display: inline-block!important;
    /*width: 30px;
    height: 30px;*/
}

.page-template-newsletter .gfield_checkbox label {
    color: #000;
    padding-left: 10px!important;
}

.page-template-newsletter .gfield_checkbox label:before {
    display: none;
}

.page-template-newsletter .form-info {
    font-size: 12px;
    margin-top: 50px;
}

.page-template-newsletter form {
	width: 100%;
	max-width: 425px!important;
	margin: 0 auto!important;
}

.nav-trigger span:nth-child(1), .nav-trigger span:nth-child(3) {
	width: 100%;
}