.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.joan-now-playing {
background: #f9f9f9;
border: 1px solid #ddd;
border-radius: 8px;
padding: 16px;
margin: 10px 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
position: relative;
} .joan-show-info {
margin-bottom: 15px;
} .current-show {
font-size: 1.3em;
font-weight: bold;
margin: 0 0 8px 0;
color: #333;
line-height: 1.3;
}
.current-show a {
color: #0073aa;
text-decoration: none;
transition: color 0.2s ease;
}
.current-show a:hover {
color: #005a87;
text-decoration: underline;
} .joan-jock {
font-style: italic;
color: #666;
margin-bottom: 5px;
font-size: 0.95em;
} .show-time {
color: #555;
font-weight: 600;
font-size: 0.9em;
font-family: "Courier New", monospace;
} .joan-image-standard,
.joan-image-large {
margin: 15px 0 0 0;
text-align: center;
} .joan-thumb {
max-width: 250px;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease;
}
.joan-thumb:hover {
transform: scale(1.02);
} .joan-thumb-large {
max-width: 300px;
height: auto;
border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}  .joan-image-constrained {
margin: 15px 0 0 0;
text-align: center;
}
.joan-image-constrained .joan-thumb,
.joan-image-constrained .joan-thumb-large {
max-width: 250px; width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease;
}
.joan-image-constrained .joan-thumb-large {
max-width: 300px; width: 100%;
border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
} .joan-image-full-width {
margin: 15px 0 0 0;
text-align: center;
width: 100%;
}
.joan-image-full-width .joan-thumb,
.joan-image-full-width .joan-thumb-large {
max-width: 100%;
width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease;
object-fit: cover;
}
.joan-image-full-width .joan-thumb-large {
border-radius: 8px;
box-shadow: 0 3px 12px rgba(0,0,0,0.2);
} .joan-image-custom {
margin: 15px 0 0 0;
text-align: center;
}
.joan-image-custom .joan-thumb,
.joan-image-custom .joan-thumb-large { height: auto;
border-radius: 6px;
transition: transform 0.2s ease;
} @media (max-width: 768px) {
.joan-image-full-width .joan-thumb,
.joan-image-full-width .joan-thumb-large {
max-width: 100%;
width: 100%;
}
.joan-image-constrained .joan-thumb,
.joan-image-constrained .joan-thumb-large {
max-width: 200px;
}
}
@media (max-width: 480px) {
.joan-image-constrained .joan-thumb,
.joan-image-constrained .joan-thumb-large {
max-width: 150px;
}
}    .upcoming-show {
margin-top: 15px;
padding-top: 12px;
border-top: 1px solid #eee;
font-size: 0.9em;
color: #666;
}
.upcoming-show strong {
color: #333;
}
.upcoming-time {
display: block;
font-family: "Courier New", monospace;
font-size: 0.85em;
color: #777;
margin-top: 3px;
} .joan-current-time {
text-align: center;
font-size: 0.85em;
color: #777;
margin-bottom: 10px;
font-family: "Courier New", monospace;
} .joan-timezone-selector {
margin-bottom: 15px;
text-align: center;
font-size: 0.9em;
padding: 10px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.joan-timezone-selector label {
color: #666;
margin-right: 8px;
font-weight: 500;
}
.joan-timezone-selector select {
padding: 4px 8px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 0.9em;
background: white;
} .joan-timezone-selector .joan-timezone-time {
margin-top: 8px;
font-size: 0.85em;
color: #555;
font-family: "Courier New", monospace;
font-weight: 600;
} .joan-dark-mode-toggle {
position: absolute;
top: 8px;
right: 8px;
background: transparent;
border: 1px solid #ddd;
border-radius: 4px;
padding: 4px 8px;
font-size: 12px;
cursor: pointer;
transition: all 0.2s ease;
z-index: 10;
}
.joan-dark-mode-toggle:hover {
background: #f0f0f0;
border-color: #999;
} .joan-center-title {
text-align: center;
} .joan-jock-only-mode .current-show,
.joan-jock-only-mode .joan-jock {
display: none;
}
.joan-jock-only-mode .show-time {
text-align: center;
font-size: 1.1em;
margin-bottom: 10px;
} .joan-status-message {
text-align: center;
padding: 20px;
color: #666;
}
.joan-status-icon {
font-size: 1.5em;
margin-right: 8px;
} .joan-status-suspended {
background: #fff3cd;
border-color: #ffeaa7;
}
.joan-status-off_air {
background: #f8d7da;
border-color: #f5c6cb;
} .joan-loading {
text-align: center;
padding: 20px;
color: #999;
font-style: italic;
}
.joan-error {
text-align: center;
padding: 20px;
color: #d63638;
background: #ffeaea;
border: 1px solid #f0c2c2;
border-radius: 4px;
}
.joan-error a {
color: #d63638;
font-weight: bold;
} .joan-hide-images .joan-thumb,
.joan-hide-images .joan-image-standard,
.joan-hide-images .joan-image-large,
.joan-hide-images .joan-image-constrained,
.joan-hide-images .joan-image-full-width,
.joan-hide-images .joan-image-custom {
display: none;
}
.joan-hide-upcoming .upcoming-show {
display: none;
}  .joan-schedule-container {
margin: 20px 0;
} .joan-schedule-day-header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 15px 20px;
margin: 25px 0 0 0;
border-radius: 8px 8px 0 0;
font-size: 18px;
font-weight: 600;
text-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} .joan-schedule-day-header:first-child {
margin-top: 0;
} .joan-schedule-day-table {
width: 100%;
border-collapse: collapse;
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 0 0 8px 8px;
overflow: hidden;
margin-bottom: 5px;
} .joan-sunday-header {
background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}
.joan-monday-header {
background: linear-gradient(135deg, #a8e6cf 0%, #dcedc8 100%);
}
.joan-tuesday-header {
background: linear-gradient(135deg, #ffd3a5 0%, #ffeebc 100%);
}
.joan-wednesday-header {
background: linear-gradient(135deg, #a8c8ec 0%, #c3d5f5 100%);
}
.joan-thursday-header {
background: linear-gradient(135deg, #c8a2c8 0%, #e1bee7 100%);
}
.joan-friday-header {
background: linear-gradient(135deg, #ffb3ba 0%, #ffcccc 100%);
}
.joan-saturday-header {
background: linear-gradient(135deg, #bae1ff 0%, #d4f1ff 100%);
} .joan-sunday-table th {
background-color: #ff6b87;
color: white;
}
.joan-monday-table th {
background-color: #4caf50;
color: white;
}
.joan-tuesday-table th {
background-color: #ff9800;
color: white;
}
.joan-wednesday-table th {
background-color: #2196f3;
color: white;
}
.joan-thursday-table th {
background-color: #9c27b0;
color: white;
}
.joan-friday-table th {
background-color: #f44336;
color: white;
}
.joan-saturday-table th {
background-color: #00bcd4;
color: white;
} table.joan-schedule {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 6px;
overflow: hidden;
}
table.joan-schedule th {
background: #0073aa;
color: white;
padding: 12px;
text-align: left;
font-weight: 600;
}
table.joan-schedule td {
padding: 10px 12px;
border-bottom: 1px solid #eee;
}
table.joan-schedule tr:hover {
background: #f8f9fa;
}
table.joan-schedule tr:nth-child(even) {
background: #fafafa;
}
table.joan-schedule tr:nth-child(even):hover {
background: #f0f0f0;
} table.joan-schedule.joan-filtered-schedule,
.joan-filtered-schedule table.joan-schedule {
border-radius: 6px;
}
.joan-filtered-schedule table.joan-schedule th {
background: #28a745; } .joan-schedule-day-table th {
padding: 12px;
text-align: left;
font-weight: 600;
border: none;
}
.joan-schedule-day-table td {
padding: 10px 12px;
border-bottom: 1px solid #eee;
border-left: none;
border-right: none;
}
.joan-schedule-day-table tr:hover {
background: rgba(0,0,0,0.02);
}
.joan-schedule-day-table tr:nth-child(even) {
background: rgba(0,0,0,0.01);
}
.joan-schedule-day-table tr:nth-child(even):hover {
background: rgba(0,0,0,0.03);
} .joan-schedule-empty-day {
text-align: center;
padding: 30px 20px;
color: #666;
font-style: italic;
background: #f9f9f9;
border: 2px dashed #ddd;
border-radius: 0 0 8px 8px;
} .joan-today-highlight {
background: #e7f3ff !important;
border-left: 4px solid #0073aa;
}
.joan-current-show-highlight {
background: #d1ecf1 !important;
border-left: 4px solid #17a2b8;
font-weight: bold;
} .joan-schedule-controls {
margin: 20px 0 15px 0;
text-align: center;
padding: 15px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.joan-schedule-controls label {
font-weight: 600;
margin-right: 10px;
color: #495057;
}
.joan-schedule-controls select {
padding: 6px 12px;
border: 1px solid #ced4da;
border-radius: 4px;
background: white;
color: #495057;
font-size: 14px;
min-width: 150px;
} .joan-upcoming-shows {
margin: 20px 0;
}
.joan-upcoming-item {
margin-bottom: 15px;
padding: 10px;
background: #f9f9f9;
border-radius: 5px;
border-left: 3px solid #0073aa;
}  .joan-dark-mode .joan-now-playing {
background: #2c3e50;
border-color: #34495e;
color: #ecf0f1;
}
.joan-dark-mode .current-show {
color: #ecf0f1;
}
.joan-dark-mode .current-show a {
color: #3498db;
}
.joan-dark-mode .current-show a:hover {
color: #2980b9;
}
.joan-dark-mode .joan-jock,
.joan-dark-mode .upcoming-show {
color: #bdc3c7;
}
.joan-dark-mode .show-time {
color: #95a5a6;
}
.joan-dark-mode .upcoming-show {
border-top-color: #34495e;
}
.joan-dark-mode .joan-timezone-selector select {
background: #34495e;
color: #ecf0f1;
border-color: #4a5c6a;
}
.joan-dark-mode .joan-timezone-selector {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-timezone-selector .joan-timezone-time {
color: #bdc3c7;
}
.joan-dark-mode .joan-dark-mode-toggle {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-dark-mode-toggle:hover {
background: #4a5c6a;
border-color: #5a6c7a;
}
.joan-dark-mode .joan-schedule-day-table,
.joan-dark-mode table.joan-schedule {
background: #2c3e50;
color: #ecf0f1;
}
.joan-dark-mode .joan-schedule-day-table th,
.joan-dark-mode table.joan-schedule th {
background: #34495e;
}
.joan-dark-mode .joan-schedule-day-table td,
.joan-dark-mode table.joan-schedule td {
border-bottom-color: #4a5c6a;
}
.joan-dark-mode .joan-schedule-day-table tr:hover,
.joan-dark-mode table.joan-schedule tr:hover {
background: #34495e;
}
.joan-dark-mode .joan-schedule-day-table tr:nth-child(even),
.joan-dark-mode table.joan-schedule tr:nth-child(even) {
background: #2c3e50;
}
.joan-dark-mode .joan-schedule-empty-day {
background: #34495e;
border-color: #4a5c6a;
color: #bdc3c7;
}
.joan-dark-mode .joan-schedule-controls {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-schedule-controls select {
background: #2c3e50;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-dark-mode .joan-schedule-controls label {
color: #ecf0f1;
}
.joan-dark-mode .joan-loading {
color: #bdc3c7;
}
.joan-dark-mode .joan-error {
background: #4a2c2a;
border-color: #6a4c4a;
color: #e74c3c;
}
.joan-dark-mode .joan-error a {
color: #e74c3c;
}
.joan-dark-mode .joan-status-message {
color: #bdc3c7;
}
.joan-dark-mode .joan-upcoming-item {
background: #34495e;
border-left-color: #3498db;
color: #ecf0f1;
} .joan-dark-mode .joan-today-highlight {
background: #34495e !important;
border-left-color: #3498db;
}
.joan-dark-mode .joan-current-show-highlight {
background: #2c3e50 !important;
border-left-color: #1abc9c;
} .joan-dark-mode .joan-schedule-day-header {
background: #34495e !important;
color: #ecf0f1 !important;
}
.joan-dark-mode .joan-sunday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-monday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-tuesday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-wednesday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-thursday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-friday-header {
background: #34495e !important;
}
.joan-dark-mode .joan-saturday-header {
background: #34495e !important;
}  .joan-light-mode .joan-now-playing {
background: #f9f9f9 !important;
border-color: #ddd !important;
color: #333 !important;
}
.joan-light-mode .current-show {
color: #333 !important;
}
.joan-light-mode .current-show a {
color: #0073aa !important;
}
.joan-light-mode .current-show a:hover {
color: #005a87 !important;
}
.joan-light-mode .joan-jock,
.joan-light-mode .upcoming-show {
color: #666 !important;
}
.joan-light-mode .show-time {
color: #555 !important;
}
.joan-light-mode .upcoming-show {
border-top-color: #eee !important;
}
.joan-light-mode .upcoming-show strong {
color: #333 !important;
}
.joan-light-mode .joan-timezone-selector {
background: #f8f9fa !important;
border-color: #e9ecef !important;
color: #666 !important;
}
.joan-light-mode .joan-timezone-selector select {
background: white !important;
color: #333 !important;
border-color: #ccc !important;
}
.joan-light-mode .joan-timezone-selector .joan-timezone-time {
color: #555 !important;
}
.joan-light-mode .joan-dark-mode-toggle {
background: transparent !important;
border-color: #ddd !important;
color: #333 !important;
}
.joan-light-mode .joan-dark-mode-toggle:hover {
background: #f0f0f0 !important;
border-color: #999 !important;
}
.joan-light-mode .joan-today-highlight {
background: #e7f3ff !important;
border-left-color: #0073aa !important;
}
.joan-light-mode .joan-current-show-highlight {
background: #d1ecf1 !important;
border-left-color: #17a2b8 !important;
}
.joan-light-mode .joan-schedule-day-header {
color: white !important;
}
.joan-light-mode .joan-sunday-header {
background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%) !important;
}
.joan-light-mode .joan-monday-header {
background: linear-gradient(135deg, #a8e6cf 0%, #dcedc8 100%) !important;
}
.joan-light-mode .joan-tuesday-header {
background: linear-gradient(135deg, #ffd3a5 0%, #ffeebc 100%) !important;
}
.joan-light-mode .joan-wednesday-header {
background: linear-gradient(135deg, #a8c8ec 0%, #c3d5f5 100%) !important;
}
.joan-light-mode .joan-thursday-header {
background: linear-gradient(135deg, #c8a2c8 0%, #e1bee7 100%) !important;
}
.joan-light-mode .joan-friday-header {
background: linear-gradient(135deg, #ffb3ba 0%, #ffcccc 100%) !important;
}
.joan-light-mode .joan-saturday-header {
background: linear-gradient(135deg, #bae1ff 0%, #d4f1ff 100%) !important;
}
.joan-light-mode .joan-schedule-day-table,
.joan-light-mode table.joan-schedule {
background: white !important;
color: #333 !important; color-scheme: light;
} .joan-light-mode .joan-schedule-header {
background: #0073aa !important;
color: #ffffff !important;
color-scheme: light;
} .joan-light-mode.joan-light-mode .joan-schedule-header {
background: #0073aa !important;
color: #ffffff !important;
color-scheme: light;
} .joan-dark-mode .joan-schedule-header {
background: #34495e !important;
color: #ffffff !important;
}
.joan-dark-mode.joan-dark-mode .joan-schedule-header {
background: #34495e !important;
color: #ffffff !important;
}
.joan-light-mode .joan-schedule-day-table th,
.joan-light-mode table.joan-schedule th { background: #0073aa !important;
color: #ffffff !important;
}
.joan-light-mode .joan-schedule-day-table td,
.joan-light-mode table.joan-schedule td {
border-bottom-color: #eee !important;
}
.joan-light-mode .joan-schedule-day-table tr:hover,
.joan-light-mode table.joan-schedule tr:hover {
background: #f8f9fa !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even),
.joan-light-mode table.joan-schedule tr:nth-child(even) {
background: #fafafa !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even):hover,
.joan-light-mode table.joan-schedule tr:nth-child(even):hover {
background: #f0f0f0 !important;
}
.joan-light-mode .joan-schedule-empty-day {
background: #f9f9f9 !important;
border-color: #ddd !important;
color: #666 !important;
}
.joan-light-mode .joan-schedule-controls {
background: #f8f9fa !important;
border-color: #e9ecef !important;
color: #495057 !important;
}
.joan-light-mode .joan-schedule-controls select {
background: white !important;
border-color: #ced4da !important;
color: #495057 !important;
}
.joan-light-mode .joan-schedule-controls label {
color: #495057 !important;
}
.joan-light-mode .joan-loading {
color: #999 !important;
}
.joan-light-mode .joan-error {
background: #ffeaea !important;
border-color: #f0c2c2 !important;
color: #d63638 !important;
}
.joan-light-mode .joan-error a {
color: #d63638 !important;
}
.joan-light-mode .joan-status-message {
color: #666 !important;
}
.joan-light-mode .joan-upcoming-item {
background: #f9f9f9 !important;
border-left-color: #0073aa !important;
color: #333 !important;
} .joan-light-mode .joan-sunday-table th {
background-color: #ff6b87 !important;
color: white !important;
}
.joan-light-mode .joan-monday-table th {
background-color: #4caf50 !important;
color: white !important;
}
.joan-light-mode .joan-tuesday-table th {
background-color: #ff9800 !important;
color: white !important;
}
.joan-light-mode .joan-wednesday-table th {
background-color: #2196f3 !important;
color: white !important;
}
.joan-light-mode .joan-thursday-table th {
background-color: #9c27b0 !important;
color: white !important;
}
.joan-light-mode .joan-friday-table th {
background-color: #f44336 !important;
color: white !important;
}
.joan-light-mode .joan-saturday-table th {
background-color: #00bcd4 !important;
color: white !important;
} .joan-light-mode .joan-filtered-schedule table.joan-schedule th {
background: #28a745 !important; color: white !important;
}  .joan-light-mode table.joan-schedule th {
background: #0073aa !important;
color: #ffffff !important;
} .joan-light-mode.joan-light-mode table.joan-schedule th {
background: #0073aa !important;
color: #ffffff !important;
} .joan-light-mode .joan-schedule-day-table th {
background: #0073aa !important;
color: #ffffff !important;
} .joan-light-mode.joan-light-mode .joan-schedule-day-table th {
background: #0073aa !important;
color: #ffffff !important;
} .joan-light-mode .joan-current-time {
color: #777 !important;
}
.joan-light-mode .upcoming-time {
color: #777 !important;
}
.joan-light-mode .joan-status-suspended {
background: #fff3cd !important;
border-color: #ffeaa7 !important;
}
.joan-light-mode .joan-status-off_air {
background: #f8d7da !important;
border-color: #f5c6cb !important;
} .joan-light-mode .joan-schedule-day-table th {
color: white !important;
background-color: inherit !important;
}
.joan-light-mode .joan-schedule-day-table td {
color: #333 !important;
background: white !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even) td {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode .joan-schedule-day-table tr:hover td {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode .joan-schedule-day-table tr:nth-child(even):hover td {
background: #f0f0f0 !important;
color: #333 !important;
} .joan-light-mode table.joan-schedule td {
color: #333 !important;
background: white !important;
}
.joan-light-mode table.joan-schedule tr:nth-child(even) td {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode table.joan-schedule tr:hover td {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode table.joan-schedule tr:nth-child(even):hover td {
background: #f0f0f0 !important;
color: #333 !important;
} .joan-light-mode.joan-light-mode .joan-schedule-day-table {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table th {
color: white !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table td {
color: #333 !important;
background: white !important;
border-bottom-color: #eee !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr:nth-child(even) {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr:hover {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode .joan-schedule-day-table tr:nth-child(even):hover {
background: #f0f0f0 !important;
color: #333 !important;
} .joan-light-mode.joan-light-mode table.joan-schedule {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule th {
color: white !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule td {
color: #333 !important;
background: white !important;
border-bottom-color: #eee !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr {
background: white !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr:nth-child(even) {
background: #fafafa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr:hover {
background: #f8f9fa !important;
color: #333 !important;
}
.joan-light-mode.joan-light-mode table.joan-schedule tr:nth-child(even):hover {
background: #f0f0f0 !important;
color: #333 !important;
}  @media (prefers-color-scheme: dark) {
.joan-now-playing:not(.joan-light-mode) {
background: #2c3e50;
border-color: #34495e;
color: #ecf0f1;
}
.joan-now-playing:not(.joan-light-mode) .current-show {
color: #ecf0f1;
}
.joan-now-playing:not(.joan-light-mode) .current-show a {
color: #3498db;
}
.joan-now-playing:not(.joan-light-mode) .current-show a:hover {
color: #2980b9;
}
.joan-now-playing:not(.joan-light-mode) .joan-jock,
.joan-now-playing:not(.joan-light-mode) .upcoming-show {
color: #bdc3c7;
}
.joan-now-playing:not(.joan-light-mode) .show-time {
color: #95a5a6;
}
.joan-now-playing:not(.joan-light-mode) .upcoming-show {
border-top-color: #34495e;
}
.joan-now-playing:not(.joan-light-mode) .joan-timezone-selector select {
background: #34495e;
color: #ecf0f1;
border-color: #4a5c6a;
}
.joan-now-playing:not(.joan-light-mode) .joan-timezone-selector {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-now-playing:not(.joan-light-mode) .joan-timezone-selector .joan-timezone-time {
color: #bdc3c7;
}
.joan-schedule-day-table:not(.joan-light-mode),
table.joan-schedule:not(.joan-light-mode) {
background: #2c3e50;
color: #ecf0f1;
}
.joan-schedule-day-table:not(.joan-light-mode) th,
table.joan-schedule:not(.joan-light-mode) th {
background: #34495e;
}
.joan-schedule-day-table:not(.joan-light-mode) td,
table.joan-schedule:not(.joan-light-mode) td {
border-bottom-color: #4a5c6a;
}
.joan-schedule-day-table:not(.joan-light-mode) tr:hover,
table.joan-schedule:not(.joan-light-mode) tr:hover {
background: #34495e;
}
.joan-schedule-day-table:not(.joan-light-mode) tr:nth-child(even),
table.joan-schedule:not(.joan-light-mode) tr:nth-child(even) {
background: #2c3e50;
}
.joan-schedule-empty-day:not(.joan-light-mode) {
background: #34495e;
border-color: #4a5c6a;
color: #bdc3c7;
}
.joan-schedule-controls:not(.joan-light-mode) {
background: #34495e;
border-color: #4a5c6a;
color: #ecf0f1;
}
.joan-schedule-controls:not(.joan-light-mode) select {
background: #2c3e50;
border-color: #4a5c6a;
color: #ecf0f1;
} .joan-today-highlight:not(.joan-light-mode) {
background: #34495e !important;
border-left-color: #3498db;
}
.joan-current-show-highlight:not(.joan-light-mode) {
background: #2c3e50 !important;
border-left-color: #1abc9c;
} .joan-schedule-day-header:not(.joan-light-mode) {
background: #34495e !important;
color: #ecf0f1 !important;
}
.joan-sunday-header:not(.joan-light-mode),
.joan-monday-header:not(.joan-light-mode),
.joan-tuesday-header:not(.joan-light-mode),
.joan-wednesday-header:not(.joan-light-mode),
.joan-thursday-header:not(.joan-light-mode),
.joan-friday-header:not(.joan-light-mode),
.joan-saturday-header:not(.joan-light-mode) {
background: #34495e !important;
}
} @media (max-width: 768px) {
.joan-now-playing {
padding: 12px;
font-size: 14px;
}
.current-show {
font-size: 1.2em;
}
.joan-thumb,
.joan-thumb-large {
max-width: 200px;
}
.joan-dark-mode-toggle {
position: static;
display: block;
margin: 0 auto 10px auto;
width: auto;
} .joan-schedule-day-header {
padding: 12px 15px;
font-size: 16px;
}
.joan-schedule-day-table,
table.joan-schedule {
font-size: 14px;
}
.joan-schedule-day-table th,
.joan-schedule-day-table td,
table.joan-schedule th,
table.joan-schedule td {
padding: 8px;
}
.joan-timezone-selector {
font-size: 0.8em;
}
.joan-timezone-selector select {
width: 100%;
max-width: 200px;
}
.joan-timezone-selector {
padding: 8px;
margin: 10px 0;
}
.joan-timezone-selector .joan-timezone-time {
font-size: 0.8em;
margin-top: 6px;
}
.joan-schedule-controls {
padding: 10px;
}
.joan-schedule-controls select {
width: 100%;
max-width: 200px;
margin-top: 5px;
}
}
@media (max-width: 480px) {
.joan-now-playing {
padding: 10px;
margin: 5px 0;
}
.joan-thumb,
.joan-thumb-large {
max-width: 150px;
}
.joan-schedule-day-header {
padding: 10px 12px;
font-size: 15px;
}
.joan-schedule-day-table,
table.joan-schedule {
font-size: 12px;
} .joan-schedule-day-table th:nth-child(n+4),
.joan-schedule-day-table td:nth-child(n+4),
table.joan-schedule th:nth-child(n+4),
table.joan-schedule td:nth-child(n+4) {
display: none;
}
.joan-schedule-empty-day {
padding: 20px 15px;
font-size: 14px;
}
} @media print {
.joan-now-playing {
box-shadow: none;
border: 2px solid #000;
}
.joan-timezone-selector,
.joan-schedule-controls,
.joan-dark-mode-toggle {
display: none;
}
.current-show a {
color: #000 !important;
text-decoration: none;
}
.current-show a:after {
content: " (" attr(href) ")";
font-size: 0.8em;
font-weight: normal;
}
.joan-schedule-day-header {
background: #000 !important;
color: #fff !important;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
} .joan-now-playing:focus-within {
outline: 2px solid #0073aa;
outline-offset: 2px;
}
.current-show a:focus {
outline: 2px solid #0073aa;
outline-offset: 1px;
border-radius: 2px;
}
.joan-schedule-controls select:focus,
.joan-dark-mode-toggle:focus {
outline: 2px solid #0073aa;
outline-offset: 1px;
} @media (prefers-reduced-motion: reduce) {
.joan-thumb,
.current-show a,
.joan-dark-mode-toggle {
transition: none;
}
.joan-thumb:hover {
transform: none;
}
} @media (prefers-contrast: high) {
.joan-now-playing {
border-width: 2px;
border-color: #000;
}
.current-show a {
text-decoration: underline;
}
.joan-thumb {
border: 2px solid #000;
}
.joan-schedule-day-header {
border: 2px solid #000;
}
.joan-schedule-day-table,
table.joan-schedule {
border: 2px solid #000;
}
.joan-dark-mode-toggle {
border-width: 2px;
}
} .joan-timezone-selector,
.joan-schedule-controls {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
margin: 15px 0;
}
.joan-timezone-selector select,
.joan-schedule-controls select {
display: inline-block !important;
visibility: visible !important;
} .wpb_wrapper .joan-timezone-selector,
.wpb_wrapper .joan-schedule-controls,
.vc_column_container .joan-timezone-selector,
.vc_column_container .joan-schedule-controls {
display: block !important;
} .joan-light-mode .joan-schedule-header,
.joan-light-mode.joan-light-mode .joan-schedule-header {
background: #0073aa !important;
color: #ffffff !important;
color-scheme: light;
}
.joan-dark-mode .joan-schedule-header,
.joan-dark-mode.joan-dark-mode .joan-schedule-header {
background: #34495e !important;
color: #ffffff !important;
}div.whatsnew {
margin: 10px 0;
font-size: 100%;
word-break: break-all;
overflow: hidden;
}
div.whatsnew a {
padding: 7px 0;
display: block;
text-decoration: none;
box-shadow: none;
}
div.whatsnew a:hover {
background-color: #f5f5f5;
text-decoration: none;
box-shadow: none;
}
div.whatsnew hr {
margin: 0;
padding: 0;
}
div.whatsnew .newmark {
font-size: 74%;
padding: 1px 5px;
vertical-align: middle;
color: White;
background-color: #ff4500;
border-radius: 3px;
}
div.whatsnew dl {
margin: 0;
padding: 0;
border: 0;
}
div.whatsnew dt {
margin: 0 0 0 0.3em;
padding: 0;
border: 0;
color: Gray;
font-weight: normal;
white-space: nowrap;
}
div.whatsnew dd {
margin: 0;
padding: 0 2px;
}
@media screen and (min-width: 600px) {
div.whatsnew dl {
overflow: hidden;
}
div.whatsnew dt {
float: left;
width: 8.1em;
overflow: hidden;
}
div.whatsnew dd {
overflow: hidden;
}
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #303030;
font-size: 16px;
font-size: 1rem;
font-family: 'Open Sans', Tahoma, Arial;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 0.75em 0;
line-height: 1.4;
}
h1 {
font-size: 36px;
font-size: 2.25rem;
}
h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
}
h6 {
font-size: 19px;
font-size: 1.1875rem;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
margin-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #f5f5f5; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: none;
}
blockquote {
margin: 0 0 1.5em;
padding-left: 1.5em;
border-left: 2px solid #ddd;
color: #777;
font-style: italic;
font-size: 19px;
font-size: 1.1875rem;
}
blockquote cite,
blockquote small {
display: block;
margin-top: 1em;
color: #404040;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote > :last-child {
margin-bottom: 0.5em;
}
hr {
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #ddd;
}
ul,
ol {
margin: 0 0 1.5em 1.5em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1.5em;
}
img {
max-width: 100%; height: auto; }
table {
margin: 0 0 1.5em;
width: 100%;
border: none;
table-layout: fixed;
}
th,
td {
padding: 0.3em 0.6em;
border: 1px solid #ddd;
}
a:link {
color: #067bb0;
text-decoration: underline;
}
a {
color: #067bb0;
text-decoration: underline;
}
a:hover {
opacity:0.5;
}
a:active {
opacity:0.5;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin: 0;
padding: 0.6em 1em;
border: none;
background: #0091db;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
font-size: 0.9375rem;
font-family: 'Montserrat', Tahoma, Arial;
transition: all 0.2s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
text-decoration: none ;
color: #0b6fbd;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.3em 0.6em;
max-width: 100%;
border: 1px solid #ddd;
color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid #ccc;
color: #111;
}
textarea {
width: 100%;
}  .screen-reader-text {
display: none;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
display: none;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
} .clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
display: table;
content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
clear: both;
} .container {
margin: 0 auto;
padding: 0;
max-width: 1440px;
width: 100%;
}
.site-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.content-area {
order: 2;
box-sizing: border-box;
padding: 2em 2em 0;
width: 55%;
border-right: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
background: #fff;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
}
.main-sidebar {
order: 1;
padding: 0.5em 0 0;
width: 25%;
border-left: 1px solid #e5e5e5;
background: #ffffff;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
}
.small-sidebar {
order: 3;
padding: 0.5em 0 0;
width: 20%;
background: #ffffff;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
}
.sidebar-toggle {
display: none;
} .site-header {
border-bottom: 0px solid #0091db;
background: #ffffff;
}
.header-main {
padding: 2em 1.5em;
}
.site-branding {
float: left;
margin: 0;
padding: 0;
max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
padding: 0;
border: none;
color: #0b6fbd;
}
.site-title {
display: inline-block;
margin: 0;
padding-top: 20px;
color: #0b6fbd;
text-decoration: none;
font-weight: bold;
font-size: 50px;
font-family: 'Montserrat', sans-serif;
line-height: 1.4;
}
.site-branding .custom-logo {
margin: 0.25em 1em 0.25em 0;
padding: 0;
max-width: 50%;
height: auto;
border: none;
vertical-align: top;
}
.site-description {
display: inline-block;
float: right;
margin: 0.75em 0 0 1em;
color: #fff;
font-size: 22px;
font-size: 1.375rem;
}  .main-navigation-wrap {
border-top: 1px solid rgba(255,255,255,0.1);
background: #0091db;
color: #fff;
}
.main-navigation-container {
position: relative;
}
.main-navigation-toggle {
display: none;
}
.main-navigation-menu {
display: inline;
float: left;
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
}
.main-navigation-menu li {
float: left;
}
.main-navigation-menu a {
display: block;
padding: 1.25em 1.5em;
text-decoration: none;
text-transform: uppercase;
font-weight: normal;
font-size: 13px;
font-family: 'Montserrat', Tahoma, Arial;
transition: all 0.2s ease;
}
.main-navigation-menu > .menu-item-has-children > a:after {
display: inline-block;
margin: 0.2em 0 0 0.2em;
color: #fff;
content: '\f431';
vertical-align: top;
text-decoration: inherit;
font-size: 16px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main-navigation-menu a:link,
.main-navigation-menu a:visited {
color: #fff;
text-decoration: none;
}
.main-navigation-menu a:hover {
background: rgba(0,0,0,0.2);
}
.main-navigation-menu ul {
position: absolute;
z-index: 999;
display: none;
margin: 0;
padding: 0;
border-top: 10px solid #72c5f0;
background: #404040;
list-style-position: outside;
list-style-type: none;
text-align: left;
}
.main-navigation-menu ul li {
position: relative;
float: none;
}
.main-navigation-menu ul a {
padding: 1em 1.25em;
min-width: 250px;
min-width: 16rem;
border-bottom: 1px solid rgba(255,255,255,0.1);
font-size: 13px;
font-size: 0.8125rem;
transition: none;
}
.main-navigation-menu ul li:last-child > a {
border-bottom: none;
}
.main-navigation-menu ul .menu-item-has-children > a:after {
display: inline-block;
margin: 0.4em 0 0 0.2em;
color: #fff;
content: '\f431';
vertical-align: top;
text-decoration: inherit;
font-size: 14px;
font-family: 'Genericons';
line-height: 1;
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-o-transform:rotate(270deg);
-ms-transform:rotate(270deg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main-navigation-menu li ul ul {
top: 0;
left: 100%;
margin-top: -10px;
}
.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
display: block;
}
.main-navigation-menu li.current-menu-item > a {
text-decoration: underline;
} .main-navigation-menu .mega-menu-content .mega-menu-widget a:link,
.main-navigation-menu .mega-menu-content .mega-menu-widget a:visited {
color: #fff;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget a:hover,
.main-navigation-menu .mega-menu-content .mega-menu-widget a:active {
color: rgba(255,255,255,0.6);
}
.mega-menu-content .widget_meta ul li,
.mega-menu-content .widget_pages ul li,
.mega-menu-content .widget_categories ul li,
.mega-menu-content .widget_archive ul li {
display: block;
border-top: 1px solid rgba(255,255,255,0.1);
}
.mega-menu-content .widget_meta ul li a,
.mega-menu-content .widget_pages ul li a,
.mega-menu-content .widget_categories ul li a,
.mega-menu-content .widget_archive ul li a {
display: block;
padding: 0.75em 1em;
font-size: 14px;
font-size: 0.875rem;
}
.main-navigation-menu .mega-menu-content .widget_meta ul li a:hover,
.main-navigation-menu .mega-menu-content .widget_pages ul li a:hover,
.main-navigation-menu .mega-menu-content .widget_categories ul li a:hover,
.main-navigation-menu .mega-menu-content .widget_archive ul li a:hover {
background: rgba(0,0,0,0.1);
color: #fff;
}
.mega-menu-content .mega-menu-widget .entry-meta,
.mega-menu-content .mega-menu-widget .entry-meta span:before {
color: #eee;
} .secondary-navigation-wrap {
margin: -0.5em 0 1em 0;
}
.sidebar-navigation-menu {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar-navigation-menu li {
margin: 0;
padding: 0;
}
.sidebar-navigation-menu a {
display: block;
padding: 1em 1.25em;
border-bottom: 1px solid #e5e5e5;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
font-family: 'Montserrat', Tahoma, Arial;
}
.sidebar-navigation-menu a:link,
.sidebar-navigation-menu a:visited {
color: #303030;
}
.sidebar-navigation-menu a:hover,
.sidebar-navigation-menu a:active {
background: #f5f5f5;
}
.sidebar-navigation-menu ul {
display: inline-block;
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
.sidebar-navigation-menu ul a {
display: block;
padding-left: 3em;
font-size: 13px;
font-size: 0.8125rem;
}
.sidebar-navigation-menu ul a:before {
margin: 0.1em 0.3em 0 0;
font-size: 18px;
}
.sidebar-navigation-menu ul li ul a {
padding-left: 4.5em;
}
.sidebar-navigation-menu ul li ul li ul a {
padding-left: 6em;
}
.sidebar-navigation-menu ul li ul li ul li ul a {
padding-left: 7.5em;
}
.sidebar-navigation-menu li.current-menu-item > a {
text-decoration: underline;
} .social-icons-menu {
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
line-height: 1;
}
.social-icons-menu li {
display: inline-block;
float: left;
margin: 0;
padding: 0;
}
.social-icons-menu li a {
position: relative;
display: inline-block;
padding: 0.5em;
text-decoration: none;
transition: all 0.2s ease;
}
.social-icons-menu li a .screen-reader-text {
display: none;
} .social-icons-menu li a:before {
display: inline-block;
color: #fff;
vertical-align: top;
text-decoration: inherit;
font-size: 16px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.social-icons-menu li a:before { content: '\f408'; } .social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; } .main-navigation-container .social-icons-navigation {
float: right;
}
.main-navigation-container .social-icons-menu li a {
padding: 1.1em;
}
.main-navigation-container .social-icons-menu li a:before {
font-size: 24px;
}
.main-navigation-container .social-icons-menu li a:hover:before {
text-decoration: none;
}
.main-navigation-container .social-icons-menu li a:hover,
.main-navigation-container .social-icons-menu li a:active {
background: rgba(0,0,0,0.25);
} .widget {
margin: 0px auto 10px;
padding: 1em 1.5em;
max-width: 97%;
-ms-word-wrap: break-word;
word-wrap: break-word;
border:solid 0px #d3edfb;
background-color:#fafafa;
}
.widget-header {
margin: 0 0 1em;
}
.widget-title {
display: block;
margin: 0px;
padding: 5px 5px 5px 10px;
background-color:#d3edfb;
color: #0086cd;
text-transform: uppercase;
font-size: 14px;
font-family: 'Montserrat', Tahoma, Arial;
}
.widget ul {
margin: 0;
padding: 0;
list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
margin: 0.5em 0 0.5em 1em;
padding: 0;
} .widget select {
max-width: 100%;
}
.widget a:link,
.widget a:visited  {
text-decoration: none;
}
.widget-title a:link,
.widget-title a:visited {
color: #0e64a6;
text-decoration: underline;
}
.widget-title a:hover,
.widget-title a:active {
opacity:0.5;
} @media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}
@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto; }
}
.timeline-Widget {
max-width: 300px!important;
width:200px !important; }   .search-form {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
}
.search-form .screen-reader-text {
display: none;
}
.search-form .search-field {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0.5em 1.5em 0.5em 0.7em;
min-width: 300px;
width: 100%;
-webkit-appearance: none;
}
.search-form .search-submit {
position: absolute;
top: 0;
right: 0;
padding: 0.65em 0.75em 0 0.2em;
border: none;
cursor: pointer;
}
.search-form .search-submit .genericon-search {
display: inline-block;
padding: 0.05em 0 0.55em 0.45em;
color: #fff;
content: '\f400';
vertical-align: middle;
text-decoration: inherit;
font-weight: normal;
font-style: normal;
font-size: 24px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .magazine-homepage-widget-area .widget {
margin: 0 0 2em;
padding: 0 0 2em;
border-bottom: 2px solid #eee;
}
.widget-magazine-posts {
margin-bottom: -2em;
}
.widget-magazine-posts .type-post {
margin: 0 0 2em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.widget-magazine-posts .type-post .entry-title {
display: inline;
}
.widget-magazine-posts .type-post .entry-meta {
margin: 0;
}
.widget-magazine-posts .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .type-post .entry-content p {
margin-bottom: 0.5em;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post {
display: block;
float: left;
box-sizing: border-box;
padding-right: 2em;
width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .small-post {
display: block;
float: left;
box-sizing: border-box;
width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 40%;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
font-size: 13px;
font-size: 0.8125rem;
} .widget-magazine-posts .magazine-grid {
margin-right: -2em;
}
.widget-magazine-posts .magazine-grid .large-post {
float: left;
box-sizing: border-box;
padding-right: 2em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
clear: left;
} .widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
float: left;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
float: left;
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
box-sizing: border-box;
margin-left: 50%;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts-columns .medium-post {
padding-right: 0;
width: 100%;
} .main-sidebar .widget-magazine-posts-sidebar .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.small-sidebar .widget-magazine-posts-sidebar .entry-title {
font-size: 16px;
font-size: 1rem;
} .type-post,
.type-page,
.type-attachment
{
margin: 0 0 2em;
padding: 0;
max-width: 100%;
}
.comments-area  {
display: none;
}
.entry-title {
margin: 0;
padding: 0;
color: #0e64a6;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 25px;
font-family: 'Montserrat', Tahoma, Arial;
line-height: 1.4;
}
.entry-title a:link,
.entry-title a:visited {
color: #0e64a6;
text-decoration: none;
transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active{
opacity:0.5;
}
.type-post .wp-post-image,
.type-page .wp-post-image {
margin:0;
}
.entry-content {
font-size: 15px;
}
.entry-content p:first-child {
margin-top: 0.5em;
}
.entry-content p:last-child {
margin-bottom: 0;
}
.sticky {} .page-links {
margin: 0;
word-spacing: 1em;
font-weight: bold;
} .entry-meta {
margin: 0.5em 0 0;
padding: 0;
color: #999;
font-size: 14px;
font-size: 0.875rem;
}
.entry-meta a:link,
.entry-meta a:visited {
color: #0e64a6;
text-decoration: underline;
}
.entry-meta a:hover,
.entry-meta a:active {
opacity:0.5;
}
.entry-meta span:after {
display: inline-block;
margin-left: 0.2em;
color: #999;
content: '\f428';
vertical-align: middle;
font: normal 16px 'Genericons';
-webkit-font-smoothing: antialiased;
}
.entry-meta span:last-child:after {
display: none;
} .posted-by {
display:none;
}
.posted-by .avatar {
float: left;
margin: 0 0.75em 0 0;
border-radius: 3em;
} body.date-hidden .entry-meta .meta-date,
body.comments-hidden .entry-meta .meta-comments,
body.categories-hidden .entry-meta .meta-category,
body.author-hidden .type-post .posted-by {
display: none;
}
body.comments-hidden.categories-hidden .entry-meta .meta-date:after,
body.categories-hidden .entry-meta .meta-comments:after {
display: none;
}
.meta-category {
display: none;
}
.meta-comments {
display: none;
}
body.date-hidden.comments-hidden .content-archive .entry-meta {
display: none;
}
body.date-hidden.comments-hidden.categories-hidden .content-single .entry-meta {
display: none;
} .entry-tags {
margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
font-size: 14px;
font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
display: table;
content: "";
}
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.2em 0.5em;
background: #303030;
text-decoration: none;
text-transform: uppercase;
font-size: 13px !important;
font-size: 0.8125rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
color: #0e64a6;
text-decoration: underline;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
opacity:0.5;
} .post-navigation {
margin: 1em 0 0;
padding: 0.6em 0 0;
border-top: 1px solid #e5e5e5;
}
.post-navigation .nav-links .nav-previous {
float: left;
}
.post-navigation .nav-links .nav-next {
float: right;
}
.post-navigation .nav-links .nav-previous a:before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next a:after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links a {
text-decoration: none;
} .pagination {
margin: 0 0 2em;
}
.pagination a,
.pagination .current {
display: inline-block;
margin: 0 3px 3px 0;
padding: 0.4em 1em;
background: #303030;
color: #fff;
text-align: center;
text-decoration: none;
}
.pagination a:link,
.pagination a:visited {
color: #0e64a6;
text-decoration: underline;
}
.pagination a:hover,
.pagination a:active,
.pagination .current {
opacity:0.5;
} .infinite-scroll .pagination {
display: none;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
width: 100%;
text-align: center;
}
.infinite-scroll .infinite-loader .spinner {
bottom: -1em;
left: auto;
margin: 0 auto;
}
.infinite-scroll #infinite-handle span {
display: inline-block;
margin: 0 0 2em;
padding: 0.6em 1em;
background: #303030;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
font-size: 0.9375rem;
font-family: 'Montserrat', Tahoma, Arial;
transition: all 0.2s ease;
}
.infinite-scroll #infinite-handle span:hover {
background: #0091db;
} .page-header {
margin: -0.5em 0 1em;
color: #303030;
}
.blog-title,
.archive-title {
display: none;
}
.blog-title a,
.archive-title a {
text-decoration: none;
} .breadcrumbs {
margin: -0.5em 0 1.5em;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
color: #222;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
display: inline;
margin: 0;
padding: 0;
}
.breadcrumbs .trail-browse {
margin-right: 0.5em;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-items {
list-style: none;
}
.breadcrumbs .trail-items li::after {
padding: 0 0.5em;
content: "\00bb"; }
.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }
.breadcrumbs .trail-items li:last-of-type::after {
display: none;
}  .post-wrapper .type-post .entry-title {
font-size: 15px;
}
.post-wrapper .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
} .post-layout-one-column .post-wrapper .type-post {
margin: -7px 0 1.4em;
padding: 0 0 0.5em;
border-bottom: 1px solid #e5e5e5;
}
.post-layout-one-column .post-wrapper .type-post .wp-post-image {
float: left;
margin: 0 2em 1em 0;
padding: 0;
max-width: 45%;
}
.post-layout-one-column .post-wrapper .type-post .entry-title {
display: inline;
} .post-layout-two-columns .post-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2em;
}
.post-layout-two-columns .post-wrapper .post-column {
box-sizing: border-box;
padding-right: 2em;
width: 50%;
}
.post-layout-two-columns .post-wrapper .post-column .type-post .entry-meta {
margin: 0;
}  .wp-block-audio audio {
width: 100%;
} .wp-block-separator {
height: 2px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-quote.is-style-large {
border: none;
margin: 0 0 1.5em;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-quote.is-style-large p {
margin-bottom: 0.5em;
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.is-style-large cite {
text-align: inherit;
} .wp-block-pullquote {
margin-bottom: 1.5em;
padding: 1.5em 0;
border-bottom: 2px solid #ddd;
border-top: 2px solid #ddd;
}
.wp-block-pullquote blockquote {
border: none;
margin: 0;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-pullquote blockquote p {
margin-bottom: 0.5em;
} .wp-block-cover {
display: flex;
}
.wp-block-cover-text {
margin-top: 0;
margin-bottom: 0;
} .wp-block-gallery {
margin: 0;
} .has-primary-color {
color: #0091db;
}
.has-white-color {
color: #ffffff;
}
.has-light-gray-color {
color: #f0f0f0;
}
.has-dark-gray-color {
color: #777777;
}
.has-black-color {
color: #303030;
} .has-primary-background-color {
background-color: #0091db;
}
.has-white-background-color {
background-color: #ffffff;
}
.has-light-gray-background-color {
background-color: #f0f0f0;
}
.has-dark-gray-background-color {
background-color: #777777;
}
.has-black-background-color {
background-color: #303030;
}  .comments-header,
.comment-reply-title {
margin: 0 0 1em 0;
}
.comments-header .comments-title,
.comment-reply-title span {
margin: 0;
padding: 0.95em 0 0;
text-transform: uppercase;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 15px;
font-size: 0.9375rem;
font-family: 'Montserrat', Tahoma, Arial;
} .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment {
margin: 0 0 1.5em;
padding: 1.5em 0 0;
border-top: 1px solid #eee;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-meta {
float: left;
padding: 0;
width: 100%;
}
.comment-meta .comment-author img {
float: left;
margin-right: 1em;
}
.bypostauthor {
display: block;
}
.comment-meta .comment-metadata {
margin-top: 0.3em;
font-size: 14px;
font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
margin-right: 1em;
text-decoration: none;
}
.comment-content {
clear: left;
padding: 0.2em 0 0;
}
.comment-content a {
word-wrap: break-word;
}
.comment ol.children {
margin: 1.5em 0 0;
list-style: none;
}
.comment .comment-respond {
margin-top: 1.5em;
} .comment-navigation {
display:none;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation .nav-previous a:before {
margin-right: 3px;
content: "\00AB";
}
.comment-navigation .nav-next a:after {
margin-left: 4px;
content: "\00BB";
}
.comment-navigation a {
text-decoration: none;
} .comment-form {
padding: 0;
}
.comment-form label {
display: none;
}
.comment-form textarea {
margin-top: 0.4em;
}
.comment-form .form-submit {
margin-bottom: 1em;
}
.comment-form input[type="checkbox"] + label {
display: inline;
padding-left: 10px;
font-weight: normal;
}
.comment-reply-title small a {
display:none;
} .footer-wrap {
background: #62b8e4;
}
.site-footer {
color: #fff;
font-size: 13px;
}
.site-footer .site-info {
float: none;
text-align: center;
padding: 1em;
}
.site-footer a:link,
.site-footer a:visited {
color: #fff;
text-decoration: none;
}
.menu { 
list-style: none;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  @media only screen and (max-width: 80em) {
.content-area {
width: 70%;
border-right: none;
}
.main-sidebar {
width: 30%;
}
.small-sidebar {
order: 3;
width: 100%;
border-top: 0px solid #e5e5e5;
background: #ffffff;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
}
.small-sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 1.5em 0.75em;
}
.small-sidebar .widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
box-sizing: border-box;
padding: 0 0.75em;
width: 25%;
}
.small-sidebar .widget-wrap .widget {
width: 100%;
}
.small-sidebar .widget-wrap:nth-child(4n + 1) {
clear: left;
}
} @media only screen and (max-width: 70em) {
.header-widget {
max-width: 70%;
}
.site-description {
margin-top: 0.8em;
font-size: 20px;
font-size: 1.25rem;
}
} @media only screen and (max-width: 65em) {
.small-sidebar {
padding: 1em 0.5em;
}
.small-sidebar .widget-wrap {
padding: 0 0.5em;
width: 33.3333333333333%;
}
.small-sidebar .widget-wrap:nth-child(4n + 1) {
clear: none;
}
.small-sidebar .widget-wrap:nth-child(3n + 1) {
clear: left;
}
} @media only screen and (max-width: 60em) {
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.site-branding .custom-logo {
padding: 0;
max-width: 80%;
height: auto;
vertical-align: top;
}
.site-branding {
float: none;
margin: 0;
text-align: center;
}
.site-description {
display: block;
float: none;
margin: 0 0 0.75em;
text-align: center;
} .main-navigation-container {
padding: 0;
}
.main-navigation-container .social-icons-navigation {
margin-right: 1em;
} .main-navigation-menu li {
position: static;
float: none;
}
.main-navigation-menu ul,
.mega-menu-item .mega-menu-content,
.mega-menu-item .mega-menu-content .mega-menu-widget {
position: static;
top: auto;
left: auto;
display: block;
}
.main-navigation-menu ul a {
float: none;
width: auto;
}
.main-navigation-menu li ul ul {
top: auto;
left: auto;
margin: 0;
}
.main-navigation-menu > .menu-item-has-children > a:after,
.main-navigation-menu ul .menu-item-has-children > a:after {
display: none;
} .main-navigation-toggle {
display: inline-block;
float: left;
margin-left: 1em;
padding: 1.1em;
background: none;
text-align: left;
font-size: 16px;
font-size: 1rem;
}
.main-navigation-toggle:hover,
.main-navigation-toggle:focus,
.main-navigation-toggle:active {
background: rgba(0,0,0,0.2);
cursor: pointer;
}
.main-navigation-toggle:after {
display: inline-block;
float: left;
margin: 0;
color: #fff;
content: '\f419';
vertical-align: middle;
text-decoration: inherit;
font-size: 24px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .main-navigation-menu-wrap {
display: none;
float: left;
width: 100%;
border-top: 1px solid rgba(255,255,255,0.1);
}
.main-navigation-menu {
width: 100%;
}
.main-navigation-menu a {
display: block;
clear: left;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.main-navigation-menu li:last-child > a {
border-bottom: none;
}
.main-navigation-menu ul {
float: none;
width: 100%;
border: none;
}
.main-navigation-menu ul a {
display: block;
padding-left: 3em;
width: 100%;
}
.main-navigation-menu ul li ul a {
padding-left: 4.5em;
}
.main-navigation-menu ul li ul li ul a {
padding-left: 6em;
}
.main-navigation-menu ul li ul li ul li ul a {
padding-left: 7.5em;
}
.main-navigation-menu ul li:last-child > a {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.main-navigation-menu li ul ul {
border: none;
}
.main-navigation-menu li.current-menu-item > a {
background: none;
text-decoration: underline;
} .main-navigation-menu .submenu-dropdown-toggle {
display: block;
float: right;
margin: 0;
padding: 0.85em 1.2em 0.8em;
}
.main-navigation-menu .submenu-dropdown-toggle:hover {
background: rgba(0,0,0,0.25);
cursor: pointer;
}
.main-navigation-menu .submenu-dropdown-toggle:before {
color: #fff;
content: '\f431';
vertical-align: middle;
text-decoration: inherit;
font-size: 32px;
font-family: 'Genericons';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.main-navigation-menu .submenu-dropdown-toggle.active:before {
content: '\f432';
}
.main-navigation-menu ul .submenu-dropdown-toggle {
padding: 0.6em 1em;
}
.main-navigation-menu ul .submenu-dropdown-toggle:before {
font-size: 24px;
} .mega-menu-item .mega-menu-content {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mega-menu-item .mega-menu-two-columns > li,
.mega-menu-item .mega-menu-three-columns > li,
.mega-menu-item .mega-menu-five-columns > li {
width: 100%;
}
.mega-menu-item .mega-menu-four-columns > li,
.mega-menu-item .mega-menu-six-columns > li {
width: 50%;
} .site-footer .site-info {
float: none;
text-align: center;
}
} @media only screen and (max-width: 55em) {
.content-area {
order: 1;
width: 100%;
border-left: none;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
}
.main-sidebar {
order: 2;
width: 100%;
border-top: 1px solid #e5e5e5;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
}
} @media only screen and (max-width: 50em) {
.small-sidebar .widget-wrap {
width: 50%;
}
.small-sidebar .widget-wrap:nth-child(2n + 1) {
clear: left;
}
.small-sidebar .widget-wrap:nth-child(3n + 1) {
clear: none;
} .widget-magazine-posts .small-post .entry-meta span:after,
.widget-magazine-posts .small-post .entry-meta .meta-author {
display: none;
}
} @media only screen and (max-width: 45em) {
} @media only screen and (max-width: 40em) {
.entry-title,
.post-wrapper .type-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-wrapper .type-post .entry-content {
font-size: 17px;
font-size: 1.0625rem;
}
.entry-meta {
margin: 0;
} .post-layout-one-column .post-wrapper .type-post {
padding: 0;
border-bottom: none;
}
.post-layout-one-column .post-wrapper .type-post .wp-post-image {
float: none;
margin: 0 0 0.5em;
max-width: 100%;
} .post-layout-two-columns .post-wrapper {
display: block;
margin-right: 0;
}
.post-layout-two-columns .post-wrapper .post-column {
padding-right: 0;
width: 100%;
} .widget-magazine-posts .magazine-grid {
margin-right: 0;
}
.widget-magazine-posts .magazine-grid .large-post,
.widget-magazine-posts-columns .magazine-posts-column-left,
.widget-magazine-posts .medium-post {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
margin-left: 0;
padding-top: 1em;
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .large-post .wp-post-image {
margin: 0 0 0.5em;
}
.widget-magazine-posts .medium-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 40%;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.widget-magazine-posts .small-post .entry-meta span:after,
.widget-magazine-posts .small-post .entry-meta .meta-author {
display: inline-block;
}
.widget-magazine-posts .small-post .entry-meta span:last-child:after {
display: none;
} .mega-menu-item .mega-menu-four-columns > li,
.mega-menu-item .mega-menu-six-columns > li {
width: 100%;
}
} @media only screen and (max-width: 35em) { .small-sidebar .widget-wrap {
display: block;
float: none;
width: 100%;
}
} @media only screen and (max-width: 640px) {
.site-branding .site-title {
font-size: 22px;
padding-top: 0px;
}
} @media only screen and (max-width: 30em) {
.site-branding .site-title {
font-size: 22px;
padding-top: 0px;
}
.site-description {
margin: 0 0 0.5em;
font-size: 18px;
font-size: 1.125rem;
}
.entry-title,
.post-wrapper .type-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content,
.post-wrapper .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
.alignright, .alignleft {
float: none;
margin: 1em 0;
}
.main-navigation-toggle {
margin: 0;
padding: 1em;
}
.main-navigation-toggle:after {
font-size: 20px;
}
.main-navigation-container .social-icons-navigation {
margin: 0;
}
.main-navigation-container .social-icons-menu li a {
padding: 1em 0.8em;
}
.main-navigation-container .social-icons-menu li a:before {
font-size: 20px;
} .widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-meta span:after,
.widget-magazine-posts .small-post .entry-meta .meta-author {
display: none;
}
} @media only screen and (max-width: 20em) {
.site-branding .site-title {
font-size: 25px;
font-size: 2rem;
}
.site-description {
font-size: 16px;
font-size: 1rem;
}
.entry-title,
.post-wrapper .type-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.entry-meta .meta-date
{
display: block;
}
.meta-comments {
display: none;
}
.entry-meta span:after {
display: none;
} .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
display: none;
}
}  @media only screen and (min-width: 60.01em) {
.main-navigation-menu-wrap {
display: block !important;
}
}  @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
@media {
.content-area,
.main-sidebar,
.small-sidebar,
.post-layout-two-columns .post-wrapper .post-column {
margin-right: -1px;
}
}
} @media not all and (min-resolution:.001dpcm) {
@media {
.content-area,
.main-sidebar,
.small-sidebar,
.post-layout-two-columns .post-wrapper .post-column {
margin-right: -1px;
}
}
} .magazine-widgets-placeholder {
position: relative;
}
.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase;
margin: 0;
padding: 1em 1em 1em 55px;
color: #0085ba;
border: 2px dashed #0085ba;
} .magazine-widgets-placeholder .customize-partial-edit-shortcut button {
left: 15px;
top: 14px;
} .bg_black{
background:#000;
color:#FFF;
padding:10px;
}
.kadomaru{
border-radius: 10px;
}
.title01{
font-size:16px;
font-family: monospace, monospace;
color:#ffffff;
background-color:#4697d6;
width:100%;
height:30px;
text-align:center;  
margin:0 auto;
padding:0px;
}
.title02{
font-size:16px;
font-family: monospace, monospace;
color:#ffffff;
background-color:#fee101;
width:100%;
height:30px;
text-align:center;  
margin:0 auto;
padding:0px;
}
bottom {
color: #ffffff;
text-decoration: underline;
}
center{
margin:0 auto;
}
.none { display: none !important; } .pc { display: block !important; }
.sp { display: none !important; } @media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
.full {
width: 100%;
}
}
.tit_sns {
display:block;
background-color:#fafafa;
width: 100%;
height:45px;
}