@charset "UTF-8";
/* CSS Document */

a/*
Theme Name: Amazing Church
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: amazingchurch
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 BuxxGroup is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
float: left;
    margin: 0;
    width: auto;}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 46px;
	z-index: 9999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 260px;
	background:rgb(201,139,199);
	font-size:12px !important;

}
.main-navigation ul ul li {

}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color:rgba(254,174,0,1.00);
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
/*@media screen and (max-width: 479px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
/*Universal*/


/* START DESKTOP NAVIGATION */


#page {
	max-width:960px;
	min-width:320px;
	margin:0 auto;	
}

@media all and (min-width: 960px)  {
.width-sizer {
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	
}

.site-header {
	height:176px;
	position:relative;
	background-image: url(images/common/header.jpg), url(images/common/amazing-navbar.png);
	background-position: top center, bottom left;
	background-repeat: no-repeat, no-repeat;
	background-color: black;
/*rgb(137,0,128);*/

		
}




.site-branding-home-link{
display:block;
width:370px;
height:130px;
z-index:10000;
margin: 0 auto;
}
.site-branding {
		width: 370px;
	height:130px;	
	margin:0 auto;
	background:url(images/common/AMAZING-CHURCH-Logo.png) top center no-repeat;
	margin: 0 auto;
	z-index:1;
	position:relative;

}
.site-branding h1, .site-branding h2{
	display:none;
}
.header-contact {
	position:absolute;
	bottom:45px;
	right:25px;	
	text-align:right;
	color:rgb(137,0,128);
	line-height:1.2em;
}
.header-contact a{
		color:rgb(137,0,128);
}
.header-contact h4{} 

.header-contact h3{} .header-contact h5{
	}

.header-contact h4{
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	}
.header-contact h3{
	font-size:30px;
	font-weight:bold;
	margin:0px;
	line-height:.7em;
	margin-bottom:1px;
	}
.header-contact h5{
	margin:0px;
		font-weight:bold;
		font-size:17px;
	}
.header-contact h5 a{
	margin:0px;
	text-decoration:none;
	}
	.amazing-address {
		font-size:10px;
	}
.main-navigation{
width:100%;
height:46px;
position:absolute;
bottom:0px;
padding: 0;
text-transform:uppercase;
}
.menu-menu-1-container {
		
}
.main-navigation .nav-menu li{
	text-align:center;
	height:46px;
	color:#FFF;
	width:auto;
	width:130px;
	margin-top:0px;
	line-height:50px;

}
.main-navigation .nav-menu li li{
	width:220px;

}
.main-navigation .nav-menu li a{
	color:#FFF;
	font-size:14px;
	display:block;
	width:100%;
	height:100%;


}
.main-navigation .nav-menu li a:hover{
	display:block;
	height:46px;
	background:black;
	/*background:rgb(137,0,128);*/
}



.main-navigation .nav-menu li.main-menu-one {
}
.main-navigation .nav-menu li.main-menu-two {
}
.main-navigation .nav-menu li.main-menu-three {
width:148px;
margin-left:20px;
margin-right:40px;

}
.main-navigation .nav-menu li.main-menu-three a{
width:148px;
}
.main-navigation .nav-menu li.main-menu-four {
width:148px;
margin-left:30px;
margin-right:0px;
padding-right:0px !important;
}
.main-navigation .nav-menu li.main-menu-five {
width:155px;
}
.main-navigation .nav-menu li.main-menu-six {
width:150px;
}

.socialmedia {
	max-width:860px;
	position:absolute;
	right:20px;
	height:40px;
	overflow:visible;
	top:0px;
}
.socialmedia ul {
	height:40px;
	margin:0;
		padding-top:5px;

}
.socialmedia li {
	width:30px;
	height:35px;
	margin-right:1px;
	float:left;
	list-style:none;
	
	
	}
.socialmedia li a {
	display: inline-block;
    height: 35px;
    overflow: hidden;
    padding-left: 2px;
    text-indent: 35px;
    width: 30px;}


.content-area {
	width:100%;
	margin: 0 auto;
	
	
	
}
/*SLIDER WRAPPER DESKTOP*/
#news-slider {
}
.mobile-slider, .tablet-slider {
display:none;	
}
.desktop-slider {
display:block;	
}


#sliderwrapper{
width:960px;
margin: 0 auto;
overflow:hidden;
position:relative;

}
.slider{
width:894px;
height:180px;
margin:0 auto;	
overflow:hidden;
}
	.slider ul, 
	.slider li, .noslider ul, 
	.noslider li {
		margin:0 auto;
		padding:0;
		list-style:none !important;
		width:894px;
		}
		.slider ul, .noslider ul{margin-left:0;}	
	.slider, .noslider{margin-top:0px;width:894px; height:180px; margin:auto;}
	.slider li, .noslider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:345px;
	margin:0 auto;
	position:relative;	
	text-align:left;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto; 

	
	}
.slideritem{
/*	margin-left:1px !important; */
	}	
.slider li div.slider-image, .noslider li div.slider-image {

float:left;	
font-family:"petala-pro", 'Century Gothic', Arial, Helvetica, sans-serif;
font-weight: 300;
text-align:center;
margin:0 auto;
width:960px;
height:345px;
}
.slider .slider-image img {
/*
width:100%;
height:100%;	
*/
height: 345px;
    max-width: none;
    width: auto;
	
}

	
#prevBtn a{
	position:absolute;
top:126px;
display:block;
right:60px;z-index:2;	
}

#nextBtn a{
	position:absolute;
top:126px;
display:block;
right:46px;z-index:2;	
}
#pBtn a, #nBtn a{
	position:absolute;
top:10px;
display:block;}
#prevBtn a, #pBtn a{
	width:38px;
	height:43px;
	background: url(images/common/previous.png) center no-repeat;
		background-size:38px 43px;

	}
#nextBtn a, #nBtn a {
	width:35px;
	height:43px;
		background: url(images/common/next.png) center no-repeat;
		background-size:35px 43px;
right:25px;}	
#pBtn a{
	top:46px;
	left:-33px;
}
 #nBtn a{
	 top:46px;
	right:-20px;
}
/*Extra bits for slider*/
.feature-heading {
margin-top:-200px !important;
font-size:40px !important;
position:relative;
z-index:1;
text-shadow:rgba(255,255,255,1.00) 0px 0px 10px;
padding-bottom:20px;
}
.feature-phone {
margin-top:-30px !important;
font-size:40px !important;
position:relative;
z-index:1;
font-weight:400 !important;
color:#000 !important;
}
/*END FP-SLIDER */ 
.theaddressbar {
	padding-top:10px;
text-align:center;	
	
}
.theaddressbar h1{
text-align:center;	
color:#890080 !important;
font-weight:bold;	
}
.theaddressbar h2 {
	font-size:14px;
}
.footer-form {
width:48%;	
	float:left;
}
.footer-form .wpcf7-text, .footer-form .wpcf7-textarea{
width:395px;
margin-bottom:7px;
background-color:rgb(179,217,126);
color:#000;
border:none;
border-radius: 0px;
font-size:14px;

}
.footer-form .wpcf7-text {
height:40px;	
}

.footer-form .wpcf7-submit {
	text-align:center;
	width: 395px;	
color:#000;
height:40px;
border:none;
box-shadow:none;

	
}
.footer-contact-details {
	width:40%;
	float:right;
	color:#FFF !important;
	font-size:16px;
	letter-spacing:.1em;
}
.footer-contact-details br{
display:block;
   margin-top: -2px;
    font-size:.1px;
    line-height: .1px;
	display:collapse;
}

.footer-contact-details div{
	margin-bottom:10px;
}
.footer-contact-phone{
	font-size:17px;
}
/*Footer float fix*/
#main-footer:after {
  content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	color:#8DC63F;
	}
	


#map-footer{
width:100%;
min-height:295px;
}
#map-footer div{
border:none;
z-index:10;
}

#main-footer {
	width:100%;
}
#main-footer h1{
	font-family:"petala-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
	margin:20px auto;
	display:block;
	color:#000;
}
#main-footer h1:after{

	margin:0px auto;
	border-bottom: #FFF medium solid;
	width:130px;
	display:block;
	height:5px;
	content:' ';
	color: #8DC63F;
}
.main-footer-content {
	padding:10px 30px;	


}	
/*Front Page infobox styling - */

.fp-box {
width:50%;
float:left;
height:80px;
margin-bottom:40px;	
padding-left:60px;
}
.fp-box h4{
	font-size:18px;
	font-weight:bold;
}

.clearfix:after {
    content:'';
    display:block;
    clear: both;
	height:2%;
	}
.fpbox-busconsulting {
	background: url(images/common/buxx-business-consulting.png) left top no-repeat;
	}
.fpbox-bookkeeping {
	background: url(images/common/buxx-bookkeeping.png) left top no-repeat;
	}
.fpbox-tenderresp {
	background: url(images/common/buxx-tender-responses.png) left top no-repeat;
	}
.fpbox-busdev {
	background: url(images/common/buxx-business-development.png) left top no-repeat;
	}
.fpbox-costanalysis {
	background: url(images/common/buxx-cost-analysis-and-reduction.png) left top no-repeat;
	}
.fpbox-accounting {
	background: url(images/common/buxx-accounting.png) left top no-repeat;
	}

.site-footer {
	
	background:#890080;
	min-height:80px;	
	padding:20px;
}

.site-info, .site-info a {
	color:#FFF;	
	text-decoration:none;
	font-size:12px;
}
.site-info a:hover {
	text-decoration:underline;
}


#main {
	
	padding:0;
	
}
.front-page-article {
display:none;
/*
position:relative;	
background:#E8E8E8;
margin-top:10px;
min-height:320px; */
}

.front-page-article h1.entry-title{
		text-align:left;
		font-size:22px;
		font-weight:300;
		padding:0 30px;
		color:#890080 !important;
		margin-left:0px;
		padding:0;
		margin-top:30px;
		margin-bottom:15px;
		line-height:2em;
		
}
.front-page-article h1.entry-title:after{
	border:none;
	
	}
.front-page-article h1.enbiggen {
font-weight:600 !important;
font-size:24px !important;
}
.fp-feature-image img{
	margin-top:25px;
	margin-left:25px;

	
	}
.fp-feature-image {
width:350px;
float:left;	
padding-top:40px;
}
.rhs-content-box {
width:500px;

float:right;	
}
	
.fp-section-box	{
	margin-bottom:40px;
	}
	.fp-section-box:after	{
  content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.front-page-content {
	line-height:1.1em;
}

.front-page-content p {
	margin-bottom:5px;
}

.front-page-content iframe {
	width:100%;
	margin: 0 auto;
}
.front-page-article .entry-content {
	color:#666;
	font-size:15px !important;
	margin-top:15px;
		
}

/*front page boxes*/
.footer-boxes{
width:100%;
min-height:296px;
margin-top:30px;	
position: relative;
}

.footer-box {
width:320px;
height:296px;
float:left;	
}
.footer-box-purple {
	background-color:#890080;
	color:#FFF;	
	text-align:center;
}
.footer-box-purple h1{
	padding:5px 10px;
	font-size:18px;
	text-align:left;
}
.footer-box-purple h2{
	padding:5px 10px;
	font-size:14px;
	text-align:left;
}
.footer-box-purple p{
	padding:5px 10px;
	font-size:12px;
	text-align:left;
}


.footer-box-fb h1{
position:absolute;
display:block;
width:300px;
height:30px;
text-align:left;
padding-left:20px;
line-height:2em;
color:#FFF;
background-color:#3C589B;
top:0px;
margin-left:10px;
}

.mailing-list-box {
	background:#e8e8e8 url(images/common/mailinglist-envelope.png) bottom left no-repeat;
	position:relative;
	border-radius:6px;
	box-shadow:royalblue 0px 0px 1px;
	
}
.mailing-list-box h3{
	display:block;
	color:#890080 !important;
	font-size:20px;
	padding-top:21px;
	text-align:center;
}

.mailing-list-box .es_textbox, .mailing-list-box .es_lablebox{
	margin-left:30px;
}
.mailing-list-box .es_lablebox{
	padding-top:10px;
	font-size:10px;
	}
.mailing-list-box .es_textbox input{
	height:30px;
	width:260px;
	}
.mailing-list-box .es_button .es_textbox_button{
border-radius:4px;	
box-shadow: none;
border:none;
color:#fff;
width:112px;
height:32px;
text-shadow:none;
text-align: left;
font-size:14px;
background: #890080  url(images/common/white-envelop.png) center right no-repeat;
position:absolute;
right:31px;
bottom:58px;
}

.facebook-widget {
overflow:scroll;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:10px;
padding:0 10px;	
height:220px;
width:300px;
margin-left:10px;
margin-top:30px;

}


/*Icons for footer*/
.footer-contact-pobox {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-address.png) no-repeat left center;	
}
.footer-contact-phone {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-phone.png) no-repeat left center;	
}
.footer-contact-email {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-mail.png) no-repeat left center;	
}
.footer-contact-socialmedia {
padding:10px 0px 10px 0px;
}
.footer-socialmedia-fb {
	float:left;
height:43px;
width:43px;
background:url(images/common/footer-facebook.png) no-repeat top left;	

}
.footer-socialmedia-fb a{
color:rgba(0,0,0,0.00);
height:43px;
width:43px;
display:block;	
}
.footer-socialmedia-tw {
	float:left;
	margin-left:2px;
height:43px;
width:43px;
background:url(images/common/footer-twitter.png) no-repeat top left;	

}
.footer-socialmedia-tw a{
color:rgba(0,0,0,0.00);
height:43px;
width:43px;
display:block;	
}




/*article styling*/

.single #main
{
	background-color:#e8e8e8;
	padding-bottom:20px;
	
}

.single article header {
	margin-left:40px;
	padding-top:20px;	
}
h1.entry-title {
	color: #890080;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin:0 20px 20px;
	padding-top:40px;
    text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.single .thecategory h4{
	display:block;
	padding:20px 40px;
	color: #890080;
    font-size: 20px;
    font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;


	}
	

.single h1.entry-title {
margin-left:0px;	
}

.single .entry-footer, .single .post-navigation, .single .comments-area {
margin:10px 40px;
font-size:14px;
color:#666;	
}

.single .entry-meta, .single .entry-meta a {
	font-size:14px;
	color:#666;	
}


.centered-ul {
text-align:center;	
display:block;
width:200px;
margin: 0 auto;
}
.centered-ul li{
text-align:left;
font-size:13px;
margin-bottom:4px;	
}
.entry-content{
	color:#666;
	font-size:14px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:40px;	
	padding-top:10px;
	width:100%;
}

.mission-entry-content h4{
	color: #890080;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.mission-entry-content{
	color:#666;
	font-size:15px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;	
	padding-top:10px;
	width:100%;
}

.entry-content h4{
	color: #890080;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.bgcolor-salmon{
background-color:#E8E8E8;	
width:100%;
padding:40px;
overflow:hidden;
	}
.bgcolor-puce {
background-color:#EDD9EC;	
/*width:110%;
margin-left:-40px;*/
padding:40px;
margin-bottom:-40px;
}
.footer-form input, .footer-form textarea {
	background:#FFF !important;
	padding-left:20px;	
}
.footer-form textarea {
	padding-top:20px;	
}

.single .site-content {
background:#E8E8E8;
position:relative;

}
.single #primary {
width:660px;	
margin-left:0px;
	
}

.single #secondary:before {
display:block;
position:absolute;
width:300px;
height:60px;
top:0px;
right:0px;

}
.single #secondary h1{
 font-weight:bold;
}
.single #secondary {
Position:absolute;
top:90px;
right:0px;
width:300px;
	color: #890080;
	font-size:16px;
}
.single #secondary ul {
	margin-left:5px;
}
.single #secondary li {
	list-style:none;

}
.single #secondary a {
	list-style:none;
	text-decoration:none;

}
.category .page-title  {
color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
}
.category .entry-title  {
color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
	margin-left:0px;
}
.category .entry-title a {
	color: #890080;
	text-decoration:none;

}
	
	
.category article {
	width:100%;
	min-height:	270px;
	width:100%;
	position:relative;
	margin:0px !important;
	overflow:hidden;
	color: #890080;
    display: block;
}

.category article .entry-header {
	float:left;
	width:100px;
	padding:40px 20px;
	
	}
	
.category article .entry-header .date-banner, .category article .entry-header .date-entry, .category article .entry-header .month-entry {
	Text-align:center;
	color: #890080;
font-weight:bold;
	
	}
	
	
	
.category article .category-feature-image {
	float:left;
	width:270px;
	height:270px;
	
	}
.category article .entry-summary {
	float:left;
	width:590px;
	color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 5px 40px;	
	margin-top:0px;
	}	




}
 /*END DESKTOP CONTENT AREA */
/* START TABLET NAVIGATION */
@media all and (min-width: 640px) and (max-width: 959px)  {
.width-sizer {
	width:640px;
	margin:0 auto;
	position:relative;
	
}


.site-header {
	min-height:300px;
	position:relative;
	background-image: url(images/common/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	/*background-color: rgb(137,0,128);*/
	margin-bottom:15px;

		
}




.site-branding-home-link{
display:block;
width:100%;
height:100%;
z-index:10000;
margin: 0 auto;
}
.site-branding {
		width: 340px;
	height:110px;	
	margin:0 auto;
	background-image:url(images/common/AMAZING-CHURCH-Logo.png);
	background-size:cover;
	margin: 0 auto;
	z-index:1;
	position:relative;

}
.site-branding h1, .site-branding h2{
	display:none;
}
.header-contact {
	position:absolute;
	top:115px;
	right:185px;	
	text-align:right;
	color:#FFF;
	line-height:1.2em;
	z-index:10;
}
.header-contact a{
		color:#FFF;
}
.header-contact h4{} 

.header-contact h3{} .header-contact h5{
	}

.header-contact h4{
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	}
.header-contact h3{
	font-size:30px;
	font-weight:bold;
	margin:0px;
	line-height:.7em;
	margin-bottom:1px;
	}
.header-contact h5{
	margin:0px;
		font-weight:bold;
		font-size:14px;
	}
.header-contact h5 a{
	margin:0px;
	text-decoration:none;
	}

.main-navigation{


background: #fff none repeat scroll 0 0;
    border-top: 1px solid #fff;
    bottom: 0;
    height: auto;
    margin-top: 80px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.menu-menu-1-container {
		
}
.main-navigation .nav-menu li{
	text-align:center;
	height:35px;
	color:#FFF;
	width:318px;
	margin-top:3px;
	line-height:40px;
	
	background:black;	
/*background-color:rgb(137, 0, 128);*/

}
.main-navigation .nav-menu li.main-nav-left {
margin-right:4px;	
}
.main-navigation .nav-menu li a{
	color:#FFF;
	font-size:14px;
	display:block;
	width:100%;
	height:100%;


}
.main-navigation .nav-menu li a:hover{
	display:block;
background:black;	
/*background-color:rgb(137, 0, 128);*/
}



.main-navigation .nav-menu li.main-menu-one {
}
.main-navigation .nav-menu li.main-menu-two {
}
.main-navigation .nav-menu li.main-menu-three {
width:148px;
margin-left:20px;
margin-right:40px;

}
.main-navigation .nav-menu li.main-menu-three a{
width:148px;
}
.main-navigation .nav-menu li.main-menu-four {
width:148px;
margin-left:30px;
margin-right:0px;
padding-right:0px !important;
}
.main-navigation .nav-menu li.main-menu-five {
width:155px;
}
.main-navigation .nav-menu li.main-menu-six {
width:150px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 35px;
	z-index: 9999;
}
.socialmedia {
	width:100%;
	position:absolute;
	left:0px;
	padding-top:15px;
	padding-left:150px;
	overflow:hidden;
	background-color:black;	
/*background-color:rgb(137, 0, 128);*/
}
.socialmedia ul {
	height:40px;
	margin:0;
		padding-top:5px;

}
.socialmedia li {
	width:30px;
	height:35px;
	margin-right:1px;
	float:left;
	list-style:none;
	
	
	}
.socialmedia li a {
	display: inline-block;
    height: 35px;
    overflow: hidden;
    padding-left: 2px;
    text-indent: 35px;
    width: 30px;}


.content-area {
	width:100%;
	margin: 0 auto;
	
	
	
}
/*SLIDER WRAPPER DESKTOP*/
#news-slider {
}
.mobile-slider, .tablet-slider {
display:none;	
}
.desktop-slider {
display:block;	
}


#sliderwrapper{
width:640px;
margin: 0 auto;
overflow:hidden;
position:relative;

}
.slider{
width:640px;
height:180px;
margin:0 auto;	
overflow:hidden;
}
	.slider ul, 
	.slider li, .noslider ul, 
	.noslider li {
		margin:0 auto;
		padding:0;
		list-style:none !important;
		width:640px;
		}
		.slider ul, .noslider ul{margin-left:0;}	
	.slider, .noslider{margin-top:0px;width:640px; height:180px; margin:auto;}
	.slider li, .noslider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:640px;
height:240px;
	margin:0 auto;
	position:relative;	
	text-align:left;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto; 

	
	}
.slideritem{
/*	margin-left:1px !important; */
	}	
.slider li div.slider-image, .noslider li div.slider-image {

float:left;	
font-family:"petala-pro", 'Century Gothic', Arial, Helvetica, sans-serif;
font-weight: 300;
text-align:center;
margin:0 auto;
width:640px;
height:345px;
}
.slider .slider-image img {
/*
width:100%;
height:100%;	
*/
    width: auto;
	
}

	
#prevBtn a{
	position:absolute;
top:126px;
display:block;
right:60px;z-index:2;	
}

#nextBtn a{
	position:absolute;
top:126px;
display:block;
right:46px;z-index:2;	
}
#pBtn a, #nBtn a{
	position:absolute;
top:10px;
display:block;}
#prevBtn a, #pBtn a{
	width:38px;
	height:43px;
	background: url(images/common/previous.png) center no-repeat;
		background-size:38px 43px;

	}
#nextBtn a, #nBtn a {
	width:35px;
	height:43px;
		background: url(images/common/next.png) center no-repeat;
		background-size:35px 43px;
right:25px;}	
#pBtn a{
	top:46px;
	left:-33px;
}
 #nBtn a{
	 top:46px;
	right:-20px;
}
/*Extra bits for slider*/
.feature-heading {
margin-top:-200px !important;
font-size:40px !important;
position:relative;
z-index:1;
text-shadow:rgba(255,255,255,1.00) 0px 0px 10px;
padding-bottom:20px;
}
.feature-phone {
margin-top:-30px !important;
font-size:40px !important;
position:relative;
z-index:1;
font-weight:400 !important;
color:#000 !important;
}
/*END FP-SLIDER */ 
/*NEWS BUTTON BAR*/
div#news-button-bar {
width:400px;
margin:0 auto;
position:absolute;
top:0px;
right:0px;
}
nav#newscontroller {
min-width:110px;
position:absolute;
bottom:10px;
right:10px;
z-index:1000;		
}
div#news-button-bar ul {
	list-style:none !important;
}
div#news-button-bar li {
    background: url("images/common/news-dot-deselected.png") no-repeat scroll center center transparent;
    float: left;
    height: 12px;
    padding-right: 10px;
    width: 8px;
}
div#news-button-bar li.selected {
    background: url("images/common/news-dot-selected.png") no-repeat scroll center center transparent;
}
div#news-button-bar li a {
    display: block;
    height: 12px;
    padding-right: 10px;
    width: 8px;
}
div#news-button-bar li:hover {
    background: url("images/common/news-dot-selected.png") no-repeat scroll center center transparent;
	cursor:pointer;
}
/*NEWS SLOT END*/
.theaddressbar {
	padding-top:10px;
text-align:center;	
	
}
.theaddressbar h1{
text-align:center;	
color:#890080 !important;
font-weight:bold;	
}
.theaddressbar h2 {
	font-size:14px;
}
.footer-form {
width:48%;	
	float:left;
}
.footer-form .wpcf7-text, .footer-form .wpcf7-textarea{
width:395px;
margin-bottom:7px;
background-color:rgb(179,217,126);
color:#000;
border:none;
border-radius: 0px;
font-size:14px;

}
.footer-form .wpcf7-text {
height:40px;	
}

.footer-form .wpcf7-submit {
	text-align:center;
	width: 395px;	
color:#000;
height:40px;
border:none;
box-shadow:none;

	
}
.footer-contact-details {
	width:40%;
	float:right;
	color:#FFF !important;
	font-size:16px;
	letter-spacing:.1em;
}
.footer-contact-details br{
display:block;
   margin-top: -2px;
    font-size:.1px;
    line-height: .1px;
	display:collapse;
}

.footer-contact-details div{
	margin-bottom:10px;
}
.footer-contact-phone{
	font-size:17px;
}
/*Footer float fix*/
#main-footer:after {
  content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	color:#8DC63F;
	}
	


#map-footer{
width:100%;
min-height:295px;
}
#map-footer div{
border:none;
z-index:10;
}

#main-footer {
	width:100%;
}
#main-footer h1{
	font-family:"petala-pro", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
	margin:20px auto;
	display:block;
	color:#000;
}
#main-footer h1:after{

	margin:0px auto;
	border-bottom: #FFF medium solid;
	width:130px;
	display:block;
	height:5px;
	content:' ';
	color: #8DC63F;
}
.main-footer-content {
	text-align:center;	


}	
/*Front Page infobox styling - */

.fp-box {
width:50%;
float:left;
height:80px;
margin-bottom:40px;	
padding-left:60px;
}
.fp-box h4{
	font-size:18px;
	font-weight:bold;
}

.clearfix:after {
    content:'';
    display:block;
    clear: both;
	height:2%;
	}
.fpbox-busconsulting {
	background: url(images/common/buxx-business-consulting.png) left top no-repeat;
	}
.fpbox-bookkeeping {
	background: url(images/common/buxx-bookkeeping.png) left top no-repeat;
	}
.fpbox-tenderresp {
	background: url(images/common/buxx-tender-responses.png) left top no-repeat;
	}
.fpbox-busdev {
	background: url(images/common/buxx-business-development.png) left top no-repeat;
	}
.fpbox-costanalysis {
	background: url(images/common/buxx-cost-analysis-and-reduction.png) left top no-repeat;
	}
.fpbox-accounting {
	background: url(images/common/buxx-accounting.png) left top no-repeat;
	}

.site-footer {
	
	background:#890080;
	min-height:80px;	
	padding:20px;
}

.site-info, .site-info a {
	color:#FFF;	
	text-decoration:none;
	font-size:12px;
}
.site-info a:hover {
	text-decoration:underline;
}


#main {
	
	padding:0;
	
}

.front-page-article {
position:relative;	
background:#E8E8E8;
margin-top:10px;
min-height:320px;
margin:10px auto 0px;
}

.front-page-article h1.entry-title{
		text-align:left;
		font-size:22px;
		font-weight:300;
		padding:0 30px;
		color:#890080 !important;
		margin-left:0px;
		padding:0;
		margin-top:30px;
		margin-bottom:5px;
				line-height:2em;

		
}
.front-page-article h1.entry-title:after{
	border:none;
	
	}

.fp-feature-image img{
	margin-top:25px;
	margin-left:65px;
	
	}
.front-page-content {
	width:510px;
	margin:0 auto;
	line-height:1.1em;
}

.front-page-content p {
	margin-bottom:5px;
}


.front-page-article .entry-content {
	color:#666;
	font-size:14px;
	margin-top:15px;
	padding:0px;
		
}

/*front page boxes*/
.footer-boxes{
width:100%;
min-height:296px;
margin-top:0px;	
position: relative;
}

.footer-box {
width:320px;
height:296px;
float:left;	
}
.footer-box-purple {
	background-color:#890080;
	color:#FFF;	
	text-align:center;
	width:100%;
}
.footer-box-purple h1{
	width:297px;
	margin:0 auto;
	font-size:18px;
	text-align:left;
}
.footer-box-purple h2{
	width:297px;
	margin:0 auto;
	font-size:14px;
	text-align:left;
}
.footer-box-purple p{
	font-size:12px;
	text-align:left;
	width:297px;
	margin:0 auto;
	
}


.footer-box-fb h1{
display:block;
width:300px;
height:30px;
text-align:left;
padding-left:20px;
line-height:2em;
color:#FFF;
background-color:#3C589B;
margin-top:10px;
margin-left:10px;
}

.mailing-list-box {
	background:#e8e8e8 url(images/common/mailinglist-envelope.png) bottom left no-repeat;
	position:relative;
	border-radius:6px;
	box-shadow:royalblue 0px 0px 1px;
	margin-top:10px;
	
}
.mailing-list-box h3{
	display:block;
	color:#890080 !important;
	font-size:20px;
	padding-top:21px;
	text-align:center;
}

.mailing-list-box .es_textbox, .mailing-list-box .es_lablebox{
	margin-left:30px;
}
.mailing-list-box .es_lablebox{
	padding-top:10px;
	font-size:10px;
	}
.mailing-list-box .es_textbox input{
	height:30px;
	width:260px;
	}
.mailing-list-box .es_button .es_textbox_button{
border-radius:4px;	
box-shadow: none;
border:none;
color:#fff;
width:112px;
height:32px;
text-shadow:none;
text-align: left;
font-size:14px;
background: #890080  url(images/common/white-envelop.png) center right no-repeat;
position:absolute;
right:31px;
bottom:58px;
}

.facebook-widget {
overflow:scroll;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:10px;
padding:0 10px;	
height:220px;
width:300px;
margin-left:10px;
margin-top:10px;
top:30px;

}


/*Icons for footer*/
.footer-contact-pobox {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-address.png) no-repeat left center;	
}
.footer-contact-phone {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-phone.png) no-repeat left center;	
}
.footer-contact-email {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-mail.png) no-repeat left center;	
}
.footer-contact-socialmedia {
padding:10px 0px 10px 0px;
}
.footer-socialmedia-fb {
	float:left;
height:43px;
width:43px;
background:url(images/common/footer-facebook.png) no-repeat top left;	

}
.footer-socialmedia-fb a{
color:rgba(0,0,0,0.00);
height:43px;
width:43px;
display:block;	
}
.footer-socialmedia-tw {
	float:left;
	margin-left:2px;
height:43px;
width:43px;
background:url(images/common/footer-twitter.png) no-repeat top left;	

}
.footer-socialmedia-tw a{
color:rgba(0,0,0,0.00);
height:43px;
width:43px;
display:block;	
}




/*article styling*/

.single #main
{
	background-color:#e8e8e8;
	padding-bottom:20px;
	
}

.single article header {
	margin-left:40px;
	padding-top:20px;	
}
h1.entry-title {
	color: #890080;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin:0 20px 20px;
	padding-top:40px;
    text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.single .thecategory h4{
	display:block;
	padding:20px 40px;
	color: #890080;
    font-size: 20px;
    font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;


	}
	

.single h1.entry-title {
margin-left:0px;	
}

.single .entry-footer, .single .post-navigation, .single .comments-area {
margin:10px 40px;
font-size:14px;
color:#666;	
}

.single .entry-meta, .single .entry-meta a {
	font-size:14px;
	color:#666;	
}


.centered-ul {
text-align:center;	
display:block;
width:200px;
margin: 0 auto;
}
.centered-ul li{
text-align:left;
font-size:13px;
margin-bottom:4px;	
}
.entry-content{
	color:#666;
	font-size:14px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top:10px;
	width:100%;
}

.mission-entry-content h4{
	color: #890080;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.mission-entry-content{
	color:#666;
	font-size:15px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;	
	padding-top:10px;
	width:100%;
}

.entry-content h4{
	color: #890080;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.bgcolor-salmon{
background-color:#E8E8E8;	
width:100%;
padding:40px;
	}
.bgcolor-puce {
background-color:#EDD9EC;	
width:100%;
padding:40px;
}
.footer-form input, .footer-form textarea {
	background:#FFF !important;
	padding-left:20px;	
}
.footer-form textarea {
	padding-top:20px;	
}

.single .site-content {
background:#E8E8E8;
position:relative;

}
.single #primary {
width:660px;	
margin-left:0px;
	
}

.single #secondary:before {
display:block;
position:absolute;
width:300px;
height:60px;
top:0px;
right:0px;

}
.single #secondary h1{
 font-weight:bold;
}
.single #secondary {
Position:absolute;
top:90px;
right:0px;
width:300px;
	color: #890080;
	font-size:16px;
}
.single #secondary ul {
	margin-left:5px;
}
.single #secondary li {
	list-style:none;

}
.single #secondary a {
	list-style:none;
	text-decoration:none;

}
.category .page-title  {
color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
}
.category .entry-title  {
color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
}
.category .entry-title a {
	color: #890080;
	text-decoration:none;

}
	
	
.category article {
	width:100%;
	min-height:	270px;
	width:100%;
	position:relative;
	margin:0px !important;
	overflow:hidden;
	color: #890080;
    display: block;
}

.category article .entry-header {
	float:left;
	width:100px;
	padding:40px 20px;
	
	}
	
.category article .entry-header .date-banner, .category article .entry-header .date-entry, .category article .entry-header .month-entry {
	Text-align:center;
	color: #890080;
font-weight:bold;
	
	}
	
	
	
.category article .category-feature-image {
	float:left;
	width:270px;
	height:270px;
	margin-left:80px;
	margin-top:10px;
	
	}
.category article .entry-summary {
	float:left;
	color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 5px 40px;	
	width:100%;
	}	
.gallery {
margin-left:20px;
}
.gallery figure {
	padding:4px 5px;	
	width:150px;
}
}
/*END TABLET NAVIGATION*/

/* START MOBILE NAVIGATION */
@media all and  (max-width: 639px)  {
#page {
	width:320px;	
}
.width-sizer {
	width:100%;
	max-width:320px;
	margin:0 auto;
	
}

#masthead .width-sizer {
	width:100%;
	max-width:960px  !important;
	margin:0 auto;
	
}
.site-header {
	min-height:197px;
	position:relative;
	background-image: url(images/common/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	/*background-color: rgb(137,0,128);*/
		
}

.theaddressbar {
    padding-top: 10px;
    text-align: center;
	max-width:320px;
	margin:0 auto;
}
.theaddressbar h1 {
    color: #890080 !important;
    font-weight: bold;
    text-align: center;
}
.theaddressbar h2 {
width:260px;
margin:0 auto;
}

.site-branding-home-link{
display:block;
width:320px;
height:130px;
z-index:10000;
margin: 0 auto;
}
.site-branding {
		width: 320px;
	height:130px;	
	margin:0 auto;
	background-image:url(images/common/AMAZING-CHURCH-Logo.png);
	background-position: top center; 
	background-repeat:no-repeat;
	background-size:cover;
	
	
	
	
	margin: 0 auto;
	z-index:1;
	position:relative;

}
.site-branding h1, .site-branding h2{
	display:none;
}
.header-contact {
	text-align: right;
color: #FFF;
line-height: 1.2em;
width: auto;
min-height: 70px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 8px;
}
.header-contact a{
		color:#FFF;
}
.header-contact h4{} 

.header-contact h3{} .header-contact h5{
	}

.header-contact h4{
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	}
.header-contact h3{
	font-size:24px;
	font-weight:bold;
	margin:0px;
	line-height:.7em;
	margin-bottom:1px;
	letter-spacing:.05em;
	}
.header-contact h5{
	margin:0px;
		font-weight:bold;
		font-size:12px;
	margin-top:10px;
	}
.header-contact h5 a{
	margin:0px;
	text-decoration:none;
	}
	.amazing-address {
		font-size:12px;
		padding-bottom:2px;
	}
.main-navigation{
width:100%;
min-height:40px;
margin:-5px auto 0;
border-bottom:2px #fff solid;
}
.main-navigation .nav-menu li{
	text-align:center;
	height:40px;
	width:100% !important;
	background-color:black;	
/*	background-color:rgb(137, 0, 128);	*/
	border-top:medium #FFF solid;
	float:left;	
	color:#FFF;
	display:block;
}

.main-navigation .nav-menu li a{
	color:#FFF;
	font-size:80%;
	display:block;
	height:40px;
	line-height:3em;
	text-transform:uppercase;
	font-weight:bold;
}
.main-navigation .nav-menu li a:hover{

background:black;	
/*background-color:rgb(137, 0, 128);*/
	border:1px dotted #111;
}
.main-navigation ul ul {
	top:34px;
	width:100% !important;
	box-shadow:none;


}
.main-navigation ul ul li {
width:100% !important;
border:none !important;
border:none !important;

}
.main-navigation ul ul li a{
width:100% !important;
background:rgb(201, 139, 199) !important;

}
.content-area {
	width:100%;
	max-width:640px;
	margin:20px auto 0;
	
}
.socialmedia {
	max-width:140px;
	position:absolute;
	top:145px;
	left:30px;
}
.socialmedia ul {
	padding:0px;
	margin:0px;
	
}
.socialmedia li {
	width:35px;
	height:35px;
	margin-right:5px;
	float:left;
	list-style:none;
	
	
	}
.socialmedia li a {
	display: inline-block;
    height: 35px;
    overflow: hidden;
    padding-left: 10px;
    text-indent: 35px;
    width: 35px;}




/*SLIDER WRAPPER TABLET*/
#news-slider {
}
.mobile-slider, .tablet-slider {
display:none;	
}
.desktop-slider {
display:block;	
}


#sliderwrapper{
width:320px;
margin: 55px auto 10px;
overflow:hidden;
position:relative;

}
.slider{
width:320px;
height:219px;
margin:0 auto;	
overflow:hidden;
}
	.slider ul, 
	.slider li, .noslider ul, 
	.noslider li {
		margin:0 auto;
		padding:0;
		list-style:none !important;
		width:320px;
		text-align:center;
		}
		.slider ul, .noslider ul{margin-left:0;}	
	.slider, .noslider{margin-top:0px;width:894px; height:263px; margin:auto;}
	.slider li, .noslider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:320px;
		height:129px;
	margin:0 auto;
	position:relative;	
	text-align:left;
	background-image: url(images/common/newsbox-shadow.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100% auto; 

	
	}
.slideritem{
/*	margin-left:1px !important; */
	}	
.slider li div, .noslider li div {
float:left;	
font-family:Signika, 'Century Gothic', Arial, Helvetica, sans-serif;
font-weight: 100;
text-align:center;
margin:0 auto;
max-width:320px;
width:100%;
}
.slider .slider-image img {

width:100%;
height:100%;	
}

	
#prevBtn a{
	position:absolute;
top:126px;
display:block;
right:34px;z-index:2;	
}

#nextBtn a{
	position:absolute;
top:126px;
display:block;
right:-38px;z-index:2;	
}
#pBtn a, #nBtn a{
	position:absolute;
top:10px;
display:block;}
#prevBtn a, #pBtn a{
	width:38px;
	height:43px;
	background: url(images/common/previous.png) center no-repeat;
		background-size:38px 43px;

	}
#nextBtn a, #nBtn a {
	width:35px;
	height:43px;
		background: url(images/common/next.png) center no-repeat;
		background-size:35px 43px;
right:-1px;}	
#pBtn a{
	top:46px;
	left:-33px;
}
 #nBtn a{
	 top:46px;
	right:-20px;
}
/*Extra bits for slider*/
.feature-heading {
margin-top:-110px !important;
font-size:30px !important;
position:relative;
z-index:1;
text-shadow:rgba(255,255,255,1.00) 0px 0px 10px;
}
.feature-phone {
margin-top:-60px !important;
font-size:30px !important;
position:relative;
z-index:1;
font-weight:400 !important;
color:#000 !important;
}
/*END FP-SLIDER */ 
.footer-form {
width:300px;
	float:left;
}
.footer-form .wpcf7-text, .footer-form .wpcf7-textarea{
width:300px;
margin-bottom:7px;
background-color:rgb(179,217,126);
color:#000;
border:none;
border-radius: 0px;
font-size:14px;
}
.footer-form .wpcf7-text {
height:40px;	
}

.footer-form .wpcf7-submit {
	text-align:center;
	width: 300px;	
background:rgb(179,217,126) !important;
color:#000;
height:40px;
border:none;
box-shadow:none;

	
}
.footer-contact-details {
	width:100%;
	color:#FFF !important;
	font-size:16px;
	letter-spacing:.1em;
	margin:0 auto;
	clear:both;
	text-align:left;
	
}
.footer-contact-details br{
display:block;
   margin-top: -2px;
    font-size:.1px;
    line-height: .1px;
	display:collapse;
}

.footer-contact-details div{
	margin-bottom:10px;
}
.footer-contact-phone{
	font-size:17px;
}
/*Footer float fix*/
#main-footer:after {
  content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	color:#8DC63F;
	}


#map-footer{
width:100%;
max-width:320px;
margin:0 auto;
min-height:295px;
}
#map-footer div{
border:none;
z-index:10;
}

#main-footer {
width:320px;
margin:0px auto;
	min-height:145px;
}
#main-footer h1{
font-family: 'Signika',Arial,sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
	margin:20px auto;
	display:block;
	color:#000;
}
#main-footer h1:after{

	margin:0px auto;
	border-bottom: #FFF medium solid;
	width:130px;
	display:block;
	height:5px;
	content:' ';
	color: #8DC63F;
}
.main-footer-content {
	padding:10px 0px;	
	width:312px;
	margin:0 auto;


}
/*Front Page infobox styling - */

.fp-box {
width:50%;
float:left;
height:80px;
margin-bottom:40px;	
padding-left:60px;
}
.fp-box h4{
	font-size:18px;
	font-weight:bold;
}

.clearfix:after {
    content:'';
    display:block;
    clear: both;
	height:2%;
	}
.fpbox-busconsulting {
	background: url(images/common/buxx-business-consulting.png) left top no-repeat;
	}
.fpbox-bookkeeping {
	background: url(images/common/buxx-bookkeeping.png) left top no-repeat;
	}
.fpbox-tenderresp {
	background: url(images/common/buxx-tender-responses.png) left top no-repeat;
	}
.fpbox-busdev {
	background: url(images/common/buxx-business-development.png) left top no-repeat;
	}
.fpbox-costanalysis {
	background: url(images/common/buxx-cost-analysis-and-reduction.png) left top no-repeat;
	}
.fpbox-accounting {
	background: url(images/common/buxx-accounting.png) left top no-repeat;
	}
.site-footer {
	
	background:#890080;
	min-height:80px;	
	padding:20px;
}

.site-info, .site-info a {
	color:#FFF;	
	text-decoration:none;
	font-size:12px;
}
.site-info a:hover {
	text-decoration:underline;
}


#main {
	
	padding:0;
	
}
.front-page-article {
position:relative;	
background:#E8E8E8;
margin:10px auto 0px;
min-height:320px;
width:320px;
padding-bottom:15px !important;
}

.front-page-article h1.entry-title{
		text-align:left;
		font-size:22px;
		font-weight:300;
		padding:0 30px;
		color:#890080 !important;
		margin-left:0px;
		padding:0;
		margin-top:30px;
		margin-bottom:5px;
		max-width:320px;
				line-height:1.5em;

		
}
.front-page-article h1.entry-title:after{
	border:none;
	
	}

.fp-feature-image img{
	display:block;
	margin:0px auto;
	padding-top:25px;
	
	}
.front-page-content {
	line-height:1.1em;
	margin:0 auto;
	padding:0 3px;
}
.front-page-content article{
	width:300px;
	margin:0 auto;
	
}

.front-page-content .entry-header{
	width:300px;
	margin:0 auto;
	
}

.front-page-content p {
	margin-bottom:5px;
}


.front-page-article .entry-content {
	color:#666;
	font-size:14px;
	margin:15px 0px 0px;
	padding:0px;
		
}

/*front page boxes*/
.footer-boxes{
width:320px;
min-height:296px;
margin:30px auto 0;
position: relative;
}
.footer-boxes:after{
 clear: both;
    color: #8dc63f;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.footer-box {
width:320px;
height:296px;
float:left;	
}
.footer-box-purple {
	background-color:#890080;
	color:#FFF;	
	text-align:center;
	width:320px;
}
.footer-box-purple h1{
	font-size:18px;
	text-align:left;
}
.footer-box-purple h2{
	font-size:14px;
	text-align:left;
}
.footer-box-purple p{
	font-size:12px;
	text-align:left;
}
.footer-box-purple h1, .footer-box-purple h2, .footer-box-purple p{
	display:block;
	width:297px;
	margin:0 auto;
	padding:5px 0px 5px;

	
	
	}
.footer-box-fb {
position:relative;	
margin-top:10px;
}
.footer-box-fb h1{
position:absolute;
display:block;
width:300px;
height:30px;
text-align:left;
padding-left:20px;
line-height:2em;
color:#FFF;
background-color:#3C589B;
top:0px;
margin-left:10px;
}

.mailing-list-box {
	background:#e8e8e8 url(images/common/mailinglist-envelope.png) bottom left no-repeat;
	position:relative;
	border-radius:6px;
	box-shadow:royalblue 0px 0px 1px;
margin-top:10px;
	
}
.mailing-list-box h3{
	display:block;
	color:#890080 !important;
	font-size:20px;
	padding-top:21px;
	text-align:center;
}

.mailing-list-box .es_textbox, .mailing-list-box .es_lablebox{
	margin-left:30px;
}
.mailing-list-box .es_lablebox{
	padding-top:10px;
	font-size:10px;
	}
.mailing-list-box .es_textbox input{
	height:30px;
	width:260px;
	}
.mailing-list-box .es_button .es_textbox_button{
border-radius:4px;	
box-shadow: none;
border:none;
color:#fff;
width:112px;
height:32px;
text-shadow:none;
text-align: left;
font-size:14px;
background: #890080  url(images/common/white-envelop.png) center right no-repeat;
position:absolute;
right:31px;
bottom:58px;
}

.facebook-widget {
overflow:scroll;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:10px;
padding:0 10px;	
height:220px;
width:300px;
margin-left:10px;
margin-top:30px;

}


/*Icons for footer*/
.footer-contact-pobox {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-address.png) no-repeat left center;	
}
.footer-contact-phone {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-phone.png) no-repeat left center;	
}
.footer-contact-email {
padding:10px 0px 10px 60px;
background:url(images/common/footer-contact-mail.png) no-repeat left center;	
}
.footer-contact-socialmedia {
padding:10px 0px 10px 0px;
}
.footer-socialmedia-fb {
	float:left;
height:43px;
width:43px;
background:url(images/common/footer-facebook.png) no-repeat top left;	

}
.footer-socialmedia-fb a{
color:rgba(0,0,0,0.00);
height:43px;
width:43px;
display:block;	
}
.footer-socialmedia-tw {
	float:left;
	margin-left:2px;
height:43px;
width:43px;
background:url(images/common/footer-twitter.png) no-repeat top left;	

}
.footer-socialmedia-tw a{
color:rgba(0,0,0,0.00);
height:43px;
width:43px;
display:block;	
}




/*article styling*/

.single #main
{
	background-color:#e8e8e8;
	padding-bottom:20px;
	
}

.single article header {
	margin-left:40px;
	padding-top:20px;	
}
h1.entry-title {
	color: #890080;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin:0 20px 20px;
	padding-top:40px;
    text-align:left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.single .thecategory h4{
	display:none;
	padding:20px 40px;
	color: #890080;
    font-size: 20px;
    font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;


	}
	

.single h1.entry-title {
margin-left:0px;	
}

.single .entry-footer, .single .post-navigation, .single .comments-area {
margin:10px 40px;
font-size:14px;
color:#666;	
max-width:280px;
}

.single .entry-meta, .single .entry-meta a {
	font-size:14px;
	color:#666;	
}


.centered-ul {
text-align:center;	
display:block;
width:200px;
margin: 0 auto;
}
.centered-ul li{
text-align:left;
font-size:13px;
margin-bottom:4px;	
}
.entry-content{
	color:#666;
	font-size:14px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:40px;	
	padding-top:80px;
	width:auto;
	max-width:320px;	
}
#page .entry-content {
padding: 20px 5px 0px;
	
}
.mission-entry-content h4{
	color: #890080;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.mission-entry-content{
	color:#666;
	font-size:14px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;	
	padding-top:10px;
	width:100%;
}

.entry-content h4{
	color: #890080;
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}
.bgcolor-salmon{
background-color:#E8E8E8;	
width:100%;
padding:40px;
	}
.bgcolor-puce {
background-color:#EDD9EC;	
width:100%;
padding:40px;
}
.footer-form input, .footer-form textarea {
	background:#FFF !important;
	padding-left:20px;	
}
.footer-form textarea {
	padding-top:20px;	
}

.single .site-content {
background: none repeat scroll 0 0 #e8e8e8;
    margin: 0 auto;
    position: relative;
    width: 320px;
}
.single #primary {
width:320px;	
margin-left:0px;
	
}



.single #secondary:before {
display:block;
position:absolute;
width:300px;
height:60px;
top:0px;
right:0px;

}
.single #secondary h1{
 font-weight:bold;
}
.single #secondary {
max-width:300px;
	margin-left:20px;
	color: #890080;
	font-size:16px;
}
.single #secondary ul {
	margin-left:5px;
}
.single #secondary li {
	list-style:none;

}
.single #secondary a {
	list-style:none;
	text-decoration:none;

}
.category .page-title  {
color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
}
.category .entry-title  {
color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
	margin-left:0px;
}
.category .entry-title a {
	color: #890080;
	text-decoration:none;

}
	
	
.category article {
	width:100%;
	min-height:	270px;
	position:relative;
	margin:0px !important;
	overflow:hidden;
	color: #890080;
    display: block;
}

.category article .entry-header {
	float:left;
	width:100px;
	padding:20px 20px;
	
	}
	
.category article .entry-header .date-banner, .category article .entry-header .date-entry, .category article .entry-header .month-entry {
	Text-align:center;
	color: #890080;
font-weight:bold;
	
	}
	
	
	
.category article .category-feature-image {
	float:left;
	width:220px;
	height:auto;
	
	}
.category article .category-feature-image img{
	width:100%;
	height:auto;
}
.category article .entry-summary {
	float:left;
	width:320px;
	color: #890080;
    display: block;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 5px 20px 25px;	
	}	

.gallery {
margin:0px;
}
.gallery-icon{
margin:0px;
padding:0px;
width:155px;
}
.gallery figure {
	padding:2px 2px;	
	width:155px;
}




}
/*END MOBILE NAVIGATION*/


.socialmedia .sm-facebook {
	background:url(images/common/sm-facebook.png) center no-repeat;
	}
.socialmedia .sm-twitter {
	background:url(images/common/sm-twitter.png) center no-repeat;
	}
.socialmedia .sm-instagram {
	background:url(http://www.amazingchurch.com.au/wp-content/uploads/2016/07/instagram-icon.png) center no-repeat;
	}
.gallerylink {text-align:right;
margin-right:10px;
}
.gallerylink a {
	color:#890080;
	text-decoration:none;
	font-weight:bold;
}

/*ALL CAPS FUN!*/
.thecategory, .entry-header h1, h1.page-title {
	text-transform:uppercase;	
}

.blog-summary .entry-title{
		text-transform: uppercase;
}

.blog-summary a{
		color:#890080;
		text-decoration: none;
}
.blog-summary a:hover{
	color:#890080;
		text-decoration: none;
}
a.moretag{
		color:#890080;

		text-decoration: none;
}
a.moretag:hover{
	color: inherit;
		text-decoration: underline !important;
}
.form-allowed-tags{display:none;}

.amazing-purple {
color:#890080;
font-weight:bold;
text-transform:uppercase;	
}
.front-page-content p {
    line-height: 1.6 !important;
}

.blog-comment-rules {
	font-size:10px;	
	padding: 0px 20px;
}
.blog-comment-rules h4 {
	font-size:12px;	
	font-weight:bold;
	padding: 5px 0px;
}

.archive .page-header, .category .page-header{
	
	background-color:#E8E8E8;
	
	}
	
.taxonomy-description {
	display:none;
}
.front-page-article h1.enbiggen {
font-weight:600 !important;
font-size:24px !important;
}
input.mailinglistsubscribe{
    border-radius: 4px;
    box-shadow: none;
    border: none;
    color: #fff;
    width: 112px;
    height: 32px;
    text-shadow: none;
    text-align: left;
    font-size: 14px;
    background: #890080 url(images/common/white-envelop.png) center right no-repeat;
    position: absolute;
    right: 31px;
    bottom: 18px;
}

.es_textbox {
	padding-bottom:0px !important;
}
.mc4wp-alert {
    position: absolute;
    bottom: 0px;
    margin: 20px 20px;
    background: #999;
    padding: 5px;
}
.prayer-form-title input{
	width:60px;
}
.site-info { 
width:300px;
margin-bottom:0px;
text-align:center;
margin:5px auto;
display:block;
background:#890080;
    
}
.site-footer .width-sizer {
 height:auto;   
}

.site-footer01, .site-footer02, .site-footer03 {
   width:33%;
   min-width:300px;
   float:left;
   min-height:80px;
   color:#fff;
    
}
.site-footer01, .site-footer02, .site-footer03, .site-footer01 a, .site-footer02 a, .site-footer03 a {
  text-decoration:none;
   color:#fff;
    
}
.site-footer01 a:hover, .site-footer02 a:hover, .site-footer03 a:hover {
  text-decoration:undeline;

}

