/*************************************************************************
 FILE:    style.css
 PURPOSE: Extra stylesheet to easily edit the theme without going through
          the clunky input. 
 AUTHOR:  Luke Reynoldson
          Westside Christian College 
 DATE:    Febrary 2016 
**************************************************************************/


/*************************************************************************
                     HEADER BANNER - Images located in Widget
**************************************************************************/

#header-widget-area {
    height: 100%;
    width: 100% !important;
    overflow: hidden;
    top: 0;
}

#w-logo {
    position: absolute;
    z-index: 9;
    width: 1200px;
    padding-left: 50px;
}

#header-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    position: relative;
    text-align: right;
    z-index: 99;
}

#header-banner-inner a {
    border: none;
}

#header-banner-inner a:active {
    border: none;
    background: none;
}

#header-banner-text {
    position: absolute;
    bottom: 0;
}

#wcc-logo {
    padding-top: 8px;
    right: 0;
    z-index: 99;
}

#logo {
    margin: 0;
    padding: 0;
}

#logo img {
    position: relative;
    height: auto;
    max-width: 100%;
}

#logo a {
    color: white;
}


/*************************************************************************
                              SLIDER 
**************************************************************************/

.slider-wrapper {
    overflow-y: hidden;
}

#slider {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.6);
    box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.6);
    background: white;
}


/*************************************************************************
                              SIDEBAR 
**************************************************************************/

.sidey .widget-container {
    margin-top: 0 !important;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0px 3px rgba( 0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    height: auto;
}

.sidey .widget-title {
    font-weight: normal;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333 !important;
    border-bottom: 2px solid #d5d5d5;
    width: 100%;
}

.sidey .widget-title span {
    border: none;
    color: #555555;
}

#socials-left {
    background: white !important;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#searchform input[type="text"] {
    border: none;
}

#searchform input[type="text"]:active {
    border: none;
}

#smenur a:first-child {
    margin: 0;
}


/*************************************************************************
                            SEARCH BAR
**************************************************************************/

#searchform:after {
    background-color: #007161 !important;
}

#searchform:hover:after {
    background-color: #ffd200 !important;
}

.contentsearch #searchform input[type="text"] {
    border: solid 1px !important;
}


/**** ICONS ****/

.icon:first-child {
    margin-left: 0 !important;
}

.divider {
    margin: 0 auto;
    width: 100%;
}

.social-Twitter {
    margin-left: 0 !important;
}


/*************************************************************************
                                FOOTER 
**************************************************************************/

#footer .widget-title {
    color: #0d2c6c !important;
    border-color: rgba(255, 210, 0, 0.5) !important;
}

.widget-title span {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.footer-text>.socials {
    width: auto;
    margin: 0 !important;
    background: none;
}

.footer-text {
    float: left;
    width: 33%;
}

.footer-text strong {
    color: #0d2c6c;
}


/*************************************************************************
                        MY WESTSIDE PAGE ICONS
**************************************************************************/

.icon {
    float: left;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 3px rgba( 0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 10px;
    height: 130px;
    width: 130px;
    vertical-align: middle;
    text-align: center;
    background: #888888;
    cursor: pointer;
    color: white;
    position: relative;
}

.icon:hover {
    background: #6e6e6e;
}


/* ICON PICTURE */

.icon>.fa {
    font-size: 80px;
    line-height: 1.3em;
}

.icon>img {
    padding-top: 15px;
}

.icon>.subtitle {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: 12px;
    margin: 0 auto;
    width: 130px;
    text-align: center;
    line-height: 1.6em;
}

.subtitle a {
    color: #fff;
}


/*************************************************************************
                            MEDIA QUERIES
**************************************************************************/

@media only screen and (max-width: 1200px) {
    /* Left and right padding */
    #news-events-section,
    #colophon,
    #site-copyright,
    #content,
    .post,
    .type-page {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (min-width: 481px) {
    #pp-texttop {
        padding: 30px 0 !important;
    }
}


/* iPad, other tablets and desktops */

@media only screen and (max-width: 768px) {
    #nav-toggle {
        display: block;
        float: left;
        margin: 0 auto;
        cursor: pointer;
        width: 100%;
        height: 44px;
        padding: 0px 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #nav-toggle span:before {
        content: "\e820";
        font-family: "elusive";
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    #access {
        display: none;
        margin-top: 0;
        padding-bottom: 5px;
    }
    #masthead nav {
        position: relative !important;
        top: 0;
    }
    #access .menu ul,
    #access .menu ul li {
        margin: 0;
        width: 100%;
    }
    #access ul li:hover,
    #access ul ul li,
    #access ul ul {
        background-color: rgba(255, 255, 255, .05) !important;
    }
    #access>.menu li ul {
        position: relative;
        /* margin: 0 !important; */
    }
    #access ul ul {
        min-width: 100%;
    }
    .sidey #socials-left {
        display: none;
    }
    #home-news,
    #home-events {
        width: 100% !important;
        display: block;
    }
}


/* iPad, other tablets and desktops */

@media only screen and (max-width: 640px) {
    .image-overlay {
        bottom: 0px !important;
    }
    #sliderBoxWrap img {
        width: 100% !important;
    }
    .sidey .widget-title {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/* Mobile Phone size */

@media only screen and (max-width: 481px) {
    #header-banner-inner {
        text-align: center;
    }
    #header-banner-inner img {
        width: 80%;
    }
    .col:first-child {
        margin-top: 0px;
    }
    .col:last-child {
        margin-bottom: 0px;
    }
    .col {
        overflow: hidden !important;
        max-height: 200px !important;
    }
    .divider {
        opacity: 0;
    }
    .footer-text {
        width: 100%;
        clear: both;
        display: block;
    }
    .slider-wrapper {
        display: none !important;
    }
    #pp-texttop {
        margin: 0;
        padding: 0 !important;
    }
    .home-events-info {
        max-width: 100%;
    }
    /* Display top 3 news items only - no scroll */
    /* The first three children will always be
      selected at minimum */
    .home-posts>.home-post:not(:nth-child(-n+3)) {
        display: none;
    }
    .home-posts {
        overflow: visible;
        overflow-y: hidden !important;
        height: auto !important;
    }
    .home-events>.home-event:not(:nth-child(-n+3)) {
        display: none;
    }
    .home-events {
        overflow: visible;
        overflow-y: hidden !important;
        height: auto !important;
    }
    /* ABC Page - Circle images */
    .circle-img {
        float: none !important;
    }
    .circle-img-p {
        text-align: center;
    }
}


/* PRINT STYLESHEET */

@media print {
    #nav-toggle span,
    #secondary,
    #header {
        display: none;
    }
}


/*************************************************************************
                      HOME PAGE - LATEST NEWS SECTION 
**************************************************************************/

.home-post-featured-image-blank {
    background: #c5c19d;
    width: 118px;
    padding-top: 10px;
    border-radius: 3px;
    text-align: center;
}

#news-events-section {
    height: auto;
}

#home-news {
    float: left;
    padding-bottom: 10px;
    width: 48%;
    margin-right: 4%;
    display: block;
}

#home-events {
    float: left;
    width: 48%;
    display: block;
}

.home-posts {
    width: 100%;
    height: 400px;
    overflow: scroll;
    float: left;
    overflow-x: hidden;
}

.home-events {
    width: 100%;
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}

.home-posts:hover,
.home-events:hover {
    overflow: scroll;
    overflow-x: hidden;
}

#news-events-section h2 {
    float: left;
    color: #0e2d6d;
    font-size: 170% !important;
    line-height: 1;
    margin-bottom: 18px;
}

.home-main-title h2 {
    float: left;
    color: #0e2d6d;
    font-size: 170% !important;
    line-height: 1;
    margin-bottom: 18px;
}

.home-post {
    width: 98%;
    margin-bottom: 0 !important;
}

.home-title-bar {
    width: 100%;
    margin-bottom: 20px;
}

.home-main-title h2 {
    margin: 0;
}

.home-viewall {
    font-size: 80%;
    float: right;
    text-align: right;
    margin-top: 10px;
}

.home-post-featured-image {
    float: left;
    margin: 1px 14px 0px 0px;
    background: white;
    padding: 2px;
    overflow: hidden;
}

.home-post-title,
.home-events-title {
    text-decoration: none;
    font-size: 120%;
}

.home-post-date {
    font-size: 80%;
    width: 70%;
}

.home-post-blurb {
    font-size: 80%;
    line-height: 1.5;
    word-wrap: break-word;
}

.home-post-readmore {
    font-size: 80%;
    clear: both;
    line-height: 1.5em;
}


/*** SCROLLBAR  #007161 ***/

.scroll::-webkit-scrollbar {
    width: 4px;
}


/* this targets the default scrollbar (compulsory) */

.scroll::-webkit-scrollbar {
    width: 0.4em;
    background-color: rgba(153, 153, 153, 0.2);
    /* background colour of scrollbar */
}

.scroll::-webkit-scrollbar:hover {}

.scroll::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}

.scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 113, 97, 1);
}


/*************************************************************************
                      HOME PAGE - UPCOMING EVENTS
**************************************************************************/

.home-event {
    width: 98%;
}

.home-events-date {
    background: #ffce34;
    color: white;
    width: 90px;
    float: left;
    text-align: center;
    line-height: 1em;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 3px rgba( 0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.home-events-date-day {
    font-size: 180%
}

.home-events-date-month {
    padding-top: 8%;
    font-size: 75%;
    white-space: nowrap;
}

.home-events-info {
    display: block;
}


/*.home-events-title {
    font-weight: bold;
}
*/

.home-events-desc {
    font-size: 80%;
    line-height: 1.25em;
}

.home-events-hr {
    clear: both;
    padding: 5px 0;
    width: 100%;
}

.home-events-button {
    font-size: 80%;
    display: inline-block;
    width: auto;
}

.home-events-button:active {
    background: none;
    color: #007161;
}

.home-events-button:last-of-type {
    padding-left: 20px;
}

.home-events-bottom-Wrap {
    display: block;
    clear: both;
}


/*************************************************************************
                       HOME PAGE - IMAGES SECTION
**************************************************************************/


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 3%;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF THREE  */

.grid-of-three {
    width: 31.33%;
    height: 100%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .grid-of-three {
        width: 100%;
    }
    .header-banner-inner img {
        width: 300px;
    }
}

.image-overlay {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    color: #FFF;
    padding: 20px 0;
    padding-top: 50px;
    font-size: 140%;
    text-align: center;
    -webkit-transition: 500ms linear 0s;
    -moz-transition: 500ms linear 0s;
    -o-transition: 500ms linear 0s;
    transition: 500ms linear 0s;
    text-shadow: rgba(255, 255, 255, 0.3) 0px 0px 15px, rgba(255, 255, 255, 0.3) 0px 0px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,ffffff+0,007161+23,002e22+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 113, 97, 0.23) 23%, rgba(0, 46, 34, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 113, 97, 0.23) 23%, rgba(0, 46, 34, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 113, 97, 0.23) 23%, rgba(0, 46, 34, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#002e22', GradientType=0);
    /* IE6-9 */
}

.col:hover .image-overlay {
    padding-bottom: 45px;
}


/*************************************************************************
                              EVENTS PAGE 
**************************************************************************/

.eventspage-paginationBar {
    width: 100%;
    padding: 10px 0;
    background: #a8a8a8;
    border-radius: 3px;
    min-height: 30px;
}

.eventspage-search {
    float: right;
}

.eventspage-eventWrap {
    clear: both;
    padding-top: 20px;
}

.eventspage-buttons {
    clear: both;
    width: 100%;
    padding-top: 15px;
    display: block;
}

.eventspage-button {
    background-color: #007161;
    background-image: none;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.eventspage-search {
    position: relative;
    padding-top: 1%;
}

.events-search {
    background: #e8e8e8 !important;
    border-radius: 3px;
}

.events-search-submit {
    font-family: "elusive";
    display: inline-block;
    position: relative !important;
    padding: 5.5px 10px !important;
    font-size: 17px;
    vertical-align: middle;
    background: none;
    z-index: 4;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    background: #007161 !important;
    box-shadow: none !important;
    color: white !important;
}

.events-search-submit:hover {
    background: #ffd200 !important;
}


/* Pagination */

.pagination {
    background: none !important;
    border: none !important;
    display: inline-block;
    box-shadow: none !important;
    color: white !important;
    margin: 0 !important;
    padding: 5px !important;
    font-weight: bold;
}

.pagination:hover {
    text-decoration: underline;
}

.pagination:active {
    border: none !important;
    outline: none !important;
}

#pagination {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

.current {
    font-weight: normal;
}

.current:hover {
    text-decoration: none;
    cursor: default;
}

.pageOf {
    float: left;
    color: white;
}

.pageNumbers {
    float: right;
}

.paginationBarWrap {
    padding: 0 20px;
    font-size: 90%;
}


/*************************************************************************
                             OTHER STYLINGS
**************************************************************************/

.indent {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

.ppbox,
#pp-afterslider,
#container {
    width: 100% !important;
}

.payments-button {
    font-size: 90% !important;
}

.payments-button,
.continue-reading-link {
    border-radius: 3px;
    box-shadow: 0px 3px rgba( 0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #007161;
    color: white;
    padding: 10px 15px;
}

.continue-reading-link span {
    color: white;
}

.payments-button:hover,
.continue-reading-link span:hover {
    color: #ffd200;
}

.gform_wrapper {
    max-width: 100%;
}

.gform_heading {
    display: none;
}

.circle-img {
    clear: both;
    border: none !important;
    box-shadow: none !important;
    float: left;
    margin-right: 20px !important;
    max-width: 200px;
}

.circle-img:hover {
    background: none !important;
    opacity: 1 !important;
}

#nav-below {
    display: none;
}


/*************************************************************************
                            Nirvana Custom CSS
**************************************************************************/

#footer2-inside em {
    visibility: hidden;
}

.entry-content blockquote:before {
    color: rgba(255, 210, 4, 1);
}

.entry-content blockquote:after {
    color: rgba(255, 210, 4, 1);
}

#main a[href$='.pdf'] {
    background: transparent url(https://www.wcc.qld.edu.au/wp-content/uploads/2019/11/pdf-48.png) center left no-repeat;
    display: inline-block;
    padding-left: 55px;
    line-height: 50px;
}

#main a[href$='.xlsx'] {
    background: transparent url(https://www.wcc.qld.edu.au/wp-content/uploads/2019/11/microsoft-excel-48.png) center left no-repeat;
    display: inline-block;
    padding-left: 55px;
    line-height: 50px;
}

.yellow {
    font-size: 36px;
    font-weight: bold;
    color: #ffd204;
}

.column-text {
    text-align: center;
}

.descriptive-menu-description {
    font-size: 12px;
}

media="all" #access>.menu>ul>li>a:not(:only-child) span:after {
    font-family: "Elusive";
    content: '\25bd';
    position: absolute;
    right: 9px;
    top: 16px;
    z-index: 251;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.no-border {
    border: 0px !important;
    box-shadow: 0 0 0 0 !important;
}

.icon-chevron-down:before {
    content: '\25bd' !important;
}

.c-dropdown-button {
    margin: -4px !important;
    width: 33px !important;
    height: 0 !important;
}


/* FORMS */


/* make class for two column layout  */

.half-width {
    display: inline-block;
    width: 45%;
    margin: 10px;
}

.form-background {
    background-color: #f7f7f7;
    padding: 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color: #fff;
}


/* WIDGETS  */

#searchform input[type="text"] {
    border: none;
}

#searchform input[type="text"]:active {
    border: none;
}

.sidey .widget-container {
    margin-top: 0 !important;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 0px 3px rgba( 0, 0, 0, 0.1), 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    height: auto;
}

.sidey .widget-title {
    font-weight: normal;
    text-transform: inherit;
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333;
    border-bottom: 2px solid #d5d5d5;
    width: 100%;
}

.sidey .widget-title span {
    border: none;
}

#socials-left {
    background: white !important;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.socials {
    color: #ffffff;
    background-color: #ffffff;
    padding-bottom: 20px;
    width: 100%;
}

#smenur a:first-child {
    margin-left: 0;
}


/*  MENU DISPLAYS  */

.descriptive-menu-description {
    font-size: 12px;
    line-height: 16px;
}

.small-footer-text {
    font-size: 70%;
    line-height: 16px;
}

.small-footer-text>strong {
    font-size: 135%;
    line-height: 1.8em;
}

#footer a {
    font-size: 100%;
}

.hidemenuitem {
    visibility: hidden;
}


/* COLUMN DISPLAY  */

.coldisplay1 .column-image-inside {
    background: rgba(200, 200, 200, 0.2);
}

h3.column-header-image {
    color: #007161;
    padding-top: 0px;
}


/**** MISC *****/

.textwidget>.socials {
    background: none !important;
}

#pp-texttop {
    background: white;
}


/**** TABLE *****/

tr {
    border-bottom-width: 2px !important;
    border-bottom-color: #f2f2f2;
    border-bottom-style: solid;
}