/* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/

/* 
	Added by:
	Date:
	Descriptoin:
*/

.sponsor-page a {
    border-bottom: none !important;
}

#facebookFeed.tile.tile-1 {
    display: none;
}


/*---------------------------------- Home Banner ----------------------------------------*/

#tickerWrap .btn:hover {
    background-color: #fff;
    color: #5f98e3;
    font-weight: bold !important;
}

#tickerWrap {width: auto !important;}

#tickerWrap .btn {
    border: 2px solid #5f98e3;
    background-color: #5f98e3;
    margin: 1% 5%;
    transition: background-color: ease .5s;
    color: #fff;
    font-weight: bold !important;
    float: right;
}

@media screen and (min-width: 770px) {
    #additonalbuttons > div {padding-left: 15px;}
}

/*-----------------------------CSO changes-------------------------*/

.is_home .main-content {padding-top: 0px !important; margin: 10px auto 0 auto;}

.is_home #tickerWrap {
    display: block;
    background-color: #2d67b1;
    padding: 1%;
    
}
@media screen and (max-width: 930px){
   #tickerWrap .btn {
    margin: 1% 2%;
} 
}
@media screen and (max-width: 745px){
   #tickerWrap .btn {
    margin: 1% auto;
} 
}

#additonalbuttons {
    max-width: 980px;
    margin: 0 auto;
}

#additonalbuttons p {color: #FFFFFF !important; line-height: 30px !important;}

#additonalbuttons .bannerText {float: left;}

@media screen and (max-width: 769px) {
   #additonalbuttons p.bannerBtn {text-align: center;}
   #tickerWrap .btn {float: unset !important;}
}

@media screen and (min-width: 700px) {
#additonalbuttons > .content_holder_wrapper {
display: flex;
align-items: center;
justify-content: space-evenly;
}

#additonalbuttons p {
    white-space: nowrap;
}


.schoolPhone {
    font-size: 16px;
    float: right;
    padding-right:10px;
}
.school-logo{
    right: -200px;
}
}

@media screen and (max-width: 700px) {
    .school-logo {
        display:none;
        
    }
}

.main-footer {
       background: #2D67B1;
}


.news-date {
    
    display: none;
}
#goulburnTemp > footer > div:nth-child(1) > div {
    background: rgb(45,103,177);
}

#footer24 {
    background: #a61e36;
    padding: 30px 0 50px;
    text-align: center;
}

.content-wrap {
   position: relative;
    padding: 1px 1px;
}

.widget {
    position: relative;
    margin-top: -17px;
}

/* Corrective styling changes - LO 09/10/24 */

h1, h2, h3, h4, h5, h6 {
    color: #2d67b1;
}

.footer-logo {
margin-bottom: 0px;
}

@media only screen and (max-width: 600px){
#slider.slider14 .slider-caption {
background: rgba(45,103,177, 0.35);
}
}

.contentContainer {
padding-top: 15px;
}

.sideContainer {
padding-top: 15px;
}

@media (max-width: 991px) {
#header.full-header #logo {
padding-left: 40%;
}
}

#footer24 {
padding: 10px 0 10px !important;
}

#footer24 .footerLinks {
padding-bottom: 5px;
}

/* Adding images to home tiles - LO 14/10/24 */

#tiles23 > div:nth-child(1) > div.image {
background-image: url(https://stclaresofficer.schoolzineplus.com/_image/setting/48/logofile/250321024120691/logo.png) !important;
}

#tiles23 > div:nth-child(2) > div.image {background-image: url(https://stclaresofficer.schoolzineplus.com/_image/setting/48/logofile/250321024120691/logo.png) !important;border: 1px;}

#tiles23 > div:nth-child(3) > div.image {
background-image: url(https://stclaresofficer.schoolzineplus.com/_image/setting/48/logofile/250321024120691/logo.png) !important;
}

#tiles23 > div:nth-child(4) > div.image {
background-image: url(https://stclaresofficer.schoolzineplus.com/_image/setting/48/logofile/250321024120691/logo.png) !important;
}

/* end */


/* Slider text on different screen sizes - LO 14/10/24 */

@media only screen and (max-width: 600px){
#slider > div > div.swiper-wrapper > div.swiper-slide.home-slider.swiper-slide-active > div > div > div > h1 {
font-size: 20px;
}
}

@media only screen and (min-width: 1100px){
#slider > div > div.swiper-wrapper > div.swiper-slide.home-slider.swiper-slide-active > div > div > div > h1 {
font-size: 60px;
}
}

@media only screen and (max-width: 600px){
#slider > div > div.swiper-wrapper > div.swiper-slide.home-slider.swiper-slide-active > div > div > div > div > img {
display: none !important;
}
}



