/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */
.main_wrapper {
    padding: 70px 0px;
    display: block;
    float: left;
}
.archive_page-content {
    float: left;
    width: 75%;
    font-family: "Made Outer Sans", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #666;
    border-right: 1px solid #666;
    padding-right: 40px;
}
.archive_page-sidebar
{
	float:left;
	width:25%;
	padding:0px 20px;
}
.post .entry-title a
{
	font-family: "Made Outer Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
	color:#000000;
}
.archive_page-sidebar ul
{
	padding:0px;
	margin:0px;
}
.archive_page-sidebar ul li
{
	list-style-type:none;
}
.archive_page-sidebar ul li a
{
	font-family: "Made Outer Sans", Sans-serif;
    font-size: 16px;
    font-weight: 300;
	color:#666;
}
.archive_page-content article .read_more {
    font-family: "Made Outer Sans", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 20px;
    background: #003366;
    color: #fff;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    text-decoration: none;
}
.archive_page-content article .read_more:hover {
	background:#fdbd31;
	color:#003366;
}
.archive_page-content article
{
    border-bottom: 1px solid #666;
    padding-bottom: 35px;
    margin-bottom: 40px;
}
.archive_page-content article:last-child
{
	border-bottom:0px !important;
}
.widget_block.widget_categories
{
	margin-bottom:50px;
}
.archive_page-sidebar h2
{
	font-family: "Made Outer Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
	color:#000000;
	text-transform:uppercase;
}
.wp-block-tag-cloud a
{
	font-family: "Made Outer Sans", Sans-serif;
    font-size: 16px !important;
    font-weight: 300;
	color:#666;
	display:block;
}
.blog_main_title {
    color: var(--e-global-color-secondary );
    font-family: "BebasNeue Regular", Sans-serif;
    font-size:76px;
    font-weight: 400;
    text-align: center;
    margin-top: 60px;
}
body.blog , body.archive {
  
}
body.single article
{
	border-bottom:0px !important;
}