/*
	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
*/

.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-nomargin.portfolio-notitle .portfolio-desc{
    bottom:0;
}

#primary-menu ul li li a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg);
}


.swiper_wrapper .swiper-slide {
  background-position: top center;
}


#logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo:after {
    content: "St John Paul II College";
    font-size: 16px;
    padding-left: 10px;
    width: 200px;
    display: block;
    line-height: normal;
    font-weight: bold;
}

#header.full-header #logo {
  padding-right: 10px; }

@media (max-width: 1466px) {
    #logo:after {
display:none;
}
}

/* 20/06/24 - SPARKS Changes */

/* Footer Changes */

#footer.dark, .dark #footer {
background-color: #6aa4cc !important;
}

#copyrights .col_half {
color: #fff;
}

#copyrights a {
color: #fff;
}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
color: #fff !important;
}

/* End */

h2, h3, h4 {
color: #6aa4cc !important;
}

/* Styling for CECG Logo and ABN details in footer */

#sideItem148 {
background-color: #6aa4cc;
margin-top: -20px;
}


#sideItem148 > p {
color: #fff;
}

/* end */

/* Set Liverpool menu as red */

#primary-menu > ul > li:nth-child(4) > a > div {
color: red;
}

/* end */


