/*
 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
*/

/* Post Content Text Sizes */


.post-content h1 {
  font-size:3rem;
}

.post-content h2 {
  font-size:2.4rem;
}

.post-content h3 {
  font-size:2rem;
}

.post-content h4 {
  font-size:1.7rem;
}

.post-content h5 {
  font-size:1.25rem;
}

.post-content h6 {
  font-size:1rem;
}


@media(max-width:768px) {
  .post-content h1 {
  font-size:2.5rem;
}

.post-content h2 {
  font-size:2rem;
}

.post-content h3 {
  font-size:1.7rem;
}

.post-content h4 {
  font-size:1.3rem;
}

.post-content h5 {
  font-size:1.125rem;
}

.post-content h6 {
  font-size:1rem;
}
}



.cky-btn {
	border-radius:5px;
}



.cky-cookie-audit-table th, .cky-cookie-audit-table td {
    text-align: left;
    padding: 10px;
    font-size: 12px;
    color: var(--primary);
    word-break: normal;
	
}

.cky-cookie-audit-table th {
    background-color: #FFFEFE;
    border: 1px solid #e9e9e9;
}

.cky-cookie-audit-table tr:nth-child(2n + 1) td {
    background: #FFFEFE;
}

