/***************************************
* Body text & Permalink
****************************************/
html:not(.wp-toolbar) body {
    font-family:var(--twc-font-primary);
    font-size:var(--twc-size-body);
    font-weight:300;
    line-height:1.4;
    color:var(--twc-color-text); background:var(--twc-color-bg);
}
a, button {
    color:var(--twc-color-text);
    transition:var(--twc-transition);
}

/* Permalink */
.wpb_text_column a:not([class*="btn_"]) {
    text-decoration:underline; color:var(--twc-color-permalink);
    font-weight:700;
}
.wpb_text_column a:not([class*="btn_"]):hover,
.wpb_text_column a:not([class*="btn_"]):focus,
.wpb_text_column a:not([class*="btn_"]):active {
    color:var(--twc-color-permalink-highlight); outline:0;
}

/***************************************
* Headings
****************************************/
.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6,
.main_content h1, .main_content h2, .main_content h3, .main_content h4, .main_content h5, .main_content h6,
.main_content .heading_1, .main_content .heading_2, .main_content .heading_3, .main_content .heading_4, .main_content .heading_5, .main_content .heading_6,
.heading_1, .heading_2, .heading_3, .heading_4, .heading_5, .heading_6 {
    font-weight:700; line-height:1.2;
    margin-bottom:var(--twc-spacing-heading); letter-spacing:-.01em; color:var(--twc-color-heading);
}
.mceContentBody h1, .main_content h1, .main_content .heading_1, .heading_1 {font-size:var(--twc-size-h1); line-height:1.1;}
.mceContentBody h2, .main_content h2, .main_content .heading_2, .heading_2 {font-size:var(--twc-size-h2); line-height:1.15;}
.mceContentBody h3, .main_content h3, .main_content .heading_3, .heading_3 {font-size:var(--twc-size-h3);}
.mceContentBody h4, .main_content h4, .main_content .heading_4, .heading_4 {font-size:var(--twc-size-h4);}
.mceContentBody h5, .main_content h5, .main_content .heading_5, .heading_5 {font-size:var(--twc-size-h5); font-weight:500; --twc-color-heading:#000;}
.mceContentBody h6, .main_content h6, .main_content .heading_6, .heading_6 {font-size:var(--twc-size-h6);}

/* override classes display block to respect line height */
h1 [class*="heading_"],
h2 [class*="heading_"],
h3 [class*="heading_"],
h4 [class*="heading_"],
h5 [class*="heading_"],
h6 [class*="heading_"] {display:block;}

/***************************************
* Text format
****************************************/
/* White turns gray if is inside Editor */
body[class*="wp-editor"] {--twc-color-white:#ccc;}

/* Colors */
.txt_color_white {color:var(--twc-color-white);}


/* Alignments */
.txt_group {display:inline-block;}
.txt_uppercase {text-transform:uppercase;}


/***************************************
* Buttons
****************************************/
a.btn_primary {}

/* button primary */
[class*="btn_primary"] {
    --btn-bg-color:rgba(0, 0, 0, 0); --btn-color:var(--twc-color-black); --btn-border-color:rgba(202, 8, 40, .2);
    --btn-bg-color-hover:var(--twc-color-primary); --btn-color-hover:var(--twc-color-on-primary); --btn-border-color-hover:var(--twc-color-primary);

    font-family:var(--twc-font-primary); font-size:var(--twc-size-16); font-weight:400;
    display:inline-flex; align-items:center; justify-content:center;
    padding:5px 35px; text-align:center;
    text-decoration:none; letter-spacing:.05em; text-transform:uppercase; line-height:1.2;
    color:var(--btn-color); border:1px solid var(--btn-border-color); background:var(--btn-bg-color);
    min-width:180px; min-height:58px;
}
[class*="btn_primary"]:hover, [class*="btn_primary"]:focus, [class*="btn_primary"]:focus-visible {
    text-decoration:none;
    color:var(--btn-color-hover); border-color:var(--btn-border-color-hover); background:var(--btn-bg-color-hover);
}


/***************************************
* List
****************************************/
/* Default unordered list for text block */
.mceContentBody ul,
.wpb_text_column ul {list-style:none; margin:0;}
.wpb_text_column ul ul {padding-top:15px;}

.mceContentBody ul:not(:last-child),
.wpb_text_column ul:not(:last-child) {margin-bottom:25px;}

.mceContentBody ul > li,
.wpb_text_column ul > li {padding:0 0 0 20px; position:relative;}

.mceContentBody ul > li:not(:last-child),
.wpb_text_column ul > li:not(:last-child) {margin-bottom:15px;}

.mceContentBody ul > li:before,
.wpb_text_column ul > li:before {
    content:""; position:absolute; top:.5em; left:0;
    width:4px; height:4px; border-radius:50px;
    background:var(--twc-color-primary); border:1px solid var(--twc-color-primary);
}

.mceContentBody ul ul > li:before,
.wpb_text_column ul ul > li:before {background:#fff;}


/* Unordered Lists */
ul.custom_ul {list-style:none; margin:0;}
ul.custom_ul:not(:last-child) {margin-bottom:20px;}
ul.custom_ul > li {position:relative; padding:0 0 0 40px;}
ul.custom_ul > li:not(:last-child) {margin-bottom:15px;}
ul.custom_ul > li:before {
    font-family:var(--twc-font-icomoon); position:absolute; top:2px; left:0;
    width:auto; height:auto;
    content:"\e932"; color:var(--twc-color-primary); border:none; background:transparent;
}

li.yellow, li.gray {}
ul.custom_ul > li.yellow:before {color:var(--twc-color-secondary);}
ul.custom_ul > li.gray:before {color:var(--twc-color-gray);}

/* Table */
table.custom_table {}
.main_content table.custom_table tr td, .mceContentBody table.custom_table tr td {padding-left:0; border:none;}
.main_content table.custom_table tr, .main_content table.custom_table tr {display:flex; width:100%;}
.main_content table.custom_table tr:not(:last-child),
.mceContentBody table.custom_table tr:not(:last-child) {margin-bottom:15px;}
.main_content table.custom_table tr:first-child td,
.mceContentBody table.custom_table tr:first-child td {padding-top:0;}
.main_content table.custom_table tr:last-child td,
.mceContentBody table.custom_table tr:last-child td {padding-bottom:0;}