/*
 Theme Name:   Vox Populi Child
 Theme URI:    http://vox-populi.bold-themes.com
 Description:  Vox Populi child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     vox-populi
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  vox-populi-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */


.btVolunteers .btVolunteersFirstName span input[type="text"], .btVolunteers .btVolunteersLastName span input[type="text"] {
	background-color: #fff;
    font-size: 1.2em;
    color: #181818;
}
.btVolunteers .btVolunteersFirstName {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
	padding: 0 1em 1em 0;
}
.btVolunteers .btVolunteersLastName {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
	padding: 0 0 1em;
}
.btVolunteers .btVolunteersFirstName input:not([type='submit'])::placeholder, .btVolunteers .btVolunteersLastName input:not([type='submit'])::placeholder {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
}

/* Endorsements Form */
.endorsementsForm h3 {
    font-size: 2.4em;
    opacity: .8;
    font-weight: 600 !important;
}
.endorsementsForm p.btLabel, .endorsementsForm p, .endorsementsForm span.wpcf7-list-item-label {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
}
.endorsementsForm p.btLabel, .endorsementsForm p {
    font-weight: 500;
    margin-bottom: 0;
}
.endorsementsForm .btInput {
    margin-bottom: 1em;
}
.endorsementsForm hr {
    margin: 2em 0;
    opacity: .5;
}
.endorsementsForm input:not([type='submit']), .endorsementsForm textarea, .endorsementsForm select, .endorsementsForm .fancy-select .trigger {
	font-family: "Work Sans",Arial,Helvetica,sans-serif;
	background-color: #fff !important;
}
.endorsementsForm textarea {
	height: 150px;
	resize: none;
}
.endorsementsForm .btInput.donation-acceptance {
	margin-top: 0.8em;
}
.endorsementsForm .btInput.donation-acceptance .wpcf7-list-item.first {
	margin-left: 0;
}
.endorsementsForm .acceptance-consent {
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.endorsementsForm .acceptance-consent .wpcf7-list-item {
	margin-left: 0;
}
.endorsementsForm .btButton {
    padding-top: 1.3em;
}
.endorsementsForm .btButton input[type='submit'] {
	-webkit-box-shadow: 0 0 0 3em #163b65 inset !important;
    box-shadow: 0 0 0 3em #163b65 inset;
	color: #fff !important;
}
.endorsementsForm .btButton input[type='submit']:hover {
	-webkit-box-shadow: 0 0 0 2px #163b65 inset !important;
    box-shadow: none;
	background-color: transparent !important;
	color: #163b65 !important;
}

/* Footer */
.menu-footer-menu-container {
	justify-content: center;
}
ul#menu-footer-menu li {
	text-align: center;
}