/*
Theme Name: child-sydney
Version: 1.0
Description: A child theme of Sydney
Template: sydney
*/

@import url("../sydney/style.css");

.content h3 a {
   font-size: 26px;
}

.page-wrap {
    padding-bottom: 10px;
}
.page-wrap {
    padding-top: 10px;
}

.page-wrap {
    padding: 10px 0 10px;
    clear: both;
}

.hentry .title-post {
    font-size: 40px;
}

.widget-area .widget-title {
    font-size: 20px; 
    
}

.panel-grid-cell .widget-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #E1973A;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #000;
}

