/*
Theme Name: 	connectED
Theme URI: 	http://www.connectedcalifornia.org
Description: 	Theme for connectED
Version:		1.0
Author: 		Mission Minded
*/
 
/* Webfonts */
@import url('assets/webfonts/AvenirNext.css');

html {
	font-size: 16px; /* defines EM */
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
body {
	padding: 0;
	margin: 0; 
	text-align: left;
	font-family: "AvenirNextLTPro-Regular", Verdana, sans-serif;
	background-color: #fff;
	color: #000;
	color: #000;
}

body, p, a, h1, h2, h3, h4, h5, h6, *{
	-webkit-font-smoothing: antialiased !important;
}

p 		{ font-size: 1em; margin-bottom: 1.25em; }
.sm		{ font-size: 0.8em; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'AvenirNextLTPro-Demi', Verdana, sans-serif;
}
h1 {
	font-size: 3.3em;
}

header {}

img#logo {
	padding: 30px 0 40px;
}
a img#logo		{ transition: opacity 0.5s; }
a img#logo:hover	{ opacity: 0.8; }

a		{ color: #0A8487; }
a:hover 	{ color: #000; }

strong {
	font-family: 'AvenirNextLTPro-Demi', Verdana, sans-serif;
	font-weight: normal;
}
.block	{ width: 100%; }

.uc		{ text-transform: uppercase; }

.ta-l	{ text-align: left; }
.ta-r	{ text-align: right; }
.ta-c	{ text-align: center; }

.ocean	{ color: #0A8487; }
.sky		{ color: #3079C2; }
.blue	{ color: #4E5FBD; }
.grape	{ color: #7a4183; }
.magenta	{ color: #A83D72; }
.gray	{ color: #a9a9a9; }

.bg-ocean		{ background-color: #0A8487; }
.bg-sky		{ background-color: #3079C2; }
.bg-blue		{ background-color: #4E5FBD; }
.bg-grape		{ background-color: #7a4183; }
.bg-magenta	{ background-color: #A83D72; }

.pt-10	{ padding-top: 10px; }
.pt-20	{ padding-top: 20px; }
.pt-30	{ padding-top: 30px; }
.pt-40	{ padding-top: 40px; }
.pt-50	{ padding-top: 50px; }
.pb-10	{ padding-bottom: 10px;}
.pb-20	{ padding-bottom: 20px; }
.pb-30	{ padding-bottom: 30px; }
.pb-40	{ padding-bottom: 40px; }
.pb-50	{ padding-bottom: 50px; }

/* Recent Posts Widget on Blog Posts */
.pb-30 li{
	margin-bottom: 10px;
	font-weight: bold;
}

.bg-black		{ background-color: #000; }

.container.page-top, .container-fluid.page-top {
	padding-top: 150px;
}
.home .container.page-top {
	padding-top: 50px;
}

.ro { border: 1px solid #f00; }


/* Responsive images/ embeds */

.embed-container {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	margin-bottom: 20px;
	height: 0;
	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%;
}

/* Header
---------------------------------------------------------------------------- */
a#h-login {
	padding: 4px 0 2px;
	margin-left: 20px;
	text-transform: uppercase;
	color: #7a4183;
	line-height: 1.1em;
	border-bottom: 2px solid #7a4183;
	font-weight: 700;
	letter-spacing: 1px;
	transition: color 0.5s, border 0.5s;
	float: right;
}
a#h-login:hover {
	text-decoration: none;
	color: #000;
	border-color: #000;
}
a#h-search {
	color: #000;
	float: right;
	margin-left: 20px;
	margin-top: -8px;
	font-size: 1.8em;
}
a#h-login:hover {
	text-decoration: none;
}
#loginform input, #UserLoginForm input, #searchform input {
	border: 0;
	border-bottom: 1px solid #000;
	padding: 0;
}
#searchform select {
	width: 180px;
	padding: 0 10px 0 5px;
	color: #000;
	border: 0;
	border-radius: 0 !important;
	-webkit-appearance: none;
	border-bottom: 1px solid #000 !important;
	background: #fff url(assets/img/down_carat.png) no-repeat right center;
	font-style: italic;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
}
#searchsource {
	outline: none;
}
#loginform button, #UserLoginForm button, #searchform button {
	background: #fff;
	border: 0;
	color: #A83D72;
}
#loginuser, #loginpass, #UserName, #UserPass, #loginbutton, #s, #searchsource, #searchsubmit {
	opacity: 0;
}

/* Homepage
---------------------------------------------------------------------------- */
h2.homesub { font-size: 3.3em; padding-bottom: 20px; }
h4.homeblurb, .intro { font-size: 1.25em; }
a.fadelink {
	color: #000;
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 1s;
}
a.fadelink:hover {
	opacity: 1;
}
.fadelink p {
	padding: 0 40px;
}
.fadelink img {
	width: 200px;
	height: 200px; 
}
img.wb-circle, img.circle {
	border-radius: 50%;
}
img.wb-circle {
	border: 6px #fff solid;
}
span.ring {
	display: inline-block;
	border-radius: 50%; 
}
.ring.ocean	{ border: 6px #0A8487 solid; }
.ring.sky		{ border: 6px #3079C2 solid; }
.ring.blue	{ border: 6px #4E5FBD solid; }
.ring.grape	{ border: 6px #7a4183 solid; }
.ring.magenta	{ border: 6px #A83D72 solid; }


/* Main Styles
---------------------------------------------------------------------------- */
.main-content img, .main-content .wp-caption, .main-content .wp-caption > img {
	max-width: 100%;
	height: auto;
}
.main-content .wp-caption > img {
	padding-bottom: 10px;
}
.wp-caption p {
	font-size: 0.9em;
	font-weight: 900;
	padding-bottom: 1em;
	color: #595959;
}
.collapsible {
	background-color: #f8f8f8;
	color: #0A8487;
	cursor: pointer;
	padding: 1em 1em 0.5em;
	width: 100%;
	border: none;
	text-align: left;
	font-size: 1.25em;
	font-weight: 900;
}
.collapsible, .collapsible.active {
	transition: color 0.5s, background-color 0.5s;
	outline: none !important;
}
.collapsible:hover {
	color: #000;
	background-color: #f0f0f0;
	outline: none !important;
}
.collapsible.active, .collapsible.active:hover {
	color: #000;
	background-color: #f0f0f0;
	outline: none !important;
}
.content {
	padding: 0 1em;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	color: #000;
	background-color: #f0f0f0;
}
.staffbox { 
	width: 200px;
	min-width: 200px;
}
.staffbox img, .modal-staff-box img {
	height: 100%x;
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.fundbox, .orgbox { 
	width: 320px;
	min-width: 320px;
}
.fundbox img, .orgbox img {
	max-width: 250px;
}
.modal-fund-box img, .modal-org-box img {
	margin-bottom: 20px;
}
.orgbox { 

}
.staffbox p, .fundbox p, .orgbox p {
	margin-bottom: 0.5em;
}
.modal-hide {
	display: none;
}
#simplemodal-overlay {
	background-color: #d8d8d8;
}
#simplemodal-container {
	height: 90%;
	max-height: 600px;
	width: 75%;
	background-color: #fff;
	padding: 5%;
}
#simplemodal-container h2 {
	font-size: 2.5em;
	font-weight: 700;
}
#simplemodal-container .simplemodal-data {
	padding-right: 2%;
}
#simplemodal-container a.modalCloseImg {
	background: url(assets/img/x.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s;
}
#simplemodal-container a.modalCloseImg:hover {
	opacity: .5;
}
a[href^="tel:"]		{ color: #000; }
a[href^="tel:"]:hover	{ color: #000; text-decoration: none; }

.acf-map {
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
	margin: 0;
}

.acf-map img { /* fixes potential theme css conflict */
   max-width: inherit !important;
}

/* FacetWP
---------------------------------------------------------------------------- */
div.facetwp-facet-industries { text-align: center; }
div.facetwp-facet-industries select { margin: 0 auto; }

select.facetwp-dropdown {
	padding: 0 20px 0 5px;
	font-size: 1.5em;
	font-weight: 900;
	color: #000;
	border: 0;
	border-radius: 0 !important;
	-webkit-appearance: none;
	background: #fff url(assets/img/down_carat.png) no-repeat right center;
}
.facetwp-pager {
	font-size: 1.2em;
	text-align: center;
	font-weight: 900;
	padding-top: 30px;
}
.facetwp-pager-label {
	text-transform: lowercase;
	padding-right: 1em;
	border-right: 2px solid #a9a9a9;
}
a.facetwp-page			{ color: #0A8487 !important; }
a.facetwp-page.active,
a.facetwp-page:hover	{ color: #a9a9a9 !important; }

/* Sidebar
---------------------------------------------------------------------------- */
/*
#advanced_sidebar_menu-3-wrap ul.child-sidebar-menu > li {
	padding-bottom: 20px;
}
#advanced_sidebar_menu-3-wrap ul.child-sidebar-menu li a {
	font-size: 0.9em;
	line-height: 2em;
}
#advanced_sidebar_menu-3-wrap ul.child-sidebar-menu li.has_children > a,
#advanced_sidebar_menu-3-wrap ul.child-sidebar-menu > li > a {
	font-family: 'AvenirNextLTPro-Demi', Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	color: #0A8487;
	text-transform: lowercase;
}
#advanced_sidebar_menu-3-wrap ul.grandchild-sidebar-menu {
	margin-top: 10px;
	padding: 0 0 0 20px;
}
#advanced_sidebar_menu-3-wrap ul.grandchild-sidebar-menu li a {
	color: #333;
	line-height: 1em;
}
#advanced_sidebar_menu-3-wrap ul.grandchild-sidebar-menu li {
	margin-left: 0;
	padding: 0 0 10px 0;
}
#advanced_sidebar_menu-3-wrap li.current_page_item > a {
	text-decoration: underline;
}
ul.children {
	padding-inline-start: 20px;
	padding-left: 20px;
}
ul.children li  {
	padding-bottom: 12px;
}
ul.children li a {
	line-height: 0.7em !important;
}
.dashicons, .dashicons-before::before {
	font-family: "Font Awesome 5 Pro";
}
.dashicons-plus::before, .dashicons-minus::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	padding-left: 2px;
}
.dashicons-plus::before {
	content: ' \f055' !important;
}
.dashicons-minus::before {
	content: " \f056" !important;
}
.widget  label.screen-reader-text { display: none; }
*/

/* WTF */
#sidebar .widget ul.child-sidebar-menu {
	padding-left: 0;
}
#sidebar .widget ul.child-sidebar-menu li {
	list-style-type: none;
}
#sidebar .widget ul.child-sidebar-menu > li {
	padding-bottom: 20px;
}
#sidebar .widget  ul.child-sidebar-menu li a {
	font-size: 0.9em;
	line-height: 2em;
}
#sidebar .widget  ul.child-sidebar-menu li.has_children > a,
#sidebar .widget  ul.child-sidebar-menu > li > a {
	font-family: 'AvenirNextLTPro-Demi', Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	color: #0A8487;
	text-transform: lowercase;
}

#sidebar .widget  ul.child-sidebar-menu li.has_children > ul.grandchild-sidebar-menu > li > a {
	font-family: 'AvenirNextLTPro-Regular', Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #0A8487;
	text-transform: lowercase;
}


#sidebar .widget  ul.grandchild-sidebar-menu {
	margin-top: 10px;
	padding: 0 0 0 20px;
}
#sidebar .widget  ul.grandchild-sidebar-menu li a {
	color: #333;
	line-height: 1em;
}
#sidebar .widget  ul.grandchild-sidebar-menu li {
	margin-left: 0;
	padding: 0 0 10px 0;
}
#sidebar .widget  li.current_page_item > a {
	text-decoration: underline;
}
#sidebar .widget ul.children {
	padding-inline-start: 20px;
	padding-left: 20px;
}
#sidebar .widget ul.children li  {
	padding-bottom: 1.2em;
	line-height: 1em !important;
}
#sidebar .widget ul.children li a {
	color: #666;
	line-height: 1em !important;
}
#sidebar .widget li .dashicons, #sidebar .widget li .dashicons-before::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 1em;
}
#sidebar .widget li .dashicons-plus::before, #sidebar .widget li .dashicons-minus::before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	padding-left: 2px;
}
#sidebar .widget li .dashicons-plus::before {
	content: ' \f055' !important;
}
#sidebar .widget li .dashicons-minus::before {
	content: " \f056" !important;
}
.widget label.screen-reader-text { display: none; }


/* Footer
---------------------------------------------------------------------------- */
.footer {
	color: #fff;
}
.footer i {
	margin-right: 20px;
}
.footer a {
	display: inline-block;
	font-weight: bold;
	color: #bbbbbb;
	transition: color 1s;
}
.footer a:hover { color: #fff; }

footer .superplus {
		font-size: 1.5em;
}
.superplus::after {
	position: relative;
	padding-left: 2px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: " \f055";
	font-size: 0.8em;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	top: -8px;
}

/* Responsive Media Queries
---------------------------------------------------------------------------- */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.container { width: 100%; }
	.footer { padding: 10px 0; text-align: center; }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Extra-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Extra-extra-small devices (portrait phones, less than 400px) */
@media (max-width: 399.98px) {}