/*
 *
 * School specific colours and images
 * v1.0
 *
 */


/*** School Styles ***/

body {
    background: url('https://pimlicoshs.schoolzineplus.com/_image/setting/50/pimlico-backgroundv1.jpg') fixed no-repeat rgb(1,82,148);
    background-size: cover;
}

.header-img {
    background: url('https://pimlicoshs.schoolzineplus.com/_image/setting/49/headerpdf.jpg') scroll no-repeat #FFF;
}

.bg-color {
    background-color: rgb(1,82,148);
}

.main-bg,
.bg-main,
input.btn,
button.btn,
a.btn,
#Offline .ColourTable, .colourBox,
.hover-main-bg:hover {
    background-color: rgb(1,82,148) !important

}

.colourBox {  border-color: rgb(1,82,148) !important;  }

.main-border{
    border-color: rgb(1,82,148) !important;
}
.sub-bg,
.bg-sub,
input.btn:hover,
button.btn:hover,
a.btn:hover,
.hover-sub-bg:hover,
.publication-item .readmore:hover,
.publication-item .readless:hover{
    background-color: rgb(2,95,172) !important;
}
.main-txt,
.txt-main {
    color: rgb(1,82,148) !important;
}
.main-txt-ni,
.txt-main-ni {
    color: rgb(1,82,148);
}

.sub-txt,
.txt-sub, .sub-txt p, p.sub-txt {
    color: rgb(2,95,172) !important;
}

#Offline .borderDiv, .borderBox {
    border-color: rgb(1,82,148) !important;
}
.school-border-color{
    border-color: rgb(2,95,172) !important;
}
.school-border-color-main{
    border-color: rgb(1,82,148) !important;
}

.sidepanel .side-menu li {
    border-color: rgb(1,82,148);
    border-color: rgba(1,82,148, 0.15);
}
.toggle-publication-search:hover{
    border-top-color: rgb(2,95,172) !important;
}
.toggle-publication-search{
    border-top-color: rgb(1,82,148) !important;
}
#Offline .wysiwyg.sz-web-link, .wysiwyg.sz-web-link{
    border-left: 5px solid rgb(1,82,148) ;
     background-color:rgba(1,82,148, 0.8) !important;
}
#Offline .wysiwyg.sz-web-link:hover, .wysiwyg.sz-web-link:hover{
     border-left: 8px solid rgb(1,82,148) ;
     background-color:rgba(1,82,148, 0.95) !important;
}
.wysiwyg .sz-web-icon .fa{
    color: #fff ;
}
#Offline .wysiwyg.sz-web-link.primary{
     background-color:rgba(1,82,148, 0.8) !important;
}
#Offline .wysiwyg.sz-web-link.primary:hover{
    background-color:rgba(1,82,148, 0.95) !important;
}
#Offline .wysiwyg.sz-web-link.secondary{
     background-color:rgba(2,95,172, 0.8) !important;
}
#Offline .wysiwyg.sz-web-link.secondary:hover{
    background-color:rgba(2,95,172, 0.95) !important;
}
#Offline .wysiwyg.sz-web-link.secondary{
    border-left: 5px solid rgb(2,95,172) ;
}
#Offline .wysiwyg.sz-web-link.secondary:hover{
    border-left: 8px solid rgb(2,95,172) ;
}
.Heading1Section,
#Offline .Heading1Section,
#Offline #header,
#Offline .PageHeading,
.mobile-sponsors .Heading1Section,
.mobile-content-holders .item-header{
    background: rgb(1,82,148); /* Old browsers */
    color: #FFF;
}


#Offline .Heading1Section a,
#Offline #header a,
#Offline .PageHeading a,
.mobile-sponsors .Heading1Section a,
.mobile-content-holders .item-header a,
.mobile-content-holders .item-header {
    color: #FFF !important;
}

.mobile-to-top {
    background-color: rgba(1,82,148, 0.9) !important
}

.sidepanel .item-content a,
#Offline .SchoolColour,
#Offline .Heading2,
#Offline .Heading2Left,
#Offline .Heading2Center,
#Offline .Heading2Right,
#Offline .PageHeading,
#Offline .Heading3,
#Offline .Heading3Left,
#Offline .Heading3Center,
#Offline .Heading3Right,
#Offline .Date,
#Offline #details p,
#Offline #PDF-left p,
#Offline #PDF-right p,
#Offline #subscribe p,
#Offline h1,
#Offline h2,
#Offline h3,
#Offline h4,
#Offline h5,
#Offline h6,
h1,
h2,
h3,
h4,
h5,
h6,
#Offline .Heading1,
#Offline .Heading1Left,
#Offline .Heading1Center,
#Offline .Heading1Right,
.szcal .action_icons a, .szcal .action_icons a .fa,
#Offline a:visited,
#Offline a:link,
.search-controls a
{
    color: rgb(1,82,148);
}
#Offline a.btn{color:#fff;}

/*.main-nav li a:hover,
.main-nav li.expanded  > a{
    color: rgb(1,82,148) !important;
}*/
.szcal .action_icons a:hover, .szcal .action_icons a .fa:hover,
.sidepanel .item-content a:hover,
#Offline a:active,
#Offline a:hover,
#Offline a:visited:hover,
.search-controls a:hover
{
    color: rgb(2,95,172);
}

#Offline a.btn:hover{color:#fff; text-decoration:none;}

.nav-gradient {
    background: -moz-linear-gradient(top,  rgba(1,82,148,1) 0%, rgba(1,82,148,1) 25%, rgba(1,82,148,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,82,148,1)), color-stop(25%,rgba(1,82,148,1)), color-stop(100%,rgba(1,82,148,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(1,82,148,1) 0%,rgba(1,82,148,1) 25%,rgba(1,82,148,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(1,82,148,1) 0%,rgba(1,82,148,1) 25%,rgba(1,82,148,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(1,82,148,1) 0%,rgba(1,82,148,1) 25%,rgba(1,82,148,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(1,82,148,1) 0%,rgba(1,82,148,1) 25%,rgba(1,82,148,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015294', endColorstr='#00015294',GradientType=0 ); /* IE6-9 */
}

.nav-mob .main-nav > ul.wrapper > li:last-child{
    border-bottom: 5px solid rgb(1,82,148);

}
/*.nav-mob .main-nav .fa{
    color: rgb(1,82,148) !important;
}*/
.nav-mob .txt-main a{
    color: rgb(1,82,148) !important;
}
.cal-tile-border{
    border: 3px solid rgb(1,82,148);
}

.event-list .event-date{
    color: rgb(1,82,148);
}
.event-list .event-name{
    color: rgb(1,82,148);
}
.custom-cal-text-color, .custom-cal-text-color a{
    color: # !important;
}
.custom-cal-border-color{
    border-color: # !important;
}
.custom-cal-background-color{
    background-color: # !important;
}
@media print {
    .event-calendar-title{font-weight: bold; font-size: 18px; margin-top: 25px; text-align: left;}
    a { color: rgb(1,82,148) !important;}
    .content-title {color: rgb(2,95,172)!important; font-weight: bold; font-style: italic; }
}
.n-item table{
    /* background: rgba(1,82,148,1);*/
    /*background: -moz-linear-gradient(top, rgba(2,95,172,1) 0%, rgba(1,82,148,1) 20%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,95,172,1)), color-stop(20%, rgba(1,82,148,1)));
    background: -webkit-linear-gradient(top, rgba(2,95,172,1) 0%, rgba(1,82,148,1) 20%);
    background: -o-linear-gradient(top, rgba(2,95,172,1) 0%, rgba(1,82,148,1) 20%);
    background: -ms-linear-gradient(top, rgba(2,95,172,1) 0%, rgba(1,82,148,1) 20%);
    background: linear-gradient(to bottom, rgba(2,95,172,1) 0%, rgba1,82,148,1) 20%);*/
}
@media print{
    .event-calendar-title {

        background: rgb(1,82,148) !important;
        color: white !important;
        width: 100% !important;
        padding: 10px 7px 7px 7px;
        margin-right: 10px;
        margin-left: -5px;
        font-weight: bold !important;
    }
    .event-calendar-head, .event-table{
        width: 100% !important;
    }
    .publication-item table{
        width: 100% !important;
    }
    /* Override Print Heading1Section */
    #Offline .Heading1Section, #Offline #header, #Offline .PageHeading, .mobile-sponsors .Heading1Section, .mobile-content-holders .item-header, .bg-gradient {

        background: none !important;

        filter: none !important;

        background-color: rgb(2,95,172) !important;

    }
}
.icon-btn:hover{
    border-bottom: 1px solid rgb(2,95,172);
}
.action_link:hover{
    background-color: rgb(2,95,172) !important;
}
.szpollwrp{
    border-color: rgb(1,82,148);
}

.ratingsClick:hover{
    color: rgb(2,95,172) !important;
}

.ratingsClick.isClicked {
    color: rgb(2,95,172) !important;
}

.ratingsClick.isDisabled {
    pointer-events: none;
    cursor: default;
}


/* === Newsletter Website Template Styles === */
#websiteSkin footer.bg-main{background:#333 !important;}
#websiteSkin .main-header{background:rgb(2,95,172);}


p.publication-title{color:rgb(1,82,148);}

/* === PDF Link == */
.pdf-viewer-heading{background: rgba(1,82,148, 0.8); border-color: rgba(1,82,148) ;}
.pdf-viewer-heading:hover{background: rgba(1,82,148, 0.95);  border-color: rgba(1,82,148)}


/* Streamzine PDF fixes 2018 */
@media print {
    .publication-item p.articleHeader{
        background: rgb(1,82,148) !important;
        color: #FFF !important;
    }
    .publication-title{ color: rgb(1,82,148) !important; font-weight: bold; font-size: 20px !important; }
    .publication-item p.event-calendar-title{
        background: rgb(1,82,148) !important;
        color: #FFF !important;
    }
    .publication-item p.articleHeader a{
        color: #FFF !important;
    }
    .publication-item p.event-calendar-title a{
        color: #FFF !important;
    }
    .publication-item a{word-wrap: break-word !important;}
    .publication-item img{max-width: 100%;}
    .publication-item img[style*="float: left;"], .publication-item img[style*="float:left;"] {
        margin: 5px 10px 5px 0;
        max-width: 50% !important;
    }
    .publication-item img[style*="float: right;"], .publication-item img[style*="float:right;"]{
        margin: 5px 0 5px 10px;
        max-width: 50% !important;
    }
    .publication-item h1{font-size: 18px !important; font-weight: bold !important;}
    .publication-item h2{font-size: 16px !important; font-weight: bold !important;}
    .publication-item h3{font-size: 14px !important; font-weight: bold !important;}
    .publication-item h4{font-size: 13px !important;font-weight: bold !important;}
    .publication-item h5{font-size: 13px !important;}

    .colorbox, .colorbox p{color:#fff !important;}

    #Offline .wysiwyg.sz-web-link, .wysiwyg.sz-web-link { background-color: transparent !important; }
}


/* Widget Colours */

#widget01 a.linkItem:nth-child(even) {background:rgba(2,95,172,0.8);}
#widget01 a.linkItem:nth-child(odd) {background:rgba(2,95,172,0.7);}
#widget01 a.linkItem:nth-child(even):hover{background:rgba(2,95,172,0.9);}
#widget01 a.linkItem:nth-child(odd):hover {background:rgba(2,95,172,0.8);}
#widget01 a span.leftIcon{background:rgba(2,95,172,0.2);}
#widget01 .logo{background:rgba(2,95,172,0.9);}
#widget01 .logo a{background:rgba(2,95,172,0.5);}
#widget01 .logo a:hover{background:rgba(2,95,172,0.9);}
