/*
Theme Name: Education Business School
Template: bizberg
Text Domain: education-business-school
Author: Bizberg Themes
Author URI: https://bizbergthemes.com/
Theme URI: https://bizbergthemes.com/downloads/education-business-school/
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description: Education Business School is a child theme of the Bizberg WordPress Theme and is a modern, feature-rich education WordPress theme designed for building professional academic websites. It is an ideal school WordPress theme, suitable for institutions such as schools, colleges, universities, coaching centers, and training institutes. This versatile university WordPress theme also works perfectly for tuition centers, workshops, course hubs, and online learning platforms, making it a complete college WordPress theme and education business WordPress theme solution for any type of educational organization. As a powerful academic WordPress theme, it helps you create structured, engaging, and informative websites that enhance learning experiences and institutional branding. It also functions as a reliable learning website WordPress theme, allowing educators and institutions to showcase courses, programs, and services effectively. Built with a clean and modern design approach, this theme is fully responsive, ensuring a seamless experience across all devices. It is cross-browser compatible, translation ready, and SEO friendly, helping educational websites reach a wider audience and rank better in search engines. With full Elementor support, every section is designed for easy drag-and-drop customization, allowing users to build and modify pages without coding knowledge. Whether you are creating a simple school website or a complete online education platform, Education Business School provides a flexible and professional foundation for all your educational website needs.
Tags: custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,left-sidebar,right-sidebar,grid-layout,theme-options,blog,news,portfolio
Version: 0.8
Requires at least: 4.9
Tested up to: 6.9
Requires PHP: 5.6
*/

.footer_social_links{
	display: block;
}

.imagepost{padding: 50px 0 20px;}

.imagepost-item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	display: flex;
}

.imagepost-item h5{
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);
    padding: 10px 30px;
    min-height: 42px;
    min-width: 200px;
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.imagepost-item a.imagepost-content{
	transition: all ease-in-out 0.5s;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 300px;
}

.imagepost-item a.imagepost-content:hover, .featured-post-item a.featured-post-image:hover{
    transform: scale(1.05) translateY(-4px);
    transition: all ease-in-out 0.5s;
}

.featured-post{
	padding: 50px 0 20px;
	background: #f1f1f1;
}

.featured-post-item{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.featured-post-item a.featured-post-image{
	transition: all ease-in-out 0.5s;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    min-height: 350px;
}

.featured-post-content{
	padding: 20px;
	text-align: center;
	position: relative;
    z-index: 1;
    background: #fff;
}

.featured-post-content h4{padding: 10px 0;}

.featured-category{color: #ffb606; text-transform: uppercase;}

p.featured-date{
	color: #ababab;
	font-size: 13px;
}

.featured-post-content a.featured-category:hover,
.featured-post-content h4 a{
	color: inherit !important;
}

.navbar-default .navbar-nav>li>a{
	letter-spacing: 0;
}