/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	.sub-menu li a {
		background-color: #ffffff !important;
		color: #333333 !important;
		font-weight: normal;
	}
	
	.social_bookmarks li{
		border: 0px !important;
	}
	.social_bookmarks {
		padding-top: 3px !important;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.home #av-layout-grid-2 .avia-image-container-inner {
		vertical-align: top !important;
	}
	.home #av-layout-grid-1 .avia-image-container-inner {
		vertical-align: bottom !important;
	}
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}
#main .container_wrap .container .template-page.content.av-content-full {
	/*padding-top: 0px !important;*/
}
.lightFont {
	font-weight: 100;
	line-height: 20px ;
}
.juma-25th {
	margin-top: -10px !important;
}
.btnDonate a {
	font-size: 20px !important;
}
.logo {
	width: 200px !important;
}
.logo a {
	padding: 15px 0 15px;
	margin-left: -15px;
}
#header_meta {
	min-height: 36px !important;
	border: 0px !important;
}
#header_main {
	border: 0px !important;
}
.avia-slideshow li img {
	border-radius: 0px !important;
}
#av-burger-menu-ul li a {
	color: #ffffff !important;
	font-weight: bold !important;
}
#av-burger-menu-ul .avia-bullet {
	background-color: #ffffff !important;
	
}