/*------------------------------------*\
    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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-image-width: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 0 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
	

/* General definitions */

img {
border-image-width: 0 !important;
max-width: 100%;
height: auto;}

ol, ul {
	list-style: none;
	margin-bottom: 30px;
}

main ul {
	list-style: disc;
	margin-bottom: 30px;
	margin-left: 20px;
}


main ol {
	list-style: decimal;
	margin-bottom: 30px;
	margin-left: 20px;
}


main ol li, main ul li{
	margin-bottom: 15px;
}

main .su-column,
.su-column-size-1-2 ul {margin-bottom: 0 !important;}

blockquote, q {
	quotes: none;
	padding: 30px;
	background-color: #e5e5e5;
	max-width: 850px;
	margin: 30px auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote p:last-child {margin-bottom: 0;}

main .lyte-wrapper {margin: 0 !important;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

main table {margin: 30px 0;}

main table td,
main table th {border: 1px solid #005dab; padding: 10px;}

main table th {font-weight: bold;}

p:empty {
  display: none;
}

em {font-style: italic;}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*Clearfix*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/***************/
/** STRUCTURE **/
/***************/

/***fonts***/

body {
	font-family:'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

h1,h2,h3,h4,
.responsive-menu-item-link,
a.button,
#responsive-menu-additional-content a,
#responsive-menu-container #responsive-menu-title,
.header .nav li a,
.content-top-block
{
	font-weight: 600;
	font-family:'Noto Sans', sans-serif;
}


h2 {margin-bottom: 10px; font-size: 30px; line-height: 1.2; color: #05354b;}
h3 {margin-bottom: 10px; font-size: 22px; line-height: 1.2;}

.page-content h2 {margin-top: 30px; color: #d6652c;}
.page-content h2:first-child,
.page-content h3:first-child {margin-top: 0;}
.page-content h3 {margin-top: 30px; color: #05354b;}


/* background colors */


.header, .pre-header {
	background-color: #fff;}

	
.footer-widgets {background-color: #e9ebee;}

.header,
.header .logo-img,
section,
.footer,
.home main,
.footer li{
	clear: both;
}

.wrapper {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}

a {color: #d6652c;}

a.button{
	border: none;
	padding: 8px 30px;
	text-decoration: none;
	color: #05354b;
	display: inline-block;
	margin-top: 5px;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #05354b;
}

main .gform_wrapper .gfield_checkbox li label, main .gform_wrapper .gfield_radio li label {font-size: 1em;}

main .gform_wrapper input {border: 1px solid #ccc;}
main .gform_wrapper input:focus {border-color: #66afe9; box-shadow: inset 0 1px 1px #00000013,0 0 8px #66afe999;}

a.button:hover, 
a.button:hover:after {background-color: #05354b; color: #fff;}




@media screen and (max-width: 490px)
{
	.home-content a.button {margin: 0 auto; text-align: center;}
	.home-content a.button:after {display: none;}
	
}

h4 {margin-bottom: 20px;}

p {margin-bottom: 20px;}

/************/
/** PRE-HEADER **/
/************/

.searchbox {position: absolute; top: 80px; right: 20px; z-index: 999;}

@media screen and (max-width: 800px)
{
	.searchbox {display: none;}
}

#gtranslate_wrapper {right: 0 !important; z-index: 0 !important;}

@media screen and (max-width: 800px)
{
	#gtranslate_wrapper {left: 0 !important;}
}

.urgent-message {padding: 20px 0; background-color: #ca0404; color: white;}
.urgent-message a {color: white;}
.urgent-message p {margin-bottom: 15px;}


.switcher {display: inline-block; vertical-align: middle; }

.pre-header {padding: 0 50px; text-align: center; position: relative; font-size: 0;  overflow: hidden;}
.pre-header ul {margin-bottom: 0; }



.pre-header .logo-container {
	 display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.pre-header .logo {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}

.logo-container {text-align: center;}

.pre-header-unit {display: inline-block; vertical-align: middle; width: 30%; font-size: 18px;}
.pre-header-unit a:hover {text-decoration: underline;}

.pre-header-unit.header-left {text-align: left; font-size: 14px;}

.pre-header-unit.header-right {text-align: right; font-size: 16px;}





.ph-tagline {left: 0; position: absolute; }

.ph-search {text-align: right;}
.ph-search input {background: none; border: 1px solid #d6652c; color: #d6652c; font-size: 16px; padding: 5px;}
button.search-submit {border: none; background: none; color: #d6652c}
.ph-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6652c;
}
.ph-search input::-moz-placeholder { /* Firefox 19+ */
  color: #d6652c;
}
.ph-search input:-ms-input-placeholder { /* IE 10+ */
  color: #d6652c;
}
.ph-search input:-moz-placeholder { /* Firefox 18- */
  color: #d6652c;
}

.ph-cart, .ph-button {padding: 0; }


.social-links-header {margin-left: 15px;}
.social-links-header a .fa {
	line-height: 25px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	}
.social-links-header a .fa:hover {color: #005dab;}	
.social-links-header:empty {display: none;}

.pre-content {position: relative; padding: 10px 0; background: #005dab; width: 900px; display: inline-block; padding-right: 490px; margin-right: -490px; }

.pre-content:before {
  border: none;
  content: " ";
  position: absolute;
  display: block;
  background: #005dab;
  width: 55px;
  height: 100%;
  top: 0;
  left: -5px;
  transform-origin: top left;
  border-left: none;
  transform: translateZ(1px)  skewX(-35deg);
  
}

@media screen and (max-width: 800px)
{
	.pre-content:before {display: none;}
	.pre-content {display: blocl; width: 100%; margin: 0; padding-right: 0;}
	.pre-header .wrapper  {width: 100%; text-align: left;}
}


/************/
/** HEADER **/
/************/

.header {
	padding: 10px 0 40px 0;
	position: relative;
	text-align: center;
}


.header .nav {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0;
	font-size: 0;
	width: 80%;
}

.header .nav > ul{
	font-size: 16px;
	float: none;
	width: 100%;
	text-align: center;
	line-height: 1em;
	margin-bottom: 0;
	border-top: 1px solid #688790;
	border-bottom: 1px solid #688790;
}

.header .nav > ul > li{
	display: inline-block;
	margin: 0 0 0 2%;
	position: relative;
	padding: 20px 0;
	max-width: 120px;
	vertical-align: middle;
}
.header .nav > ul > li:first-child{
	margin: 0;
}
.header .nav li a{
	color: #05354b;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
.header .nav li a:hover{
	color: #d6652c;
}

.header .nav .sub-menu{
	display: none;
	left: 0;
	padding-top: 10px;
	position: absolute;
	text-align: left;
	top: 99%;
	z-index: 1000;
	
}
.header .nav li:hover .sub-menu{
	display: block;
	border-top: 5px solid #fb874d;
	background: #05354b;
	padding-bottom: 10px;
}
.header .nav .sub-menu a{
	background: #05354b;
	color: #fff;
	float: left;
	height: auto;
	line-height: 1.2em;
	padding: 10px 10px;
	width: 250px;
	font-weight: normal;
}
.header .nav .sub-menu a:hover{
	color: #fb874d;
	text-decoration: none;
}

#extra-menu .empty-wpmenucart {display: block !important;}

@media screen and (max-width: 980px)
{
	.header{
		padding: 40px 10px 10px 10px;
		text-align: center;
	}
	.header .nav {display: none;}
	.header .logo {
		width: 200px;
	}
}

@media screen and (max-width: 550px)
{
	.header .logo {
		width: 200px;
	}
}

.header-wrapper {margin: 0 auto; position: relative;}

.header-text-bck {background-size: cover;}
.header-text  {color: #fff; text-align: center; padding-top: 250px; padding-bottom: 200px; text-shadow: 0px 0px 20px #65666a;}
.header-text h1 {font-size: 45px; line-height: 1.2; }
.header-text h2 {color: #fff; font-weight: normal; line-height: 1.2;}

#responsive-menu-pro h3 {display: none !important;}

/*****************/
/**   CONTENT   **/
/*****************/
.wc-banner {
	font-size: 0; 
	background-size: cover; 
	padding: 100px 0; }
.page-banner {
	padding: 40px 0; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;}
.page-banner .wrapper {max-width: 700px;}	
	
h1.wc-banner-title { color: #eed384; font-size: 50px; line-height: 1.2; font-weight: normal;}
.page-banner h2 {font-weight: normal; color: #fff; font-size: 25px; margin-top: 15px;}

main { clear: both;}

.home main {padding-top: 0;}

.home-content {font-size: 0;}
.home-content h1 {font-size: 40px; line-height: 1.2; margin-bottom: 15px;}
.home-content h2 {font-size: 40px; line-height: 1.4; margin-bottom: 10px; margin-top: 60px;}
.home-content p {margin-bottom: 20px; font-size: 16px;}

.home-content-1 {display: inline-block; padding-right: 100px; width: 75%; font-size: 22px; vertical-align: top; margin-bottom: 40px;}

.content-2, .content-2a {padding: 40px 0;}
.home-content-2 {display: inline-block; padding-right: 50px; width: 50%; font-size: 18px; vertical-align: top;}
.home-content-2a {font-size: 16px;}
.home-content-2 h2, .home-content-2a h2 {margin-top: 0; font-size: 30px; color: #d6652c;}
.home-facebook  h2 {margin-top: 0; font-size: 30px;}

.home-facebook {display: inline-block; width: 50%; vertical-align: top;}

.home-content-3 {margin-top: 40px; margin-bottom: 80px; font-size: 22px;}

.home-content-top {
	font-size: 0; 
	display: relative; 
	padding: 60px 0; 
	}
.content-top-text {
	display: inline-block; 
	padding-right: 50px; 
	width: 50%; 
	font-size: 16px; 
	vertical-align: top;}

.content-top-1 {margin-bottom: 60px;}

.content-top-2 {font-size: 16px; margin-top: 60px;}
.content-top-2 h2 {color: #d6652c;}

.content-top-2 a.button,
.content-2 a.button,
.content-2a a.button {border: 2px solid #d6652c; color: #d6652c;}
.content-top-2 a.button:hover,
.content-2 a.button:hover,
.content-2a a.button:hover {color: #fff; background: #d6652c;}
	
.content-top-sermon {
	display: inline-block; 
	padding-right: 50px; 
	padding-left: 30px;
	width: 50%; 
	font-size: 16px; 
	vertical-align: top;
	border-left: 1px solid #000;
	}
	
.sermons h2 {font-size: 22px; color: #d6652c;}

.sermons .uua-services article {display: none; border: none;}
.sermons article:first-child {display: block;}

.sermon-buttons {text-align: center;}

.home-events {
	padding: 60px 0; 
	background-size: cover; 
	background-position: 50% 50%; 
	box-shadow:inset 0 0 0 2000px rgba(0, 156, 134, 0.8);
	color: #fff;
	}
.home-events .wrapper {font-size: 0;}
.home-events .simcal-align-right {display: none;}
.home-events .simcal-event-details {font-size: 16px !important;}
.home-events h3 {color: #eed384; font-size: 35px; margin-bottom: 25px;}	
.home-events .button {border-color: #fff; color: #fff; font-size: 16px;}	
.home-calendar a {color: #fff;}
.home-calendar .simcal-event-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
	}
main .simcal-default-calendar-list .simcal-event-details p {margin-bottom: 5px;}	
.home-calendar  ul.simcal-events {margin: 0 !important;}
.home-calendar .simcal-event-description {display: none;}

.home-calendar .simcal-default-calendar-list {padding-top: 0;}

main .simcal-default-calendar-list ul.simcal-events li.simcal-event {margin-bottom: 20px;}

.home-calendar, .home-announce {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 16px;
}	

.home-announce {padding-left: 120px;}
.home-calendar {border-right: 1px solid #fff;}

.home-announce a {color: #fff;}	
.home-announce a:hover {text-decoration: underline;}	
.home-announce a.button:hover {text-decoration: none;}	

.service-time {font-weight: bold; font-size: 1.2em;}
.service-time p {display: inline-block; margin-left: 10px;}
.service-time .far {color: #d6652c;}

@media screen and (max-width: 980px)
{
	.home-content-2 {display: block; width: 100%; padding: 20px 0;}
	.home-content-2a {padding: 0 20px;}
	.home-facebook {display: block; width: 100%; padding: 20px 0; text-align: center;}
	
	
	

}

@media screen and (max-width: 780px)
{
	.home-content-1 {display: block; width: 100%; padding: 20px 0;}
	.info-sidebar {display: none;}
}


.page-content .tiled-gallery {padding: 0 0 40px 0;}
.homepage-posts {font-size: 0; margin: 40px 0;}
.homepage-posts h2 {font-size: 30px; margin-bottom: 20px;}
.posts-entry {display: inline-block; width: 50%; font-size: 18px; vertical-align: top;}
.posts-entry img {max-width: 100%; height: auto;}
.posts-row {margin-bottom: 30px;}
.posts-left {padding-right: 40px;}
.post-image {float: left; margin: 0 20px 10px 0;}
.post-image img {margin: 0;}
.post-header {font-size: 22px;}


main .wrapper .woocommerce, 
.wc-content, .page-content, 
.blog-loop
{padding: 40px 0; background: #fff;}

.blog-loop article {clear: both;}

.post .date {margin-bottom: 20px; font-style: italic; }

main .gform_wrapper ul li.gfield {clear: none;}


.content-m {display: inline-block; vertical-align: top; width: 80%; padding-right: 40px;}
.content-m h1 {margin-bottom: 20px;}
.sidebar {display: inline-block; vertical-align: top; width: 18%;}
.sidebar h3 {margin-top: 0;}

.sidebar-box {margin-top: 30px;}

.content-box-plus, 
.uua-services article {font-size: 0; margin: 0; padding: 30px 0; border-top: 1px solid #afafaf; clear: both;}

.content-side-title,
.uua-services article .service-meta
{font-size: 16px; display: inline-block; vertical-align: top; padding-right: 40px; width: 25%;}

.content-side-title h3 {margin-top: 0; color: #d6652c;}
.content-side-title h2 {font-size: 22px;}

.content-box-m,
.uua-services article .entry-content
{font-size: 16px; display: inline-block; vertical-align: top; width: 75%;}

.display-posts-listing .excerpt {display: block;}
.display-posts-listing .date, .service-date-post {display: block; font-weight: 600; margin-bottom: 10px;}
.service-date-post {font-size: 1.2em; font-style: italic;}
.display-posts-listing  {list-style-type: none;}
.display-posts-listing .listing-item {padding: 10px 0; border-bottom: 1px solid #eee;}
.display-posts-pagination .screen-reader-text {display: none;}
.display-posts-listing .title {font-size: 25px; font-weight: 600;}

.uua-services article .entry-content h3 {color: #d6652c;}

.service-archive-list .speaker:before {content: ' • ';}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #125abb;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0b3875;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #3c3a73;
  border-color: #3c3a73;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.sidebar-menu {padding: 20px; background: #f6e8c1; color: #05354b; font-weight: bold; }
.sidebar-menu ul {list-style: none; margin: 0;}
.sidebar-menu ul li {margin-bottom: 12px; line-height: 1.2;}
.sidebar-menu a {color: #05354b; text-decoration: none; font-size: 18px;}
.sidebar-menu a:hover {color: #d6652c;}
.not-home main .sidebar-menu h3 {color: #05354b; margin: 0 0 15px 0; font-size: 20px; text-transform: uppercase;}


.expandable-m {
  position: relative;
  max-height: 250px;
  overflow: hidden;
  transition:max-height 0.15s ease-out;
}

.expandable-m.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width:100%;
  height: 200px;
  font-weight:bold;
  font-size:16px;
  padding-top:180px;
  //background-image: linear-gradient(to bottom, transparent, white);
  
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:40px;
}

.readmore-link:after {
  content:"READ MORE";
}
.readmore-link.expand:after{
  content:"READ LESS";
}

.caldera-grid, main .gform_wrapper {padding: 20px; background-color: #efefef;}
.caldera-grid label, main .gform_wrapper label {color: #d6652c;}
.caldera-grid h3, main .gform_wrapper h3.gform_title {color: #d6652c; margin-bottom: 25px; font-size: 22px; margin-top: 0;}
main .caldera-grid hr {border-top: 1px solid #000;}


.gform_footer input[type="submit"],
.sidebar a.button,
.caldera-grid input.btn {
	padding: 4px 30px;
	text-decoration: none;
	color: #fff;
	background-color: #d6652c;
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #d6652c;
	font-weight: bold;
}


.gform_footer input[type="submit"]:hover ,
.sidebar a.button:hover,
.caldera-grid input.btn:hover {	
	color: #d6652c;
	background-color: #fff;
	border: 2px solid #d6652c;
}

@media screen and (max-width: 900px)
{
	.content-m,
	.sidebar,
	.content-box-m,
	.content-side-title,
	.uua-services article .service-meta,
	.uua-services article .entry-content {display: block; width: 100%; padding: 0;}
	
}

.loop-image {display: inline-block; width: 30%; vertical-align: top;}
.loop-image img {
	max-width: 100%;
	height: auto;
	padding-right: 30px;}
.loop-content {display: inline-block; margin-bottom: 30px;}

.not-home h1.product_title {font-size: 2.3em; line-height: 1.2;}
.woocommerce button.button.alt,
.woocommerce a.button.alt {
	background: #F8982E;
	border-radius: 0;}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {background: #00B0D9;}
.woocommerce div.product p.price {margin-bottom: 15px; color: #00B0D9;}
.woocommerce div.product form.cart div.quantity input {padding: 8px;}
.product_meta .sku_wrapper {display: none;}
.wc-content .term-description {margin-bottom: 30px;}

.see-more-news {font-size: 22px; text-align: center;}
.see-more-news a.button {
	display: inline-block; 
	background: #fff; 
	color: #525252;
	border: 1px solid #000;
	padding: 5px 15px;
	}
.see-more-news a.button:hover {color: #fff;} 	
	
.learn-more {font-size: 20px; text-align: center;}
.learn-more a.button {
	display: inline-block; 
	background: none; 
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 15px;
	}	
.learn-more a.button:hover {color: #fff; background-color: #00B0D9;} 	

.page-content p {margin-bottom: 15px;}
.page-content img {max-width: 100%; height: auto;}

.locations,
.fs-galleries{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin: 50px 0;}
	
.locations {margin: 40px 0 80px 0;}	
	
.home-buttons .wrapper{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 50px;}
	
	
.home-button
{
	display: block;
	flex: 0 1 calc(50% - 200px);
	margin: 10px 100px 20px 0;
	padding: 15px 30px 25px 30px;
	color: #fff;
	position: relative;
	text-decoration: none;
	font-size: 16px;
    justify-content: center;
    text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: #0007 0px 0px 0px 1000px inset;
}	

.home-button:last-child {margin-right: 0;}

.home-button h3 {font-size: 24px; font-weight: 600;}
.home-button h3 span {color: #fdb813;}
.home-button img {width: auto;}
.home-button a.button {margin-top: 20px; display: inline-block; background-color: #018d8d;}
.home-button a.button:hover {background: #005dab !important;}

.home-stats {padding: 50px 0;}	

.home-stats .wrapper{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;}	
	
	
.home-stat
{
	display: block;
	flex: 0 1 calc(33% - 10px);
	position: relative;
	font-size: 16px;
    justify-content: center;
    text-align: center;
}	

.home-stat h3 {
	font-size: 30px; 
	font-weight: bold; 
	color: #005dab; 
	font-weight: 600;}	
	
.locations .location
{
	display: block;
	flex: 0 1 calc(33.333% - 20px);
	width: 33.3333%;
	text-align: left;
	position: relative;
	padding: 20px;
	background: #eee;
	margin: 0 10px 20px 10px;
	color: #fff;
	background: #005dab;
}

.locations .location:nth-child(even) {background: #61585b;}

.locations .location h3 {font-size: 22px; color: #fff; margin: 20px 0 10px 0;}

.locations .location p {margin-bottom: 10px; font-size: 16px;}



.staff_members{
	display: flex;
    flex-wrap: wrap;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 50px;}

.employee
{
	display: block;
	margin: 0;
	flex: 0 1 calc(20%);
	clear: both;
	text-align: center;
	background: #f0f0f0;
	padding: 12px;
	text-align: center;
}

.employee:nth-child(even) {background-color: #d7d7d7;}

.employee img {
	max-width: 100%;
	display: block;
	margin: 0 auto 10px auto;
}

@media screen and (max-width: 960px)
{
	.employee img {
		display: block;
		margin: 0 auto 10px auto;
	}
}

.employee h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.employee a {text-decoration: none;}

.employee:hover {background: rgba(0,0,0,0.3);}

.employee .employee_title {
	margin: 3px 0 0 0;
	font-size: 16px;
}

.employee .fa {
	margin-right: 10px; 
	font-weight: 400; 
	font-size: 20px; 
	width: 30px; 
	text-align: center;
	vertical-align: middle;
	}
.employee .fa.fa-mobile {font-size: 28px;}
.employee .employee_phone {margin: 10px 0 0 0; font-size: 16px; }
.employee .extension {display: inline-block; margin-left: 10px;}
.employee .employee_email {font-size: 16px; margin: 0;}

.fs-gallery
{
	display: block;
	flex: 0 1 calc(50% - 30px);
	margin: 10px;
	width: 50%;
	font-size: 16px;
	text-align: center;
	position: relative;
	background: #eee;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.fs-gallery:hover {background: #ddd}

.fs-gallery img {
	max-width: 100%;
	display: block;
}

.fs-gallery h2 {
	margin: 15px 0 5px 0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

#post-404 {margin: 50px auto;}

#responsive-menu h3 {display: none;}
#responsive-menu-additional-content a {color: #fff; text-decoration: none;}

.divider {clear: both;}

.embed-youtube {text-align: left !important; max-width: 100% !important; margin-top: 30px !important;}

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gform_confirmation_message {
	color: #fff  !important;
	background: green !important;
	padding: 20px  !important;
}

.page-content .gform_wrapper h2.gsection_title {font-size: 35px; padding-top: 40px !important;}

.jp-carousel-titleanddesc {display: none !important;}

.rtecenter {text-align: center;}
.table-restaurant-menu{ border-spacing:0; border:0; width:100%;  }
.table-restaurant-menu td, .table-restaurant-menu th { border:1px solid #bbbbbb; }
.table-restaurant-menu th {font-weight:bold; background: #220040; color: #fff; font-size: 25px; padding: 10px;}
.table-restaurant-menu td.rtecenter {vertical-align: middle;}
.table-restaurant-menu td, .table-restaurant-menu th { padding:5px; }
.table-restaurant-menu  {
	width: 100%;
	}
.table-restaurant-menu  td,
.table-restaurant-menu  th {
	border-left: none;
	border-right: none;
	}
.table-restaurant-menu img {width: 100%; display: block;}
.table-restaurant-menu strong {font-size: 24px;}

ul.menu-jump { list-style:none; margin:0; padding:0; list-style-image:none; }
ul.menu-jump  li{display: inline-block; background-color: #220040; padding: 5px; margin: 5px; font-size: 25px;}
ul.menu-jump  li:hover {background-color: #007D20;}
ul.menu-jump  li a {color: #fff; text-decoration: none;}

.su-divider {max-width: 60%; margin: 40px auto 0 auto !important;}

.content-2 {margin-top: 50px;}

main .tablepress td {border: none !important; padding: 3px 0 3px 0 !important;}

.testimonial_rotator {background: #eee; padding: 0 30px; width: 90%; margin: 0 auto;}
.testimonial_rotator_quote {padding: 0 30px; font-size: 1.2em;}

main .tribe-common .tribe-common-c-btn, main .tribe-common a.tribe-common-c-btn {background-color: #DE4E29;}




/* -----------  Big Imprint Slider CSS Start */


.soliloquy-container .soliloquy-caption {
    position: absolute ;
    display: block !important;
    width: 100%;
    height: 100%;
    z-index: 100 !important;
	background: none;
	left:0; right:0; top: 0;
	margin: 0 auto;
	text-align: center;
	box-shadow: none 0px 0px 0px 1000px inset;
	font-size: 16px;
}

.soliloquy-container .soliloquy-caption .wrapper {max-width: 100%;}

.soliloquy-container .soliloquy-caption .wrapper .sliding {	
	position: relative;
	text-align: center;
	width: 100%;    
	
    left: -1500px;
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 3s;
    animation: slide 0.5s forwards;
    animation-delay: 0;
	//margin-top: 20px;
	min-height: 350px;

}

.soliloquy-container .soliloquy-caption .wrapper .sliding br {display: none;}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}


.home .soliloquy-container .soliloquy-item {overflow: hidden;}
.home .soliloquy-container .soliloquy-image {min-height: 150px; max-height: 375px; width: 100%; object-fit: contain;}

.home main .soliloquy-container {margin-bottom: 0 !important;}

.home main .soliloquy-container .soliloquy-caption .wrapper {margin: 0 auto; padding-left: 0; }
 
.home main .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    //display: table;
    width: 100%;
	height: 100%;
    background-color: transparent;
	color: #ffffff;
	font-weight: 500;
}

.home main .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .slide-header {margin-bottom: 50px;}
 
.home main .soliloquy-container .soliloquy-caption-inside .wrapper {
		text-align: center;
        vertical-align: middle !important;
		max-width: 1024px !important;
	max-height: 450px !important;
		padding-top: 20px;
}
 
.home main .soliloquy-container .soliloquy-caption h1,
.home main .soliloquy-container .soliloquy-caption h2,
.home main .soliloquy-container .soliloquy-caption p
{
    color: #fff;
    line-height: 1.1em;
	//text-shadow: 1px 10px 30px #000;
	width: 80%;
	max-width: 600px;
    margin: 0 auto 20px auto !important;
} 


.home main .soliloquy-container .soliloquy-caption p {
	font-size: 20px;
	line-height: 1.4;
	color: #eed384;
}
 
.home main .soliloquy-container .soliloquy-caption h1 {
    font-size: 45px;
	font-weight: normal;
}

.home main .soliloquy-container .soliloquy-caption h2 {
    font-size: 45px;
	font-weight: normal;
}
 
.home main .soliloquy-container .soliloquy-pager {bottom: 10px; color: #05354b;}

.soliloquy-pager-item {
    border: 2px solid #fd9f3d !important;
    border-radius: 999em !important;
}
.soliloquy-pager-link {
    background-image: none !important;
    width: 10px !important;
    height: 10px !important;
}
.soliloquy-pager-link:hover, .soliloquy-container .soliloquy-pager-link.active {
    background-image: none !important;
    background-color: #fd9f3d !important;
}
 
.divider {clear: both;}

.home main .soliloquy-container .soliloquy-caption a {color: #fff; text-decoration: underline;}

.home main .soliloquy-container .soliloquy-caption a.button {
	padding: 10px 30px;
	font-size: 16px;
	display: inline-block;
	border: none;
	background: #018d8d;
	color: #f0f0f1;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

.home main .soliloquy-container .soliloquy-caption a.button:hover {background: #005dab; color: #f0f0f1;}
.home main .soliloquy-controls-direction {display: none !important;}

a.slide-link  {min-height: 100%; display: block; text-decoration: none !important;}



/* responsive */


@media screen and (max-width: 1400px) 
{
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 40px;
		margin-bottom: 10px !important;
		}
	.home main .soliloquy-container .soliloquy-caption-inside .wrapper {padding-top: 0px;}
}

@media screen and (max-width: 1260px) {
	 
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 35px;
		margin-bottom: 5px;
		}
	.home main .soliloquy-container .soliloquy-caption-inside .wrapper {padding-top: 0px;}
	.home main .soliloquy-container .soliloquy-caption h2 {
		font-size: 30px;
	}	
}


@media screen and (max-width: 830px) {
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 20px;
	}
	.home main .soliloquy-container .soliloquy-caption h2 {
		font-size: 20px;
	}	
	.home main .soliloquy-container .soliloquy-caption a.button {
		padding: 10px;
	}
	.home main .soliloquy-container .soliloquy-caption-inside .wrapper {padding-top: 0px;}
}	


@media screen and (max-width: 550px) {
	
	.home main .soliloquy-image {height: 150px !important;}
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 20px;
	}
	.soliloquy-container .soliloquy-caption .wrapper .sliding {	margin-top: 0;}
	.home main .soliloquy-container .soliloquy-caption-inside .wrapper {padding-top: 10px;}
}


@media screen and (max-width: 450px) {
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 20px !important;
	}
	.home main .soliloquy-container .soliloquy-caption p {display: none;}
}




.slide-divide {
	position: relative;
	background: #101732;
	content: ' ';
	min-height: 40px;
}
.slide-divide:after, .slide-divide:before {
	bottom: 98%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}



/* ---------- Big Imprint Slider CSS end */

.cta {text-align: center;
	color: #d6652c;
	border-top: 1px solid #000;
	padding: 20px;
	font-size: 25px;}
	
.cta a.button {font-size: 16px; display: inline-block; margin:0 0 0 15px; vertical-align: middle; color: #d6652c; border-color: #d6652c;}	
.cta a.button:hover {background: #d6652c; color: #15141a;}
.cta p {margin-bottom: 0;}

/************/
/** FOOTER **/
/************/
.footer{
	color: #fff;
	padding: 40px;
	font-size: 0;
	background-position: 50% 50%; 
	background-repeat: no-repeat; 
	background-size: cover; 
	position: relative;
}
.footer a{
	text-decoration: none;
	color: #fb874d;
}
.footer a:hover{
	text-decoration: underline;
}

.footer-widgets {padding: 40px 0; clear: both; font-size: 0;}
.footer-widgets h2 {font-size: 22px; margin-bottom: 15px;}

.footer-widget {
	display: inline-block; 
	vertical-align: top; 
	width: 33.3%;
	font-size: 14px;
	}
.footer-widget h3 {font-size: 24px; font-weight: normal;}

.footer-widget.sign-up {padding-right: 40px;}

.info-block {padding: 0; text-align: right;}

.quicklinks {columns: 2; margin-bottom: 20px;}
.quicklinks p {margin-bottom: 10px;}

.footer-location {margin-bottom: 30px;}
.footer-location p {margin-bottom: 10px;}

@media screen and (max-width: 700px)
{
	.sign-up-email,
	.sign-up-button {font-size: 14px; padding: 6px 4px;}
	.sign-up label span {display: block;}
}

.footer-logo {display: inline-block; width: 30%; vertical-align: top;}
.footer-address {display: inline-block; width: 65%; vertical-align: top;}
.footer-text {padding-left: 30px; font-size: 12px; display: inline-block; width: 70%; vertical-align: middle;}

.copyright {margin: 0 auto; font-size: 12px; padding: 10px 0; text-align: center;}	

.footer-logos {position: absolute; bottom: 70px;}
.footer-logos img {height: 90px; width: auto; display: inline-block; margin: 0 10px 0 0;}

img.footer-logo {max-width: 200px; height: auto;}


@media screen and (max-width: 950px)
{
	.footer-logo, 
	.footer-text, 
	.sign-up, 
	.footer .social-links {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.sign-up, .footer .social-links, .footer-logo {text-align: center;}
	.sign-up, .footer-logo {padding-bottom: 20px;}
}

@media screen and (max-width: 800px)
{
	.footer span.bottom-phones {display: block;}
	img.alignright, img.alignleft {float: none; display: block; margin: 20px auto;}
}


.social-links .wrapper{
	text-align: center;
	}
.social-links a .fa {
	line-height: 45px;
	font-size: 35px;
	text-align: center;
	display: inline-block;
	padding: 0;}
.social-links a .fa:hover {color: #fdb813;}	
.social-links:empty {display: none;}

.wp-google-content-inner {display: none !important;}
.google-reviews-widget {
	list-style-type: none;
	margin-top: 20px;
	padding: 20px;
	background: #fff;}
	
.bottom-menu {width: 100%; display: none;}
.bottom-menu .menu-item {
	padding: 10px 0;
	border-bottom: 1px dotted;}
.bottom-menu .menu-item a {text-decoration: none;}

ul.cfiles {columns: 3; column-gap: 40px;}
@media screen and (max-width: 800px) {
	ul.cfiles {columns: 1;}
}

/* responsive */


@media screen and (max-width: 1100px) {

	.locations .location, .fs-gallery {width: 40%; flex: 0 1 calc(40%);}
	
	
}
 

@media screen and (max-width: 900px) {

		
	.footer-widget {width: 100%; margin-bottom: 30px; text-align: center;}
	.footer-widget.sign-up {padding: 0;}
	.footer-address {width: 100%;}
	.footer-logos {position: static; margin-top: 40px;}
	.info-block {text-align: left;}
	
	.alignnone {margin: 0;}
	.header-text {padding: 80px 0;}
	.header-text h1 {font-size: 25px;}
	.header-text h2 {font-size: 20px;}
	
	.content-2 {margin-top: 0;}
	.home-buttons .wrapper {margin-bottom: 0;}
	.home-button {margin: 0 0 50px 0; width: 100%; flex: 0 1 calc(100%);}
	.cta a.button {display: block; max-width: 300px; margin: 20px auto;}
	.header, .header-left, .ph-search {display: none;}
	.pre-header .logo-container {width: 100%; margin-bottom: 20px; text-align: center;}
	
	
	.home-content-top {padding: 0;}
	.content-top-text,
	.content-top-sermon,
	.home-calendar,
	.home-announce,
	.content-top-2,
	.copyright
	{display: block; width: 100%; padding: 20px; border: none;}
}	
 

@media screen and (max-width: 765px) {
	.table-restaurant-menu th {font-size: 18px;}
	main {padding-top: 20px;}
	.pre-header {text-align: left;}
	.pre-header-unit {max-width: 70%;}
	.not-home .page-content h2 {line-height: 1.2; font-size: 30px; margin-bottom: 15px; }
	.ph-tagline {display: none; position: relative;}

	.wc-banner {padding: 50px 0;}
	main h1.wc-banner-title {font-size: 30px;}
		
	main .wrapper .woocommerce, 
	.wc-content, .page-content, 
	.blog-loop
	{padding: 20px;}

	.loop-image, .loop-content {width: 100%; padding: 0;}
	
	
	.locations .location, 
	.home-button, 
	
	.fs-gallery {width: 100%; flex: 0 1 calc(100%);}
	
	.bottom-menu {display: block;}
	
	
	.home-stat
	{
		width: 100%; flex: 0 1 calc(100%); margin-bottom: 40px;
	}		
	
}	
 
@media screen and (max-width: 550px) {
	body {font-size: 18px;}
	.home-content h1 {font-size: 30px;}
	.home-content h2 {font-size: 25px;}
	.alignright {float: none; display: block; margin: 30px auto;}
	
	.ph-search {display: none;}
	.ph-cart {border: none; padding-left: 0;}
	.home-featured-title {font-size: 25px;}
	.posts-entry {width: 100%; padding: 0;}
	.posts-left {margin-top: 30px;}
	.footer-widgets {padding-top: 0;}
	#responsive-menu-container #responsive-menu-title {font-size: 20px !important; padding: 10px 5% !important;}
}


@media screen and (max-width: 450px) {

	.home-content {padding-top: 0;}
}