/*********** 前後台編輯器區塊共用的CSS設定 ***********/

.about-editor-title {
    color: #9C8064;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
}

.contact-editor .row {
    margin: 0 -2%;
}

.contact-editor .col {
    float: left;
    padding: 0 2%;
}

.contact-editor .col1 {
    width: 44%;
}

.contact-editor .col2 {
    width: 56%;
}

.contact-map {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #666;
    padding: 5px;
}

.contact-map iframe {
    display: block;
    max-height: 100%;
}

.contact-info-list {
    color: #8a8a8a;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    position: relative;
    padding: 2px 0 2px 40px;
    margin: 5px 0;
    line-height: 25px;
}

.contact-info-list li:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/contact/info_ic.png') no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-info-list li.tel:before {
    background-position: 0 0;
}

.contact-info-list li.mail:before {
    background-position: 0 50%;
}

.contact-info-list li.addr:before {
    background-position: 0 100%;
}

.contact-info-list a:hover {
    text-decoration: underline;
}

.editor-title {
    color: #9C8064;
    font-size: 15px;
    font-weight: bold;
    background: url('../../images/common/editor_title_ic.png') 0 4px no-repeat;
    padding-left: 32px;
    margin: 0 0 5px;
}

.notice-editor-pics {
    float: right;
    margin-left: 30px;
}

.notice-editor-pics .pic {
    margin-bottom: 24px;
}


/*----  後台範本  ----*/

.is-container-in .icon {
    background: none;
    text-align: center;
}

.is-rounded-button-medium a i {
    text-align: center;
}

[class*="ion-"] {
    text-indent: 0;
}

.column.full .clearfix.is-boxed-button-big {
    display: inline-block;
}

.is-container-in .btn.btn-default.edit {
    padding: 7px 25px;
    line-height: 2em;
}


/*----  後台範本end  ----*/

@media screen and (max-width: 1200px) {
    .notice-editor-pics {
        float: none;
        overflow: hidden;
        margin: 0 -5px;
    }
    .notice-editor-pics .pic {
        width: 33.33%;
        float: left;
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .about-editor-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .contact-editor .col1 {
        width: 100%;
    }
    .contact-editor .col2 {
        width: 100%;
    }
}
