/* 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 */

h1.register-title {
		font-size: 95px; color: #ffffff !important; text-align: right; margin-bottom: 30px; font-weight: 300;
	}
	h2.register-sub {
		font-size: 40px; color: #ffffff !important; text-align: right; margin-bottom: 40px;
	}
	div.av-masonry-image-container {background-position: top;}
	
	li.ipl-fields {
	width: 48%;
    display: inline-block;
    clear: none !important;
    margin-right: 17px;
		}
		
	li.top-inputs {width: 50%;}

/*
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 */
  div#full_slider_2 {display: none !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: 968px) {
  /* Add your Mobile Styles here */
	li.ipl-fields {
	width: 100%;
    display: inline-block;
    clear: none !important;
    margin-right: 17px;
		}
		
	li.top-inputs {width: 100%;}
  
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	/*
	ul.avia-slideshow-inner  li.slide-1 {
		background-image: url(http://www.pastorsandleaders.org/wp-content/uploads/2015/11/Home_slide4_HOME_SMALL.jpg) !important;
		background-position: center center !important;
	}
	*/xs
	
	/*div#main div.avia-builder-el-0 {display: none !important;}*/
	
	#sessions-big {display: none !important;}
	
	#footer .widget {
    text-align: center !important;
}
	
	div.avia-builder-el-3 {
	padding: 20px !important;
}
	h1.register-title {
		font-size: 55px; color: #ffffff; text-align: right; margin-bottom: 30px; font-weight: 300;
	}
	h2.register-sub {
		font-size: 30px; color: #ffffff; text-align: right; margin-bottom: 40px;
	}
	div#about div div div div div div {padding: 0 20px !important;}
}