/*
Theme Name: Gather DC 
Description: Find Your People & Place in Jewish DC.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url("css/fonts.css");

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: 'BrandonGrotesque';
	height: 100%;
	color: #065d92;
	margin: 0 auto !important;
}

a {
	color: #f35d60;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #f35d60;
	text-decoration:none;
}

p {
	margin: 0 0 21px;
	font-size: 21px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.33;
	color: #e1f4fd;
	margin-bottom: 1rem;
}

h1 {
	font-family: 'AustinCyr';
	font-size: 108px;
	text-transform: lowercase;
}

h2, .h2, .h2 a, .widget-title h3, .post-section h3 {
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	color: #083c57;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	text-decoration: none;
}

h2 span {
	color: #f15d60;
}

h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	
}

ol, ul, li {
	font-size: 21px;
	line-height: 1.5;
}

ol, ul {
	margin-bottom: 18px;
}

/*Selection Styles*/

::selection {
  background: #065d92; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #065d92; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #64747f !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #64747f !important;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #64747f !important;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #64747f !important;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #64747f !important;
   opacity: 1;
}

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/*Colors*/

.blue {
	background-color: #065d92;
}

.navy {
	background-color: #093c57;
}

.skyblue {
	background-color: #37a0da;
}

.lightblue {
	background-color: #c9ebfc;
}

.ghostblue {
	background-color: #f1f6fc;
}

.white {
	background-color: #ffffff;
}

.black {
	background-color: #000000;
}

.grape {
	background-color: #372a40;
}

.yellow {
	background-color: #F2DE79;
}

.blue h3, .blue h4, .blue h5, .blue p, .blue li, .navy h3, .navy h4, .navy h5, .navy p, .navy li, .skyblue h3, .skyblue h4, .skyblue h5, .skyblue p, .skyblue li {
	color: #c9ebfc;
}

.lightblue h3, .lightblue h4, .lightblue h5, .lightblue p, .lightblue li {
	color: #065d92;
}

.ghostblue h3, .ghostblue h4, .ghostblue h5, .ghostblue p, .ghostblue li {
	color: #065d92;
}

.grape h3 {
	color: #f2de79;
}

.grape h4 {
	color: #ffffff;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.screen-reader-text {
	display: none;
}

.frame img {
	max-width: 100%;
    height: auto;
}

.btn, .btn:visited, .caldera-grid .btn.btn-default, .form-submit input, #searchsubmit, .awpcp-form-field input.button, .awpcp-classifieds-menu--menu-item-link.button, .gform_button.button {
	background-color: #f15d60;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 18px;
    border-radius: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
    text-decoration: none;
    min-width: 150px;
    box-shadow: 4.5px 4.5px 18px rgba(255,255,255,.25)
}

.btn:hover, .btn:focus, .caldera-grid .btn.btn-default:hover, .caldera-grid .btn.btn-default:focus, .form-submit input:hover, .form-submit input:focus, #searchsubmit:hover, #searchsubmit:focus, .awpcp-form-field input.button:hover, .awpcp-form-field input.button:focus, .awpcp-classifieds-menu--menu-item-link.button:hover, .awpcp-classifieds-menu--menu-item-link.button:focus, .gform_button.button:hover, .gform_button.button:focus {
	background-color: #df5759;
	color: white;
}

.btn.big {
	font-size: 24px;
}

.dropdown-toggle::after {
	display: none;
}

.bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.read-more {
	color: #065d92;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.read-more:hover, .read-more:focus {
	text-decoration: underline;
	color: #065d92;
}

/*Header*/

.header {
	transition-duration: 2s;
    top: 0;
}

.header .logo {
	width: 225px;
}

.main-menu {
	max-height: calc(100vh - 162px);
	overflow-y: auto;
}

.main-menu::-webkit-scrollbar {
	width: 5px;
}

.main-menu::-webkit-scrollbar-thumb {
	background: #37a0da; 
	border-radius: 30px;
}

.main-menu a, .footer-menu a {
	color: #065d92;
	font-family: 'Porter-BoldDEMO';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	padding-top: 10px;
	border-bottom: 2px solid transparent;
}

.main-menu a:hover, .main-menu a:focus {
	border-bottom: 2px solid #f35d60;
}

.dropdown-caret {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.social-media {
	color: white;
}

.navbar-toggler[aria-expanded=true] .nav-open {
	display: none;
}

.navbar-toggler[aria-expanded=false] .nav-close {
	display: none;
}

.header--search {
	background-color: #0A5C8E;
	margin: 10px -15px 0;
	padding: 10px 15px;
}

.header--search__field {
	padding: 5px 5px 5px 35px;
	background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z' fill='%230A5C8E'%3E%3C/path%3E%3C/svg%3E") 10px center/16px no-repeat;
	font-weight: 700;
    color: #0A5C8E;
    text-transform: uppercase;
	border: 0;
	outline: 0;
}

/*Pages*/

.hero-image {
	height: 350px;
	background-image: url(img/gather-blue-banner.jpg);
}

.hero {
	margin-top: -180px;
}

.page-title {
	background-image: url(img/title-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-title h1 {
	text-transform: none;
	line-height: .75;
	text-align: right;
}

.page-title h1 span {
	color: #b2e2f2;
}

.page-title h1 span {
	display: block;
}

.intro-text p {
	color: white;
}

.intro-text p:last-child {
	margin-bottom: 0;
}

.intro-text a {
	color: #b2e2f2;
	text-decoration: none;
}

.intro-text a.btn {
	color: white;
}

.intro-text a:hover, .intro-text a:focus {
	text-decoration: underline;
}

.intro-text a.btn:hover, .intro-text a.btn:focus {
	text-decoration: none;
}

.gdc-section {
	padding-top: 36px;
	padding-bottom: 36px;
}

.gdc-section + .gdc-section {
	padding-top: 0;
}

.gdc-sections.dark-mode {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(55,42,64,1) 65%, rgba(191,112,94,1) 75%, rgba(215,163,107,1) 85%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);
}

.dark-mode h1 {
	color: #f2de79;
	text-transform: uppercase;
	font-size: 72px;
	font-weight: normal;
	font-family: 'Gotham-Light'
}

.dark-mode h2 {
	color: #f2de79;
}

.dark-mode .gdc-section p, .dark-mode .gdc-section li {
	color: #ffffff;
}

.dark-mode .gdc-section a {
	color: #f29966;
	font-weight: bold;
}

.grid-rows h3 {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	color: #065d92;

}

h3.stylized {
	font-family: 'AustinCyr';
	font-weight: 300;
	color: #065d92;
	text-transform: none;
	font-size: 36px;
}

h3.stylized span {
	color: #f15d60;
}

.dark-mode h3.stylized {
	color: #ffffff;
}

.callouts h3.stylized {
	font-style: italic;
	margin-bottom: 0;
	color: white;
}

.callouts .lightblue h3.stylized {
	color: #083c57;
}

.donate-wrap {
	border-top: 3px solid #f15d60;
}

.quote-wrap {
	border: 3px solid #37a0da;
}

.quote-wrap p {
	font-size: 36px;
}

.quote-wrap p:last-child {
	margin-bottom: 0;
}

.quote-mark svg {
	font-size: 96px;
    color: #f15d60;
    padding: 18px;
    background: white;
}

.dark-mode .quote-wrap {
	border: 3px solid #f29966;
}

.dark-mode .quote-mark svg {
	color: #f29966;
}

.team-member {
	color: white;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: .75rem;
}

.team-member a {
	color: white;
	text-decoration: none;
}

.cta .btn {
	float: right;
}


.promo-spot .bg {
	min-height: 400px;
}

.blog-teaser h3 a {
	color: #093c57;	
	text-decoration: none;
}

.blog-teaser h3 a:hover, .blog-teaser h3 a:focus {
	text-decoration: underline;
}

.news-teaser h3 a {
	color: #e1f4fd;
	text-decoration: none;
}

.news-teaser h3 a:hover, .news-teaser h3 a:focus {
	text-decoration: underline;
}

.next-previous a {
	display: inline-block;
    color: white;
    background-color: #37a0da;
    padding: 4.5px 15px;
    margin-right: 6px;
	text-decoration: none;
}

.next-previous a.current {
	color: white;
	background-color: #065d92;
	cursor: pointer;
}

.next-previous a:hover, .next-previous a:not([href]):hover {
	color: white;
	background-color: #065d92;
}

img.rabbi {
	border-radius: 50%;
}

.js-cm-form input {
    padding: 9px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f15d60;
    margin-bottom: 18px;
}

.js-cm-form label {
	text-transform: uppercase;
    font-weight: 500;
}

.js-cm-form select {
	min-width: 100px;
	margin-bottom: 18px;
}

.awpcp-page .awpcp-form-spacer .awpcp-textarea {
	max-width: 100%;
}

a.expander-link:not([href]):not([tabindex]) {
	cursor: pointer;
    color: #E68620;
    text-transform: none;
    text-decoration: underline;
    font-weight: bold;
}

button.expander-link, button.expander-link:focus {
	cursor: pointer;
    color: #E68620;
    text-transform: none;
    text-decoration: underline;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
    font-weight: bold;
	color: inherit;
	background-color: transparent;
}

button.expander-link:focus-visible {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

.expander-text, .expander-icon.minus {
	display: none;
}

.expander-icon.plus {
	color: #E68620;
}

.gform_required_legend {
	display: none;
}

.gdc-section.newsletter .wFormContainer .supportInfo, .gdc-section.newsletter .wFormContainer .wFormFooter {
	display: none !important;
}

.gdc-section.newsletter .wFormContainer .wFormHeader {
	height: auto;
}

.gdc-section.newsletter .wFormContainer .wForm form {
	padding: 0 1rem 1rem;
}

.gdc-section.newsletter .wFormContainer .wForm table.columnLayout {
	width: 100%;
	table-layout: fixed;
}

/*Homepage*/

.homepage-bg {
	background: #f1f6fc;
}

.homepage-title {
	background-image: url(img/homepage-pin.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 250px;
}

.homepage-title h1 {
	font-family: 'BrandonGrotesque';
	line-height: .75;
	font-weight: 900;
	text-transform: uppercase;
	color: #083c57;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	text-decoration: none;
	font-size: 36px;
}

.homepage-title h1 span.fancy {
	font-family: 'AustinCyr';
	font-size: 108px;
	color: #065d92;
	text-transform: lowercase;
	line-height: .9;
}

.homepage-title h1 span {
	display: block;
}

.homepage-title h1 span.light-f {
	color: #37a0da;
	margin-left: 54px;
	margin-bottom: 18px;
}

.homepage-title h1 span.push-right {
	margin-left: 108px;
	border-bottom: 2px solid #f35d60;
	padding-bottom: 18px;
}

/*Footer*/

.footer {

}

.footer p, .footer p a {
	color: #b2e2f2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

.footer p a {
	text-decoration: none;
}

.footer p a:hover, .footer p a:focus {
	text-decoration: underline;
}

.footer .contact {
	text-align: center;
}

.footer .icon {
	max-width: 50px;
}

.footer .social-media {
	color: #37a0da;
}

.footer .social-media:hover, .footer .social-media:focus {
	color: white;
}

.footer-menu li {
	-ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.footer-menu a {
	color: #37a0da;
}

.footer-menu a:hover, .footer-menu a:focus {
	text-decoration: underline;
}

.footer-menu .footer-dropdown a {
	text-transform: none;
	font-family: 'BrandonGrotesque';
	color: #b2e2f2;
} 

.footer.black p, .footer.black p a, .footer.black .footer-menu .footer-dropdown a {
	color: white;
}

.footer.black .social-media, .footer.black .footer-menu a {
	color: #f2de79;
}

/*Single Posts*/

.blog-image {
	background-image: url(img/gather-blue-banner.jpg);
}

.blog-hero {
	margin-top: -108px;
}

.blog-title {
	background: none;
	overflow-wrap: break-word;
}

.blog-title h1 {
	font-size: 72px;
	margin-bottom: 0;
	text-transform: none;
}

.post-section {
	overflow: hidden;
}

.comment-form label {
	display: block;
	font-weight: bold;
    text-transform: uppercase;
    line-height: 1.33;
    font-size: 18px;
}

.comment-list {
	list-style-type: none;
	padding-left: 0;
}

.comment-body {
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

.comment-body .reply {
	display: none;
}

.commentmetadata a {
	font-size: 75%;
}

span.required {
	color: red;
}

label[for="wp-comment-cookies-consent"] {
	display: inline-block;
	margin-left: 4.5px;
	position: relative;
	top: 2px;
}

.widget {
	margin-bottom: 36px;
}

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget ul li {
	margin-bottom: 9px;
}

.widget a {
	text-decoration: none;
}

.widget a:hover, .widget a:focus {
	text-decoration: underline;
}

.searchform #s {
	width: 50%;
	display: inline-block;
	height: 44px;
}

#searchsubmit {
	display: inline-block;
	margin-top: 9px;
}

/*Yamm*/

nav.yamm {
	width: 100%;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: relative;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	top: 90%;
	padding: 18px;
	background-color: #093c57;
	border: none;
	border-radius: 0;	
}

.yamm .nav .nav-link {
	display: inline-block;
}

.dropdown-menu a {
	text-transform: none;
    font-family: 'BrandonGrotesque';
    font-weight: bold;
    color: #fff;
    padding: 0;
    padding-bottom: .5em;
    white-space: nowrap;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =WordPress Core
-------------------------------------------------------------- */

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: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

/* 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.fixed-top {
		top: 32px;
	}

	.gdc-section.newsletter .wFormContainer {
		max-width: unset;
	}

	.gdc-section.newsletter .wFormContainer .wForm form {
		padding: 0 3rem 2rem 3rem;
	}
	
	.gdc-section.newsletter .wFormContainer .section.inline.group {
		display: flex;
		flex-wrap: wrap;
	}

	.gdc-section.newsletter .wFormContainer .oneField {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.gdc-section.newsletter .wFormContainer .oneField .inputWrapper {
		width: 100% !important;
		display: flex;
	}
	
	.gdc-section.newsletter .wFormContainer .oneField .inputWrapper > * {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.dropdown-caret {
		display: none;
	}
	
	.main-menu {
		-ms-flex-pack: center!important;
    	justify-content: center!important;
		max-height: none;
		overflow-y: visible;
	}
	
	.main-menu .dropdown-menu li {
		padding-top:0;
	}
	
	nav.yamm {
		width: auto;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
    	padding-right: .33rem;
    	padding-left: .33rem;
	}
		
	.donate-mark {
		margin-top: -36px;
	}

}

@media (min-width: 992px) {

	.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}
	
	.alignright {
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.alignleft {
    	float: left;
    }
    
    .alignright {
    	float:right;
    }
    
    a img.alignright {
    	float: right;
	}
	
	a img.alignleft {
	    float: left;
	}
	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
    	padding-right: .5rem;
    	padding-left: .5rem;
	}
	
	.homepage-bg {
		background: linear-gradient(to right, #f1f6fc 0%, #f1f6fc 60%, #093c57 60%, #093c57 100%);
    	background: -webkit-linear-gradient(to right, #f1f6fc 0%, #f1f6fc 60%, #093c57 60%, #093c57 100%);
    	background: -o-linear-gradient(to right, #f1f6fc 0%, #f1f6fc 60%, #093c57 60%, #093c57 100%);
    	background: -moz-linear-gradient(to right, #f1f6fc 0%, #f1f6fc 60%, #093c57 60%, #093c57 100%);
    	/*margin-bottom: 100px;*/
	}
	
	.homepage-hero {
		position: absolute;
		top: 0;
		max-height: 500px;
	}
	
	.quote-mark {
		margin-top: -96px;
	}
	
	.js-cm-form label {
		display: block;
	}

	.gdc-section.newsletter .wFormContainer .oneField {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}

}

@media (min-width: 1200px) {

	.p-xl-45 {
		padding: 2rem !important;
	}

	.footer .contact {
		text-align: left;
	}
	
	.footer .contact-border {
		border-right: 1px solid #37a0da;
	}
	
	.js-cm-form label {
		display: inline-block;
	}

}