/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
  --text-black: #3a3a3a;
  --dark-blue: #133253;
  --blue: #133253;
  /* --blue: #0274be; */

}

.menu-link .blue {
	color: var(--dark-blue);
	padding-left: 4px;
}

.mobile-only {
	display: none;
}

.class-action_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.class-action_wrapper:after {
  content: "";
}

.class-action_wrapper .class-action_single,
.class-action_wrapper:after,
.custom-team-single {
  width: calc(25% - 10px);
  position: relative;
  margin-bottom: 10px;
  box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
}

.custom-team-single {
  width: 100%;
  position: relative;
}

.class-action_wrapper .class-action_single .inner::before,
.custom-team-single .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}

.class-action_wrapper .class-action_single .inner,
.custom-team-single .inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0;
  padding: 0 0 115%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}

.class-action_wrapper .class-action_single .inner .links,
.custom-team-single .inner .links {
	display: block;
	width: 100%;
}

.class-action_wrapper .class-action_single .inner .heading,
.custom-team-single .inner .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.class-action_wrapper .class-action_single .inner h3,
.class-action_wrapper .class-action_single .inner h4,
.class-action_wrapper .class-action_single .inner p,
.custom-team-single .inner h3,
.custom-team-single .inner p {
  color: white;
}

.class-action_wrapper .class-action_single .inner:hover,
.custom-team-single .inner:hover {
  cursor: pointer;
}

.class-action_wrapper .class-action_single .inner:hover::before,
.custom-team-single .inner:hover::before {
  opacity: 0.9;
}

.class-action_wrapper .class-action_single .inner:hover .heading,
.custom-team-single .inner:hover .heading {
  opacity: 0;
}

.class-action_wrapper .class-action_single  .inner:hover .content,
.custom-team-single .inner:hover .content {
  top: 0;
  opacity: 1;
}

.class-action_wrapper .class-action_single .inner .content,
.custom-team-single .inner .content {
  position: absolute;
  top: 1000px;
  opacity: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.custom-team-single .inner .content {
  width: 100%;
  color: #ffffff;
  padding: 0;
}

.custom-team-single .inner .content .innercontent {
  overflow-y: scroll;
  padding: 20px 15px;
  height: 100%;
}

.class-action_wrapper .class-action_single .inner .content h3,
.custom-team-single .inner .content h3 {
  margin: 3px;
  line-height: 1.3;
}

.class-action-info {
  color: white;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 3px;
}

.class-action_wrapper .class-action_single .inner .content p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  display: block;
}

.custom-team-single .inner .content p {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.class-action_wrapper .class-action_single .inner .content .fund {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin: 3px 0;
}

.request-authorization {
  background: var(--blue);
  display: block;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
  line-height: 1;
}

.request-authorization:hover {
  background: #303030;
  color: white;
}

.pdf-summary,
.description-read-more {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid var(--blue);
}

.description-read-more:hover {
  background: var(--blue);
}

.pdf-summary:hover {
  color: white;
  background: var(--blue);
}

.pdf-summary {
  position: relative;
  left: -10px;
}

.pdf-summary svg {
	width: 17px;
	line-height: 1;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -21px;
	transform: translateY(-50%);
}

.pdf-summary.mobile {
  display: none;
}

.class-action_wrapper .heading h3,
.custom-team-single .heading h3 {
  background: var(--blue);
  padding: 20px;
}

.custom-team-single .heading p {
  margin-bottom: 0;
}

.custom-team-single .heading p.title {
  font-weight: bold;
}

.custom-team-single .heading p.years {
  line-height: 1;
  font-style: italic;
}

.class-action_wrapper h3,
.custom-team-single h3 {
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}

.custom-modal {
  display: none;
	background-color: rgba(0,0,0,0.8);
  position: relative;
}

.custom-modal.open {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  flex-wrap: wrap;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

#pdf-modal iframe {
  width: 80%;
  height: 80vh;
  margin: auto;
}

#pdf-modal .close-pdf-modal {
  width: 80%;
  margin: auto;
}

#form-modal .form-modal-inner,
.modal-inner {
  position: relative;
  width: 80%;
  margin: auto;
}

#form-modal form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 70px;
  padding-bottom: 30px;
  overflow-y: scroll;
  background: white;
  height: 85vh;
  font-size: 14px;
}

#description-modal .modal-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 30px 80px;
  background: white;
  font-size: 14px;
  text-align: center;
}

#description-modal .modal-inner .title {
  text-align: center;
  width: 100%;
}

#description-modal .modal-inner h3.title {
  text-transform: uppercase;
  font-weight: bold;
}

#description-modal .class-action-info {
  font-size: 16px;
  margin-bottom: 20px;
}

#description-modal .pdf-summary {
  color: var(--blue);
}

#description-modal .pdf-summary svg * {
  stroke: var(--blue);
}

#form-modal form h3 {
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

#form-modal form .half {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

#form-modal form .third {
  width: calc(33.334% - 10px);
  margin-bottom: 10px;
}

#form-modal form .sixth {
  width: calc(16.667% - 10px);
  margin-bottom: 10px;
}

#form-modal form .fourth {
  width: calc(25% - 10px);
  margin-bottom: 10px;
}

#form-modal form .full {
  width: 100%;
}

b
#form-modal form label {
  display: block;
}

#form-modal form input[type="text"],
#form-modal form select {
  width: 100%;
  padding: 20px;
  height: auto;
  border-radius: 2px;
}

#form-modal form input[type="submit"] {
	display: inline-block;
	font-size: 18px;
	padding: 15px 70px;
	border-radius: 5px;
	text-transform: uppercase;
}

.filter-form-modal-trigger {
  background-color: var(--blue);
}

.close-modal.close,
.close-category-modal.close-icon,
.close-description-modal.close-icon,
.filter-form-modal-trigger.close.close-icon {
	position: absolute;
	top: 15px;
	right: 15px;
  background: transparent;
}

.close-modal.close svg,
.close-category-modal svg,
.close-description-modal svg,
.filter-form-modal-trigger.close.close-icon svg {
	border-radius: 50%;
	width: 35px;
	height: 35px;
  color: var(--blue);
}

.close-modal.close svg circle,
.close-category-modal svg circle,
.close-description-modal svg circle,
.close-modal.close svg line,
.close-category-modal svg line,
.close-description-modal svg line  {
  stroke: var(--blue);
}

#category_modal .modalwrapper,
.whitewrapper {
  padding: 30px;
  background: white;
  width: 80%;
  margin: auto;
  position: relative;
}

.whitewrapper {
  overflow-y: scroll;
}

#category_modal .inner {
  height: 80vh;
  overflow-y: scroll;
}

#category_modal .confirmation {
  text-align: center;
}

#category_modal .confirmation a {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


.checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}

.checkboxes .half {
  width: 49%;
}

.bottom {
	padding: 30px 0;
	display: block;
	width: 100%;
}

.checks-wrapper {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  margin: 20px 0 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.checks-wrapper .checks {
	width: 60%;
}

.checklabel {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

.checklabel:last-child {
  margin-bottom: 0;
}

.checklabel input[type="checkbox"] {
	margin-right: 20px;
}

.single-checkbox {
  padding: 10px;
  border: 1px solid var(--blue);
  margin: 8px;
}

.single-checkbox.checked {
  background: var(--blue);
  color: white;
}

.single-checkbox input {
  margin-left: 5px;
}

.single-checkbox input:checked ~ label {
  color: white;
  background: var(--blue);;
}

.acknowledge {
  font-size: 12px;
  margin-top: 15px;
}

#remaining-class-actions {
  display: none;
  width: 100%;
}

#remaining-class-actions.open {
  display: flex;
}

.view-all-button {
  text-align: center;
}

.view-all-class-actions {
  margin: 30px auto;
  display: inline-block;
}

.full-description {
  display: none;
}

.full.ci {
	display: flex;
	flex-wrap: wrap;
}

.full.ci label {
  width: 100%;
  margin-bottom: 10px;
}

.selected_cats {
	display: flex;
	width: auto;
}

.selected_cats span {
  background: #f7f7f7;
  margin-right: 15px;
}

.selected_cats img {
  width: 15px;
  height: auto;
  margin-left: 5px;
}

body.modalopen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

button.add {
  background-color: transparent;
  padding: 0 10px;
  color: var(--blue);
  display: flex;
  line-height: 1;
  align-content: center;
  align-items: center;
}

button.add svg {
  width: 16px;
  height: 17px;
  display: inline-block;
  margin-left: 5px;
}

button.add svg path {
  fill: var(--blue);
}

.selected_cats span {
	padding: 10px 15px;
	color: #7b7979;
}

.red {
  color: red;
}

#category_modal p {
  text-align: center;
  font-size: 16px;
}

#category_modal h3 {
  margin-bottom: 0;
}

.filterform {
	display: flex;
	align-content: center;
	align-items: center;
	/* padding: 0 20px; */
  /* max-width: 1170px; */
  margin: 0 auto 50px;
}

.filterform button {
  margin-right: 15px;
}

#filtered_cats span {
	margin: 0 15px;
}

.page-template-template-forms-php .ast-container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media all and (max-width: 1400px) {
  .class-action_wrapper .class-action_single,
  .class-action_wrapper:after {
    width: calc(33.334% - 10px);
  }
}

@media all and (max-width: 1350px) {
  #form-modal .form-modal-inner, 
  .modal-inner,
  #category_modal .modalwrapper,
  #description-modal .modal-inner {
    width: 90%;
  }

  .custom-team-single .inner .heading {
    padding: 10px;
  }

  .custom-team-single .heading p.title {
    font-size: 14px;
  }
}



@media all and (max-width: 991px) {
  .class-action_wrapper .class-action_single,
  .class-action_wrapper:after {
    width: calc(50% - 10px);
  }

  #form-modal form .third,
  #form-modal form .sixth,
  #form-modal form .fourth {
    width: calc(50% - 10px);
  }

  #form-modal form,
  #category_modal .modalwrapper,
  #filter_form_modal .modalwrapper.whitewrapper,
  #description-modal .modal-inner {
    height: 90vh;
    padding: 30px 30px;
  }

  #form-modal form h3 {
    font-size: 46px;
  }
}

@media all and (max-width: 768px) {
	.mobile-only {
		display: block;
	}

	.widget-title {
	  display: none;
	}

	.textwidget .mobile-only {
	  color: white;
	}

	.textwidget p {
	  margin-bottom: 0;
	}

	.textwidget .mobile-only {
	  margin-top: 10px;
	}
  .class-action_wrapper .class-action_single,
  .class-action_wrapper:after {
    width: 100%;
  }

  .checkboxes .half {
    width: 100%;
  }

  #description-modal .modal-inner {
    padding: 30px;
  }

  #form-modal form .half {
    width: 100%;
  }

  .checks-wrapper {
    flex-wrap: wrap;
  }

  .checks-wrapper .checks {
    width: 100%;
    margin-bottom: 20px;
  }

  .pdf-summary.mobile {
    display: initial;
  }

  .pdf-summary.desktop {
    display: none;
  }
}

@media all and (max-width: 600px) {
  #form-modal form,
  #category_modal .modalwrapper,
  #description-modal .modal-inner,
  #filter_form_modal .modalwrapper.whitewrapper {
    height: 100vh;
    padding: 20px 20px;
  }

  #form-modal .form-modal-inner, 
  .modal-inner,
  #category_modal .modalwrapper,
  #filter_form_modal .modalwrapper.whitewrapper,
  #description-modal .modal-inner,
  #form-modal form .third,
  #form-modal form .sixth,
  #form-modal form .fourth {
    width: 100%;
  }
}