/*
Theme Name: Epoint Child
Description: Child Theme for Epoint Wordpress Theme
Author: zozothemes
Version: 1.0
Template: epoint
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: epoint
*/

.fullwidth .header-layout-wide .container{
	max-width: calc(100% - 20px) !important;
	margin-left: 10px !important;
}

.homepage_first_wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	max-width: 250px;
}

.homepage_first_logo{
	max-width: 100px !important;
}

.homepage_first_text{
	font-size: 30px;
	color: white;
	font-family: Poppins;
	font-weight: 500;
}