/*
Theme name: Notary Cam
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. 
*/
body .cognito .c-forms-form :not(.c-question) > .c-label {
	color: #FFFFFF;
	font-weight: 100;
}

a.cn-set-cookie:focus,
a.cn-more-info:focus {
	outline: dashed #b7b7b7;
}

.footer__socials ul > li > a > .ico {
	border-radius: 50%;
}

.footer__socials ul > li > a:focus > .ico {
	background-color: rgba(256, 256, 256, 0.1);
	border-radius: 50%;
}

.nav.nav--utilities ul.menu > li.btn.btn--green > a:focus,
.nav.nav--main ul.menu > li.menu-item > a:focus,
a.logo.logo--notarycam:focus,
.nav--footer ul.menu > li.menu-item > a:focus
{
	outline: dashed #b7b7b7;
}