/**
Theme Name: Women's Bill of Rights
Author: Team Kbw
Author URI: https://keybridgeweb.com/about/
Description: Custom theme for Women\'s Bill of Rights
Version: 2022
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: womens-bill-of-rights
Template: astra
*/


.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}
.filter_tr input, .filter_tr select
{
    border: 2px solid #551942;
    box-sizing: border-box;
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 30px;
    color: #551942;
    height: 60px;
    padding: 12px 18px !important;
    outline: none;
    width: 100%;
}
.people_list .brdr_top th
{
    border: none;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #e7e9ec;
	cursor:pointer;
}
.filter_th_name
{
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
}

.dataTables_wrapper .paginate_button
{
    border-radius: 20px 20px 20px 20px;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor:pointer;
}
.dataTables_wrapper .paginate_button.current
{
	background:#531842;
	color:#fff;
}
.people_list th
{
	text-align:left;
}
body #DataTables_Table_0_filter
{
	display:none!important;
}
.people_list tbody td, .people_list .brdr_top th
{
    border: none;
    /* padding: 20px 0; */
    box-sizing: border-box;
    border-bottom: 2px solid #e7e9ec;
}

body .people_list,
.people_list th
{
	border:none
}

@media ( min-width:800px )
{
	.people_list th:first-child,
	.people_list tbody td:first-child
	{
		width: 25% !important;
		padding-left:0px;
	}
	.people_list th:nth-child(6),
	.people_list tbody td:nth-child(6)
	{
		width: 25% !important;
	}
	
	.people_list th,
	.people_list tbody td
	{
		width: 11% !important;
		padding-left:10px!important;
		box-sizing:border-box;
	}
	
	.mob_show_only
	{
		display: none;
	}
	.people_list .filter_tr th:not(:first-child)
	{
		width: 20% !important;
		padding-left:10px;
		box-sizing:border-box;
	}
	.contact-icons .mobile-label
	{
		display:none;
	}
}
@media( max-width:799px )
{
	body .people_list tr
	{
		display: flex;
		flex-wrap: wrap;
		border-bottom: 2px solid #e7e9ec;
		width: 100%;
		padding: 20px 0 10px 0;
		box-sizing: border-box;
	}
	body .people_list tbody td
	{
		border: none;
		width: 100%;
		display: block;
		padding: 0px;
		text-align: left;
	}
	body .people_list .filter_tr th
	{
		width: 100%!important;
		padding-left: 0px;
	}
	body .mob_show_only
	{
		display: inline-block;
	}
	.people_list .mob_name
	{
		font-size: 18px;
		line-height: 30px;
		margin-right: 10px;
		font-weight:600
	}
}
.post-password-form
{
    padding: 100px;
    box-sizing: border-box;
}
.people_list th.sorting:before,
.people_list th.sorting_asc:before,
.people_list th.sorting_desc:before
{
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    right: 6px;
    top: 50%;
    margin-bottom: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #cfd3e0;
}
.people_list th.sorting:after,
.people_list th.sorting_asc:after,
.people_list th.sorting_desc:after
{
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #cfd3e0;
}
.people_list th
{
    vertical-align: middle;
    position: relative;
}
.people_list .yes_p
{
    color: #9f3042;
}
.people_list .yes_p, .people_list .no_p
{
    font-weight: 700 !important;
}
body .dataTables_paginate
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
body .dataTables_wrapper .paginate_button
{
	margin:0px 10px;
}
.people_list tbody td svg
{
	width: 100%;
    max-width: 20px;
    display: inline-block;
	fill:#9f3042
}
.c_align,
.c_align *
{
	text-align:center!important;
}
.custm_share_btns
{
    display: flex;
	margin-left:15px;	
}
.custm_share_btns a
{
	display:inline-block;
	margin:0px 5px;
}
.custm_share_btns a svg
{
	display:inline-block;
	width:30px;
}