@charset "UTF-8";





/* common css */
section {
    margin: 0 auto 100px;
    border-bottom: 1px solid #96867c47;
}

section p, #contents p {
    margin: 0 auto 1em;
}
section p:last-child {
    /*margin: 0 auto !important;*/
}





/* top page css */
.top-page#content {
    max-width: none;
    background: none;
}
.top-page .container {
    max-width: 1400px;
}
/*.top-page .my-col {
    width: 19.2%;
    float: left;
    text-align: center;
    margin-right: 1%;
    background: #fff;
    padding: 30px 15px;
}
.top-page .my-col:first-child {
    margin-left: 0;
}
.top-page .my-col:last-child {
    margin-right: 0;
}
.top-page .my-col h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin: 0 auto 10px;
    font-weight: 400;
}
.top-page .my-col a {
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}*/









/* ABOUT UNIVERSITY HOUSE */
.top-page section.top-01 {
    text-align: center;
}
.top-page section.top-01 div {
    margin: 0 auto 50px;
}
.top-page section.top-01 div:last-child {
    margin: 0 auto;
}
.top-page section.top-01 p {
    max-width: 660px;
    margin: 0 auto 1em;
}
.top-page section.top-01 h2 {
    font-weight: 300;
    font-size: 45px;
    line-height: 0.8em;
    text-transform: uppercase;
    margin: 0 auto 25px;
}
.top-page section.top-01 h2 span {
    font-size: 15px;
    display: block;
    letter-spacing: 0.05em;
}

.unimelbwords {
    font-size: 15px;
    display: block;
    letter-spacing: 0.05em;
    margin-top: -20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
    
}



.top-page .content-column {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #fff;
    padding: 40px;
    min-height: 400px;
}
.top-page .content-column:first-child {
    margin-left: 0;
}
.top-page .content-column:last-child {
    margin-right: 0;
}
.top-page .content-column h4 {
    font-size: 20px;
    margin: 0 auto 10px;
    font-weight: 400;
}









/* ABOUT VENUE */
.top-page .top-03 {
    max-width: 1100px;
}
/*.top-page .top-03 p {
    margin: 0 auto 1em;
}

.top-page .top-03 .top-03_left,
.top-page .top-03 .top-03_right {
    width: 50%;
    float: left;
}

.top-page .top-03 p {
    float: left;
    width: 50%;
}

.top-page .top-03 img {
    width: 90%;
}*/
.top-page .top-03 div.type1,
.top-page .top-03 div.type2 {
    margin: 0 auto 100px;
}
.top-page .top-03 div.type1:last-child {
    margin: revert-layer;
}
.top-03 .type1 .left,
.top-03 .type1 .right {
    float: left;
    width: 50%;
}
.top-03 .type1 .right {
    padding: 200px 0 0 100px;
}
.top-03 .type1 .right h3,
.top-03 .type1 .right p,
.top-03 .type1 .right .button {
    margin: 0 0 50px 0;
    text-align: left;
}
.top-03 .type2 .left {
    float: left;
    width: 50%;
    padding: 200px 100px 0 0;
}
.top-03 .type2 .right {
    width: 50%;
    float: right;
}
.top-03 .type2 .left h3,
.top-03 .type2 .left p,
.top-03 .type2 .left .button {
    margin: 0 0 50px 0;
    text-align: left;
}
/*.top-03 .left img {
    float: left;
    width: 50%;
}
.top-03 .left h3 {
    width: 50%;
    padding: 100px 0 50px 100px;
}
.top-03 .left p {
    width: 50%;
    padding: 0 0 25px 100px;
}
.top-03 .right img {
    float: right;
    width: 50%;
}
.top-03 .right h3 {
    float: left;
    width: 50%;
    padding: 100px 100px 50px 0;
}
.top-03 .right p {
    float: left;
    width: 50%;
    padding: 0 100px 50px 0;
}
.top-03 a.button {
    display: block;
    float: left;
    width: auto;
    margin: 0 0 0 100px;
}*/
.top-page section {
    border: none;
}








/* WHATS UP */
section.top-04 ul {
    display: flex;
    overflow: auto;
}
section.top-04 ul li {
    flex-basis: calc(100% / 4);
    padding: 0px 10px;
    list-style: none;
    text-align: center;
}
section.top-04 ul li a {
    display: inline-block;
    text-decoration: none;
}
section.top-04 ul li img {
    margin: 0 auto 25px;
}
section.top-04 ul li p {
    margin: 0 auto 25px;
}
section.top-04 ul li p.title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
    .top-page#content {
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .top-page section.top-01 h2 {
        margin: 0 auto 25px;
        line-height: 0.9em;
    }
    .top-page section.top-01 h2 .h2subtitle {
        font-size: 20px;
    }

    .top-page .content-column {
        width: 100%;
        float: none;
        margin: 0 auto 25px;
        min-height: auto;
        padding: 25px;
        
    }
    
    .top-page .top-03 div.type1,
    .top-page .top-03 div.type2 {
        margin: 0 auto 50px;
    }
    
    .top-03 .type1 .left,
    .top-03 .type1 .right,
    .top-03 .type2 .left,
    .top-03 .type2 .right {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 auto 25px;
    }
    .top-03 .type1 .left h3,
    .top-03 .type1 .left p,
    .top-03 .type1 .left .button,
    .top-03 .type2 .left h3,
    .top-03 .type2 .left p,
    .top-03 .type2 .left .button {
        margin: 0 0 25px 0;
    }
    .top-03 .type1 .right h3,
    .top-03 .type1 .right p,
    .top-03 .type1 .right .button {
        margin: 0 0 25px 0;
    }
    
    section.top-04 ul li {
        flex-basis: auto;
        padding: 0 5px;
        display: inline-block;
        width: 50%;
        margin: 0 auto 25px;
    }

    
    
    
    
    
    section.top-04 ul {
        display: table;
    }
    section.top-04 ul li img {
        margin: 0 auto 15px;
    }
    
    section.top-04 ul li p.title {
        font-size: 25px;
        margin: 0 auto 15px;
    }
    
    section.top-04 ul li p {
        font-size: 12px;
        margin: 0 auto 15px;
        line-height: 1.2;
    }
    
    section.top-04 a.button {
        margin: 0;
    }
}





/* css for list */
ul.column-list-02 {
    column-count: 2;
}
ul.column-list-02 li {
    list-style: none;
    margin: 0 auto;
}
ul.column-list-03 {
    column-count: 3;
}
ul.column-list-03 li {
    list-style: none;
    margin: 0 auto;
}
ul.column-list-04 {
    column-count: 4;
}
ul.column-list-04 li {
    list-style: none;
    margin: 0 auto;
}
ul.column-list-05 {
    column-count: 5;
}
ul.column-list-05 li {
    list-style: none;
    margin: 0 auto;
}
ul.list-02 li {
    margin: 0 2.5% 20px auto;
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
ul.list-03 li {
    margin: 0 2.5% 20px auto;
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
@media screen and (max-width: 768px) {
    ul.column-list-02,
    ul.column-list-03,
    ul.column-list-04,
    ul.column-list-05 {
        column-count: 1;
    }
    ul.list-02 li, ul.list-03 li {
        display: inline-block;
        width: 100%;
    }
}










/* css for committee page */
.committee ul {
    column-count: auto;
}
.committee ul li {
    display: inline-block;
    width: 23.5%;
    margin: 0 0.5% 20px;
    vertical-align: top;
    text-align: center;
}
.committee ul li p {
    font-size: 15px;
}
.committee ul li p strong {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .committee ul li {
        display: inline-block;
        width: 45%;
        margin: 0 2% 20px;
    }
}










/* css for contact page */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}










/* css for flexslider */
img.large_image {
    width: 150%;
    margin: 0 auto 25px -25%;
}
ul.slides p {
    font-size: 15px;
    line-height: 1.3;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    opacity: 1.0 !important;
    background-size: auto !important;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
    left: -50px !important;
    background: url(../img/arrows.png) !important;
    background-position-x: left !important;
}
.flex-direction-nav .flex-next {
    right: 0 !important;
    right: -50px !important;
    background: url(../img/arrows.png) !important;
    background-position-x: right !important;
}
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    content: none !important;
}
.flex-control-paging li a:hover {
    background: #fff !important;
}
.flex-direction-nav a {
    top: 45% !important;
}
@media screen and (max-width: 768px) {
    img.large_image {
        width: 100%;
        margin: 0 auto 25px;
    }
    .flex-direction-nav .flex-prev {
        left: 0 !important;
    }
    .flex-direction-nav .flex-next {
        right: 0 !important;
    }
    .flex-control-nav {
        margin: 25px auto 0 !important;
    }
}
.wp-block-separator, hr {
    margin: 50px auto 50px;
    padding: 0;
    border-bottom: 1px solid #96867c47;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
#contents .mainforn p {
    margin: 0 auto 10px;
}
.input_mafo {
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
    button, input, select, textarea {
        width: 100%;
    }
    input[type="checkbox"], input[type="radio"] {
        width: auto;
    }
}