/*
Theme Name: McKeon Bros
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: McKeon Bros
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
div#wpadminbar {
    z-index: 999999;
}
.single-blog .blog-content iframe {
    width: 100%;
}
.blog-page-head h1.h1 {
    color: #000;
}
.main_box.blog-page-head {
    display: block !important;
}
.project_update .main_box .img img {
    width: 100%;
}
.articles_form {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.article_filter {
    border: 0;
    outline: 0;
    cursor: pointer;

    min-width: 150px;
    height: 52px;

    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e2efff;
    color: #222;

    border-radius: 10px;

    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    transition: all 0.3s ease;
}

.article_filter:hover {
    background: #08a9ef;
    color: #fff;
}

.article_filter.active {
    background: #08a9ef;
    color: #fff;
}
#articles-load-more.default_btn::after{
    content: none !important;
}
#articles-load-more.default_btn.white_btn {
    padding: 10px 50px;
}
.mainmenu .current-menu-item a{
    color: #00acfd !important;
}
.selected_work .text .value {
    font-weight: 300 !important;
}
/* End Images */