/*
Theme Name: OnAir2 Child
Theme URI: http://qantumthemes.com/
Template: onair2
Author: QantumThemes
Author URI: http://qantumthemes.com/helpdesk
Description: Music Wordpress Theme for radio stations and web radios with schedule functions and music player
Tags: two-columns,right-sidebar
Version: 3.3.6.1577518773
Updated: 2019-12-28 15:39:33

*/


nav.qt-menubar ul.my-col-sm-8.qt-desktopmenu a:hover {
    border-bottom: 2px solid;
    background-color: #f7f7f9 !important;
}
#qt-mobile-menu .qt-logo-text img {
    width: auto;
    margin-top: 5px;
    height: 46px;
}
.my-logo-link {
    text-align: left;
    overflow: hidden;
    position: relative;
}
.my-logo-link .my-logo-text {
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
}
.my-logo-link .my-search-btn {
    width: 35px;
    margin-top: 10px;
    margin-right: 5px;
    float: right;
    font-size: 1.5rem;
}
body.qt-stickymenu.qt-has-secondarybar .qt-menubar-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
    font-size: 0.7rem;
}
.qt-menubar .nav-wrapper .qt-content-primary {
    display: flex;
    justify-content: space-between;
}
.qt-main-menubar {
    background-color: white;
}
.qt-main {
    position: relative;
    z-index: 0;
}
.hotspots-image-container {
    max-width: 33%;
}
.hotspot-title {
    font-size: 2rem;
}
.qt-footer-widgets {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f6f6f6;
    color: #101010;
}
.my-footer-content {
    text-align: center;
}
.my-footer-logo {
    flex: 1 10%;
    text-align: left;
}
.my-footer-logo .my-logo-text img {
    height: 4rem;
}
.qt-footer a.my-app-link {
    text-align: center;
    color: #101010;
    padding: 10px;
}
.qt-footer .my-app-flex a.my-app-link {
    display: block;
    padding-bottom: 15px;
    background-color: #f7be68;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.qt-footer a.my-app-link:hover {
    background-color: black;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.qt-footer a.my-app-link i {
    margin-right: 5px;
    font-size: 25px;
    opacity: 1;
}
.my-app-flex {
    padding: 10px;
}
#qtfooterwidgets {
    padding-bottom: 50px;
}
#qtfooterwidgets .my-flexbox {
	align-items: center;
}
.my-footer-download-app p {
    padding-left: 10px;
}
.my-flexbox {
    display: flex;
    flex-direction: column;
    flex-flow: row;
}
.my-flexbox2 {
    display: flex;
}
.my-flex1 {
    width: 100%;
    flex: 1 0;
}
.my-footer-download-app {
    flex: 2 40%;
}
.my-footer-social {
    flex: 3 50%;
}
.my-footer-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.38);
    border-top: 1px solid rgba(255,255,255,0.38);
    padding: 5px 0 10px;
}
.my-copy-right {
    display: block;
    padding: 1rem 4rem;
}
.my-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    overflow: hidden;
}
.my-section .ul {
    list-style-type: none;
}
.my-section .li {
    list-style-type: none;
}
.my-tabs {
    margin-right: 0 !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    border-bottom: 2px solid #101010;
    text-align: center;
}
.my-tab {
    border-bottom: 1px solid #fff;
    -moz-transition: margin .3s ease;
    -webkit-transition: margin .3s ease;
    -o-transition: margin .3s ease;
    transition: margin .3s ease;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,0.2);
    list-style: none;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    padding: 1rem;
}
.my-tab.active {
    margin-bottom: -2px;
    border-top: 2px solid #101010;
    border-left: 2px solid #101010;
    border-right: 2px solid #101010;
    cursor: default;
}
.my-tab-container {
    overflow: hidden;
}
.my-tab-box {
    width: 400%;
	overflow: hidden;
}
.my-tab-content {
    width: 25%;
    float: left;
    overflow: hidden;
}
.my-tab-content ul {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-schedule-style {
    display: none;
}
#my-show-schedule {
    position: relative;
}
.my-overflow-box {
    overflow: hidden;
}
.my-schedule-item {
    float: left;
    padding: 5px;
}
.my-schedule-title {
    padding-top: 5px;
    padding-bottom: 5px;
}
.my-schedule-box {
    margin-left: 0;
    -moz-transition: margin .5s ease;
    -webkit-transition: margin .5s ease;
    -o-transition: margin .5s ease;
    transition: margin .5s ease;
}
.my-schedule-btns {
    width: 60px;
    display: flex;
    top: -3.4rem;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
}
.my-schedule-btns > a {
    width: 100%;
    display: block;
    flex: 1 0;
    text-align: center;
    font-size: 2rem;
    color: #101010;
    cursor: pointer;
}
.my-schedule-btns > a.disabled {
    color: rgba(0,0,0,0.2);
    cursor: default;
}
.my-schedule-btns > a.disabled:hover {
    color: rgba(0,0,0,0.2);
}
#my-map-info > p {
    padding: 5px;
}
.my-map-info-name {
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdee0;
    font-weight: bold;
    margin: 5px;
}
.my-map-info-name > a:hover {
    color: inherit;
}
#my-map-info-fb {
    display: inline-block;
    margin-top: -5px;
    float: right;
    line-height: 0;
}
.my-map-info-item {
    display: flex;
    margin: 5px;
}
.my-map-container {
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
    opacity: 0;
    border: 1px solid #dcdee0;
}
.my-map-info-title {
    width: 100%;
    flex: 1 0;
}
.my-map-info-content {
    width: 100%;
    flex: 4 0;
}
.my-hidden {
    display: none;
}
#my-map {
    background-color: #3f3f4a;
}
#my-map .my-continent {
    fill: #585862;
}
#my-map .my-channel {
    fill: #3c373d;
}
#my-map path {
    stroke: #84848e;
    stroke-width: 1;
}
#my-map .my-label {
    font-size: 11px;
    cursor: pointer;
    fill: #fff;
   /* font-family: sans-serif;*/
}
#my-map .my-circle {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    fill: #fff;
}
#my-map .my-text {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    fill: #fff;
    stroke: #010101;
    stroke-width: 1px;
    text-anchor: middle;
}
#my-map .my-label:hover .my-circle {
    fill: #9fa0aa;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#my-map .my-label:hover .my-text {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#my-map .my-label.active .my-circle {
    fill: #2080ba;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
#my-map .my-label.active .my-text {
    fill: #fff;
    stroke: #fff;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.qt-the-content li.my-tab {
    list-style: none;
}

.qt-the-content p {
    margin-top: 1.4em;
	margin-bottom: 1.4em;
}

.my-weekly-tab-box {
    width: 700%;
}
.my-weekly-tab-content {
    width: 14.285%;
    width: calc(100% / 7);
    float: left;
    padding: 5px;
}
.qt-tags li a {
    color: #ddd;
}
.my-show-contents {
    overflow: hidden;
}
.my-show-contents .my-show-box {
    overflow: hidden;
    border: 1px solid gray;
    -moz-box-shadow: 3px 3px 6px gray;
    -webkit-box-shadow: 3px 3px 6px gray;
    -o-box-shadow: 3px 3px 6px gray;
    box-shadow: 3px 3px 6px gray;
    padding: 15px;
}
.my-show-contents .my-show-box .my-fb-icon {
    font-size: 40px;
    color: black;
}
.my-part-show-schedule-day-item {
    display: block;
    overflow: hidden;
    position: relative;
    color: #010101;
}
.my-part-show-schedule-day-item .my-schedule-image img {
    width: 100%;
    top: 0;
    position: relative;
    z-index: -1;
}
.my-part-show-schedule-day-item:hover {
    color: #010101;
}
.my-part-show-schedule-day-item:hover .my-schedule-image img {
    filter: none;
}
.my-part-show-schedule-day-item .my-schedule-content {
    background-color: #fff;
    padding: 5px 0;
}
.my-part-show-schedule-day-item .my-schedule-title {
    font-size: 18px;
}
.my-part-show-schedule-day-item .my-schedule-detail {
    font-size: 13px;
}
.my-part-show-schedule-day-item .my-schedule-detail > span {
    margin-right: 5px;
}
.my-pageheader {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.my-pageheader .qt-caption {
    border-bottom: none;
}
.my-pageheader h1 {
    font-size: 2.5rem;
    color: #000;
}
.my-pageheader .qt-subtitle {
    font-size: 1.2rem;
}
.my-tags {
    padding-top: 15px;
}
.my-tags a {
    display: inline-block;
    height: 24px;
    background-color: #000;
    position: relative;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    /*font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;*/
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    padding: 0 10px 0 12px;
    margin: 0 16px 8px 0;
}
.my-tags a:before {
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    content: "";
    left: -12px;
    border-color: transparent #000 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;
}
.my-tags a:after {
    width: 5px;
    height: 5px;
    top: 10px;
    float: left;
    background-color: #fff;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    -o-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    content: "";
    left: 1px;
}
.my-tags .post-categories {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-line-center > div > span {
    display: inline-block;
}
.my-part-archive-item .my-item-content {
    padding: 15px;
}
.my-part-archive-item .my-item-content .my-tags {
    text-align: right;
}
.my-part-archive-item .my-header-bg {
    opacity: 1 !important;
}
.calendar {
    margin: 10px auto;
}
.calendar-events {
    min-height: 300px;
}
.cal-events__empty {
    display: none;
    padding-top: 20%;
    text-align: center;
    font-weight: bold;
}
.calendar-events.empty .cal-events__empty {
    display: block;
}
.cal-events__items {
    display: block;
}
.calendar-events.empty .cal-events__items {
    display: none;
}
.cal-events__item {
    display: block;
    border-bottom: 1px dashed #777;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #000;
    padding: 10px;
    margin: 0 10px;
}
.cal-events__item:hover {
    background-color: #ccc;
    color: #000;
}
.cal-events-item__header > span {
    display: inline-block;
}
.cal-events-item__title {
    font-size: 23px;
    font-weight: bold;
}
.cal-events-item__artist {
    padding-left: 15px;
    font-size: 15px;
    color: #555;
    vertical-align: bottom;
}
.cal-events-item__content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}
.calendar__month {
    width: 100%;
    position: relative;
    font-size: 26px;
    font-weight: 800;
    padding: 10px;
}
.cal-month__btns {
    display: inline-block;
    position: relative;
}
.cal-month__previous, .cal-month__next {
    width: 20px;
    display: inline-block;
    height: 20px;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-align: center;
    overflow: hidden;
    position: absolute;
    color: #888;
    cursor: pointer;
    left: 10px;
}
.cal-month__previous i, .cal-month__next i {
    top: -5px;
    position: relative;
}
.cal-month__previous:hover, .cal-month__next:hover {
    color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-weight: 800;
}
.cal-month__next {
    top: -10px;
}
.cal-month__previous {
    top: -25px;
}
.cal-month__current {
    width: 150px;
    display: inline-block;
    color: #000;
}
.cal-head__day {
    text-align: center;
}
.cal-head__day, .cal-body__day {
    width: 100%;
    flex: 1 0;
    height: 50px;
}
.cal-body__week, .calendar__head {
    display: block;
    display: flex;
    height: 50px;
}
.calendar__head {
    position: relative;
    line-height: 50px;
}
.cal-body__day {
    text-align: center;
    color: #777;
    cursor: pointer;
    line-height: 50px;
}
.cal-day__month--previous, .cal-day__month--next {
    visibility: hidden;
}
.cal-day__month--current {
    color: #000;
}
.cal-body__day.cal-day__month--current:first-child, .cal-body__day.cal-day__month--current:last-child {
    color: #e65a61;
}
.cal-day__day--today {
    color: #2196f3;
    font-weight: 800;
}
.cal-day__day--selected {
    position: relative;
    color: #fff !important;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.cal-day__day--selected:before {
    width: 44px;
    margin-left: -22px;
    height: 44px;
    top: 5px;
    background-color: #2196f3;
    position: absolute;
    z-index: -1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: '';
    left: 50%;
}
.cal-day__day--event {
    position: relative;
}
.cal-day__day--event:after {
    width: 6px;
    margin-left: -3px;
    height: 6px;
    background-color: #fa5421;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: '';
    left: 50%;
    bottom: 6px;
}
.my-team-avatar {
    max-width: 150px;
    padding: 15px;
    margin: auto;
}
.my-team-avatar .my-avatar-img {
    width: 100%;
}
.qt-the-content .my-team-content h2 {
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 0.6em;
    margin-bottom: 0.2em;
    border-bottom: 3px solid;
    font-size: 24px;
    font-weight: bold;
}
.my-team-content p:not(:empty) {
    margin-top: 5px;
}
.my-img-class {
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
    clear: both;
    flex-wrap: wrap;
}
.my-img-class .my-content-img {
    width: 50%;
    display: inline-flex;
    padding: 10px;
}
.lvca-grid-item:not([style]) {
    padding: 20px;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image img {
    height: 100%;
    max-width: none;
}
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    -moz-transition: background-color .4s ease-in-out 0s;
    -webkit-transition: background-color .4s ease-in-out 0s;
    -o-transition: background-color .4s ease-in-out 0s;
    transition: background-color .4s ease-in-out 0s;
}
#maincontent.my-become-sqaure {
    padding-left: 10px;
	padding-right: 10px;
}

.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image > a {
    display: block;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image > a {
    width: 100%;
    display: block;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image > a img {
    margin: auto;
}
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image:hover, .lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image:hover {
    background-color: rgba(0,0,0,0.4);
}

#my-showslider .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image > a {
    height: 100%;
}
#my-showslider .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image img {
    width: 100%;
    max-width: 150%;
}
#my-schedule .my-part-show-schedule-day-item .my-schedule-image {
    overflow: hidden;
}
#my-schedule .my-part-show-schedule-day-item .my-schedule-image img {
    width: 100%;
    z-index: 0;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-bg {
    opacity: 1 !important;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-mid {
    height: 38vw;
	width: 100vw; 
	max-width: 100vw; 
    background: rgb(0,0,0);
    position: relative;
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 20%, rgba(0,0,0,0) 35%, rgba(255,255,255,0) 36%, rgba(255,255,255,0.0018382352941176405) 100%);
    padding: 0;
    margin: auto;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-mid .qt-vi {
    display: flex;
    align-items: flex-end;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    flex-wrap: wrap;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-mid h4.qt-capfont, .qt-part-archive-item .qt-item-header .qt-header-mid p.qt-small {
    margin: 0 10px 10px;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-mid h1.qt-title {
    width: 100%;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-mid h4.qt-capfont {
    color: white !important;
}
body.home .qt-part-archive-item .qt-item-header .qt-header-mid .qt-caption-med.qt-capfont, body.home .qt-part-archive-item .qt-item-header .qt-header-mid .qw_social.qw-disableembedding, body.home .qt-part-archive-item .qt-item-header .qt-header-mid p.hide-on-med-and-down {
    display: none;
}
@media screen and (max-width: 800px) {
.lvca-portfolio-wrap .lvca-grid-tablet-1.lvca-grid-mobile-1.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 69vw;
    height: 39vw;
    margin: auto;
}
#qtfooterwidgets .qt-container > .my-flexbox {
    display: block;
	text-align: center;
}
#qtfooterwidgets .qt-container .my-logo-text > img {
	margin: auto;
}
}
@media screen and (max-width: 480px) {
#my-showslider .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 48vw;
    height: 27vw;
    margin: auto;
}
.my-become-sqaure .lvca-portfolio-wrap .lvca-grid-mobile-2.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 44vw;
    height: 44vw;
    margin: auto;
}
.lvca-portfolio-wrap .lvca-grid-mobile-1.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 100vw;
    height: 56vw;
    margin: auto;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
    width: 100vw;
    height: 56vw;
    margin: auto;
}
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
#my-showslider .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 31vw;
    height: 17vw;
    margin: auto;
}
.my-become-sqaure .lvca-portfolio-wrap .lvca-grid-tablet-3.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 32vw;
    height: 32vw;
    margin: auto;
}
.lvca-portfolio-wrap .lvca-grid-tablet-2.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 49vw;
    height: 28vw;
    margin: auto;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
    width: 30vw;
    height: 17vw;
    margin: auto;
}
}
@media screen and (min-width: 600px) {
.layout-left .hotspots-interaction {
    justify-content: center;
    flex-direction: row-reverse !important;
    align-items: center;
}
}
@media only screen and (min-width: 601px) {
.my-team-content {
    width: 50%;
    float: left;
    padding: 10px;
}
.my-img-class .my-content-img {
    width: 25%;
}
}
@media (min-width: 768px) {
.vc_col-sm-2.my-col-sm-2 {
    width: 10%;
}
.vc_col-sm-8.my-col-sm-8 {
    width: 80%;
}
}
@media only screen and (max-width: 767px) {
	.my-show-schedule {
		padding: 30px;
	}
}
@media only screen and (min-width: 768px) {
body.home .qt-part-archive-item .qt-item-header .qt-header-mid { width: 68vw; }
body.qt-stickymenu.qt-has-secondarybar .qt-menubar-top {
    width: 80%;
    margin-left: 10%;
}
}
@media only screen and (min-width: 801px) {
.my-map-container {
    flex-direction: row;
}
.my-flexbox {
    flex-direction: row;
}
}
@media screen and (min-width: 801px) {
#my-showslider .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 14vw;
    height: 8vw;
    margin: auto;
}
.my-become-sqaure .lvca-portfolio-wrap .lvca-grid-desktop-4.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 13vw;
    height: 13vw;
    margin: auto;
}
.lvca-portfolio-wrap .lvca-grid-desktop-4.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 13vw;
    height: 7.3vw;
    margin: auto;
}
.lvca-portfolio-wrap .lvca-grid-desktop-3.lvca-portfolio .lvca-portfolio-item .lvca-project-image {
    width: 21vw;
    height: 12vw;
    margin: auto;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image {
    width: 19vw;
    height: 11vw;
    margin: auto;
}
}

@media only screen and (min-width: 993px) {
#my-schedule .lvca-project-image {
    width: 18vw;
    height: 10vw;
}
.my-part-show-schedule-day-item .my-schedule-image {
    width: 21vw;
    height: 12vw;
}
.my-footer-social {
    padding-left: 10%;
}
}
@media only screen and (min-width: 1024px) {
.my-tab-container .lvca-posts-carousel {
    max-width: 90%;
}
}
@media only screen and (min-width: 1201px) {
.my-map-container {
    display: flex;
}
.my-map-container .my-map-content {
    width: 100%;
    flex: 1 0;
}
#my-map-info {
    display: block;
}
#my-map-info > p {
    padding: 2rem 5rem 5rem;
}
.my-map-info-name {
    padding-bottom: 5px;
    margin: 2rem 5rem;
}
.my-map-info-item {
    margin-right: 5rem;
    margin-left: 5rem;
}
#qtfooterwidgets {
    padding-bottom: 0;
}
body.qt-stickymenu.qt-has-secondarybar .qt-menubar-top {
    width: 80%;
    margin-left: 10%;
    height: 95px;
    border-bottom: 1px solid rgba(255,255,255,0.38);
}
.vc_col-sm-2.my-col-sm-2 {
    width: 10%;
}
.vc_col-sm-8.my-col-sm-8 {
    width: 80%;
}
body.qt-stickymenu .qt-main {
    padding-top: 163px;
    -moz-transition: padding-top 0.3s ease;
    -webkit-transition: padding-top 0.3s ease;
    -o-transition: padding-top 0.3s ease;
    transition: padding-top 0.3s ease;
}
body.skrollable-after.qt-stickymenu .qt-main {
    padding-top: 69px;
}
body.skrollable-between .qt-expandable.qt-searchbar { position: relative; }
body.qt-stickymenu.qt-has-secondarybar .qt-expandable.qt-searchbar {
    top: 165px;
}
body.skrollable-after .qt-menubar ul.qt-desktopmenu > li > a {
    font-size: 1.1vw;
}
body.skrollable-after .qt-menubar ul.qt-desktopmenu > li > a[data-expandable="#qtsearchbar"] {
	padding-left: 0.4rem;	
}
.qt-menubar ul.qt-desktopmenu>li.qt-logo-link, .qt-menubar ul.qt-desktopmenu>li.my-searchbar {
    width: 0;
    -moz-transition: padding-top 0.6s ease;
    -webkit-transition: padding-top 0.6s ease;
    -o-transition: padding-top 0.6s ease;
    transition: padding-top 0.6s ease;
}
.qt-menubar ul.qt-desktopmenu > li > a {
    margin-right: 0.6rem;
    padding: 0 0.4rem 0 1.4rem;
}
body.skrollable-after .qt-menubar ul.qt-desktopmenu>li.qt-logo-link {
    width: 10rem;
}
body.skrollable-after .qt-menubar ul.qt-desktopmenu>li.qt-logo-link > a.qt-logo-text {
    padding-bottom: 1.242rem;
}
body.skrollable-after .qt-menubar ul.qt-desktopmenu>li.my-searchbar {
    width: 5rem;
}
.qt-logo-text img {
    width: auto;
    margin-top: 0.4375rem;
    height: 1.5625rem;
	}}
.tablepress tbody tr td{
	text-align:center;
	vertical-align: middle;
}
.lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .lvca-project-image .lvca-image-info .lvca-terms{
	display: none;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms a {
	display: none;
}
.lvca-posts-carousel .lvca-posts-carousel-item .lvca-project-image .lvca-image-info .lvca-terms{
	display: none;
}
/* Fixed for an unknow problem */
.qt-menubar a, .qt-menubar-top a, .qt-side-nav a {
	color: #101010 !important;
}
.qt-menubar ul.qt-desktopmenu > li::after, .qt-menubar ul.qt-desktopmenu>li>a::before, .qt-menubar ul.qt-desktopmenu>li>a::after {
	border-color: #101010 !important;
}
.qt-desktopmenu, .hide-on-xl-and-down, .vc_col-sm-8, .my-col-sm-8 {
	font-family: 'Noto Sans TC', Helvetica, Arial, sans-serif !important;
}
.qt-sharepage, .qt-sharepage-vertical, .qt-content-primary  > li > a.qt-popupwindow, a.qt-sharelink, a.qt-tooltipped > i {
	color: #8e8e8e !important;
}

figure.wp-block-image {
   margin: 0;
}

ul.blocks-gallery-grid{
	margin: 0 !important;
}

li.blocks-gallery-item{
	padding: 0  !important;
}

/*.qt-container.podcast-player-59467 {
	display: none !important;
}*/
/* 讓 wpb_wrapper 可以水平捲動 */
.wpb_wrapper {
  overflow-x: auto; /* 添加水平捲軸 */
  max-width: 100%; /* 確保不超過父容器寬度 */
}

/* 設定表格最小寬度，防止過度壓縮 */
.wpb_wrapper table {
  min-width: 1200px; /* 可以根據實際需求調整這個值 */
  table-layout: fixed; /* 固定表格布局 */
  width: auto; /* 表格寬度由內容決定 */
}

/* 確保表格內容正常顯示 */
.wpb_wrapper table td, 
.wpb_wrapper table th {
  white-space: normal; /* 允許文字換行 */
  word-wrap: break-word; /* 長字串自動換行 */
  min-width: 120px; /* 設置每個欄位的最小寬度 */
  padding: 8px; /* 添加內距讓內容更好看 */
}

/* 確保表格標題不換行 */
.wpb_wrapper table th {
  white-space: nowrap; /* 標題不換行 */
  font-weight: bold; /* 加粗標題 */
}

/* 針對特別窄的螢幕優化 */
@media screen and (max-width: 600px) {
  .wpb_wrapper table {
    min-width: 1000px; /* 在小螢幕上略微減少最小寬度 */
  }
  
  .wpb_wrapper table td, 
  .wpb_wrapper table th {
    min-width: 100px; /* 小螢幕上減少最小寬度 */
    padding: 4px; /* 減少內距 */
  }
}