.taxopress-table-container {
width: 100%;
}
.taxopress-table-row td {
border: none;
}
.taxopress-table-row:nth-child(n+7) {
display: none;
}
.taxopress-see-more-link,
.taxopress-close-table-link {
cursor: pointer;
}
.taxopress-close-table-link {
display: none;
}
.taxopress-see-more-container {
text-align: right;
padding: 10px;
}
.hidden {
display: none;
}
.taxopress-table-container .taxopress-post-count {
text-align: right;
padding-right: 30px;
}
.taxopress-arrow {
display: inline-block;
}
.taxopress-arrow.right {
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid;
}
.taxopress-arrow.down {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid;
} .taxopress-border-cloud a{
text-decoration: none;
border: 1px solid;
padding: 4px 7px; 
display: inline-block;
margin: 3px;
} .taxopress-box-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
.taxopress-box-list a {
display: block;
text-decoration: none;
box-sizing: border-box;
word-wrap: break-word;
}
.taxopress-box-list img {
max-width: 100%;
height: auto;
display: block;
}
.taxopress-boxrelatedpost-cat{
color:#666;
font-size: 0.9em;
}
@media (max-width: 1200px) {
.taxopress-box-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.taxopress-box-list {
grid-template-columns: 1fr;
word-wrap: break-word;
}
}
.taxopress-parent-child-list {
list-style: none !important;
}
.taxopress-parent-term {
font-weight: normal;
margin: 0.5em 0;
list-style-type: none !important;
position: relative;
padding-left: 1.5em;
}
.taxopress-child-list {
list-style: none !important;
margin: 0.3em 0 0.3em 1em !important;
padding-left: 0 !important;
}
.taxopress-child-term {
font-weight: normal;
margin: 0.2em 0;
position: relative;
padding-left: 1.5em;
}
.taxopress-parent-term::before {
content: "•";
position: absolute;
left: 0;
font-size: 1.2em;
line-height: 1;
}
.taxopress-child-list > li::before {
content: "○";
position: absolute;
left: 0;
font-size: 1.2em;
line-height: 1;
}
.taxopress-child-list .taxopress-child-list > li::before {
content: "▪  ▪";
font-size: 1.2em;
}
.taxopress-child-list {
margin-left: 1em !important;
}
.taxopress-child-list .taxopress-child-list {
margin-left: 1em !important;
}
.taxopress-parent-term,
.taxopress-child-list li {
font-weight: normal;
}.event-wait-list-form {
clear: both;
margin: 1.5em 0;
position: relative;
}
.event_wait_list-hidden-inputs {
border: 1px solid #dddddd;
top: -225px;
box-sizing: border-box;
box-shadow: 0 25px 10px -5px rgba(0, 0, 0, 0.5),
0 5px 25px 5px rgba(0, 0, 0, 0.1);
clear: both;
left: 0;
margin: 0 auto 1em;
opacity: 1;
padding: 20px 20px 10px;
position: absolute;
width: 100%;
max-width: 480px;
z-index: 9999;
animation: modal_drop 0.5s;
-moz-animation: modal_drop 0.5s; -webkit-animation: modal_drop 0.5s; -o-animation: modal_drop 0.5s; -ms-animation: modal_drop 0.5s; }
.event_wait_list-hidden-inputs label {
display: block;
margin: 1em 0 0;
}
.event_wait_list-hidden-inputs input[type="text"],
.event_wait_list-hidden-inputs select {
width: 99%;
}
.event_wait_list-hidden-inputs label.error {
color: #e53248;
font-weight: bold;
}
.event_wait_list-hidden-inputs input.error,
.event_wait_list-hidden-inputs select.error { box-shadow: 0 0 5px -1px #e53248;
}
.ee-wait-list-cancel-dv {
text-align: right;
}
.event-wait-list-form .ee-wait-list-cancel-lnk {
box-shadow: none;
cursor: pointer;
}
.ee-icon-color-ee-purple:before {
color: #8a549a;
} @media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 600px) and (min-width: 481px) {
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 320px) {
} @keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-moz-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-webkit-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-o-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
} @-ms-keyframes modal_drop {
from {
top: -600px;
opacity: 0;
}
to {
top: -225px;
opacity: 1;
}
}