/*
Theme Name: 	St Andrews Church child Theme
Theme URI:	http://forerunner.com.au
Description: 	Child Theme for ST Andrews Chucrh walkerville theme - incarnation
Author: 	Forerunner Computer Systems
Author URI:	http://forerunner.com.au
Template:	incarnation
Version: 	2.2
*/



/*Responsive*/
@media (max-width: 560px) {
	.slideshow_inner_caption{
	display: none !important;
	}
}

/* Notices and Events - Hide the three widgets in sidebar*/
body.page-id-881 div#search-2, body.page-id-881 div#avia_google_maps-2, body.page-id-881 div#tribe-events-list-widget-3{
	display:none !important;
}



/*Make title bigger and bolder*/
.homepage-text{
	font-size: 150%;
	font-weight: bold;
}

/* Services - Hide search site */
body.page-id-819 div#search-2{
	display:none !important;
}


.contentSlideControlls{
display: none !important;
}


/* Home - contact number on the left of home page */
div.header_meta.container #contact-number{
	position:absolute;
	margin:-20px 55px 0 0;
	height: 40px;
	top: 70%;
	left: none;
	
}

@media screen and (max-width:479px){
div.header_meta.container #contact-number{
	position:absolute;
	margin:-20px 55px 0 0;
	height: 40px;
	top: 70%;
	left: none;
        font-size:initial;
	
}
}


/* Contactr Us - Remove the Priority  field */
form[data-avia-form-id] p#element_avia_priority{
	display:none;
}