/* 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 */

}



/*
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 */

}


/***Banner Image Caption Half hiding in Low Width****/
@media screen and (max-width: 415px){
	.av-image-caption-overlay-center {
		font-size:35px !important;
		margin-top:10px !important;
	}
}

@media screen and (max-width: 280px){
	.av-image-caption-overlay-center {
		font-size:20px !important;
		margin-top:30px !important;
	}
}

.html_elegant-blog #top .post-entry .post-title, 
.page-id-10 h2  {
	font-size:30px !important;
}

p + h1 {
	margin-top:0 !important;
}

.html_entry_id_3929 #top h1 strong {
	font-size:25px !important;
}

.page-id-10 header.entry-content-header {
	font-size:1.5em !important;
}

.page-id-10 .small-preview {
	width:50px !important;
	height:50px !important;
	line-height:50px !important;
}
.container .av-content-small.units {
	padding-top:20px;
	padding-left:15px;
}

.html_entry_id_3929 .inner_sidebar{
	margin-left:20px !important;
	margin-right:20px !important;
}

.html_entry_id_3929 .sidebar {
	padding-top:25px !important;
}

.html_entry_id_3929 #top h2 a {
	font-size:25px!important;
}

.html_entry_id_3929 p,  
.html_entry_id_3929 li   {
	font-size:14px !important;
}

