/*
Theme Name: Shooq 
Description: A Jewish Media Marketplace
Version: 1.0
Author: Digital Ink
Author uri: https://www.digital.ink
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
  	font-family: 'Poppins',sans-serif;
	font-weight: 300;
	height: 100%;
	color: #000;
	margin: 0 auto !important;
}

a {
	color: #418FDE;
	text-decoration: none;
}

a:hover, a:focus {
	color: #00205B;
}

p {
	margin: 0 0 18px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.25;
	font-weight: 400;
	margin-bottom: 1.25rem;
}

h1 {
	font-size: 72px;
	color: #ffffff;
}

h2, .h2 {
	font-size: 48px;
}

h3, .h3 {
	font-size: 40px;
}

h4, .h4 {
	font-size: 21px;
	font-weight: 600;
}

h5, .h5 {
	font-size: 24px;
}

h6, .h6 {
	font-size: 20px;
}

h6 a {
	color: #000;
}

ol, ul {
	padding-left: 20px;
	margin-bottom: 18px;
}

ol, ul, li {
	font-size: 18px;
	line-height: 1.5;
}

b, strong {
	font-weight: 600;
}

.not-bold {
	font-weight: 400;
}

/*Selection Styles*/

::selection {
  background: #000000; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #000000; /* Gecko Browsers */
  color: #ffffff;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #000000 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
   opacity: 1;
}

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*Background Colors*/

.blue {
	background-color: #f5fcff;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}

.lightgray {
	background-color: #f4f6fa;
}

.lightblue {
	background-color: #f0faff;
}

.black h2, .black h3, .black h4, .black h5, .black p, .black li, .black a  {
	color: #ffffff;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white p, .white li, .white a  {
	color: #000;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.screen-reader-text {
	display: none;
}

.frame img {
	max-width: 100%;
}

.pb-45 {
	padding-bottom: 2rem !important;
}

.pt-45 {
	padding-top: 2rem !important;
}

.py-45 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.py-25 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.mr-45 {
	margin-right: 2.25rem;
}

.mw-50 {
	max-width: 50%;
}

hr {
	border-top-color: #707070;
}

.btn, .utility-menu a {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	color: #ffffff;
	background: transparent;
	border: 2px solid #E0E0E0;
	border-radius: 8px;
	box-shadow: 0px 4px 0px 0px #E0E0E0;
	transition: 0.3s ease-in-out;
	-webkit-text-decoration: none;
	text-decoration: none;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

a.btn:not([href]):not([tabindex]) {
	color: white;
}

.btn:hover, .btn:focus, .utility-menu a:hover, .utility-menu a:hover, .gform_button.button {
	background: transparent;
	color: #ffffff;
	border-color: #E0E0E0;
	box-shadow: none !important;
	transform: translatey(4px) !important;
}

.utility-menu .alt-btn a:hover, .utility-menu .alt-btn a:focus {
	background: linear-gradient(270deg, #4096FF 0%, #024FFD 100%);
}

.blue-btn, .gform_button.button {
	background: linear-gradient(270deg, #003EC9 0%, #1C3F8E 100%);
	border: 2px solid #153170;
	border-radius: 8px;
	box-shadow: 0px 4px 0px 0px #153170;
	color: white !important;
}

.blue-btn:hover, .blue-btn:focus, .gform_button.button:hover, .gform_button.button:focus {
	box-shadow: none !important;
	transform: translatey(4px) !important;
	background: linear-gradient(270deg, #4096FF 0%, #024FFD 100%);
	border: 2px solid #153170;
}

.light-blue-btn {
	background: #4096FF;
	border: 2px solid #2D69B3;
	border-radius: 8px;
	box-shadow: 0px 4px 0px 0px #2D69B3;
}

.light-blue-btn:hover, .light-blue-btn:focus {
	background: linear-gradient(270deg, #4096FF 0%, #024FFD 100%);
	border-color: #2D69B3;
}

.overflow {
	overflow: hidden;
}

.select-css, .sidebar select {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 2px solid #7070701A;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('img/chevron-down-solid.svg'),
	  linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand, .sidebar select::ms-expand {
	display: none;
}
.select-css:hover, .sidebar select:hover {
	border-color: #888;
}
.select-css:focus, .sidebar select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option, .sidebar select option {
	font-weight:normal;
}

.select-css option.level-0 {
	text-transform: none;
}

.bg {
	background-size: cover;
}

a.social-media-icon {
	display: inline-block;
    width: 27px;
    height: 27px;
    background-color: transparent;
    color: #97999B;
    text-align: center;
    padding: 3px 4px;
    font-size: 15px;
}

a.social-media-icon:hover {
	color: #fff;
}

.round {
	border-radius: 50%;
}

.navbar-toggler-icon {
	font-size: 24px;
}

/*Menu*/

.search-field, .no-hero.fixed-top .search-field {
	padding: 6px 6px 10px 36px !important;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1215686275) !important;
	border-radius: 4px;
	color: white;
	background: transparent;
	width: 350px;
}

.search-form:before, .no-hero.fixed-top .search-form:before {
	content: "";
	background-image: url(img/search-glass.svg);
	width: 20px;
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 1;
}

.search-field::placeholder, .no-hero.fixed-top .search-field::placeholder {
	color: #ffffff !important;
	font-size: 14px;
}

.no-hero .search-field {
	background-color: #F3F4F6;
	border-color: #ccced1 !important;
}

.no-hero .search-form:before {
	background-image: url(img/search-glass-black.svg);
}

.no-hero .search-field::placeholder {
	color: #000 !important;
}

.no-hero .white-logo {
	display: none;
}

.no-hero.fixed-top .white-logo {
	display: block;
}

.no-hero.fixed-top .black-logo {
	display: none;
}

.yamm a {
	
}

.utility-menu a {
	margin-right: 18px;
	padding: 9px 18px !important;
}

.no-hero .utility-menu a {
	color: #000;
}

.no-hero.fixed-top .utility-menu a {
	color: #fff;
}

.utility-menu .alt-btn a, .no-hero.fixed-top .utility-menu .alt-btn a {
	background: linear-gradient(270deg, #003EC9 0%, #1C3F8E 100%);
	border: 2px solid #153170;
	border-radius: 8px;
	box-shadow: 0px 4px 0px 0px #153170;
}

.no-hero .utility-menu .alt-btn a {
	color: #fff;
}

.main-menu, .no-hero.fixed-top .main-menu {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-left: none;
	border-right: none;
}

.no-hero .main-menu {
	border-color: #ccced1;
}

.main-menu a, .no-hero.fixed-top .main-menu a {
	color: #e6e6e8;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid transparent;
}

.main-menu a:hover, .main-menu a:focus {
	background: #FFFFFF14;
	border-radius: 4px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(255, 255, 255, 0.1215686275);
}

.no-hero .main-menu a {
	color: #000;
}

.no-hero .main-menu a:hover, .no-hero .main-menu a:focus {
	background-color: #00000014;
}

.mobile-utility-menu a {
	font-size: 16px;
}

.chevron-icon {
	color: #00205B;
}

.chevron-icon.chevron-up {
	display: none;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-caret {
    position: absolute;
    top: 7px;
    right: 14px;
    cursor: pointer;
}

.yamm .dropdown {
	position: relative;
}

.yamm .nav, .yamm .collapse, .yamm .dropup {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	position: relative;
	margin: 0;
	border: none;
	border-radius: 0;
	top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.dropdown-menu a {
	font-weight: normal;
	font-family: 'ibm-plex-sans',sans-serif;
}

.dropdown-dropdown-menu {
	list-style-type: none;
}


/*Header*/

.header h2, .header h3 {
	color: #ffffff;
}

.video-overlay {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000000;
	max-height: 920px;
}

.header-row.fixed-top {
	background: rgba(41, 41, 41, 0.6862745098);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

/*Breadcrumbs*/

.breadcrumbs {
	color: #626365;
}

.breadcrumbs p {
	font-size: 14px;
	margin-bottom: 14px;
}

.breadcrumbs a {
	color: #418FDE;
	font-weight: normal;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	color: #626365;
	text-decoration: none;
}

.breadcrumbs span {
}

/*Page*/

.section {
	overflow: hidden;
}

.expander-link, .expander-link:focus {
	cursor: pointer;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	background-color: transparent;
	width: 90%;
	text-align: left;
}

.expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.expander-text, .expander-icon.minus {
	display: none;
}

.expander-icon {
    color: #000;
    position: absolute;
    right: 0;
	top: 0;
}

.board-member {
	border-radius: 10px;
}

.color-block {
	border-radius: 12px;
}

.color-block ul {
	list-style: none;
	padding-left: 0;
}

.color-block li {
	position: relative;
	padding-left: 1.8rem; /* Space for the checkmark */
	margin-bottom: 0.5rem; /* Optional: adds spacing between list items */
}

.color-block li::before {
	content: "✓"; /* Unicode checkmark */
	position: absolute;
	left: 0;
	top: 0;
	color: #28a745; /* Change to your preferred checkmark color (e.g., green) */
	font-weight: bold;
}

.color-block h4 {
	margin-bottom: 36px;
}

.color-block .btn {
	width: 100%;
	margin-top: 18px;
}

.project-container {
	overflow: hidden;
	white-space: normal;
}

.project-pager, .funder-pager {
	line-height: 50px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	z-index: 90;
	display: inline-block;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccced1;
	border-radius: 4px;
	background-color: transparent;
	width: 50px;
	height: 50px;
}

.funder-pager {
	color: #fff;
}

.view-all {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.funder-container {
	background-color: rgba(255,255,255,.3);
	border-color: #ffffff1f;
	border-width: 1px;
	border-radius: 10px;
	overflow: hidden;
	white-space: normal;
	padding: 27px;
	vertical-align: top;
}

.insight-image {
	border-radius: 10px;
	object-fit: cover;
}

.insight h1 {
	font-size: 48px;
}

.insight-source p {
	font-style: italic;
}

.insight-source p a {
	text-decoration: underline;
}

/*Hero*/

.hero-video {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 620px;
}

.video-container {
	height: 620px;
	overflow: hidden;
}

.hero-content p {
	color: #ffffff;
}

.homepage-video {
	height: 920px;
}

.home .video-container {
	height: 920px;
	overflow: visible;
}

.home .hero-content a.btn svg, .home .color-block a.btn svg {
	padding-left: 9px;
}

.home .hero-content a.btn::after, .home .color-block a.btn::after,  .home .color-block a.light-blue-btn::after {
	content: "\f03d";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: none;
	margin-left: 8px;
}

.home .hero-content a.blue-btn svg, .home .color-block a.blue-btn svg {
	padding-left: 9px;
}

.home .hero-content a.blue-btn::after, .home .color-block a.blue-btn::after {
	content: "\f81d";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: none;
	margin-left: 8px;
}

/*Single*/

.project-box {
	border-radius: 0 0 18px 18px;
}

.project-type {
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0.75rem 1.5rem;
	color: #000;
	border: 2px solid transparent;
	border-radius: 99px;
	box-shadow: 0px 4px 0px 0px transparent;
	transition: 0.3s ease-in-out;
	-webkit-text-decoration: none;
	text-decoration: none;
	position: absolute;
	top: 14px;
	background:rgb(230, 230, 232);
	padding: 4px 12px;
	left: 27px;
	font-size: 14px;
}

.project-meta {
	color: #ffffff;
}

.project-status span:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: green;
	position: absolute;
	display: block;
	left: -12px;
	top: 6px;
	border-radius: 50%;
	color: #219653;
}

.project-image {
	max-height: 420px;
	border-radius: 12px;
	object-fit: cover;
	width: 100%;
}

.fund-project svg {
	color: #219653;
	margin-right: 9px;
}

.fund-project:before {
	content: "\f81d";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: none;
}

.save-project svg {
	color: #DE69AD;
	margin-right: 9px;
}

.save-project:before {
	content: "\f004";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: none;
}

.contact-project svg {
	color: #2D9CDB;
	margin-right: 9px;
}

.contact-project:before {
	content: "\f2bb";
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	display: none;
}



.dateline a {
	text-decoration: underline;
}

.dateline a:hover, .dateline a:focus {
	text-decoration: none;
}

/*Sidebar*/

/*Forms*/

.form-logo {
	width: 150px;
}

.form-border {
	border: 1px solid #E6E6E8;
	border-radius: 12px;
}

.form-border p, .form-border li {
	font-size: 16px;
}

.form-border hr, .project-info hr {
	border-top-color: #E6E6E8;;
}

.form-border ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.form-border ol li {
  counter-increment: item;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}


.form-border ol li::before {
  content: counter(item);
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: #219653;
  border-radius: 50%;
  align-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

/*Footer*/

.footer .logo {
	max-width: 95px;
}

.footer-main-menu a {
	font-size: 16px;
}

.footer-main-menu a:hover, .footer-main-menu a:focus {
	text-decoration: underline;
}

.footer .dropdown-menu {
	display: block;
	position: relative;
    border: none;
    background-color: transparent;
    padding: 0;
    float: none;
    margin: 0;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container > div {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
	
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
	
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/*Media Queries*/

@media (min-width: 601px) {
	
	.admin-bar .header-row.fixed-top {
		top: 32px;
	}
}

@media (min-width: 768px) {
	
	.align-center {
		text-align: center;
	}
	
	.utility-menu a.nav-link {
		padding: .25rem .5rem;
	}
	
	.staff-container {
		max-width: 325px;
	}
		
}

@media (max-width: 991px) {
  .wp-image-1053, .wp-image-1051, .wp-image-1052 {
    margin: 0;
  }
}

@media (min-width: 992px) {

	.alignright {
		float:right;
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
		float: right;
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
	    margin: 5px 20px 20px 0;
	}
	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	.col-lg-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.w-lg-50 {
		width: 50%;
	}
	
	.btn {
		display: inline-block;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: .5rem .5rem 1rem;
	}
	
	.logo {
		width: 100%;
	}
	
	.dropdown-caret {
		display: none;
	}
	
	.utility-menu a.nav-link {
		padding: .5rem;
	}
	
	.yamm .dropdown {
		position: static;
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.yamm .dropdown.yamm-fw .dropdown-menu {
		position: absolute;
		top: 95%;
		background: white;
		border: 1px solid #F2F2F4;
		box-shadow: 0px 3px 6px #00000029;
		z-index: 10000;
	}
	
	.menu-title {
		font-size: 14px;
		color: #00205B;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.dropdown-menu a {
		color: #626365;
	}
	
	.nav-arrow { 
		display: block;
	}
	
	.two-column-featured-content {
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(234,235,235,1) 50%, rgba(234,235,235,1) 100%);
	}
	
	.partners-title {
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
		top: -108px;
	}
	
	.solutions {
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,32,91,1) 50%, rgba(0,32,91,1) 100%);
	}
	
	.columns {
		column-count: 3;
	}
	
	.columns li {
		margin-right: 18px;
		margin-bottom: 9px;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	.callout .stat {
		font-size: 120px;
	}
	
	.project-container {
		max-width: 290px;
	}
	
	
}

@media (min-width: 1200px) {
		
	.col-xl-45 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 1rem;
	}
	
	.container {
		max-width: 1300px;
	}
	
	.project-container, .funder-container {
		max-width: 403px;
	}
	

}
