/* 
	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: Ryan McInerney
	Date: 15-01-18
	Description: Heading 2 font size change 
*/

.blurb h2 {
    font-size: 22px;
}

/* 
	Added by: Ryan McInerney
	Date: 15-01-18
	Description: Media Querie to fix the slider height on IPad View 
*/

@media screen and (max-width: 769px){

.main-header {
    height: 100%;
    position: static;
}
}

/* 
	Added by: Ryan McInerney
	Date: 19-01-18
	Description: college house page image hover 
*/

.section1cent {width:100%;}

.section2cent {width:100%;}

.halfwidth {width:50%;text-align:center;float: left;}

 .card1 {
        width: 250px;
        height: 329px;
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/30/baringatxt.jpg") no-repeat;
        display: inline-block;
    }
    .card1:hover {
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/29/baringaimg.jpg") no-repeat;
    }
    
     .card2 {
        width: 250px;
        height: 329px;
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/23/bobberrertxt.jpg") no-repeat;
        display: inline-block;
    }
    .card2:hover {
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/28/bobberrerimg.jpg") no-repeat;
    }
     
    .card3 {
        width: 250px;
        height: 329px;
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/24/gudutxt.jpg") no-repeat;
        display: inline-block;
    }
    .card3:hover {
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/27/guduimg.jpg") no-repeat;
    }
    
     .card4 {
        width: 250px;
        height: 329px;
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/26/monarootxt.jpg") no-repeat;
        display: inline-block;
    }
    .card4:hover {
        background: url("https://lcccpambulab.schoolzineplus.com/_image/media/25/monarooimg.jpg") no-repeat;
    }
#facebookFeed{height:500px !important;}
.is_internal #facebookFeed{display:none;}
@media screen and (max-width: 450px) {
    .halfwidth {width:100%;}
}

/* 
	Added by: Brodie Weedon
	Date: 09-05-18
	Description: reducing size of box around school logo and hiding on mobile view
*/

.school-logo img {
    margin-top: 0;
    vertical-align: top;
    width: 130px;
    height: 130px;
    max-height: none;
}

.school-logo {
height: 130px;}

@media only screen and (max-width: 760px){
.school-logo {display:none;}}

#side-item-61 .item-header.main-txt {display:none;}

#side-item-64 .main-txt {color: rgb(255, 255, 255);}

#side-item-64 {padding-bottom:10px;}

@media screen and (min-width: 761px) and (max-width: 769px) {
.school-logo {
    right: 13px;
	width: 169px;}
	}

@media only screen and (max-width: 769px) {	
.gradient .tile-internal {background: -moz-linear-gradient(top, rgba(37, 90, 147, 0) 0%, rgba(37, 90, 147,0.8) 55%, rgba(37, 90, 147,1) 100%);
background: -webkit-linear-gradient(top, rgba(37, 90, 147,0) 0%,rgba(37, 90, 147,0.8) 55%,rgba(37, 90, 147,1) 100%);
background: linear-gradient(to bottom, rgba(37, 90, 147,0) 0%,rgba(37, 90, 147,0.8) 55%,rgba(37, 90, 147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00255a93', endColorstr='#255a93',GradientType=0 );}
}

@media only screen and (min-width: 770px) and (max-width: 980px) {
.main-header {
    height: 391px;}

.school-logo img {
max-width: -webkit-fill-available;
width: 150px;
height: 150px;}

.school-logo {
    width: 150px;
    height: 100px;
    top: 60px;}
}
.footer-social div div {display:none;}

.main-nav li:hover a, .main-nav li > ul li:hover a{color:#111;}

.blurb .tile-content img {
    max-width: 100%;
    height: auto;
}

.table-responsive {overflow-x: auto;}

/* responsive video test */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media only screen and (min-width: 1000px) and (max-width: 1250px) {
    .is-mobile .main-nav .fa {
    padding-right: 0px;
    }

    .is-mobile .show-children {
    height: 15px;
    padding-top: 2px;
    }
}

p.news-date {
    display: none;
}

@media screen and (max-width: 769px) {
.main-header {
 		height: auto;
}
.swiper-container {
padding-top: 40px !important;
}
}


/*---------------------------------- Home Banner ----------------------------------------*/

#tickerWrap .btn:hover {
    background-color: #fff;
    color: #0E3D96;
    font-weight: bold !important;
}

#tickerWrap {width: auto !important;}

#tickerWrap .btn {
    border: 2px solid #0E3D96;
    background-color: #0E3D96;
    margin: 1% 5%;
    transition: background-color: ease .5s;
    color: #fff;
    font-weight: bold !important;
    float: right;
}

@media screen and (max-width: 700px) {
    #additonalbuttons .bannerText {
        float: none !important;
        text-align: center;
    }
}

@media screen and (min-width: 770px) {
    #additonalbuttons > div {padding-left: 15px;}
}

.testimonials {display: block; padding-bottom: 10px;}


/*-----------------------------CSO changes-------------------------*/

.is_home .main-content {padding-top: 0px !important; margin: 10px auto 0 auto;}

.is_home #tickerWrap {
    display: block;
    background-color: #9A3334;
    padding: 2%;
    
}
@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: #fff !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;}
}

#lote_form_35 .lote_form_page_fields {padding-top: 20px;}



/*----------------------------------Home message-------------------------------------------*/

/*@media screen and (min-width: 981px) {*/
/*    div#tile-home.tile.tile-3 {*/
/*        width: 980px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 770px) and (max-width: 980px) {*/
/*div#tile-home.tile.tile-3 {*/
/*        width: calc(100% + 240px);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 769px) {*/
/*    div#tile-home.tile.tile-3 {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*p.bannerBtn a {margin-top: 25px !important;}*/

/*---------------------------------- Facebook feed ---------------------------------------*/

/*.latest-news {*/
/*        top: auto;*/
/*        max-height: 721px;*/
/*}*/



/*@media screen and (min-width: 981px) {*/
/*    .latest-news {*/
/*        max-height: 721px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 770px) and (max-width: 980px) {*/
/*    .latest-news {*/
/*        max-height: 1201px;*/
/*        height: 100%;*/
/*    }*/
/*}*/

/*.latest-news .tile-link, #tile- .tile-padded {display: none;}*/

/*.blurb .tile-content table tr:nth-child(even) {*/
/*    background: #eaf3f5;*/
/*}*/
