/*---------------------------------------------------------------------------------
Theme Name: oceanwp_child
Theme URI: https://oceanwp.org/
Description: OceanWP Child Theme
Author: Taner TEMEL
Author URI: http://www.bolton365.net
Template: oceanwp
Version: 1.0
License: GPL-3.0+
License URI: http://www.gnu.org/licenses/gpl-3.0.html
------------------------------ CUSTOM CSS BELOW ------------------------------*/

/* img zoom effect TT */
h3{
    margin-bottom:30px;
    margin-top:30px;
}

/* --------- Global ----------*/
.transition{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.img-responsive{
    width:100%;
}
/* - Simple Zoom Effects -*/
.product-div1{
    position:relative;
    overflow:hidden;
}
.product-div1:hover img{
    transform: scale(1.1);
}
img {
    transform: scale(1);
}
/* Contact Info Icons Color Footer Widget */
#footer-widgets .contact-info-widget i {
color: #fff;
}
/* Footer Widgets Title Border Color */
#footer-widgets .footer-box .widget-title {
border-color: #fff;
}
/* Underline txt color 
.eckb-article-defaults #eckb-article-page-container-v2 #eckb-article-content #eckb-article-content-body a {
    color: #e8e8e8;
    text-decoration: underline;
}*/
/* Knowledgebase add image behind category list and articles
#eckb-categories-archive-container-v2 .eckb-article-container {
    background-image: url("https://www.st-bernards.bolton.sch.uk/wp-content/uploads/2020/10/stack-colorful-books-education-background-back-to-schoo2.jpg");
} */

/* KB header padding */
.page-id-4285 .page-header, .has-transparent-header .page-header {
    padding: 95px 0 34px 0 !important;
}

/* Align main menu on Top menu header style */
#site-header.top-header .header-top .right {
    display: none;
}
div#site-header-inner {
    display: flex;
    display: -webkit-flex;
}
#site-header.top-header .header-top .left {
    margin: 0 auto;
}