/* 
	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: Your Name
	Date: Date Added
	Descriptoin: A breif description of the change 
*/


.swiper-container{
    width:100%;
}

#tile- h2, .news-item, .latest-news .txt-light a.fill, .latest-news .txt-light a {color:black !important;}

.blurb .tile-content table.NoBorder td {border: none;}

.blurb .tile-content .table-text-top table td {vertical-align: text-top;}

.szschool-website .main-header {
    height: auto;
}

@media only screen and (min-width: 770px) {
.swiper-container {
    padding-bottom: 58px;
    }
}

@media screen and (max-width: 980px) and (min-width: 770px) {
.school-logo {
    top: 60px;
    width: 100px;
    height: 100px;
    line-height: 100px;}
}

#arrow-right {
    z-index: 999;
    position: absolute;
    display: block;
    top: 50%;
    left: 95%;
    color: white;
    font-weight: 1000;
    font-size: 50px;
}

/*insert of css for water wheel slider */
  .carousel {
    margin: 0 auto;
    width:100%;
    height: 300px;
    display: relative;
  }
  .carousel img {
    display: hidden; /* hide images until carousel prepares them */
    cursor: pointer; /* not needed if you wrap carousel items in links */
  }
  .school-logo {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 92%;
    width: 100px;
    height: 100px;
    /* line-height: 200px; */
    background: #ffffff;
    border-bottom: 10px solid #cccccc;
    text-align: center;
    
}
.school-name {
    margin-left: 26px;
}
.school-logo img {
    vertical-align: initial;
}
@media screen and (max-width: 800px){
    .school-logo{
        display:none;
    }
    .school-name {
    margin-left: 0%;
}
}
/* 	
    Added by: Isaac B
	Date: 20/12/18 
    requested changes 
*/
a.btn {
    margin: 0 auto !important;
    text-transform: capitalize !important;
    font-size: font-size: 15px !important;
}
.school-info {
    height: 101px;
}
.transp-bg {
    background: #eeeeee;
}
.school-logo {
    border-bottom: 0px solid #cccccc;
    background: #001f4f;
    height: 101px;
}
.school-name a {
    padding-left: 50px;
    margin: 20px 0;
    font-size: 1.4em;
}
.search-bar {
    margin: 23px 0 0 0;
}
 .main-nav.transp-bg {
     background: #061D4D !important;
 }
  .main-nav.transp-bg a {
     color: #fff !important;
 }
   .main-nav.transp-bg a:hover {
     color: #9CBEE3 !important;
 }
 .main-nav.transp-bg ul li > ul li a {
     color: #061D4D !important;
 }
 .blurb h1 {
        font-size: 23px !important;
    }
    
    
 @media screen and (max-width: 769px){
    .school-info {
    height: 35px;
    }
    .main-nav {
    top: 55px;
    }
 }   
 @media screen and (max-width: 985px){
    .school-name a {
    margin: 20px 0;
    font-size: 1.1em;
    margin-left: 0%;
}
    .school-name {
        
    margin-left: 0%;
}
    .school-logo {
    display:none;
}
    div.search-bar{
        display: none;
    }

 }
 
#aboveFoot{
    display:block;
}
#rightbutton {
    z-index: 999;
    position: relative;
    padding-left: 50px;
    padding-top: 142px;
    padding-bottom: 104px;
    float: right;
    background: linear-gradient(to left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.39) 1%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
}

#leftbutton {
  z-index:  999;
  position: relative;
  padding-bottom: 142px;
  padding-top: 104px;
  padding-left: 50px;
  float: left;
  transform: rotate(180deg);
  background: linear-gradient(to left, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.39) 1%,rgba(0,0,0,0) 77%,rgba(0,0,0,0) 100%);
  
}
.school-logo img {
    margin-bottom: 10px;
}

div.social-icons {
    display: inline-flex;
}
.main-footer {
     padding-top: 0; 
     margin-top: 0;
}