/*
Theme Name: JVP Theme
Theme URI: https://jewishvoiceforpeace.org/
Version: 1.0
Description: A custom theme for JVP.
Author: The Snowberry Team
Author URI: https://snowberrymedia.com
template: bb-theme
*/

/************************************************************
 * GENERAL
 ***********************************************************/

@media (min-width:1250px) {
    .skew-layout--left .fl-row-content {
        margin-left: calc((100vw - 1270px)/2);
    }
    .skew-layout--right .fl-row-content {
        margin-right: calc((100vw - 1270px)/2);
    }
    .col-padded--left .fl-col-content {
        padding-left: calc((100vw - 1270px)/2);
    }
    .col-padded--right .fl-col-content {
        padding-right: calc((100vw - 1270px)/2);
    }
}

.send-back > .fl-col-content {
	position: relative;
	z-index: 0;
}

.bring-front > .fl-col-content {
	position: relative;
	z-index: 2;
}

.hero-cta > .fl-col-content {
	cursor: pointer;
}

.hero-cta > .fl-col-content::after {
	-webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -ms-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
}

.hero-cta > .fl-col-content:hover::after {
	background-image: linear-gradient(180deg, rgba(39,37,41,0) 40%, rgb(110, 85, 255) 100%);
}

h2.widgettitle {
	display: none;
}

.widget_archive {
	text-align: right;
}

select#archives-dropdown--1{
	line-height: 1.4em;
	padding: 10px;
	border-radius: 4px;
	border-color: #c5bbff;
	border-width: 2px;
}

#get-the-wire-form .btn {
	background-color: #003366;
	border-color: #003366;
	width: 200px;
	min-height: 55px;
	border-radius: 12px;
	text-transform: uppercase;
	font-family: baton_turbo, sans-serif;
    font-weight: 600;
}

#get-the-wire-form input[type="text"],
#get-the-wire-form input[type="email"] {
	border-color: #c5bbff;
    border-width: 0;
    border-radius: 4px;
    padding: 12px 15px;
	font-family: baton_turbo, sans-serif;
    font-weight: 500;
	height: auto;
}

#get-the-wire-form .btn:hover,
#get-the-wire-form .btn:focus,
#get-the-wire-form .btn:active {
	background-color: #5340bf;
	border-color: #5340bf;
}

/************************************************************
 * HEADER
 ***********************************************************/

.jvp-header ul li ul{
	background: #ffffff;
	padding: 10px 20px 10px 20px;
}

#top-bar-menu .uabb-svg-container svg {
    display: none;
}

#top-bar-menu .uabb-svg-container::before {
    content: '\f078';
    font-size: 24px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

@media (max-width: 768px) {
	#top-bar-menu .menu > li > a,
	#top-bar-menu .menu > li > .uabb-has-submenu-container > a {
		padding: 10px;
	}
}

body.fl-builder {
	overflow: visible;
}

body.fl-builder-edit {
	overflow-x: hidden;
}

.sticky-nav-row {
	position: sticky;
	top: 78px;
	z-index: 100;
}

.admin-bar .sticky-nav-row {
	top: 110px;
}

.sticky-nav-row .fl-row-content-wrap {
    padding: 0 !important;
}

.sticky-nav {
    transform: translateY(-50%);
}

.sticky-nav .fl-col-content {
    display:flex;
	align-items:center
}
.sticky-nav .fl-module{
    width:100%
}
.sticky-nav .nav {
    font-size: 25px;
    font-family: 'baton', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.sticky-nav .nav .nav-link {
	font-family: inherit;
    color: #000000;
}
.sticky-nav .nav .nav-link:hover{
    color:#003366;
}

@media(max-width:991px){
	.sticky-nav .nav {
		font-size: 18px;
	}
}
@media(max-width:767px){
	.sticky-nav .nav {
		font-size: 16px;
		line-height: 18px;
	}
	.sticky-nav .nav .nav-link{
		padding:0 10px
	}
}

/************************************************************
 * FOOTER
 ***********************************************************/

footer .uabb-creative-menu .uabb-creative-menu-expanded.menu > .uabb-has-submenu > .sub-menu {
    display: block !important;
}

footer .uabb-creative-menu .uabb-creative-menu-expanded.menu > .uabb-has-submenu > .sub-menu a {
    text-indent: 0 !important;
}


/************************************************************
 * FORMS
 ***********************************************************/
.archive_filter select{
	border:0 !important;
	background:transparent !important;
	font-weight: 700;
	font-size: 16px;
	width:145px;
	font-family: 'baton_turbo',sans-serif;
	outline:0;
}
.search_sidebar .pp-search-form__icon{
	-ms-flex-order:2;
	order:2;
	color:#003366;
	padding-right:10px;
	padding-left:0;
}
.search_sidebar .pp-search-form input[type="search"]{
	padding-left:20px
}

.jvp_newsletter_form .uabb-form-wrap{
	margin:0 -11px;
}
.jvp_newsletter_form .uabb-form-error-message,
.jvp_newsletter_form .uabb-form-button,
.jvp_newsletter_form .uabb-form-field{
	width:100%;
	clear:both;
	padding:0 11px;
}
.jvp_newsletter_form .uabb-form-field:nth-child(1),
.jvp_newsletter_form .uabb-form-field:nth-child(2){
	width:50%;
	float:left;
	clear:none;
}
@media(max-width:767px){
	.archive_filter select{
		display: block;
    	margin: 0 auto;
		text-align:center;
	}
}

/************************************************************
 * BLOG
 ***********************************************************/
 
 .carousel-post-card .slick-track{
	 padding-top:5px;
 }

.post-card {
	font-size: 14px;
}

.post-card img {
    width: 175px;
	aspect-ratio: 1;
	object-fit: cover;
    border-radius: 50%;
	margin-right: 40px;
}

.post-card--image-sm img {
	width: 120px;
	margin-right: 20px;
}

.post-card--image-sm {
	align-items: center;
}

.post-card-title {
    font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 5px;
}

.post-card-meta {
    padding: 0 0 5px;
}

.post-card-text > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.resource-card {
	height: inherit;
	font-size: 14px;
	border: 0;
	box-shadow: 0px 4px 20px 0px rgba(67, 67, 67, 0.1);
}

.resource-card-text {
    margin-top: 20px;
    padding: 0 20px 20px 20px;
}

.resource-card-title {
    font-family: 'baton', sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 5px;
}

.resource-card-meta {
    font-size: 13px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.resource-card-image img {
    width: 100%;
	height: 280px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.resource-card-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.featured-resource-card {
	border: none;
	overflow: hidden;
	height: inherit;
	box-shadow: 0px 10px 20px 0px rgba(67,67,67,0.1);
}

.featured-resource-card .card-img-top {
	width: 100%;
	aspect-ratio: 275 / 230;
	object-fit: cover;
}

.featured-resource-card .card-title {
	font-size: 20px;
}

.featured-resource-card .card-body > a {
	font-family: "baton_turbo", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.fl-post-grid .fl-post-column:nth-child(1) .featured-resource-card {
	border-radius: 102px 10px 10px 10px;
}

.fl-post-grid .fl-post-column:nth-child(2) .featured-resource-card {
	border-radius: 10px 10px 102px 10px;
}

.fl-post-grid .fl-post-column:nth-child(3) .featured-resource-card {
	border-radius: 10px 102px 10px 10px;
}

/************************************************************
 * PAGES
 ***********************************************************/
.give-counter {
	background: #003366;
	border-radius: 0 100px 0 100px;
	z-index: 5;
	position: relative;
}

.feature-resource-left .uabb-image .uabb-photo-img{
	border-radius: 125px 10px 0 0;
}

.feature-resource-middle .uabb-image .uabb-photo-img{
	border-radius: 10px 10px 0 0;
}

.feature-resource-right .uabb-image .uabb-photo-img{
	border-radius: 10px 125px 0 0;
}

.press_release_posts .uabb-blog-posts-shadow .uabb-blog-posts-shadow{
	overflow:hidden;
}
.press_release_posts .uabb-blog-post-content .uabb-button-wrap{
	padding-top:0
}
.other_stories .uabb-blog-posts .uabb-post-wrapper{
	margin-bottom:0
}
.other_stories .uabb-blog-posts .uabb-post-wrapper .uabb-blog-posts-shadow{
	margin-bottom:0
}
.uabb-blog-posts.slick-slider .slick-list{
	padding-bottom:15px;
	height: auto !important;
}

.uabb-blog-posts ul.slick-dots{
	padding:0;
}
.uabb-blog-posts ul.slick-dots li,
.uabb-blog-posts ul.slick-dots li button,
.uabb-blog-posts ul.slick-dots li button:before{
	width:12px;
	line-height:12px;
	padding:0;
	height:12px;
}
.other_stories .uabb-blog-posts .uabb-blog-post-inner-wrap{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
}
.other_stories .uabb-thumbnail-position-left .uabb-post-thumbnail{
	width:160px;
	min-width:160px;
	margin-right:43px;
	overflow:hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.faq_2_col .uabb-adv-accordion{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -21px;
}
.faq_2_col .uabb-adv-accordion-item{
	width:50%;
	padding:0 21px
}
.faq_2_col .uabb-adv-accordion-button{
	display:-ms-flexbox;
	display:flex;
	min-height:100%;
}
.faq_2_col .uabb-adv-accordion-button .uabb-adv-accordion-button-label{
	-ms-flex-item-align:center;
	align-self:center;
}
.faq_2_col .uabb-adv-accordion-item-active .uabb-adv-accordion-button{
	min-height:inherit;
	-webkit-border-bottom-left-radius:0;
	-moz-border-bottom-left-radius:0;
	border-bottom-left-radius:0;
}
.faq_2_col .uabb-adv-accordion-icon-wrap{
	min-width:40px;
	width:40px;
	height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #AB9DF5
}
.faq_2_col .uabb-adv-accordion-button .uabb-adv-accordion-icon-wrap i{
	width:38px;
	height:36px;
	line-height:36px;
}

@media(max-width:767px){
	.faq_2_col .uabb-adv-accordion-item{width:100%}
}

.page-id-4956 .entry-title{
display: none;
}
/************************************************************
 * MAP
 ***********************************************************/

.state-popover.popover {
	border: none;
	border-top: 6px solid #003366;
	box-shadow: 0px 10px 20px 0px rgba(67, 67, 67, 0.1);
	border-radius: 0 0 10px 10px;
}

.state-popover .popover-header {
    font-size: 20px;
    color: #003366;
    background: none;
    border: none;
    border-radius: 0;
}

.state-popover .popover-body h5 {
    font-size: 16px;
}

@media (min-width:576px) {
	.state-popover.popover {
		max-width: 320px;
	}
}

/************************************************************
 * OTHER
 ***********************************************************/
.sidebar_menu .menu{
	padding-left:15px;
}
.sidebar_menu .menu li{
	list-style:disc;
}

.sidebar_nav_iconed .pp-infolist-icon .pp-infolist-icon-inner{
	height:20px;
	line-height:20px;
}

.action-alerts-card .uabb-blog-post-content:before{
	content:"";
	position:absolute;
	left:35px;
	top:25px;
	width:40px;
	height:40px;
	background:url(img/icon-action-alerts.png) no-repeat center 0;
}

.carousel-post-card .uabb-blog-posts-shadow{
	overflow:hidden;
	position:relative
}
.carousel-post-card .uabb-blog-posts .uabb-post-thumbnail img{
	min-width:100%;
	max-width: inherit;
}
.carousel-post-card .uabb-post-wrapper .uabb-post-thumbnail{
    display: -ms-flexbox;
    display: flex;
	-ms-flex-pack:center;
    justify-content: center;
}
.dedicated-team-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav ul{
	margin:0 0 40px;background: #FFFFFF;
	-webkit-box-shadow: 0px 10px 20px rgba(67, 67, 67, 0.1);
	-moz-box-shadow: 0px 10px 20px rgba(67, 67, 67, 0.1)
	box-shadow: 0px 10px 20px rgba(67, 67, 67, 0.1);
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border-top:4px solid #003366;
}
.dedicated-team-tabs .fl-module-content .uabb-tabs .uabb-tabs-nav ul li .uabb-tab-title:before{
	content:"• ";
	display:inline;
}
.dedicated-team-tabs .fl-builder-module-template{
	max-width:inherit;
	padding:0
}
.dedicated-team-tabs .fl-builder-module-template .fl-module-content{
	margin:0
}
.dedicated-team-tabs .uabb-tabs .uabb-title-tag, .dedicated-team-tabs .uabb-tabs .uabb-acc-icon{
	vertical-align:middle
}


.dedicated-team-acc .uabb-module-content{
	display:flex;
	flex-wrap:wrap;
	margin:0 -41px
}
.dedicated-team-acc .uabb-module-content .uabb-adv-accordion-item{
	width:33.33333333%;
	padding:0 41px
}
.dedicated-team-acc .uabb-adv-accordion-button-label span{
	display:block;
	font-weight: 500;
	margin-top:9px;
	font-size: 14px;
	line-height: 16px;
	text-transform:uppercase;
}
.dedicated-team-acc .uabb-adv-accordion-button-label span:before{
	content: "";
    display: inline-block;
    background-color: #AB9DF5;
    font-size: 25px;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: -3px;
    margin-right: 6px;
}
.dedicated-team-acc .uabb-adv-accordion-icon-wrap{
	min-width:33px;
	width:33px;
	height:33px;
	display:block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #AB9DF5
}
.dedicated-team-acc .uabb-adv-accordion-button .uabb-adv-accordion-icon-wrap i{
	width:29px;
	height:29px;
	line-height:29px;
}
@media(max-width:1199px){
	.dedicated-team-acc .uabb-module-content{
		margin:0 -20px
	}
	.dedicated-team-acc .uabb-module-content .uabb-adv-accordion-item{
		padding:0 20px
	}
}
@media(max-width:991px){
	.dedicated-team-acc .uabb-module-content .uabb-adv-accordion-item{
		width:50%
	}
}
@media(max-width:767px){
	.dedicated-team-acc .uabb-adv-accordion-button-label span{
		margin-top:6px;
	}
}
@media(max-width:600px){
	.dedicated-team-acc .uabb-module-content .uabb-adv-accordion-item{
		width:100%;
		margin-bottom:20px;
	}
}

body .at {
	line-height: 1.9;
	color: #003366;
    font-family: "baton_turbo",sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body .at a {
	color: #003366;
}

body .at a:hover,
body .at a:focus {
    color: #5340bf;
}

body .at form .label-amount>a {
	background-color: #a899ff;
}

body .at input[type="checkbox"]:active+span:before,
body .at input[type="checkbox"]:checked+span:before,
body .at form .label-amount:hover>a,
body .at form .label-amount input[type="radio"]:checked+a {
    border-color: #003366;
    background-color: #003366;
}

body .at input[type="checkbox"]:focus+span:before {
    box-shadow: 0 0 4px 0 #003366;
    border-color: #003366;
}

body .at input[type="checkbox"]:hover+span:before {
    border-color: #003366;
}

body .at .btn-at-primary {
	background-color: #FA8F8F;
	font-family: baton_turbo, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 25px;
    line-height: 30px;
    padding: 14px 24px;
	min-width:250px;
	border-radius: 10px;
}

body .at input[type="text"],
body .at input[type="password"],
body .at input[type="date"],
body .at input[type="datetime"],
body .at input[type="datetime-local"],
body .at input[type="month"],
body .at input[type="week"],
body .at input[type="email"],
body .at input[type="number"],
body .at input[type="search"],
body .at input[type="tel"],
body .at input[type="time"],
body .at input[type="url"],
body .at input[type="color"],
body .at textarea,
body .at select {
	border-width: 2px;
	border-radius: 5px;
	font-size: 15px;
	padding: 15px;
	border-color: #c5bbff;
	height: auto;
}

body .at form .label-amount input {
	border-width: 2px;
	border-radius: 5px;
	border-color: #c5bbff;
}

body .at form .label-amount input:required {
	border-color: #003366;
    background-color: #003366;
}

body .at form .label-amount input:required::-webkit-input-placeholder {
	color: rgba(255,255,255,0.7);
}

body .at .select2-selection--single,
body .at .select2-selection--multiple {
	border-width: 2px;
    border-radius: 5px;
    border-color: #c5bbff;
    font-size: 15px;
    height: auto;
    padding: 15px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #003366;
}

body .at .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.6;
}

body .at form .label-amount input:focus,
body .at .at-radio-set-buttons input[type="radio"]:checked+label.at-btn-radio,
body .at input[type="text"]:focus,
body .at input[type="text"]:focus,
body .at input[type="password"]:focus,
body .at input[type="date"]:focus,
body .at input[type="datetime"]:focus,
body .at input[type="datetime-local"]:focus,
body .at input[type="month"]:focus,
body .at input[type="week"]:focus,
body .at input[type="email"]:focus,
body .at input[type="number"]:focus,
body .at input[type="search"]:focus,
body .at input[type="tel"]:focus,
body .at input[type="time"]:focus,
body .at input[type="url"]:focus,
body .at input[type="color"]:focus,
body .at textarea:focus,
body .at select:focus {
	border-color: #003366;
}

body .at .btn-at-primary:hover,
body .at .hover.btn-at-primary {
    background-color: #FF5547;
}
