/*
Theme Name: My Divi
Version: 1.0
Description: A child theme of Divi
Author: admin
Template: Divi
*/

@import url(../Divi/style.css);

/* 푸터 위 아래 여백 */
#footer-widgets {
    padding: 20px 0 5px !important;
}
#footer-widgets .fwidget {
    margin-bottom: 0 !important;
}
#footer-widgets .footer-widget {
    margin-bottom: 0 !important;
}

/* 4칼럼 너비 조정: 달력 / 메타 / 오디오 / 방문자수 */
#footer-widgets .footer-widget:nth-child(1) { width: 22% !important; }
#footer-widgets .footer-widget:nth-child(2) { width: 15% !important; }
#footer-widgets .footer-widget:nth-child(3) { width: 25% !important; }
#footer-widgets .footer-widget:nth-child(4) { width: 15% !important; }

/* 달력 줄바꿈 방지 */
#footer-widgets .widget_calendar table#wp-calendar {
    width: 100%;
    table-layout: fixed;
}
#footer-widgets .widget_calendar #wp-calendar th,
#footer-widgets .widget_calendar #wp-calendar td {
    white-space: nowrap;
    padding: 2px 1px;
    font-size: 11px;
    text-align: center;
}
#footer-widgets .widget_calendar #wp-calendar caption {
    font-size: 12px;
    padding-bottom: 4px;
}

/* 오디오 플레이어 */
#footer-widgets .widget_custom_html {
    overflow: visible;
}
#footer-widgets .widget_custom_html audio {
    width: 300px;
    display: block;
}
