/*
Theme name: Data Protection People
Description: Custom Theme
*/

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

	The DEVELOPMENT.md file contains instructions how to get the build
	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 {  }

body .gform_wrapper.gform_wrapper.gravity-theme .gfield input {
	margin: 1rem 0;
}

#field_5_8 {
	margin-top:	2rem;
}

#field_5_8 .gchoice {
	    display: inline;
	    margin-right: 1rem;
}

select#input_2_9 {
	margin-top: 1rem;
    padding: .7rem 1.4rem !important;
	height: 35px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 300;
    background: #fff;
    border: 0;
    border-radius: .6rem;
}

/** Menu Amends **/
@media (min-width: 769px) {
	.nav .menu-item-has-children>a:before {
		background: unset !important;
	}

	.nav>ul>li>.mega-sub-menu {
		top: 7.9rem !important;
	}
	.nav .mega-block-title {
		padding: 1.5rem 0 0 3rem;
	}
	.nav .mega-menu-column-1of5 li, .nav .mega-menu-column-3of5 li {
    	margin-bottom: 1.5rem; 
	}
	.nav .mega-menu-column-1of5 h6, .nav .mega-menu-column-3of5 h6 {
		margin-bottom: 0.6rem; 
	}
	.nav .mega-menu-column-2of5 {
		padding: 1.5rem 5.5rem 2rem 0; 
	}
	.nav .mega-menu-column-1of5 .mega-sub-menu, .nav .mega-menu-column-3of5 .mega-sub-menu {
		padding: 2.5rem 1rem 1rem 3rem;
	}
}

