/*
Theme Name: California Access to Justice

Author: BITBYTEZ
*/


.hero--contents__wrap h1 {
	font-family: 'Merriweather Sans', sans-serif;
	color: #004887;
	font-weight: 600;
}

.hero--contents__wrap p {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: none;
}

.event-desc {
	float: left;
	text-decoration: none;
}

a {
	color: inherit;
}

h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
}

h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	color: #004887;
}

blockquote {
  margin: 40px 77px;
  padding: 10px 20px;
  border-left: 8px solid #089abf;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

blockquote p {
	margin: 40px 77px;
  padding: 10px 20px;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.wp-block-media-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-style: none;
	border-width: 1px;
	border-color: #c4c4c4;
	border-radius: 0px;
}

.wp-block-media-text__media {
	width: 25%;
	margin: auto !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	width: 300px;
	height: 300px;
	border-radius: 0px;
	background-color: #f2f2f2;
}

.wp-block-media-text__content {
	width: 75%;
	padding-left: 25px !important;
}

.wp-block-separator {
	width: 100%;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #e2e2e2;
	border: none;
}

.bio-thumb-wrap img {
	width: 300px;
	height: 300px;
}

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

.main-menu-link a {
	color: inherit;
	text-decoration: none;
	padding: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	cursor: inherit;
	display: inline;
}

.navigation__wrapper .menu-item, .hamburgmenu__wrap .menu-item {
	position: relative;
	display: inline-block;
	margin-right: 16px;
	padding: 10px 25px;
	border: 2px solid #fff;
	border-radius: 40px;
	background-color: #fff;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	font-family: 'Merriweather Sans', sans-serif;
	color: #004887;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}

.navigation__wrapper .menu-item:hover {
	border-color: #f1f9ff;
  background-color: #f1f9ff;
  color: #1f2c3d;
}

.navigation__wrapper .sub-menu .menu-item:hover {
	color: #f28010;
	background-color: inherit;
	border-color: transparent;
}

.navigation__wrapper .menu-item a {
	color: inherit;
	text-decoration: none;
}

.navigation__wrapper .menu-item .sub-menu, .hamburgmenu__wrap .menu-item .sub-menu {
	display: none;
  position: absolute;
  top: 8px;
  display: none;
  width: 200px;
  padding: 10px 10px;
  background-color: #fff;
  box-shadow: 0 6px 17px -2px rgba(31, 44, 61, 0.18);
}

.page-numbers {
	margin-right: 0.4rem;
	margin-bottom: 0.333rem;
	padding: 0.5rem 0.65rem;
	border-style: solid;
	border-width: 1px;
	border-color: #313131;
	border-radius: 2rem;
	background-color: hsla(0, 0%, 100%, 0);
	box-shadow: none;
	color: #313131;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	border-color: #089abf;
-webkit-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
font-family: 'Merriweather Sans', sans-serif;
color: #089abf;
}

.page-numbers:hover {
  background-color: #089abf;
  color: #fff;
}

.page-numbers.current {
	border-color: #f28010;
	background-color: #f28010;
	font-family: 'Merriweather Sans', sans-serif;
	color: #fff;
}

.tableauPlaceholder {
	height: 100vh;
	width: 100%;

	iframe {
		height: 100%;
		width: 100%;
	}
}

.headshot__container img {
	width: 100%;
}


.menu-item-has-children > a:after {
	
	font-family: 'Line awesome', sans-serif;
	font-size: 14px;
	padding-left: 6px;
	content: '';

}

.filters select {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #cacaca;
	border-radius: 25px;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    background-position-x: right;
	-webkit-appearance: none;
	background-position-x: 275px;
}

.footer__contents {
	font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
}

.wpcf7 {
	border-style: none;
	border-width: 1px;
	border-color: rgba(9, 106, 208, 0.2);
	background-color: #fff;
	box-shadow: none;
	width: 100%;
}

.wpcf7-form-control {
	min-width: 200px;
	margin-bottom: 20px;
	padding: 26px 16px;
	border-style: none;
	border-radius: 3px;
	background-color: rgba(236, 236, 236, 0.6);
	background-image: none;
	color: #313131;
	width: 100%;
}

input.wpcf7-form-control {
	height: 38px;
}

.wpcf7-form-control::placeholder {
	color: #313131;
}

.wpcf7-submit {
	margin-right: 15px;
	margin-bottom: 12px;
	padding: 7px 25px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #313131;
	border-radius: 40px;
	background-color: #313131;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	width: 200px;
}

.wpcf7-submit:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  background-color: #313131;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.margin-t-50 {
	margin-top: 50px;
}

.committee-img {
	width: 384px !important;
	height: 256px;
}

.wp-block-file__button {
	padding: 10px 25px !important;
  border: 2px solid #089abf !important;
  border-radius: 40px !important;
  background-color: #089abf !important;
  -webkit-transition: all 400ms ease-in-out !important;
  transition: all 400ms ease-in-out !important;
  font-family: 'Merriweather Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.75px !important;
  text-decoration: none !important;
}

.wp-block-file__button:hover {
  border-color: #f28010 !important;
  background-color: #f28010 !important;
}

.wrapper {
	padding-left: 60px;
	padding-right: 60px;
}

.wp-block-embed iframe {
	width: 100%;
	min-height: 500px;
}

.wp-block-columns.are-vertically-aligned-center {
	display: contents;
}

p img {
	display: block;
	overflow: hidden;
	width: 40%;
	margin: 0px auto 43px 48px;
	float: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

iframe {
	width: 100%;
}

@media screen and (max-width: 991px) { 
	.navigation__wrapper .menu-item {
		display: none;
	}

	.hamburgmenu__wrap .menu-item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		border-color: transparent;
		background-color: transparent;
		color: #fff;
		font-size: 20px;
		padding-right: 4px;
		padding-left: 4px;
		list-style: none;
	}

	.hamburgmenu__wrap .menu-item a {
		font-size: 20px;
		text-decoration: none;
	}

	.hamburgmenu__wrap .sub-menu .menu-item a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #089abf;
    text-decoration: none;
	}

	.hamburgmenu__wrap .sub-menu .menu-item a:hover {
  	color: #f28010;
	}

	.hamburgmenu__wrap .menu-item .sub-menu {
		display: none;
		position: relative;
		top: 20px;
		display: none;
		width: 100%;
		margin-bottom: 8px;
		padding-right: 19px;
		padding-left: 19px;
	}
	
}