/*!
Theme Name: caa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: caa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

caa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* font weight of blue + green/orange text block */
.text-block.text-block_green.text-block_orange h3 {
  font-weight: 600;
}

/**
 * tables in the Review Question section of WP Pro Quiz
 */

/* first row of the table */
.wpProQuiz_quiz table tr:first-child td {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: #2d2d2d;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

legend.wpProQuiz_question_text table tr:first-child td p {
  color: #fff !important;
}

.wpProQuiz_quiz table tr td {
  padding: 10px;
  color: var(--Chaos-Black, #0e0c11);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: #fff;
  text-align: left;
  border-right: 1px solid rgba(14, 12, 17, 0.35);
  border-bottom: 1px solid rgba(14, 12, 17, 0.35);
}

.wpProQuiz_quiz table tr td:first-child {
  border-left: 1px solid rgba(14, 12, 17, 0.35);
}

/* table text blocks */
.text-block table td p {
  text-align: left;
}



/* 
================================
SIGNLE PAGE TEXT BLOCK (ACF FIELDS)
================================ 
*/

/* TEXT BLOCK */
.text-block p {
  color: var(--Chaos-Black, #0e0c11);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-bottom: 10px;
}

.text-block p strong {
  /* font-weight: 600; */
}

.text-block blockquote p {
  color: var(--Deep-Breath, #27235f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 0;
}

.text-block blockquote p strong {
  font-weight: 600;
}

.text-block blockquote {
  border-radius: 6px;
  background: rgba(70, 35, 175, 0.1);
  padding: 20px 35px;
  border-left: 10px solid #4623af;
  margin-bottom: 20px;
  padding-left: 25px;
}

.text-block {
  margin-bottom: 30px;
}

#custom .text-block h2 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  border-radius: 6px;
  background: var(--Deep-Breath, #27235f);
  margin: 0;
  padding: 13px 29px !important;
  margin-bottom: 20px;
}

.text-block h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  /* 24.3px */
  margin: 0;
  border-radius: 6px;
  background: var(--Le-Grand-Bleu, #244b9b);
  padding: 10px 30px;
}

.text-block_green .pl-30 {
  border-radius: 6px;
  background: #f1ffe9;
  padding: 20px 30px;
}

.pl-30 {
  padding-left: 30px;
}

.text-block h4 {
  margin: 0;
  color: #244b9b;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
.text-block h6 {
  margin: 0;
  color: #244b9b;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
  color: #333399;
}
.text-block ol,
.text-block ul {
  color: var(--Chaos-Black, #0e0c11);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
.text-block.text-block_orange {
  background: #fff4e9;
}

.text-block_orange .pl-30 {
  background: #fff4e9;
}

.text-block_orange h3 {
  width: 100%;
  background: var(--Color-3, #b16700);
  line-height: 1.5;
}

.text-block.gray_background .pl-30 {
  background: #f1f0f5;
  padding: 20px 30px;
}

.text-block.gray_background .pl-30 p:last-child {
  margin-bottom: 0;
}

#custom .text-block.gray_background h2 {
  margin-bottom: 0;
}

.text-block.margin_bottom_zero {
  margin-bottom: 0;
}

.text-block blockquote h4 {
  font-size: 20px;
}

.text-block.blue_background .pl-30 {
  background: #effafe;
  padding: 20px 30px;
}

#custom .text-block.blue_background h2 {
  margin-bottom: 0;
}
.text-block.purple_background .pl-30 {
  background: #e7dbf2;
  padding: 20px 30px;
}

#custom .text-block.purple_background h2 {
  margin-bottom: 0;
}
.text-block.green_background .pl-30 {
  background: #f1ffe9;
  padding: 20px 30px;
}

#custom .text-block.green_background h2 {
  margin-bottom: 0;
}

.enable_blue_half_heading h3 {
  width: auto;
  display: inline-block;
  background: #244b9b;
}

.text-block blockquote h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-block.text-block_green {
  margin-bottom: 20px;
}
#custom {
  border: 2px solid #eee;
  padding: 25px 40px;
}
#custom {
  border-radius: 6px;
}
/* TEXT BLOCK */

/* TABLE */
.text-block table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 6px;
  border: 1px solid rgba(14, 12, 17, 0.35);
  overflow: hidden;
  /* ensures radius works */
  margin-top: 10px;
  margin-bottom: 20px;
  border-collapse: separate !important;
  border-spacing: 0;
}

.text-block table tr:last-child td {
  border-bottom: 0;
}

.text-block table td {
  border-right: 1px solid rgba(14, 12, 17, 0.35);
  border-bottom: 1px solid rgba(14, 12, 17, 0.35);
  padding: 10px;
}

.text-block table td:last-child {
  border-right: none;
}

.text-block table tr:first-child td {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  background: #2d2d2d;
  text-align: left;
}

.text-block table tr:first-child td {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.text-block table tr td:first-child {
  /* text-align: left !important; */
  /* padding-left: 28px; */
}

.text-block table tr:not(:first-child):not(:last-child) td {
  color: var(--Chaos-Black, #0e0c11);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 21.6px */
  background: #fff;
  text-align: left;
}

.text-block table tr:last-child td {
  color: var(--Chaos-Black, #0e0c11);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: 135%;
  /* 21.6px */
  background: #fff;
  text-align: left;
}

.text-block td strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}

.text-block table td:first-child {
  text-align: left;
}

.text-block.text-block_margin-zero {
  margin-bottom: 0;
}

.text-block hr {
  background: transparent;
  border: 0;
  height: 10px;
  margin: 0;
}

.text-block p span strong {
  /* font-size: 18px;
  font-weight: 700; */
}

/* TABLE */

.dynamic-line p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.dynamic-line.example-block {
  text-decoration: none;
  display: block;
  background: #fff4e9;
  padding: 12px 26px;
  border-radius: 6px;
  border-left: 5px solid #244b9b;
  margin-top: 20px;
  line-height: 150%;
}

.dynamic-line.example-block strong {
  color: #244b9b;
  font-weight: 600;
}

.dynamic-line.example-block p {
  margin-bottom: 0;
}
