/*
 Theme Name:   Bridge Child for PopCollab
 Theme URI:    http://www.qodethemes.com/
 Description:  Bridge Child for PopCollab
 Author:       Deanna Zandt
 Author URI:   http://deannazandt.com
 Template:     bridge
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bridge-child
 
 TABLE OF CONTENTS:
 1. GENERAL
 2. HEADER
 3. PAGE ELEMENTS
 4. BTS VOL 1 & 2 STYLING
 5. BTS VOL 3 & 4 STYLING
 5A. HAQQ
 5B. BECOMING AMERICA
 5C. IMPACT REPORT
 6. HOME PAGE
 7. ABOUT
 8. GRANTMAKING
 9. LATEST NEWS
*/


/* 1. GENERAL */

  @import url("https://use.typekit.net/yuv3xlf.css");


.elementor-text-editor p {
	margin: 1em 0;
}

.elementor-text-editor ul, .post ul {
	display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
    overflow:auto !important; 
	list-style-position: outside !important;
	margin-bottom: 22px !important;
}

.elementor-text-editor li, .post li  {
	padding-left: 10px !important;
	padding-bottom: 20px;
}

#slider_2976 .owl-item p {
	text-align: center;	
}

.elementor-image a, .wp-caption a { /*Hover diagonal lines  over images */
	position: relative;
	overflow: hidden;
	display: block  !important;
} 

 .elementor-image a:hover:before, .wp-caption a:hover:before,
.elementor-post__thumbnail__link .elementor-post__thumbnail:hover:after { /*Hover diagonal lines  over images */
  width: 270%;
  background: linear-gradient(90deg, rgba(18, 0, 190, 0.2) 2px, transparent 2px, transparent 2px) 2px, transparent 1px;
  background-size: 10px 100%;
  background-color: rgba(18, 0, 190, 0.2);
}

 .elementor-image a:before, .wp-caption a:before,
.elementor-post__thumbnail__link .elementor-post__thumbnail:after { /*Hover diagonal lines  over images */
  content: ' ';
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  left: -80%;
  width: 0;
  height: 100%;
  background-blend-mode: screen;
  transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg); 
}

.elementor-drop-cap {
	line-height: 100px !important;
      padding-right: 2px !important;
      float: left;
      font-size: 128px !important;
      font-family: "proxima-nova",sans-serif;
      font-weight: 700;
      color: #f70017; 
}

.red-box {
	min-height: 270px !important;
}

.red-box-text h3 {
	color: #f70017;
	text-transform: none !important;
	letter-spacing: normal;
}

blockquote {
    margin: 20px 0 !important;	
    border-top: 20px solid #ffff01 !important;
    border-bottom: 20px solid #ffff01 !important;
}

blockquote p {
	color: #1200be;
    margin: 20px;
    font-family: "orator-std",monospace;
    font-weight: 400;
    font-size: 38px;
    letter-spacing: -3.9px;
    line-height: 40px;
    text-transform: lowercase;
}

.su-pullquote {
	    border-top: 20px solid #ffff01 !important;
    border-bottom: 20px solid #ffff01 !important;
    color: #1200be;
    margin: 20px;
    font-family: "orator-std",monospace;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -3.9px;
    line-height: 36px;
    text-transform: lowercase;
    border-left: none !important;
    border-right: none !important;
}

.elementor-button-icon svg {
	height: 1em !important;
	font-size: 20px !important;
}

.elementor-button-text {
	padding-top: 2px;
}

@media only screen and (min-width: 760px) {
	.boxalignright {
		float: right;
		width: 33%;
		margin: 10px 0 10px 10px !important;
	}
	
	.boxalignleft {
		float: left;
		width: 33%;
		margin: 10px 10px 10px 0px !important;
	}
	
	.boxaligncenter {
		width: 85%;
		margin: 0 auto 1.5em !important;
		border-width: 1px !important;
		font-size: .8em;
		text-align: center;
		font-style: italic;
	}

}

.iframe-wrapper {
  position: relative;
  width: 100%; }

::selection {
	color: #000 !important;
}

.wp-caption-text, .post_image_caption {
	font-family: "orator-std",monospace;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.post_image_caption {
	text-align: right;
	margin-top: 5px;
}

/* 2. HEADER */

.menu-item a span {
  -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
  -moz-transition: 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
  -ms-transition: 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
  -o-transition: 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) !important; 
}

.menu-item a:hover span, .current-menu-item a span {
  transform: rotateX(-180deg) translateY(-1px) !important;
  -webkit-transform: rotateX(-180deg) translateY(-1px) !important;
  -moz-transform: rotateX(-180deg) translateY(-1px) !important;
  -ms-transform: rotateX(-180deg) translateY(-1px) !important;
  -o-transform: rotateX(-180deg) translateY(-1px) !important; 
  text-decoration: none !important;	
}


.menu-item a:hover span, .current-menu-item > a > span, p a:hover {
  background: #ffff01;
	
}

.sticky .qode_icon_font_awesome {
	color: #ffffff !important;
}

.side_menu_button a:last-child {
	padding: 0 0 8px 8px !important;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
	background-color: #ffffff !important;		
}

.drop_down .second ul li {
	border-bottom-width: 0px !important;
    border-bottom-color: #fff !important;
}

/* 3. PAGE ELEMENTS */

@media (max-width: 590px) {
	.page-title-section {
		margin-top: -30px;
	}
	
	.page-title-container {
		margin: 10px 0px;
	}

	.page-title-section h1 {
		margin-top: -95px;
	}
}


@media (min-width: 590px) and (max-width: 801px) {
	.page-title-section {
		margin-top: -30px;
	}

	.page-title-container {
		margin: 10px 0px;
	}

	.page-title-section h1 {
		font-size: 80px !important;
		margin-top: -95px;
	}
}


@media (min-width: 802px) and (max-width: 1000px) {
	.page-title-section {
		margin-top: 0px;
	}

	.page-title-container {
		margin: 20px 0px;
	}

	.page-title-section h1 {
		font-size: 110px !important;
		margin-top: -110px;
	}
}

@media (min-width: 1001px) and (max-width: 1230px) {
	.page-title-section {
		margin-top: 100px;
	}

	.page-title-container {
		margin: 40px 0px;
	}
	.page-title-section h1 {
		font-size: 139px !important;
		margin-top: -130px;
	}
}

@media (min-width: 1231px) {
	.page-title-section {
		margin-top: 100px;
	}

	.page-title-container {
		margin: 40px 0px;
	}

	.page-title-section h1 {
		font-size: 170px !important;
		margin-top: -130px;
	}
}

.page-title-section {
	background: #1200be;
} 

.page-title-section h1 {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f70017' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 6px 6px;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
	color: #f70017 !important;
	padding: 50px 0px;
	letter-spacing: .05em !important;
}


/* 4. BTS VOL 1 & 2 STYLING */


@media (max-width: 590px) {
	.page-id-1789 .page-title-section h1, .page-id-1799 .page-title-section h1 {		
		font-size: 40px !important
	}
}	

@media (min-width: 591px) {
	.page-id-1789 .page-title-section h1, .page-id-1799 .page-title-section h1 {		
		font-size: 80px !important
	}
}	

.page-id-1789 .page-title-section, .page-id-1799 .page-title-section {
	background: #ffff01;
} 

.page-id-1789 .page-title-section h1, .page-id-1799 .page-title-section h1 {
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f70017' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
		background-size: 6px 6px;
		-webkit-background-clip: text !important;
		-webkit-text-fill-color: transparent;
		color: #f70017 !important;
		padding: 50px 0px;
		letter-spacing: .05em !important;
		text-transform: lowercase !important;
		line-height: 0.6em !important;
	}

/* 5. BTS VOL 3 & 4 STYLING */

.page-id-2290 h1, .page-id-3240 h1 { 
	font-family: 'Cirka Regular', 'Times New Roman', serif !important;
	font-size: 55px !important;
	text-transform: none !important;
	color: #f70017 !important;
}
	
.page-id-2290 h2, .page-id-2290 h2 a, .page-id-3240 h2, .page-id-3240 h2 a {
	font-family: 'Cirka Regular', 'Times New Roman', serif !important;
	font-size: 38px !important;
	text-transform: none !important;
	line-height: 1.15 !important;
	margin-bottom: 10px;
}

.page-id-2290 .elementor-text-editor p, .page-id-3240 .elementor-text-editor p {
	margin: 0px !important;
}

.page-id-2290 .bts3-meta p, .page-id-3240 .bts4-meta p {
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 10px !important;
}

.page-id-2290 .bts3-excerpt p, .page-id-3240 .bts4-excerpt p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px !important;
}

.page-id-2290 .elementor-widget-button, .page-id-3240 .elementor-widget-button {
	margin-bottom: 0px !important;
}

.elementor-element-4258487 .elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-element-f3abe12 .elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-element-7676204 .elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0px 30px 30px 30px !important;
}

.postid-3312 .author {
	display: none;
}


/* 5a. HAQQ */

.page-id-2035 h2 {
	font-family: 'Eksell Display Large', 'Times New Roman', sans-serif !important;	
}

/* 5b. BECOMING AMERICA */

@media (min-width: 1231px) {
.page-id-3381 .page-title-section h1 {
	font-size: 120px !important;
    margin-top: -80px;
	}
}

.page-id-3843 h3, .page-id-3156 h3 {
	font-family: "Glamour Absolute Regular";
	text-transform: none !important;
	font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: .01em;
}

.page-id-3843 h4, .page-id-3156 h4 {
	font-family: "Glamour Absolute Regular";
	text-transform: none !important;
	color: #7c00ff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: .01em;
}

.single-portfolio_page .two_columns_75_25>.column1 {
	width: 100% !important;
	float: none !important;
}

.portfolio_single {
	margin-top: 20px;
}

.su-spoiler {
	margin-bottom: 0.5em !important;
}

.su-spoiler-style-fancy {
	border: none !important;
}

.su-spoiler-title{
    width: fit-content !important;
	padding: 7px 14px 7px 34px !important;
}

.page-id-3843 .su-spoiler-title, .page-id-3156 .su-spoiler-title {
	font-family: "Glamour Absolute Regular";
	text-transform: none !important;
	color: #333 !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
    letter-spacing: .01em !important;
}

.su-spoiler-style-fancy>.su-spoiler-title {
	border-bottom: 1px solid #ff7533;
    border-radius: 10px;
    background: #ff7533 !important;
    color: #fff;
}

.su-spoiler-closed .su-spoiler-title {
	background: #D1AEFF !important;
	color: #333 !important;

}

div.su-spoiler-title:hover {
	background: #ff7533 !important;
	color: #fff !important;
}

/* 5C. IMPACT REPORT */

.page-id-3796 h1 {
	text-transform: none !important;
}

/* 6. HOME PAGE */

.page-id-2851 .rev-btn {
	font-style: italic;
}

.mc4wp-form-fields input {
	font-family: 'Proxima Nova Regular', Arial, sans-serif !important;
	font-size: 16px !important;
}

.mc4wp-form-fields input[type=email] {
	border: 1px solid #cccccc;
	padding: 10px;
}

.mc4wp-form-fields input[type=submit] {
	padding: 10px;
    border: none;
    background: #ffff01;
    color: #f70017;
}

/* 7. ABOUT */

/* 8. GRANTMAKING */

.elementor-widget-wp-widget-tag_cloud h5 {
	margin-bottom: 15px !important;
}

.tag-link-62, .tag-link-63, .tag-link-64, .tag-link-65, .tag-link-68, .tag-link-128, .tag-link-131 {
	display: none !important;
}

.gw-gopf-filter::before {
  content: 'Filter grantees by category: ';
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "orator-std",monospace !important;
  font-style: italic;
  font-weight: 400 !important;
  letter-spacing: 1.25px; }

.gw-gopf-cats {
  padding-top: 10px; }

.parent-pageid-13 h2 a {
  color: #f70017 !important; }

.parent-pageid-13 h2 a:hover {
  text-decoration: underline; }

.gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined, .gw-gopf-cats > span a.gw-gopf-btn-outlined {
  text-transform: uppercase;
  font-size: 16px !important;
  font-family: "orator-std",monospace !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 1.25px;
  color: #1200be !important;
  border: 1px solid #1200be !important; }

.gw-gopf-style-vario .gw-gopf-cats > span a {
  text-transform: uppercase;
  font-size: 16px !important;
  font-family: "orator-std",monospace !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 1.25px;
  color: #f70017 !important;
  background-color: #ffff01 !important; }

.gw-gopf-cats > span.gw-gopf-current a, .gw-gopf-style-vario .gw-gopf-cats > span a:hover {
  color: #ffff01 !important;
  background-color: #f70017 !important; }

.gw-gopf-post-more a.gw-gopf-btn.gw-gopf-btn-outlined:hover, .gw-gopf-cats > span a.gw-gopf-btn-outlined:hover {
  color: #f70017 !important;
  border: 1px solid #f70017 !important; }

.gw-gopf-post-excerpt.grantee-tags, .gw-gopf-post-overlay-btn {
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "orator-std",monospace !important;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 1.25px; }

a.gw-gopf-post-overlay-btn {
  color: #f70017 !important;
  background-color: #ffff01 !important; }
 


/*  9. LATEST NEWS */

h2.entry_title {
	font-family: 'Proxima Nova Bold', Arial, sans-serif;
	text-transform: none;
	margin-top: 40px;
}

/*  10. CONTACT */

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: 'Proxima Nova Regular', Arial, sans-serif !important;
	font-size: 16px !important;
}

div.wpcf7-response-output {
	color: #000 !important;
}