/*
Theme Name: OnePage v1.2
Theme URI: http://minwt.com/
Description: 一頁式形象頁面
Author: minggoChou
Author URI: http://minwt.com/
Version: 1.2

Tags:basic,html

*/
html,body {height: 100%; -webkit-font-smoothing: antialiased;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, .select_menu
 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:transparent;
    word-wrap: break-word; 
    word-break: break-all;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

.elementor-widget-image img {
    object-fit: cover;
}
.nav-left nav#sidebar>ul:nth-of-type(1){
    width:95%;
}
nav#sidebar>ul:nth-of-type(1)>li>a {
    border-bottom: solid 1px #e3e3e3;
    display: block;
    padding-bottom:10px;
    color:#555;
}
nav#sidebar>ul:nth-of-type(2)>li>a{
    color:#555;
}
section>div {
    width: 100%;
}
a.custom-logo-link img{width:40%; padding-top:5px; display:inline-block;}

a.custom-logo-link {
    display: inline-block;
    text-align: center;
}
.nav-left #sidebar{
    width: 23%;
}
.nav-left #content{
  margin-left: 0;

}
@media (min-width: 768px) {
  .nav-left #content {
    margin-left: 23%;
    width:77%;
  }
}

@media(min-width:990px){
    .nav-top #sidebar {
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding:0 100px;
        align-items: center;
    }
    .nav-top #sidebar ul,
    .nav-top #doro-logo{
        display:flex;
        align-items: baseline;
    }
    .nav-top #sidebar ul{
        margin-top:0;
    }
    .nav-top #sidebar ul>li{
        padding:0 20px;
    }
    .nav-top #sidebar ul, .nav-top #doro-logo {
        display: flex;
        align-items: baseline;
    }
    .nav-top #sidebar{
    width: 100%;
    height: 80px;
  }
  .nav-top #content{
    margin-left: 0;
  }
}
footer ul>li>a {
    color: #514f4f;
}

/*
LINE
*/
#lineFloating {
    position: fixed;
    right: 1.25rem;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body.line-bottom #lineFloating {
    bottom: 1.25rem;
  }
  body.line-middle #lineFloating {
    top: 50%;
    transform: translateY(-50%);
  }
  #qrPopup {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 0.75rem;
  }
  .page #content h1{
    font-size:2.3rem;
    border-bottom:solid 4px #333;
    padding-left:15px;
    font-weight: 600;
  }
  .page #content h3{
    font-size:1.6rem;
    line-height: 3rem;
    margin-bottom:10px;
    margin-top:30px;
  }
  .page #content p{
    font-size:1.0rem;
    line-height: 1.8rem;
  }