/*
Theme Name: LawExpert Child
Author: SimmSimm
Description: Child theme of LawExpert
Version: 1.0
Template: lawexpert
*/

.bg-subtitle, .title-post.entry-title, .other-post.entry-title {
	text-shadow:
    1px 1px black,
    -1px 1px black,
    1px -1px black,
    -1px -1px black;
}

.site-description, .breadcrumb, .site-title {
	text-shadow:
    0.5px 0.5px brown,
    -0.5px 0.5px brown,
    0.5px -0.5px brown,
    -0.5px -0.5px brown;
}

.bg-maintitle, .bg-subpera {
	text-shadow:
    0.5px 0.5px black,
    -0.5px 0.5px black,
    0.5px -0.5px black,
    -0.5px -0.5px black;
}

#site-navigation {
	text-shadow:
    0.5px 0.5px black,
    -0.5px 0.5px black,
    0.5px -0.5px black,
    -0.5px -0.5px black;
}

#site-navigation ul li a {
//	font-weight: bolder;
}

.pmpro_table tr > *:nth-child(n+2) {
	display: none;
}

.pmpro_actionlinks {
	display: none;
}

#pmpro_account-invoices {
	display: none;
}

p.wpcf7c-elm-step2 {
	color: red;
}

.wpcf7c-conf, .wpcf7c-conf:focus, input.wpcf7c-conf[type="text"], input.wpcf7c-conf[type="text"]:focus, input.wpcf7c-conf[type="email"], input.wpcf7c-conf[type="email"]:focus, input.wpcf7c-conf[type="select"], input.wpcf7c-conf[type="select"]:focus, input.wpcf7c-conf[type="tel"], input.wpcf7c-conf[type="tel"]:focus, textarea.wpcf7c-conf {
	background-color: inherit;
    border: none;
    box-shadow: none;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.form-donation-amount[type="number"] {
	width: 50%;
}