@media (max-width: 991px)  {
	
	.navbar-nav {
		flex-direction: column;
	}
	
	.top-menu .el-sub-btn {
		margin-bottom: 15px;
		text-align:center;
	}
	
	.top-menu .el-login {
		margin-bottom: 15px;
		text-align:center;
	}
	
	
	.navbar-nav .menu-item {
    align-self: center;
	}
}
.footer-social {
	
}

.footer-social a{
	text-decoration:none;
	margin-right: 10px;
	display:inline-block;
}

.copyright {
	font-size:20px;
	text-align:right;
}

.mp-form-submit input[type=submit] , .gform_footer.top_label input[type=submit] ,
#mepr_account_form .mepr-submit , 
#mepr_loginform #wp-submit { 
	    display: inline-block;
    background: #d93;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 5px 20px 7px;
    font-family: Lato;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,.19);
}


img {
	max-width:100%;
}

@media (max-width: 760px)  {
	img {
		max-width:100%;
		width:100%;
		height:auto;
	}

}
.post-date {
    position: relative;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
	padding-left:0;
}

.post-date .post-dateIcon{
    color: #000000;
}
.featured-post .post-content .post-date  {
	margin-bottom:0;
}

.featured-post .post-content h3 {
	margin-bottom:18px;
}

@media (max-width: 776px) {
	.el-sub-btn a{
	 margin-bottom:20px;
}
}


.featured-post .post-content h3 {
  text-align: left;
  font-size: 42px;
  margin-bottom: 20px;
  padding-top: 15px;
}

.site-main h2.entry-title {
  font-size: 42px;
}

/* Mobile Search */
.sidebar-wrapper {
	display:block;
}
@media (max-width:760px){

.sidebar-wrapper {
	display:block;
	padding: 15px;
	border: 0;
}

	#search-2 {
		margin:0;
	}
	#search-2 form.form-inline.search {
		display:block !important;
	}
	#search-2 .form-group.search-group {
		
		width: 80%;
    float: left;
    margin-bottom: 50px;
	}
	#search-2 button.btn.search-btn {
		width: 20%;
    margin: 0;
    float: left;
    height: 38px;
	}
	
	#media_image-2, #custom_html-4 , #custom_html-5 {
		display:none;
	}
	
		.sidebar-searchInput {
    height: 38px;
}
	
	
}