/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Global */
h3 {
    margin-bottom: 10px !important;
}
.brxe-kiqlue {
    padding: 12px 0 18px 0;
}
#brx-content span a, #brx-content p a {
    color: var(--bricks-color-oxmqse) !important;
    text-decoration: underline !important;
}
hr {
    border: none;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0 20px 0;
}  
#brx-content #brxe-xcktkw span a, #brx-content #brxe-tdjpdq span a {
    color: #fff !important;
}
.sub-menu .current-menu-item > a {
    border: none !important;
}

/* tables */
table td[colspan] {
    background: var(--bricks-color-wkdnvo);
    font-weight: 600;
    padding: 12px 15px;
    text-align: left;
}

/* magazine */
.magazine {
  position: relative;
  display: inline-block;
}
.magazine::before,
.magazine::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -5px;
  height: 100%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  z-index: -1;
}
.magazine::after {
  left: 10px;
  bottom: -10px;
  background: #f0f0f0;
}

.magazine img {
  border: 1px solid #ccc;
  box-shadow: 
    2px 2px 0 #eee,
    4px 4px 0 #ddd,
    6px 6px 0 #ccc;
}

/* Infobox-style blockquote */
blockquote {
  position: relative;
  background: var(--bricks-color-oeltmk) !important;
  border-left: none !important;
  padding: 2rem 1.25rem 2rem 4rem;
  margin: 2rem 0;
  border-radius: 6px;
  font-style: normal !important;
  font-size: 16px !important;
  font-family: inherit !important;
}

/* Add the info (i) icon */
blockquote::before {
  content: "\f16f";
  font-family: "Ionicons";
  position: absolute;
  top: 2.3rem;
  left: 1.5rem;
  font-size: 2rem;
  line-height: 1;
}

/* Optional: tweak for mobile spacing */
@media (max-width: 600px) {
  blockquote {
    padding-left: 4rem;
  }
  blockquote::before {
    top: 2.3rem;
    left: 1.5rem;
  }
}


/* jump */
a.toc-link {
    line-height: 22px;
    margin: 0px;
    padding: 5px 0px 5px 20px;
    position: relative;
    transition: all 0.3s;
}

a.toc-link:before {
    content: "▸";
    position: absolute;
    left: 0;
    color: var(--bricks-color-oxmqse);
    transition: all 0.3s;
}

a.toc-link:hover {
    color: var(--bricks-color-oxmqse) !important;
    padding-left: 25px;
}

a.toc-link:hover:before {
    left: 5px;
}

/* Edit print page */
@media print {
    header {
        display: none;
    }
    .print-page a {
        display: none;
    }
    footer {
        display: none;
    }
    .skip-link {
        display: none;
    }
}

.print-page a {
    text-decoration: none;
}

/* Company code */
.company-code label {
	color: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.company-code .bricks-background-primary {
    margin-top: 20px;
}

.custom-message.error {
    background: #ffd9df;
    padding: 10px;
    margin-top: 10px;
    border-radius: 3px;
}

/* Boxes */
.blue-box {
    background: #e7f2fa; border-left: 4px solid #82c0e7; padding: 20px; margin: 20px 0;
}
.green-box {
    background: #f0f6e0; border-left: 4px solid #b3d261; padding: 20px; margin: 20px 0;
}
.red-box {
    background: #ecd4ca; border-left: 4px solid #a53f34; padding: 20px; margin: 20px 0;
}

/* Tables */
.comparison-table td {
    border: 0 !important;
    padding: 10px !important;
}
tr.title {
    background: var(--bricks-color-evsjoy);
    color: #fff;
    font-size: 16px;
}
tr.subtitle {
    background: var(--bricks-color-mnzbxb);
    font-size: 16px;
}
td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    border: 1px solid #dddedf;
}
table {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 20px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
thead {
    background: var(--bricks-color-evsjoy);
    color: #fff;
    font-weight: bold;
}


/* Downloads */
/* Hide everywhere by default */
.wpfd-categories {
  display: none !important;
}

/* Show only on page ID 420 */
.page-id-420 .wpfd-categories {
  display: flex !important;
}
.wpfd-content-table .wpfd-table-bordered tr:first-child td {
  border-top: 0 !important;
}
.wpfd-content-table .wpfd-file-crop-title {
    vertical-align: middle !important;
}
.wpfd-content-table span.ext[class*=wpfd-icon-set-] {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
}
.wpfd-table span.extcol {
    font-family: inter !important;
    font-size: 14px !important;
    color: var(--bricks-color-iatpiu) !important;
}
.wpfd-table th {
    margin-bottom: 20px !important;
}
.wpfd-table td {
    border-top: none !important;
    padding: 10px 0 !important;
}
.wpfd-categories h2 {
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--bricks-color-evsjoy) !important;
    margin: 0 0 10px 0 !important;
}
.wpfd-content .wpfdcategory {
    min-width: 45% !important;
    background: var(--bricks-color-wkdnvo) !important;
    border: 0 !important;
    
}
@media only screen and (max-width: 767px) {
.wpfd-content .wpfdcategory {
    min-width: 95% !important;
}
}
.wpfd-content-table thead {
    height: 40px !important;
}
.wpfd-content .wpfdcategory > span {
    color: var(--bricks-color-iatpiu) !important;
    font-size: 16px !important;
    overflow: unset !important;
    text-overflow: unset !important;
}
.wpfd-content .wpfdcategory:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: var(--bricks-color-mnzbxb) !important;
}
.wpfd-content .wpfdcategory .wpfd-folder {
    color: var(--bricks-color-evsjoy) !important;
}
.wpfd-content .wpfdcategory .wpfd-folder:hover {
    color: var(--bricks-color-evsjoy) !important;
}
.wpfd-content-table .wpfd-table thead th {
    line-height: 20px !important;
    padding: 0 !important;
    text-align: left !important;
    color: #39474F !important;
    font-size: 16px !important;
}
.is_downloaded {
    background: none !important;
}
.wpfd-file-crop-title {
    font-size: 16px !important;
    color: var(--bricks-color-evsjoy) !important;
}
th#MediaTable-0-mediaTableCol-1 {
    padding: 0 !important;
}
td.file_modified.optional {
    font-size: 16px !important;
    color: var(--bricks-color-iatpiu);
}
a.openlink.wpfdlightbox.wpfd_previewlink {
    font-size: 0px !important;
}
a.wpfd_previewlink::before {
  content: "View";
  font-size: 16px;
}
.wpfd-content .openlink, .file_download .downloadlink {
    background: var(--bricks-color-evsjoy) !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.wpfd-content-table.wpfd-content .openlink:hover, .file_download .downloadlink:hover {
    background: var(--bricks-color-weggok) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.wpfd-content-table .table-download-category, .wpfd-content a[class*=-download-selected] {
    background: var(--bricks-color-evsjoy) !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
}
.wpfd-content a[class*=-download-category]:hover, .wpfd-content a[class*=-download-selected]:hover {
    background: var(--bricks-color-weggok) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.wpfd-single-file-button {
    background: var(--bricks-color-evsjoy) !important;
    padding: .5em 1em !important;
    border-radius: 4px !important;
    margin-right: 10px !important;
}
.wpfd-single-file-button:hover {
    background: var(--bricks-color-weggok) !important;
}
.wpfd-single-file--buttons {
    margin-top: 10px !important;
    color: #fff !important;
}
.wpfd-content .backcategory span {
    font-size: 16px !important;
    color: var(--bricks-color-iatpiu) !important;
    font-weight: 400 !important;
    height: 30px !important;
}
.zmdi-chevron-left {
    font-size: 20px !important;
    padding-top: 1px !important; 
    height: 30px !important;
}
.backcategory span::before {
    content: 'Go ';
}
.wpfd-content .backcategory:hover span {
    color: var(--bricks-color-evsjoy) !important;
}
.wpfd-content .backcategory {
    text-align: left !important;
    margin: 0 0 15px 0 !important;
}
.wpfd-content-table thead {
    display: none !important;
}
.wpfd-content {
    padding: 0px !important;
}
.wpfd-content.wpfd-content-table {
    margin-top: -20px !important;
}
span.wpfd-file-crop-title {
    line-height: 22px !important;
}
i.zmdi.zmdi-filter-center-focus.wpfd-preview, i.zmdi.zmdi-cloud-download.wpfd-download {
    display: none !important;
}
span.wpfd-file-crop-title {
    margin: 0px !important;
}
a.wpfdcategory.catlink {
    margin: 10px 10px 10px 0px !important;
}
/* === Style for the raw single file download page === */
body.single-wpfd_file .wpfd-single-file {
    max-width: 1100px !important;
    margin: 3rem auto !important;
    padding: 0px !important;
    box-shadow: 0px !important;
    background-color: var(--bricks-color-mydrrv);
    width: 100% !important;
}
.wpfd-single-file--details.wpfd-file-content {
    padding: 0px !important;
}
a.wpfd-single-file-button span {
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-family: inter !important;
}
h3.wpfd-file-content--title {
    color: var(--bricks-color-evsjoy) !important;
}
  @media (max-width: 768px) {
    .wpfd-padded-wrapper {
      padding: 0 20px;
      box-sizing: border-box;
    }
  }

h2.has-folder {
    display: none !important;
}