/* LICENSE & DETAILS
==================================================
    Theme Name: AdoreChurch
	Theme URI: https://demo.imithemes.com/adore-church-wp
	Author: imithemes
	Author URI: www.imithemes.com
	Description: <strong>Responsive Wordpress Theme for Non Profit, Designed & Developed by imithemes</strong> - <a href="http://www.imithemes.com">www.imithemes.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/imithemes'>Twitter</a><br/> | <a href='http://www.facebook.com/imithemes'>Facebook</a>
	Version: 3.3
	License: ThemeForest Split License for WP Themes
	License URI: http://themeforest.net/licenses/standard
	Text Domain: framework
	Domain Path: /language
	Requires at least: 5.0
	Tested up to: 6.2
	Requires PHP: 7.4
*/
/*  CSS definations for Adore Church  */
/*------------------------------------------------------------------
[Table of contents]
0. CSS Reset
1. Basic Styles
2. Typography
3. Margin Bottom Sets
4. Padding Sets
5. Spacers Sets
6. Site Structure & Appearance
7. Responsive Media Queries
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 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, img, ins, kbd, q, s, samp, small, strike, strong, 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: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline:none;
}
iframe{
	border:0;
}
/* ==================================================
   1. Basic Styles
================================================== */
html, body {
	height: 100%;
}
html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}
a{
	color:#555;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
a:hover{
	text-decoration:none;
}
a:hover,
a:active,
a:focus{
	outline: 0;
	text-decoration:none;
	color:#666666;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;	
}
.gray-bg{
	background:#e8e8e8;
}
.gray-text{
	color:#bababa;
}
.lgray-bg{
	background:#f8f8f8;
}
.dgray-bg{
	background:#333333;
}
img {
	max-width: 100%;	
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
  	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i, em, .italic{
	font-style:italic;
}
.uppercase{
	text-transform:uppercase;
}
.align-left{
	float:left;
	margin:0 25px 0 0px!important;
}
.align-right{
	float:right;
	margin:0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;	
}
.color-text {
    color: #ffffff;
}
.through{
	text-decoration:line-through;
}
.border-radius{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
::-webkit-input-placeholder {
   color: #999;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}
:-ms-input-placeholder {  
   color: #999;  
}
iframe{
	border:0;
}
.error_err {
    border: 1px solid red !important;
}
/* ==================================================
   2. Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 18px 0;
	color:#333;
	font-weight:400;
    line-height: 1.5;
	letter-spacing:1px
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h2 small{
	display:block;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-size:45%
}
h3{
	font-size:22px;
}
h4{
	font-size:15px;
	text-transform:uppercase;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short{
	margin-bottom:5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px;
}
h1 a, h2 a, h3 a, h5 a, h6 a{
	color:#333;
	text-decoration:none;
}
.huge{
	font-size:10em;
}
blockquote{
	margin:30px 0;
	padding:0 0 0 30px;
	font-family: 'Volkhov', serif;
	border-left:3px solid #222;
}
blockquote p{
	margin-bottom:0;
	white-space:1px;
	font-style:italic;
	font-size:16px;
	color:#999
}
blockquote cite{
	color:#999;
	font-weight:700;
}
blockquote cite:before{
	content:"- ";
}
p{
	margin:0 0 18px 0
}
p.md{
	font-size:16px;
}
p.lg{
	font-size:30px;
}
p.lead{
}
.big{
	font-size:200%;
}
.thin{
	font-weight:300;
}
p.drop-caps:first-letter {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    font-size: 75px;
	font-family:Georgia, serif;
    line-height: 60px
}
p.drop-caps.secondary:first-letter {
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    color: rgb(255, 255, 255)
}
hr{
	display:block;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	height:1px;
	border:0;
	background:#ccc
}
hr.sm{
	display:inline-block;
	margin:0 0 15px 0;
	width:40px;
	height:2px;
	border:0
}
hr.md{
	display:inline-block;
	margin:15px 0;
	width:100px;
	height:2px;
	border:0
}
hr.fw{
	display:block;
	clear:both;
	margin-top:50px;
	margin-bottom:43px;
	width:100%;
	height:1px;
	border:0;
	background:#e4e4e3
}
hr.fw.cont{
	margin:20px 0
}
ul.checks, ul.angles, ul.carets, ul.chevrons{
	margin:0;
	list-style-type:none;
	margin-bottom:15px
}
ul.checks > li, ul.angles > li, ul.carets > li, ul.chevrons > li{
	margin:10px 0
}
ul.checks > li > i, ul.angles > li > i, ul.carets > li > i, ul.chevrons > li > i{
	margin-right:2px
}
ul.inline{
	margin:10px 0
}
ul.inline > li{
	display:inline-block;
	margin-right:10px
}
ul.inline > li i.fa{
	margin-right:2px
}
ul.nav-list-primary > li a{
	display:block;
	padding:8px;
	border-bottom:1px solid #eceae4;
	color:#666;
	text-decoration:none
}
ul.nav-list-primary > li a:hover{
	text-decoration:none
}
ul{
	margin:10px 0 10px 20px;
	list-style-type:disc
}
ol{
	margin:10px 0 10px 30px;
	list-style-type: decimal
}
ul ul, ol ul{
	margin:10px 0 10px 20px
}
ul ul{
	list-style-type:circle
}
dl{
	margin:10px 0
}
dl dt{
	font-weight:700
}
table{
	margin-bottom:18px
}
address.ico i{
	display:inline-block;
	float: left;
	clear:both;
	padding-top: 3px
}
address.ico p{
	margin:0;
	padding-bottom:10px
}
address.ico span{
	display:inline-block;
	padding-left:20px
}
.cursive{
	font-style:italic;
	text-transform:none;
	font-weight:400;
	letter-spacing:0;
	font-family: 'Volkhov', serif
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700
}
pre{
    padding: 20px;
    margin-bottom: 20px
}
.form-control{
	margin-bottom:20px
}
/* ==================================================
   3. Margin Bottom Sets
================================================== */
.margin-0{
	margin-bottom:0 !important
}
.margin-10{
	margin-bottom:10px !important
}
.margin-15{
	margin-bottom:15px !important
}
.margin-20{
	margin-bottom:20px !important
}
.margin-30{
	margin-bottom:30px !important
}
.margin-40{
	margin-bottom:40px !important
}
.margin-50{
	margin-bottom:50px !important
}
.margin-60{
	margin-bottom:60px !important
}
.margin-70{
	margin-bottom:70px !important
}
.margin-80{
	margin-bottom:80px !important
}
.push-top{
	margin-top:35px
}
/* ==================================================
   4. Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px
}
/* ==================================================
   5. Spacers Sets
================================================== */
.spacer-10{
	height:10px;
	clear:both;
	width:100%
}
.spacer-20{
	height:20px;
	clear:both;
	width:100%
}
.spacer-30{
	height:30px;
	clear:both;
	width:100%
}
.spacer-40{
	height:40px;
	clear:both;
	width:100%
}
.spacer-50{
	height:50px;
	clear:both;
	width:100%
}
.spacer-75{
	height:75px;
	clear:both;
	width:100%
}
.spacer-100{
	height:100px;
	clear:both;
	width:100%
}
/*-----------------------------------------------*/
/*	WordPress Core Native Styling	*/
/*-----------------------------------------------*/
.bypostauthor {
    position: static !important
}

.alignnone {
    margin: 5px 20px 20px 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-block-gallery{
    margin-bottom: 20px
}
.wp-block-cover p:not(.has-text-color){
    color: #fff
}
.blocks-gallery-item a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.wp-block-button{
    margin-bottom: 1em
}
.wp-block-group.has-background .wp-block-group__inner-container{
    padding: 30px 30px 10px
}
.wp-caption {
	margin-bottom: 24px;
    max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0
}
.wp-caption {
	color: #767676
}
.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
.gallery-item:hover .gallery-caption {
	opacity: 1
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}
article img{
	max-width:100%;
	height:auto
}
/* ==================================================
   5. Multi purpose Elements
================================================== */
.overlay-transparent, .gallery-grid .gallery-cat{
	background:rgba(0,0,0,.6);
}
.checkers-overlay{
	background:url(assets/images/checkers.png) repeat;
}
.pattern-overlay{
	background:url(assets/images/pattern.png) repeat;
}
.next-prev-nav{
	display:inline-block;
}
.next-prev-nav a{
	display:inline-block;
	width:20px;
	height:20px;
	color:#fff;
	text-align:center;
	line-height:20px;
	text-decoration:none
}
.next-prev-nav a:hover{
	color:#fff;
}
.meta-data{
	color:#999;
	font-style:italic;
	font-size:12px;
	font-weight:400;
	font-family:"Volkhov", serif;
}
.meta-data a{
	color:#666666;
}
.meta-data a:hover{
	text-decoration:none;
}
.meta-data > span{
	display:inline-block;
	margin-right: 5px
}
.meta-data i{
	margin-right:4px;
}
.meta-data > span:last-child{
	margin-right:0;
}
.meta-data span.label{
	font-style: normal;
	font-weight: 400;
	padding-top: 0.4em;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.media-box{
	position:relative;
	display:inline-block;
	max-width:100%;
}
.media-box .zoom, .media-box .expand{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	font-size:1.5em;
	z-index:99;
	left:0;
	top:0;
	margin:0;
	background-color:rgba(0,0,0,.4);
	opacity:0;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.media-box .zoom .icon, .media-box .expand .icon{
	width:54px;
	height:54px;
	-webkit-border-radius:3px;
	border-radius:3px;
	line-height:54px;
	text-align:center;
	color:#ffffff!important;
	position:absolute;
	font-size:1.5em;
	top:50%;
	left:50%;
	margin:-27px 0 0 -27px;
}
.img-thumbnail img:hover, .img-thumbnail:hover{
	opacity:.9
}
.media-box:hover .zoom, .media-box:hover .expand{
	opacity:1;
	-webkit-transition: opacity .3s .2s;
	-moz-transition: opacity .3s .2s;
	-ms-transition: opacity .3s .2s;
	-o-transition: opacity .3s .2s;
	transition: opacity .3s .2s;
}
.mejs-container{
	margin-bottom:20px;
}
.media-box .media-box-wrapper{
	padding:30px;
}
.social-icons, .social-icons-colored{
	margin:0;
	list-style-type:none;
}
.social-icons li, .social-icons-colored li{
	display:inline-block;
	margin-right:5px;
}
.social-icons li:last-child, .social-icons-colored li:last-child{
	margin-right:0;
}
.social-icons li a{
	width:33px;
	height:33px;
	line-height:30px;
	border:2px solid #222;
	text-align:center;
	color:#222;
	display:block;
}
.social-icons li a:hover{
	background:#222;
	color:#fff;
}
.social-icons-colored a{
	margin:0 3px;
	width:25px;
	height:25px;
	text-align:center;
	line-height:23px;
	color:#666;
	display:block;
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.social-icons-colored.share-buttons-squared a{
	-webkit-border-radius:0;
	border-radius:0;
}
.social-icons-colored li.facebook-share a:hover, .single-staff-post .social-icons-colored li.facebook-share a, .social-icons-colored li.facebook a:hover, .single-staff-post .social-icons-colored li.facebook a{
	border-color:#3B5998;
	color:#3B5998;
}
.social-icons-colored li.twitter-share a:hover, .single-staff-post .social-icons-colored li.twitter-share a, .social-icons-colored li.twitter a:hover, .single-staff-post .social-icons-colored li.twitter a{
	border-color:#00ACED;
	color:#00ACED;
}
.social-icons-colored li.tumblr-share a:hover, .single-staff-post .social-icons-colored li.tumblr-share a{
	border-color:#35465c;
	color:#35465c;
}
.social-icons-colored li.pinterest-share a:hover, .single-staff-post .social-icons-colored li.pinterest-share a{
	border-color:#CB2027;
	color:#CB2027;
}
.social-icons-colored li.reddit-share a:hover, .single-staff-post .social-icons-colored li.reddit-share a{
	border-color:#ff4500;
	color:#ff4500;
}
.social-icons-colored li.linkedin-share a:hover, .single-staff-post .social-icons-colored li.linkedin-share a{
	border-color:#3399CC;
	color:#3399CC;
}
.social-icons-colored li.email a:hover, .single-staff-post .social-icons-colored li.email a, .social-icons-colored li.email-share a:hover, .single-staff-post .social-icons-colored li.email-share a{
	border-color:#F90101;
	color:#F90101;
}
.social-icons-colored li.phone a:hover, .single-staff-post .social-icons-colored li.phone a, .social-icons-colored li.phone-share a:hover, .single-staff-post .social-icons-colored li.phone-share a{
	border-color:#68217a;
	color:#68217a;
}
.social-icons-colored li.behance a:hover, .single-staff-post .social-icons-colored li.behance a{
	border-color:#1769FF;
	color:#1769FF;
}
.social-icons-colored li.delicious a:hover, .single-staff-post .social-icons-colored li.delicious a{
	border-color:#3274D1;
	color:#3274D1;
}
.social-icons-colored li.deviantart a:hover, .single-staff-post .social-icons-colored li.deviantart a{
	border-color:#4B5D50;
	color:#4B5D50;
}
.social-icons-colored li.digg a:hover, .single-staff-post .social-icons-colored li.digg a{
	border-color:#14589E;
	color:#14589E;
}
.social-icons-colored li.dribbble a:hover, .single-staff-post .social-icons-colored li.dribbble a{
	border-color:#EA4C89;
	color:#EA4C89;
}
.social-icons-colored li.foursquare a:hover, .single-staff-post .social-icons-colored li.foursquare a{
	border-color:#2398C9;
	color:#2398C9;
}
.social-icons-colored li.github a:hover, .single-staff-post .social-icons-colored li.github a{
	border-color:#4183C4;
	color:#4183C4;
}
.social-icons-colored li.google-share a:hover, .single-staff-post .social-icons-colored li.google-share a, .social-icons-colored li.google a:hover, .single-staff-post .social-icons-colored li.google a{
	border-color:#245DC1;
	color:#245DC1;
}
.social-icons-colored li.googleplus a:hover, .single-staff-post .social-icons-colored li.googleplus a{
	border-color:#D14836;
	color:#D14836;
}
.social-icons-colored li.google-plus a:hover, .single-staff-post .social-icons-colored li.google-plus a{
	border-color:#D14836;
	color:#D14836;
}
.social-icons-colored li.instagram a:hover, .single-staff-post .social-icons-colored li.instagram a{
	border-color:#3F729B;
	color:#3F729B;
}
.social-icons-colored li.jsfiddle a:hover, .single-staff-post .social-icons-colored li.jsfiddle a{
	border-color:#4679A4;
	color:#4679A4;
}
.social-icons-colored li.linkedin a:hover, .single-staff-post .social-icons-colored li.linkedin a{
	border-color:#007FB1;
	color:#007FB1;
}
.social-icons-colored li.pinterest a:hover, .single-staff-post .social-icons-colored li.pinterest a{
	border-color:#CB2027;
	color:#CB2027;
}
.social-icons-colored li.reddit a:hover, .single-staff-post .social-icons-colored li.reddit a{
	border-color:#FF4500;
	color:#FF4500;
}
.social-icons-colored li.skype a:hover, .single-staff-post .social-icons-colored li.skype a{
	border-color:#00AFF0;
	color:#00AFF0;
}
.social-icons-colored li.tumblr a:hover, .single-staff-post .social-icons-colored li.tumblr a{
	border-color:#2C4762;
	color:#2C4762;
}
.social-icons-colored li.vimeo-square a:hover, .single-staff-post .social-icons-colored li.vimeo-square a{
	border-color:#44BBFF;
	color:#44BBFF;
}
.social-icons-colored li.vimeo a:hover, .single-staff-post .social-icons-colored li.vimeo a{
	border-color:#44BBFF;
	color:#44BBFF;
}
.social-icons-colored li.youtube a:hover, .single-staff-post .social-icons-colored li.youtube a{
	border-color:#CD332D;
	color:#CD332D;
}
.social-icons-colored li.flickr a:hover, .single-staff-post .social-icons-colored li.flickr a{
	border-color:#0063DB;
	color:#0063DB;
}
.social-icons-colored li.bitbucket a:hover, .single-staff-post .social-icons-colored li.bitbucket a{
	border-color:#205081;
	color:#205081;
}
.social-icons-colored li.dropbox a:hover, .single-staff-post .social-icons-colored li.dropbox a{
	border-color:#007ee5;
	color:#007ee5;
}
.social-icons-colored li.rss a:hover, .single-staff-post .social-icons-colored li.rss a{
	border-color:#f26522;
	color:#f26522;
}
.social-icons-colored li.vk-share a:hover, .social-icons-colored li.vk a:hover, .single-staff-post .social-icons-colored li.vk-share a{
	border-color:#45668e;
	color:#45668e;
}
.social-icons-colored li.patreon-share a:hover, .social-icons-colored li.patreon a:hover, .single-staff-post .social-icons-colored li.patreon-share a{
	border-color:#f96854;
	color:#f96854;
}
.social-icons-colored.inversed li a{
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
}
.social-icons-colored.inversed li a:hover{
	opacity:.8;
	color:#fff;
}
.social-icons-colored.inversed li.facebook-share a{
	background:#3B5998;
}
.social-icons-colored.inversed li.facebook a{
	background:#3B5998;
}
.social-icons-colored.inversed li.pinterest-share a{
	background:#CB2027;
}
.social-icons-colored.inversed li.reddit-share a{
	background:#ff4500;
}
.social-icons-colored.inversed li.linkedin-share a{
	background:#3399CC;
}
.social-icons-colored.inversed li.email a{
	background:#F90101;
}
.social-icons-colored.inversed li.email-share a{
	background:#F90101;
}
.social-icons-colored.inversed li.phone a{
	background:#68217a;
}
.social-icons-colored.inversed li.phone-share a{
	background:#68217a;
}
.social-icons-colored.inversed li.tumblr-share a{
	background:#35465c;
}
.social-icons-colored.inversed li.twitter-share a{
	background:#00ACED;
}
.social-icons-colored.inversed li.twitter a{
	background:#00ACED;
}
.social-icons-colored.inversed li.behance a{
	background:#1769FF;
}
.social-icons-colored.inversed li.delicious a{
	background:#3274D1;
}
.social-icons-colored.inversed li.deviantart a{
	background:#4B5D50;
}
.social-icons-colored.inversed li.digg a{
	background:#14589E;
}
.social-icons-colored.inversed li.dribbble a{
	background:#EA4C89;
}
.social-icons-colored.inversed li.foursquare a{
	background:#2398C9;
}
.social-icons-colored.inversed li.github a{
	background:#4183C4;
}
.social-icons-colored.inversed li.google-share a{
	background:#245DC1;
}
.social-icons-colored.inversed li.google a{
	background:#245DC1;
}
.social-icons-colored.inversed li.google-plus a{
	background:#D14836;
}
.social-icons-colored.inversed li.instagram a{
	background:#3F729B;
}
.social-icons-colored.inversed li.jsfiddle a{
	background:#4679A4;
}
.social-icons-colored.inversed li.linkedin a{
	background:#007FB1;
}
.social-icons-colored.inversed li.pinterest a{
	background:#CB2027;
}
.social-icons-colored.inversed li.reddit a{
	background:#FF4500;
}
.social-icons-colored.inversed li.skype a{
	background:#00AFF0;
}
.social-icons-colored.inversed li.tumblr a{
	background:#2C4762;
}
.social-icons-colored.inversed li.vimeo-square a{
	background:#44BBFF;
}
.social-icons-colored.inversed li.youtube a{
	background:#CD332D;
}
.social-icons-colored.inversed li.bitbucket a{
	background:#205081;
}
.social-icons-colored.inversed li.dropbox a{
	background:#007ee5;
}
.social-icons-colored.inversed li.rss a{
	background:#f26522;
}
.social-icons-colored.inversed li.flickr a{
	background:#0063DB;
}
.social-icons-colored.inversed li.vk a, .social-icons-colored.inversed li.vk-share a{
	background:#45668e;
}
.social-icons-colored.inversed li.patreon a, .social-icons-colored.inversed li.patreon-share a{
	background:#f96854;
}
.social-share-bar .social-icons-colored li{
	margin-right:0;
}
.social-share-bar .social-icons-colored.share-buttons-gs a:hover{
	color:#999;
	border-color:#999;
}
.icon-box.icon-box-style1 .icon-box-head{
	display:block;
	border-bottom:2px solid #f8f8f8;
	padding-bottom:15px;
	margin-bottom:15px;
}
.icon-box.icon-box-style1 .icon-box-head:before, .icon-box.icon-box-style1 .icon-box-head:after{
  display: table;
  content: " ";
}
.icon-box.icon-box-style1 .icon-box-head:after{
  clear: both;
}
.icon-box.icon-box-style1 .ico{
	float:left;
	width:42px;
	height:40px;
	color:#222;
	text-align:center;
	border:1px solid #f8f8f8;
	line-height:44px;
	font-size:20px;
	margin-right:15px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.icon-box.icon-box-style1:hover .ico{
	color:#fff;
}
.icon-box.icon-box-style1 .icon-box-head h4{
	display:inline-block;
	margin-bottom:0;
	margin-top:10px;
}
.icon-box.icon-box-style1 p{
	margin-bottom:0;
}
.flexslider {
	margin: 0;
	padding: 0;
	position:relative;
}
.flexslider{
	background:url(assets/images/loader.gif) no-repeat scroll center center;
}
.flsider-full-link{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}
.flexslider .slides{
	margin:0;
	zoom: 1;
	list-style-type:none;
	height:auto!important
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	background-position:center top!important;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
* html .slides {
	height: 1%;
}
.flexslider .slides li a{
    display:block;
	height:100%!important;
	text-decoration:none;
}
.flexslider .slides li a.media-box{
	display:inline-block;
}
.flexslider .flex-direction-nav{
	margin:0;
	list-style-type:none;
}
.flexslider .flex-control-nav{
	list-style-type:none;
	width:100%;
	text-align:center;
	position:absolute;
	z-index:11;
	left:0;
	bottom:-30px;
	padding:0;
	margin:0;
}
.galleryflex.flexslider .flex-control-nav{
	bottom:0;
}
.flexslider .flex-control-nav li{
	display:inline;
}
.flexslider .flex-control-nav a{
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:#222;
	display:inline-block;
	margin:0 6px;
	text-indent:-9999px;
	text-decoration:none;
}
.flexslider .flex-prev, .flexslider .flex-next{
	color:#fff;
	border:2px solid #fff;
	margin-bottom:10px;
	position:absolute;
	top:25px;
	z-index:12;
	right:0px;
	font-size:14px;
	line-height:23px;
	width:25px;
	height:25px;
  	display: inline-block;
  	font-family: "Font Awesome 5 Free";
  	font-style: normal;
  	font-weight: 700;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-decoration:none;
	text-align:center;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.galleryflex.flexslider .flex-prev, .galleryflex.flexslider .flex-next{
	right:10px;
	top:auto;
	left:auto;
	bottom:0;
}
.galleryflex.flexslider .flex-prev{
	right:40px;
}
.flexslider .flex-control-nav a{
	background:#222;
}
.flexslider .flex-prev, .flexslider .flex-next, .flexslider .flex-prev, .flexslider .flex-next{
	color:#222;
	border-color:#222;
}
.flexslider .flex-prev{
	left:auto;
	right:30px;
}
.flexslider .flex-prev:before{
  content: "\f104";
}
.flexslider .flex-next:before{
  content: "\f105";
} 
.hero-slider.flexslider{
	position:relative;
	z-index:1;
	width:100%;
	overflow:hidden;
}
.hero-slider.flexslider, .hero-slider.flexslider ul.slides li{
	height:250px;
}
.header-style1 .hero-slider.flexslider, .header-style1 .hero-slider.flexslider ul.slides li, .header-style3 .hero-slider.flexslider, .header-style3 .hero-slider.flexslider ul.slides li, .header-style5 .hero-slider.flexslider, .header-style5 .hero-slider.flexslider ul.slides li{
	height:350px;
}
.header-style1 .page-header, .header-style3 .page-header, .header-style5 .page-header{
	height:350px;
}
.home .hero-slider.flexslider, .home .hero-slider.flexslider ul.slides li{
	height:500px;
}
.hero-slider.flexslider .flex-viewport{
	width:100%;
}
.hero-slider.flexslider > ul.slides{
	height:100%;
}
.hero-slider.flexslider ul.slides li{
	width:100%;
	overflow:hidden;
	position:static;
	background-attachment:scroll!important
}
.hero-slider.flexslider .flex-control-nav{
	bottom:-20px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.hero-slider.flexslider:hover .flex-control-nav{
	bottom:20px;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.hero-slider.flexslider .flex-prev, .hero-slider.flexslider .flex-next{
	width:40px;
	height:40px;
	right:-40px;
	font-size:20px;
	line-height:35px;
	display:block;
	text-align:center;
	top:50%;
	margin-top:-25px;
}
.hero-slider.flexslider ul.slides li a{
	display:block;
	height:100%;
	width:100%;
	position:absolute;
	z-index:1;
}
.hero-slider.flexslider ul.slides li .flex-caption{
	z-index:0;
}
.hero-slider.flexslider ul.slides li{
	position:relative;
}
.hero-slider.flexslider ul.slides li .container{
	vertical-align: middle;
	display:table;
	height:100%
}
.hero-slider.flexslider ul.slides li .container .slider-caption{
	display:table-cell;
	vertical-align:middle;
}
.flex-caption{
	color:#fff;
	font-weight:400;
	padding:30px;
	width:500px;
	position:relative;
	left:50%;
	top:32%;
	display:none;
}
.flex-caption strong{
	color:#fff;
	font-weight:400;
	font-size:50px;
	margin-bottom:30px;
	display:block;
	font-family: 'Clicker Script', cursive;
}
.flex-caption p{
	opacity:.8;
}
.hero-slider.flexslider .flex-prev{
	left:-40px;
}
.hero-slider.flexslider:hover .flex-prev{
	left:30px;
}
.hero-slider.flexslider:hover .flex-next{
	right:30px;
}
.entry .flexslider{
	margin-bottom:40px;
}
.slider-wrapper{
	position:relative;
	min-height:200px;
	background:#666;
}
.nivoslider{
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	margin-bottom:0!important;
	position:relative;
	z-index:1;
	display:none;
}
.nivoSlider img{height:100% !important;}
.nivo-main-image{height:100% !important;}
.nivo-directionNav a{
	top:45%!important;
}
.nivo-controlNav{
	width:100%;
	z-index:2;
	position:absolute;
	bottom:10px;
}
.nivo-caption{
	background:rgba(0,0,0,.7);
	text-align:center;
}
.basic-link{
	display:inline-block;
	letter-spacing:1px;
	font-weight:400;
	font-size:13px;
}
.basic-link:hover{
	color:#333;
}
.basic-link.inverted{
	text-transform:uppercase;
	margin-top:10px;
}
.basic-link.backward .fa-angle-right{
	display:none;
}
.sort-source{
	list-style-type:none;
	margin:0 0 30px 0;
}
.sort-source li{
	display:inline-block;
}
.sort-source li:after{
	content:"/";
	color:#ccc;
}
.sort-source.nav-pills li:after{
	content:"";
}
.sort-source li:last-child:after{
	content:"";
}
.sort-source li a{
	color:#999;
	margin:0 20px;
}
.sort-source.nav-pills li a{
	margin:0;
}
.sort-source.nav-pills li.active a{
	color:#fff;
}
.sort-source li:first-child a{
	margin-left:0;
}
.sort-source li a:hover{
	color:#222;
}
.sort-destination{
	margin:0;
	list-style-type:none;
}
.heading-wbg{
	padding:20px;
	background:#222;
	color:#fff;
	margin-bottom:0;
}
.single-sermon .fluid-width-video-wrapper {
    display: inline-block!important;
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
    padding-top: 56.25%!important;
    height: 0px!important;
    position: relative!important
}
.single-sermon .fluid-width-video-wrapper iframe {
    position: absolute!important;
    top: 0px!important;
    left: 0px!important;
    right: 0px!important;
    bottom: 0px!important
}
.popover.top .arrow{
	display:none
}
@media print {
	a[href]:after{content:''}
	.single-event .site-header, .single-event .site-footer, .single-event .topbar, .single-event .page-header, .single-event form, .single-event .social-share-bar, .single-event .breadcrumb-cont, .single-event .modal, .single-event .ticket-booking-wrapper, .single-event .event-register-button, .single-event .event-details-list li:last-child, .single-event .addtocalendar{
		display: none;
		height: 0
	}
}
/* ==================================================
   6. Site Structure & Appearance
================================================== */
body{
	background-color:#fff;
	color:#8d8d8d;
	font-size:14px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	line-height:1.5;
	background-attachment:fixed
}
body.boxed{
	background-color:#666
}
body.boxed .body{
	position:relative;
	margin:0 auto;
	overflow:hidden;
	max-width:1120px;
	width:100%;
	height:auto;
	background-color:#fff;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 2px rgba(0,0,0,.2);
	box-shadow:0 0 2px rgba(0,0,0,.2)
}
@media (min-width: 1200px) {
	body.boxed .body .site-header, body.boxed .body .topbar{
		max-width:100%;
		width:1120px;
		left:auto;
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
	}
	body.boxed.header-style5 .body .site-header{
		margin-left:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
}
.sticky-wrapper{
	background:none;
}
.site-header{
	top:0;
	position:absolute;
	height:auto;
	min-height:72px;
	left:0;
	z-index:999;
	width:100%;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,.1);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s
}
.touch .site-header{
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none
}
.site-header.sticky-header{
	border-bottom:0;
	position:fixed;
	min-height:0;
	top:0;
	left:0;
	z-index:1010;
	background:rgba(255,255,255,.9);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
}
.header-style2 .body{
	padding-top:72px;
}
.header-style4 .body{
	padding-top:112px;
}
.header-style2 .site-header, .header-style4 .site-header{
	border-bottom:0;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	background:rgba(255,255,255,.9)
}
.header-style3 .site-header{
	border-bottom:0;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	background:rgba(255,255,255,.9)
}
.header-style4 .site-header{
	top:39px;
}
.header-style5 .site-header{
	top:20px;
	width:1150px;
	left:50%;
	margin-left:-575px;
	border-bottom:0;
	background:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.header-style5 .site-header.sticky-header{
	width:100%;
	left:0;
	margin-left:0;
	-webkit-border-radius:0;
	border-radius:0;
	top:0;
}

/* Text Logo Style */
.site-logo{
	float:left;
}
.site-logo h1{
	line-height:0;
	margin-bottom:0;
}
.site-logo h1 .retina-logo, .sticky-header .site-logo h1 .retina-logo{
	display:none;
}
.site-logo h1 .default-logo, .sticky-header .site-logo h1 .default-logo{
	display:block;
}
.site-logo h1 a{
	color:#222;
}
.header-style1 .site-logo h1 a{
	color:#fff;
}
.sticky-header .site-logo h1 a{
	color:#222;
}
.site-logo img{
	margin:15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sticky-header .site-logo img{
	margin:15px 0;
}
.site-header.sticky-header .site-logo img{
	width:auto!important
} 
.site-logo .logo-icon{
	width:30px;
	height:30px;
	border:2px solid #222;
	text-align:center;
	line-height:28px;
	font-size:13px;
	display:inline-block;
	margin-right:10px;
}
.header-style1 .site-logo .logo-icon{
	border:2px solid #fff;
}
.sticky-header .logo-icon{
	border-color:#222;
}
.site-logo .logo-text{
	display:inline-block;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.site-logo .logo-text > span{
	font-weight:300;
}
.site-logo .logo-text-sitename{
	line-height: 40px;
	color: #fff
}
.site-logo .text-logo{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin-top:20px;
}

.topbar{
	background:#f8f8f8;
	border-bottom:1px solid #efefef;
	height:39px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	overflow:hidden;
	width:100%;
}
.topbar .social-icons-colored{
	padding-top:7px;
}
.logged-in.admin-bar.header-style4 .topbar{
	top:32px;
}
.top-navigation{
	list-style-type:none;
	margin:0;
	float:right;
}
.top-navigation li{
	display:inline-block;
	font-size:13px;
	line-height:39px;
}
.top-navigation li a{
	display:inline-block;
	margin:0 10px;
	color:#999;
}
.top-navigation li a:hover{
	color:#666;
}
.top-navigation li:last-child a{
	margin-right:0;
}
.top-navigation li:after{
	content:"/";
}
.top-navigation li:last-child:after{
	content:"";
}
.logged-in.admin-bar.header-style4 .site-header{
	top:71px;
}
.logged-in.admin-bar .site-header, .logged-in.admin-bar.header-style1 .site-header, .logged-in.admin-bar.header-style2 .site-header, .logged-in.admin-bar.header-style3 .site-header{top:32px;}
.logged-in.admin-bar.header-style5 .site-header{top:40px;}
/* ==================================================
   6.1. Main Navigation
================================================== */
.search-module, .cart-module{
	position:relative;
}
.search-module-trigger, .cart-module-trigger{
	width:30px;
	float:right;
	margin-left:15px;
	line-height:72px;
	text-align:right;
	position:relative;
	-webkit-transition: line-height 0.3s;
    -moz-transition: line-height 0.3s;
    -ms-transition: line-height 0.3s;
    -o-transition: line-height 0.3s;
    transition: line-height 0.3s;
}
.search-module-opened, .cart-module-opened{
	display:none;
	position:absolute;
	z-index:999;
	right:0;
	top:72px;
	padding:15px;
	background:#fff;
	border:1px solid #ddd;
	border-top:0;
}
.cart-module-opened{
	padding:0;
	min-width:240px;
}
.cart-module-items{
	margin:0;
	list-style-type:none;
	font-family: 'Roboto', sans-serif;
}
.cart-module-items > li{
	border-bottom:1px solid #ddd;
	padding:15px;
}
.cart-module-items > li > a{
	display:block;
	clear:both;
}
.cart-module-items > li > a > img{
	width:50px;
	height:50px;
	border:1px solid #ccc;
	float:left;
	margin-right:8px;
}
.cart-module-items > li > a > .cart-module-item-name{
	font-weight:bold;
	font-size:13px;
}
.cart-module-items > li > a > .cart-module-item-quantity{
	display:block;
	font-size:12px;
}
.cart-module-footer{
	display:block;
	background:#f9f9f9;
	padding:5px 15px;
}
.cart-module-footer:before, .cart-module-footer:after{
	content:" ";
	display:table;
}
.cart-module-footer:after{
	clear:both;
}
.cart-module-footer a.basic-link{
	float:left;
	letter-spacing:0;
}
.cart-module-footer a.basic-link:last-child{
	float:right;
}
.cart-tquant{
	position: absolute;
	top: 18px;
	right: -15px;
	padding:2px 4px;
	color: #fff;
	background: red;
	line-height: 12px;
	font-size: 10px;
	text-align: center;
	font-weight: 700;
	border-radius: 4px;
}
.for-navi{
	position:relative;
	overflow:visible;
}
.main-navigation{
	display:block;
}
.main-navigation > ul{
	margin:0;
	list-style-type:none;
	float:right;
}
.main-navigation > ul > li{
	letter-spacing:2px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
}
.main-navigation > ul > li > a{
	display:block;
	color:#222;
	padding:0 12px;
	line-height:72px;
	-webkit-transition: line-height 0.3s;
    -moz-transition: line-height 0.3s;
    -ms-transition: line-height 0.3s;
    -o-transition: line-height 0.3s;
    transition: line-height 0.3s;
}
.main-navigation > ul > li:last-child > a{
	padding-right:0;
}
.header-style1 .main-navigation > ul > li > a{
	color:#fff;
}
.body .sticky-header .main-navigation > ul > li > a{
	color:#222;
}
.main-navigation > ul > li > a > i{
	color:#222;
}
.header-style1 .main-navigation > ul > li > a > i{
	color:#fff;
}
.sticky-header .main-navigation > ul > li > a > i{
	color:#999;
}
.main-navigation > ul > li > a:hover{
	text-decoration:none;
	opacity:.7;
}
.main-navigation > ul > li ul{
	margin:0;
	list-style-type:none;
	position:absolute;
	top:100%;
	left:30px;
	z-index:999;
	display:none;
	min-width:100%;
	height:auto;
	background:#fff;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	margin-left:16px;
}
.header-style2 .main-navigation > ul > li ul, .header-style4 .main-navigation > ul > li ul, .header-style5 .main-navigation > ul > li ul{
	top:80px;
}
.header-style5 .main-navigation > ul > li ul{
	-webkit-border-radius:3px;
	border-radius:3px;
}
.main-navigation > ul > li ul.last-childer{
	left:auto!important;
	right:0;
}
.main-navigation > ul > li ul.last-childer li a{
	padding-right:20px;
}
.main-navigation > ul > li ul:before {
	position: absolute;
	left:50%;
	top: auto;
	margin: -10px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-bottom-color: #fff;
	content: " ";
	pointer-events: none;
}
.main-navigation > ul > li ul li ul:before {
	position: absolute;
	left:0;
	top: auto;
	margin: 15px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-right-color: #fff;
	content: " ";
	pointer-events: none;
}
.main-navigation > ul > li ul.last-childer:before{
	margin-left:55px;
}
.main-navigation > ul > li:last-child ul li ul:before {
	margin-left: 20px;
}
.main-navigation > ul > li > ul li{
	line-height: normal;
	font-size:12px;
	position:relative;
	text-transform:none;
	letter-spacing:1px;
	font-weight:400;
}
.main-navigation > ul > li > ul li > a{
	display:block;
	color:#222;
	padding:10px 20px;
	border-bottom:1px solid rgba(0,0,0,.05);
	white-space:nowrap;
	text-decoration:none;
}
.header-style1 .main-navigation > ul > li > ul li > a{
	color:#222;
}
.main-navigation > ul > li > ul > li a:hover{
	color:#222;
}
.main-navigation > ul > li > ul > li > a:hover{
	text-decoration:none;
	background-color:rgba(0,0,0,.01)
}
.main-navigation > ul > li > ul > li:last-child > a{
	border-bottom:0;
}
.main-navigation > ul > li > ul li ul{
	margin:0;
	list-style-type:none;
	left:100%!important;
	top:0!important;
	min-width: inherit;
	margin-left:11px;
	position:absolute;
}
.header-style2 .main-navigation > ul > li ul li ul, .header-style4 .main-navigation > ul > li ul li ul, .header-style5 .main-navigation > ul > li ul li ul{
	top:0;
}
.main-navigation > ul > li > ul li ul.last-childer{
	left:auto!important;
	right:107%;
}
.main-navigation > ul > li.megamenu{
	position:inherit!important;
	left:0;
}
.main-navigation > ul > li.megamenu i{
	font-size:100%;
}
.main-navigation > ul > li.megamenu > ul{
	margin:0;
	list-style-type:none;
	width:100%;
	left:0px!important;
}
.main-navigation .megamenu-container{
	padding:25px;
	width:100%;
}
.main-navigation .megamenu-container ul.blog-classic-listing li{
	margin-bottom:3px;
}
.main-navigation .megamenu-container p{
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	line-height:23px;
	letter-spacing:0;
}
.main-navigation .megamenu-container ul, .header-style2 .main-navigation .megamenu-container ul{
	margin:0;
	list-style-type:none;
	display:block!important;
	left:0!important;
	box-shadow:none;
	opacity:1!important;
	background:transparent;
	position:relative!important;
	text-align:left!important;
	margin-left:0;
}
.main-navigation > ul > li.megamenu > ul:before {
	position: absolute;
	left:50%;
	top: auto;
	margin: -10px 0px 0px -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 5px;
	border-bottom-color: #fff;
	content: " ";
	pointer-events: none;
}
.main-navigation > ul > li.megamenu .meta-data{
	text-transform:none;
}
.main-navigation .megamenu-container .megamenu-sub-title{
	display:block;
	padding-bottom:7px;
	margin-bottom:22px;
	font-weight:400;
	font-size:14px;
	color:#999;
	text-transform:uppercase;
	text-align:left!important;
	border-bottom:2px solid #eee;
}
.main-navigation .megamenu-container ul li a{
	display:inline-block;
	padding:0 0 14px;
	border-bottom:0;
}
.main-navigation .megamenu-container ul li a i{
	display:none;
}
.main-navigation .megamenu-container ul.sub-menu li a:hover{
	text-decoration:none;
}
.smenu-opener {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
	height: 45px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    line-height: 45px;
	justify-content: center;
	align-items: center;
	display: flex
}
#menu-toggle{
	float:right;
	font-size:20px;
	line-height:74px;
	color:#fff;
}
#menu-toggle, .header-style2 #menu-toggle, .header-style3 #menu-toggle, .header-style4 #menu-toggle, .header-style5 #menu-toggle, .sticky-header.site-header #menu-toggle{
	color:#222;
}
#canvas-animation{
	 position:absolute;
	 top:0;
	 left:0;
}
.touch #canvas-animation{
	display:none;
}
.home .page-header{
	background-color:#999;
}
.lead-content{
	position:relative;
	background:#f8f8f8;
}
.lead-content-wrapper{
	background:#fff;
	left:50%;
	margin-left:-575px;
	width:1150px;
	padding:35px 30px 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	position:relative;
	top:-30px;
	margin-bottom:-30px;
	z-index:111;
	-webkit-box-shadow:0 -3px 5px rgba(0,0,0,.1);
	box-shadow:0 -3px 5px rgba(0,0,0,.1);
	float:left;
}
.page-template-template-home-second-php .lead-content, .has-counter.lead-content{
	-webkit-box-shadow: none;
	box-shadow: none;
	height:auto!important;
	border-bottom:1px solid #efefef;
}
.page-template-template-home-second-php .lead-content-wrapper, .has-counter.lead-content .lead-content-wrapper{
	position:static;
	margin:0!important;
	border-radius:0;
	box-shadow:none;
	background:none;
	width:100%!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.upcoming-event-bar{
	background:#efefef;
	padding:20px;
	border-bottom:1px solid #eaeaea;
}
.upcoming-event-bar h3{
	margin-bottom:0;
}
.upcoming-event-bar .action-buttons{
	margin-top:0;
}
.upcoming-event-bar .counter .timer-col{
	margin-bottom:0;
}
.upcoming-event-bar .counter .timer-col #days, .upcoming-event-bar .counter .timer-col #hours, .upcoming-event-bar .counter .timer-col #minutes, .upcoming-event-bar .counter .timer-col #seconds{
	border-color:#ccc;
}
.featured-block{
	margin-bottom:20px;
}
.featured-block figure {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.featured-block figure figcaption::before,
.featured-block figure figcaption::after {
	pointer-events: none;
}
.featured-block figure{
	margin-bottom:20px;
}
.featured-block figure img{
	position: relative;
	display: block;
	opacity: .5;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.featured-block:hover figure img{
	opacity:1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.featured-block p{
	padding:0 20px 0 0;
}
.featured-block.no-fade figure img{
	opacity:1;
}
.featured-block.featured-block-rounded{
	text-align:center;
}
.featured-block.featured-block-rounded figure{
	background:none!important;
}
.featured-block.featured-block-rounded figure img{
	margin:0 auto; 
	-webkit-border-radius:100%; 
	border-radius:100%;
}
.home .main{
	margin-top:10px;
}
.content{
	padding:50px 0;
}
.home .content{
	padding-top:30px;
}
.page-template-template-home-second-php .content{
	padding-bottom:0;
	padding-top:50px;
}
.upcoming-event{
	margin-top:5px;
}
.upcoming-event h3{
	margin-bottom:11px;
}
.upcoming-event-content{
	background:#f8f8f8;
	padding:20px;
	padding-bottom:20px;
	position:relative;
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
	box-shadow:0 1px 0 rgba(0,0,0,.1);
}
.upcoming-event .meta-data{
	font-size:13px;
}
.upcoming-event .meta-data span{
	margin-right:0;
}
.upcoming-event-label{
	position:absolute;
	top:-20px;
	left:0;
	height:20px;
	line-height:18px;
	-webkit-border-radius:0;
	border-radius:0;
}
.counter .timer-col{
	width:25%;
	float:left;
	margin-bottom:20px;
}
.counter .timer-col #days, .counter .timer-col #hours, .counter .timer-col #minutes, .counter .timer-col #seconds{
	-webkit-border-radius:100%;
	border-radius:100%;
	border:3px solid #efefef;
	display:inline-block;
	width:60px;
	height:60px;
	line-height:53px;
	font-weight:700;
	color:#222;
	font-size:16px;
	text-align:center;
}
.counter .timer-col .timer-type{
	width:60px;
	display:block;
	text-align:center;
	font-size:12px;
}
.upcoming-event-footer{
	background:#efefef;
	padding:10px 20px;
}
.upcoming-event-footer .action-buttons{
	margin:0;
}
.upcoming-event-footer .action-buttons li a{
	color:#222;
}
.upcoming-event-footer .meta-data{
	margin-top:8px;
	display:inline-block;
}
.events-listing{
}
.events-listing-content{
	margin:0;
	list-style-type:none;
	overflow:visible!important;
}
.events-listing-header .basic-link{
	margin-top:7px;
}
.event-list-item{
	padding-top:2px;
}
.isotope-events .event-list-item{
	width:100%;
}
.smaller-cont .event-list-item{
	border-bottom:1px solid #f8f8f8;
	padding-bottom:10px;
	margin-bottom:10px;
}
.smaller-cont .event-list-item:last-child{
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
.event-list-item:before,
.event-list-item:after,
.upcoming-event-footer:before,
.upcoming-event-footer:after{
  display: table;
  content: " ";
}
.event-list-item:after,
.upcoming-event-footer:after {
  clear: both;
}
.event-list-item-date{
	float:left;
	width:15%;
	margin-right:2%;
}
.widget_upcoming_events .event-list-item-date,.widget_adore_core_upcoming_events .event-list-item-date{
	width:25%;
}
.col-md-3 .widget_upcoming_events .event-list-item-date,.col-md-3 .widget_adore_core_upcoming_events .event-list-item-date{
	width:33%;
}
.event-list-item-date .event-date{
	border: 2px solid #f8f8f8;
	background-image:url(assets/images/dashed.png);
	text-align:center;
	height:100px;
	width:95px;
	display:block;
	margin-top:3px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s
}
.smaller-cont .event-list-item-date .event-date{
	width:70px;
	height:75px
}
.event-list-item-date .event-day{
	font-size:40px;
    line-height: 1;
	color:#222;
	font-weight:700;
	display:block;
	padding-top:18px;
}
.smaller-cont .event-list-item-date .event-day{
	padding-top:10px;
	font-size:35px
}
.event-list-item-date .event-month{
	padding-top:0;
	display:block;
}
.smaller-cont .event-list-item-date .event-month{
	font-size:12px;
    line-height: 1
}
.events-listing-content .event-title:hover{
	color:#222
}
.event-list-item-info{
	float:left;
	padding-bottom:34px;
	width:64%;
	padding-right:2%;
	border-right:2px solid #f8f8f8;
	margin-right:2%
}
.event-list-item-info-nometa{
	width: 83%!important;
	margin-right: 0!important;
	border-right: 0!important;
	padding-right: 0!important
}
.smaller-cont .event-list-item-info{
	width:73%;
	padding-right:0;
	border-right:0;
	margin-right:0;
	padding-bottom:0;
	margin-bottom:0
}
.col-md-3 .smaller-cont .event-list-item-info{
	width:65%
}
.smaller-cont .event-list-item-info .meta-data{
	display:block;
	margin-top:2px
}
.events-listing .event-list-item:last-child .event-list-item-info{
	padding-bottom:0
}
.event-list-item-actions{
	float:left;
	width:17%;
	text-align:center;
}
.event-list-item-actions .btn{
}
.event-list-item-actions .btn{
	margin-top:10px;
}
.event-list-item-actions .action-buttons{
	margin-top:20px;
	display:block;
	float:right;
	width:100%;
}
.action-buttons{
	margin:10px 0;
	list-style-type:none;
}
.action-buttons > li{
	display:inline-block;
	margin-right:10px;
	font-size:18px;
}
.action-buttons > li .popover{
	font-size:14px;
}
.action-buttons > li:last-child{
	margin-right:0;
}
.action-buttons > li > a{
	color:#999;
}
.action-buttons > li > a:hover{
	color:#222;
}
.event-list-item:hover .action-buttons > li > a{
	color:#222;
}
.event-list-item .btn-transparent{
	color:#666;
	border-color:#999;
}
.event-list-item:hover .btn-transparent{
	color:#222;
	border-color:#222;
}
.event_calendar{
	position:relative;
}
.lined-info h4{
	margin-bottom:0;
	letter-spacing:0;
	text-transform:none;
	font-weight:400;
	font-size:17px;
}
.lined-info{
	border-bottom:1px solid #f8f8f8;
	padding:5px 0;
}
.smaller-cont .lined-info{
	border-bottom:0;
}
.event-list-item-info .lined-info:first-child{
	padding-top:0;
}
.smaller-cont .lined-info h4 a:hover{
	color:#222;
}
.toggle-sicons{
}
ul.blog-minimal-listing, ul.blog-classic-listing{
	margin:0;
	list-style-type:none;
}
ul.blog-minimal-listing > li{
	border-top:1px solid #efefef;
	padding:12px 0;
	text-align:center;
	display:block;
	background-color:#fff;
}
ul.blog-minimal-listing > li:last-child{
	margin-bottom:0;
}
ul.blog-classic-listing > li{
	margin-bottom:19px;
	border-bottom:1px solid #efefef;
}
.lgray-bg ul.blog-classic-listing > li{
	margin-bottom:0;
	background:#fff;
	padding:30px;
	padding-bottom:4px;
	border-bottom:1px solid #efefef
}
ul.blog-classic-listing > li:last-child{
	margin-bottom:0;
	border-bottom:0;
}
ul.blog-minimal-listing li h4, ul.blog-minimal-listing li .meta-data, ul.blog-classic-listing li h4{
	margin-bottom:0;
}
ul.blog-classic-listing li .meta-data{
	margin-bottom:8px;
}
ul.blog-classic-listing strong.post-title{
	font-size:17px;
	font-weight:400;
}
.post-title{
    word-break: break-word
}
.very-latest-post{
	padding:20px;
	background:#f8f8f8;
}
.lgray-bg .very-latest-post{
	background:none;
	padding:0;
}
.widget .action-buttons li{margin-bottom:0; padding-bottom:0;}
.very-latest-post h3{margin-top:20px;}
.very-latest-post .post-thumb{margin-bottom:0;}
.very-latest-post h4{
	margin-bottom:5px;
}
.very-latest-post p:last-child{
	margin-bottom:0;
}
.very-latest-post .post-thumb{
	margin-bottom:20px;
}
.very-latest-post h3{
	line-height:26px;
	margin-bottom:8px;
}
.very-latest-post .meta-data{
	margin-bottom:15px;
}
.title-row{
	border-bottom:1px solid rgba(0,0,0,.4);
	margin-bottom:15px;
}
.comments-go{
	float:right;
	margin-top:-2px;
}
.widget_sermon_list h3.widgettitle,.widget_adore_core_sermon_list h3.widgettitle{
	display:none;
}
.widget_sermon_list > ul > li,.widget_adore_core_sermon_list > ul > li{
	border-bottom:1px solid #efefef;
	padding-bottom:10px;
}
.widget_sermon_list > ul > li.most-recent-sermon,.widget_adore_core_sermon_list > ul > li.most-recent-sermon{
	border-bottom:0;
}
.widget_sermon_list > ul > li strong.post-title,.widget_adore_core_sermon_list > ul > li strong.post-title{
	font-weight:400;
	font-size:17px;
}
.latest-sermon-content{
	width:80%;
	float:right;
	padding:20px;
	margin-top:-1px;
	color:#fff;
	height:180px;
}
.latest-sermon-content h4{
	letter-spacing:1px;
	margin-bottom:0;
	color:#fff;
	font-weight:700;
}
.latest-sermon-content .meta-data{
	color:rgba(255,255,255,.7);
	margin-bottom:12px;
}
.latest-sermon-content a{
	color:#fff;
}
.latest-sermon-content a:hover{
	color:#fff;
	opacity:.7;
}
.latest-sermon-content h4 a:hover{
	opacity:.8;
}
.latest-sermon-content p{
	opacity:.8;
}
.sermon-links .action-buttons li{
	display:block;
	text-align:center;
	margin:6px 0;
}
.sermon-links{
	float:left;
	width:20%;
	background:#f8f8f8;
	height:180px;
}
.quick-info-overlay-left{
	overflow:hidden;
	position:fixed;
	width:0;
	height:100%;
	top:0;
	left:0;
	z-index:1100;
	opacity:0;
	color:#fff;
	text-align:center;
}
.quick-info-overlay-left .event-info{
	opacity:0;
	padding:55% 20px 20px;
}
.quick-info-overlay-left h3.event-title{
	color:#fff;
	font-size:30px;
	margin-bottom:10px;
}
.quick-info-overlay-left .event-address{
	font-size:15px;
	color:rgba(255,255,255,.7);
}
.single-event .quick-info-overlay-left .event-address{
	color:rgba(255,255,255,1);
}
.quick-info-overlay-left .btn-permalink{
	margin-top:30px;
}
.single-event .quick-info-overlay-left .btn-permalink{
	display:none!important;
}
.single-event .quick-info-overlay-left .event-directions-link{
	display:inline-block!important;
}
.quick-info-overlay-left .btn-default{
	border-color:#fff;
	color:#fff;
}
.quick-info-overlay-left .btn-close{
	position:absolute;
	bottom:-40px;
	left:50%;
	width:50px;
	height:40px;
	margin-left:-25px;
	padding:0;
	color:#999;
	background:#fff;
	text-align:center;
	font-size:22px;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.quick-info-overlay-left .btn-close:hover{
	color:#666;
	bottom:0;
	-webkit-transition: bottom .3s .2s;
	-moz-transition: bottom .3s .2s;
	-ms-transition: bottom .3s .2s;
	-o-transition: bottom .3s .2s;
	transition: bottom .3s .2s;
}
.quick-info-overlay-right{
	overflow:auto;
	background:#fff;
	position:fixed;
	width:70%;
	height:100%;
	top:0;
	right:-70%;
	z-index:1100;
	-webkit-box-shadow:-2px 0 3px rgba(0,0,0,.1);
	box-shadow:-2px 0 3px rgba(0,0,0,.1);
}
.single-event .quick-info-overlay-right{
	padding-top:0;
}
.quick-info-overlay-right #event-directions{
	height:100%;
}
.gallery-item-title{
	margin:0;
	padding:5px 15px;
	text-align:center;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
}
.gallery-updates{
	position:relative;
	background:#000;
}
.gallery-updates > ul{
	margin:0;
	list-style-type:none;
}
.gallery-updates > ul > li{
	opacity:.5;
	height:100%;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background-color:#000;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.gallery-updates > ul > li > a{
	display:block;
	height:100%;
	width:100%;
}
.gallery-updates > ul > li:hover{
	opacity:.9;
}
.gallery-updates > ul > li .media-box .zoom{
	background:none;
}
.gallery-updates.cols5 > ul > li{
	width:20%;
	float:left;
}
.gallery-updates.cols4 ul > li{
	width:25%;
	float:left;
}
.gallery-updates.cols3 > ul > li{
	width:33.333%;
	float:left;
}
.gallery-updates.cols2 > ul > li{
	width:50%;
	float:left;
}
.gallery-updates-overlay{
	position:absolute;
	left:0;
	width:100%;
	top:50%;
	height:100px;
	margin-top:-50px;
	color:#fff;
	text-align:center;
}
.gallery-updates-overlay i{
	font-size:40px;
}
.gallery-updates-overlay h2{
	color:#fff;
}
.gallery-updates:hover .gallery-updates-overlay{
	display: none!important
}
.quick-info{
	position:relative;
	z-index:11;
	padding:25px 0 20px;
	text-align:center;
	background:#fff;
	margin-top:20px;
	border:1px solid #e4e4e3;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.quick-info h4{
	margin-bottom:5px;
	font-size:13px;
}
.quick-info p{
	margin-bottom:0;
	font-size:13px;
}
.quick-info .social-icons-colored{
	margin-top:12px;
}
.site-footer{
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	background:#f8f8f8;
	padding:40px 0;
}
.site-footer-bottom{
	padding:40px 0 0;
	color:#999;
	font-size:12px!important
}
.site-footer-bottom a{
	color:#999;
}
.site-footer-bottom a:hover{
	color:#666;
}
.footer-nav ul{
	margin:0;
	float:right;
	list-style-type:none;
}
.footer-nav ul li{
	display:inline;
	margin-left:5px;
}
.footer-nav ul li:after{
	content:"/";
	opacity:.7;
}
.footer-nav ul li:last-child:after{
	content:"";
}
.footer-nav ul li a{
	margin-right:5px;
}
.footer-nav ul li:last-child a{
	margin-right:0;
}
.footer-dark .site-footer{
	background:#333;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
}
.footer-dark .footer_widget h4{
	color:#ccc;
}
.footer-dark .twitter-widget li span.date{
	color:#ccc;
	border-bottom:1px solid #ccc;
}
.page-header:before, .page-header:after{
  display: table;
  content: " ";
}
.page-header:after{
	clear:both;
}
.page-header{
	height:250px;
	margin:0;
	border:0;
	text-align:center;
	position:relative;
	width:100%;
	display:table;
	padding-bottom:0
}
.header-style1 .page-header, .home-style3 .page-header, .home-style5 .page-header{
	height:350px;
}
.home .page-header{
	height:500px;
}
.blog.home .page-header{
    height: 220px
}
.page-header .subtitle{
	font-family: 'Volkhov', serif;
	color:#fff;
	opacity:.7;
	font-size:15px;
	font-style:italic;
	font-weight:300;
	display:block;
}
.page-header hr{
	background:#fff;
}
.title-subtitle-holder{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	position:relative;
}
.title-subtitle-holder-inner{
	position:relative;
	text-align:center;
	display:block;
	width:100%;
	padding:0 20px;
}
.header-style1 .title-subtitle-holder-inner{
	padding-top:30px;
}
.page-header-overlay{
	opacity:.5;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:4;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.page-header h2{
	text-shadow:-1px -1px 0 rgba(0,0,0,.3);
	color:#fff;
	margin-bottom:0;
	font-size:44px;
	letter-spacing:1px;
	text-transform:uppercase;
	position:relative;
	z-index:5;
}
.page-header a{
	color:#fff;
	font-size:55px;
}
.page-header a:hover{
	opacity:.8;
	color:#fff;
}
.header-event-time{
	padding:10px 30px;
	display:inline-block;
	border:3px solid rgba(255,255,255,.3);
	color:rgba(255,255,255,.8);
	-webkit-border-radius:30px;
	border-radius:30px;
	background:rgba(0,0,0,.02);
	position:relative;
	z-index:5;
}
.breadcrumb-cont{
	position:relative;
	z-index:6;
	top:-40px;
	height:40px;
	padding:0;
	margin:0;
	margin-bottom:-40px;
	background:rgba(0,0,0,.2);
}
.home .breadcrumb-cont, .page-template-template-home-second-php .breadcrumb-cont, .page-template-template-home .breadcrumb-cont{
	display:none;
}
.staff-item:hover .staff-item-name{
	top:-62px;
	-webkit-transition: top .3s .2s;
	-moz-transition: top .3s .2s;
	-ms-transition: top .3s .2s;
	-o-transition: top .3s .2s;
	transition: top .3s .2s;
}
.staff-item .grid-content{
	position:relative;
	padding-top:20px;
	padding-bottom:5px;
	text-align:center;
	background:#fff;
}
.staff-item-name{
	position:relative;
	top:-36px;
	margin-bottom:-62px;
	width:106%;
	z-index:99;
	left:-3%;
	padding:5px 10px;
	min-height:57px;
	background:#fff;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
}
.staff-item-name h5{
	margin-bottom:0;
}
.staff-item .social-icons-colored{
	margin-bottom:10px;
	min-height:25px;
}
.staff-item.grid-item{
	margin-bottom:30px;
}
.staff-item.grid-item .btn-sm{
	margin-bottom:15px;
}
.team-modal .staff-item h3{
	margin-bottom:7px;
}
#googleMap{
	height:250px;
}
#contact-map{
	overflow:hidden;
	width:100%;
	height:350px;
}
.gm-bundled-control.gm-bundled-control-on-bottom{
	bottom:99px!important;
}
.events-list-sidebar{
	position:relative;
	z-index:11;
}
.events-list-sidebar:before, .events-list-sidebar:after{
	content:" ";
	display:table;
}
.events-list-sidebar:after{
	clear:both;
}
.events-list-sidebar h5{
	margin-bottom:5px;
}
.event-page-cal{
	height:140px;
  	-webkit-border-radius:3px;
  	border-radius:3px;
 	margin-top:5px;
 	padding:30px;
  	padding-top:28px;
  	text-align:center;
	position:relative;
	color:#fff;
	margin-bottom:25px;
}
a.pastevents{
	color:rgba(255,255,255,.8);
}
a.pastevents:hover{
	color:rgba(255,255,255,1);
}
.event-page-cal .month{
	font-size:50px;
	text-transform:uppercase;
	display: block;
	line-height: 1
}
.event-page-cal .year{
	display:inline-block;
	width:60%;
	margin-top: 10px;
	background:rgba(0,0,0,.06);
	-webkit-border-radius:3px;
	border-radius:3px;
}
.event-page-cal .actions{
	position:absolute;
	top:0;
	height:140px;
	left:4px;
	color:rgba(0,0,0,.4);
	font-size:16px;
	width:20px;
	text-align:center;
	line-height:20px;
	display:block;
}
.event-page-cal .actions.right{
	right:4px;
	left:auto;
}
.event-page-cal .actions i{
	line-height:140px;
}
.event-page-cal .actions:hover{
	color:rgba(0,0,0,.8);
}
.event-item{
	overflow:visible!important;
}
.event-item h4{
}
.event-item .meta-data{
	display:block;
}
.load-events{
	background:#fff;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	border-radius:4px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
}
#loading-image{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,.7);
	z-index:2;
}
#loading-image-img{
	position:absolute;
	top:50%;
	left:50%;
	margin:-64px 0 0 -64px;
}
#events-preview-box .action-buttons{
	margin:0;
	margin-bottom:10px;
}
.fc-event{
	border:1px solid rgba(0,0,0,.1)!important;
	padding-left:3px;
}
.fc-day-grid-event .fc-time{
	display: block
}
.fc-toolbar{
	background:url(assets/images/dashed.png) #f8f8f8;
	border:1px solid #ddd;
	border-bottom:0;
	margin-bottom:0!important;
	padding-bottom:17px;
}
.fc-toolbar .fc-left{
	padding:20px;
	padding-bottom:0;
}
.fc-toolbar .fc-right{
	padding: 20px;
	padding-bottom: 0;
	padding-top: 28px;
}
.event-details-left{
	width:60%;
	float:left;
}
.event-details-right{
	width:40%;
	float:left;
}
.counter-preview{
	float:left;
	height:37px;
	border-left:1px solid #1e2326;
	border-right:1px solid #1e2326;
}
.counter-preview .timer-col{
	float:left;
	padding:0 5px;
	border-left:1px solid #1e2326;
	border-right:1px solid #3d474c;
}
.counter-preview .timer-col:first-child{
	border-left:1px solid #3d474c;
}
.top-header{
	position:relative;
	z-index:2;
	background-color:#292929;
	height:37px;
}
.events-ajax-caller .counter-preview{height:38px;}
.events-ajax-caller .counter-preview:before, .events-ajax-caller .counter-preview:after{content:" "; display:table;}
.events-ajax-caller .counter-preview:after{clear:both;}
.events-ajax-caller .counter-preview .timer-col{width:25%; text-align:center;}
.events-ajax-caller .counter-preview{width:100%;}
.preview-event-bar{
	line-height:37px;
}
.preview-event-bar h4{
	line-height:37px;
	float:left;
	margin-bottom:0;
	color:#fff;
	font-size:11px;
	opacity:.7;
	margin-right:12px;
}
.event-schedule{
	background:#f8f8f8;
	padding:25px;
	position:relative;
}
.event-schedule .timeline{
	position:absolute;
	left:28px;
	top:25px;
	width:10px;
	height:200%;
	background:#efefef;
	border-radius:10px;
}
.event-prog{
	width:100%;
	display:block;
	margin:10px 0 20px;
}
.event-schedule .event-prog:last-child{
	margin-bottom:0;
}
.event-prog .timeline-stone{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #f8f8f8;
	border: 4px solid transparent;
	display:block;
	position: relative;
	z-index: 9;
	margin-right:12px;
	float:left;
	top:4px;
}
.event-prog-content{
	padding-left:32px;
}
.event-prog-content strong, .event-prog-content span{
	display:block;
}
.event-prog-content span{
	color:#999;
	font-size:13px;
}
.event-prog-content .event-pro-tag{
	float:right;
	width:40px;
	margin-right:-25px;
	height:35px;
	color:#fff;
	text-align:center;
	line-height:25px;
	font-size:20px;
	border-right:2px solid rgba(0,0,0,.1)
}
.single-event .event-location-address{
	font-size:14px;
	margin-bottom:28px;
	display:block;
}
.single-event .action-buttons{
}
.temp-thumbnail{
	margin-bottom:20px;
}
.ticket-booking-wrapper{
	z-index:1000;
	position:fixed;
	bottom:-300px;
	left:0;
	width:100%;
}
.tickets-table{
	color:#ccc;
}
.tickets-table .tickets-total{
	font-size:60px;
	text-align:center;
}
.tickets-table select{
	color:#666;
}
.tickets-table p, .tickets-table h4{
	margin-bottom:0;
}
.ticket-booking{
	background:#7a7e84;
	height:300px;
	position:relative;
	z-index:999;
	-webkit-box-shadow:inset 0 2px 7px rgba(0,0,0,.4);
	box-shadow:inset 0 2px 7px rgba(0,0,0,.4);
}
.ticket-booking-close{
	width:40px;
	height:40px;
	line-height:46px;
	font-size:20px;
	color:#fff;
	opacity:.7;
	text-align:center;
	position:absolute;
	top:0;
	z-index:997;
	left:50%;
	margin-left:-20px;
}
.ticket-booking-close:hover{
	color:#fff;
}
.ticket-booking h3{
	color:#fff;
	text-transform:uppercase;
	margin-top:107px;
}
.ticket-booking h3 strong{
	opacity:.7;
	letter-spacing:4.5px;
	font-weight:300;
}
.ticket-booking h3 span{
	font-size:40px;
	letter-spacing:0;
	opacity:1;
}
.ticket-id{
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    transform:rotate(-90deg);
    position:absolute;
    right:-112px;
    top:50%;
    margin-top:-100px;
    height:200px;
    z-index:11;
}
.book-ticket{
	background:#fff;
	border-radius:10px;
	height:200px;
	opacity:0;
}
.event-ticket{
	margin-top:53px;
}
.event-ticket-left{
	width:13%;
	float:left;
	height:200px;
	border-right:3px dashed #eee;
	position:relative;
	z-index:900;
}
.event-ticket-left .ticket-handle{
	height:100px;
	border:5px solid transparent;
	width:35px;
	border-radius:40px;
	margin:50px 0 0 32px;
	background:#7a7e84;
	box-shadow:inset 0 0 5px rgba(0,0,0,.3);
	float:left;
}
.event-ticket-left .ticket-cuts{
	position:absolute;
	width:30px;
	height:30px;
	background:#7a7e84;
	top:-30px;
	right:-15px;
	border-radius:100%;
}
.event-ticket-left .ticket-cuts-top{
}
.event-ticket-left .ticket-cuts-bottom{
	bottom:-30px;
	top:auto;
}
.event-ticket-right{
	float:left;
	width:86%;
}
.event-ticket-right-inner{
	padding:30px;
}
.event-ticket-info{
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	height:40px;
}
.event-ticket-info p{
	line-height:36px;
	text-transform:uppercase;
	font-size:15px;
	color:#ccc;
	text-align:center;
	margin-bottom:0;
}
.event-ticket-info p strong{
	color:#222;
}
.event-ticket-info .col{
	float:left;
	width:33.33%;
}
.event-ticket-info .ticket-col{
	border-right:2px solid #333;
}
.event-ticket-info .ticket-col.btn-success{
	cursor:default;
}
.event-ticket-info .btn{
	-webkit-border-radius:0;
	border-radius:0;
	height:36px;
}
.event-ticket .event-location{
	color:#ccc;
	text-transform:uppercase;
	text-align:center;
	padding-top:12px;
}
ul.blog-classic-listing > li.sermon-item{
	padding-top:25px;
}
.sermon-item.col-md-3 .grid-footer .pull-right{
	float:none!important;
	margin-top:10px;
}
.sermon-item .sermon-series-date{
	font-size:18px;
	text-transform:uppercase;
	color:#ccc;
	margin-bottom:18px;
	display:block;
}
.sermon-item .grid-item-inner, .staff-item .grid-item-inner{
	background:#fff;
}
.sermon-series-trailer{
	color:#fff;
	font-size:55px;
	display:inline-block;
}
.sermon-pastors{
	text-align:center;
}
.members-list{
	list-style-type:none;
	margin:0;
}
.members-list li{
	margin-bottom:30px;
	text-align:center;
}
.members-list li:last-child{
	margin-bottom:0;
}
.members-list li > img, .members-list li > a > img{
	-webkit-border-radius:100%;
	border-radius:100%;
	margin-bottom:12px;
}
.members-list li h5{
	margin-bottom:0;
}
.members-list .social-icons-colored li {
	margin-right:0;
}
.sermon-series-description{
	margin-bottom:50px;
}
.sermons-list{
	margin:0;
	list-style-type:none;
}
.sermons-list .sermon-item{
	background:#f8f8f8;
	padding:20px;
	margin-bottom:20px;
}
.sermons-list .sermon-item:last-child{
	margin-bottom:0;
}
.sermon-item .col-md-5{
	text-align:center;
}
.sermon-item .basic-link{
	font-size:18px;
	margin-top:20px;
}
.sermon-item h3{
	margin-bottom:5px;
}
.sermon-item .meta-data{
	margin-bottom:20px;
	display:block;
}
.sermon-media{
	margin:30px 0 0;
}
.sermon-media-left.sermon-links{
	width:10%;
	float:left;
	height:auto;
}
.sermon-media-left .action-buttons li{
	margin:13px 0;
}
.sermon-media-left .action-buttons li a{
	color:#fff;
}
.sermon-media-right{
	width:90%;
	float:left;
}
.sermon-media-content{
	background:#f8f8f8;
	margin-bottom:30px;
}
.sermon-media-right .audio-container blockquote{
	border-left:0;
	margin:0;
	padding:40px;
}
.mejs-container{
	margin-bottom:0;
}
.sermon-tabs{
	display:none;
}
.galleria-container{
	background:none;
	width:100%!important
}
.galleria-stage{
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.galleria{
	margin:0;
	list-style-type:none;
}
.galleria-info{
	top:72px;
}
.social-share-bar:before, .social-share-bar:after{
	display:table;
	content:" ";
}
.social-share-bar:after{
	clear:both;
}
.social-share-bar{
	margin-top:20px;
	display:block;
	padding:20px 0 4px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.social-share-bar h4{
	display:inline-block;
	margin-right:15px;
	color:#999;
}
.social-share-bar ul{
	display:inline-block;
}
.posts-listing .post-list-item .post-media:not(:empty){
	margin-bottom:25px;
}
.post-list-item{
	border-bottom:2px solid #efefef;
	margin-bottom:40px;
}
.post-list-item.sticky,.sticky {
    padding: 20px;
    background: aliceblue;
    padding-bottom: 0;
    padding-top: 30px;
}
.posts-listing .post-list-item:last-child{
	margin-bottom:20px;
}
.post-excerpt{
	padding-bottom:35px;
}
.post-list-item .basic-link{
	font-weight:700;
	text-transform:uppercase;
}
.post-list-item .meta-data.post-cats{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	float:right;
}
.post-list-item .meta-data > span:last-child{
	margin-right:0;
}
.post-list-item .post-cats a{
	margin-left:10px;
	margin-right:10px;
	color:#999
}
.post-list-item .post-cats a:hover{
	color:#222;
}
.single-post .title-row h2{
	margin-bottom:12px;
	line-height:30px;
}
.single-post .title-row .comments-go{
	margin-top:5px;
}
.single-post .post-media{
	margin:10px 0 30px;
}
.single-post .meta-data{
    margin-bottom: 10px
}
.single-post .meta-data > span{
	margin-right:12px;
}
.single-staff-post .social-icons-colored a{
	width:35px;
	height:35px;
	line-height:35px;
}
.post-tags.meta-data{
	margin-top:40px;
}
.post-tags.meta-data i.fa-tags{
	font-size:14px
}
.isotope-grid{
	margin:0;
	list-style-type:none;
}
.isotope-grid.row{
	margin-left: -15px;
	margin-right: -15px
}
.grid-holder{
	margin:0;
	list-style-type:none;
	width: 105%;
	margin-left: -3%;
	float: left;
}
.grid-holder .grid-item{
	float: left;
}
.grid-item{
	margin-bottom: 3%;
	border-bottom: medium none;
	margin-top:2px;
}
.isotope-events .grid-item.event-list-item{
	margin-bottom:0;
	margin-top:0;
}
.grid-item-inner{
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	background:#f8f8f8;
}
.grid-holder .grid-item{
	margin-left: 3%;
}
.grid-holder.col-2 .grid-item{
	width:47%;
}
.grid-holder.col-3 .grid-item{
	width:29.63%;
}
.grid-holder.col-4 .grid-item{
	width:22%;
}
.grid-media{
	position:relative;
}
.grid-content{
	padding:25px 20px;
}
.grid-footer{
	padding:10px 20px 1px;
	background:#efefef;
}
.blog-item .grid-item-inner{
	background:#fff;
}
.blog-item .grid-footer{
	padding:10px 20px;
	background:#f8f8f8;
}
.blog-item .grid-footer .meta-data{
	margin-top:4px;
}
.grid-content .fa-external-link{
	margin-left:10px;
}
.grid-item h3{
	line-height:1.2em;
}
.grid-item.event-item .action-buttons{
	margin-top:0px;
}
#message, form .message{
	margin-top:20px;
}
.post-comments{
	margin:40px 0 20px;
}
.comments ul.children,.comments{
	margin:0;
	list-style-type:none;
}
.comments ol{
    list-style-type: none
}
.comments > li{
	border-bottom:1px solid #efefef;
	padding-top:30px;
	padding-bottom:10px;
}
.comments > li > ul{
	border-top:1px solid #efefef;
}
.comments > li .post-comment-block{
}
.comments > li.admin > .post-comment-block{
}
.comments > li .img-thumbnail{
	float:left;
	margin-right:20px;
}
.comments > li h5{
	margin-bottom:5px;
}
.comments > li:last-child{
	border-bottom:0;
}
.comments > li > ul, .comments > li > ul > li > ul, .comments > li > ul > li > ul > li > ul{
	list-style-type:none;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}
.comments > li > ul > li, .comments > li > ul > li > ul > li, .comments > li > ul > li > ul > li > ul > li{
	margin-left:50px;
	margin-top:25px;
}
.comments > li > ul > li:last-child{
	border-bottom:0;
}
.comments .comment-text{
	margin-top:20px;
}
.post-comment-form{
	margin:30px 0 0 0;
	border-bottom:0;
}
.post-comment-form h4{
	margin-bottom:40px;
}
.post-comment-form .form-control{
	margin-bottom:20px;
}
/* ==================================================
   6.2. Widgets Styling
================================================== */
.widget{
	margin-bottom:30px;
}
.widget.footer-widget{margin-bottom:20px;}
.widgettitle:not(:empty){
	padding-bottom:10px;
	border-bottom:3px solid #efefef;
}
.widget.footer-widget .widgettitle{border-bottom:0; padding-bottom:0}
.widget:last-child{
	margin-bottom:0;
}
.widget.footer-widget:last-child{
	margin-bottom:20px;
}
.widget ul, .widget ol{
	margin:0;
	list-style-type:none;
}
.widget li{
	margin-bottom:10px;
	padding-bottom:9px;
}
.widget_categories ul li, .widget_archive ul li, .widget_recent_entries ul li, .widget_recent_comments ul li, .widget_links ul li, .widget_meta ul li, .widget_sermon_speakers li, .widget_adore_core_sermon_speakers li, .widget_custom_category ul li, .widget_adore_core_custom_category ul li, .widget_pages li, .widget_nav_menu li{
	border-bottom:1px solid #efefef;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_recent_entries ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_links ul li a, .widget_meta ul li a, .widget_custom_category ul li a, .widget_adore_core_custom_category ul li a, .widget_pages li a, .widget_nav_menu li a{
	display:inline-block;
	position:relative;
}
.widget li .sub-menu, .widget li .children{
	padding-top: 8px;
	padding-left: 12px;
	border-top: 1px solid #efefef;
	margin-top: 8px;
}
.widget li .sub-menu li, .widget li .children li{
	border-bottom:1px solid #efefef;
}
.widget li .sub-menu li:last-child, .widget li .children li:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.widget_upcoming_events li,.widget_adore_core_upcoming_events li{
	text-align:left;
}
.widget_sermon_speakers li,.widget_adore_core_sermon_speakers li{
	padding: 3px 0 12px 0;
}
.widget_sermon_speakers li h5,.widget_adore_core_sermon_speakers li h5{
	margin-bottom:0;
	margin-top:12px;
}
.widget_sermon_speakers li img,.widget_adore_core_sermon_speakers li img{
	-webkit-border-radius:100%;
	border-radius:100%;
	width:70px;
	height:70px;
	float:left;
	margin-right:20px;
}
.widget_sermon_speakers li:before, .widget_sermon_speakers li:after,.widget_adore_core_sermon_speakers li:before, .widget_adore_core_sermon_speakers li:after,.post-tags.meta-data:before,.post-tags.meta-data:after,.post-content:before,.post-content:after,.widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_links ul li:before, .widget_meta ul li:before, .widget_sermon_speakers li:before, .widget_adore_core_sermon_speakers li:before, .widget_custom_category ul li:before, .widget_adore_core_custom_category ul li:before, .widget_pages li:before, .widget_nav_menu li:before,.widget_categories ul li:after, .widget_archive ul li:after, .widget_recent_entries ul li:after, .widget_recent_comments ul li:after, .widget_links ul li:after, .widget_meta ul li:after, .widget_sermon_speakers li:after, .widget_adore_core_sermon_speakers li:after, .widget_custom_category ul li:after, .widget_adore_core_custom_category ul li:after, .widget_pages li, .widget_nav_menu li:after{
  display: table;
  content: " ";
}
.widget_sermon_speakers li:after,.widget_adore_core_sermon_speakers li:after,.post-tags.meta-data:after,.post-content:after,.widget_categories ul li:after, .widget_archive ul li:after, .widget_recent_entries ul li:after, .widget_recent_comments ul li:after, .widget_links ul li:after, .widget_meta ul li:after, .widget_sermon_speakers li:after, .widget_adore_core_sermon_speakers li:after, .widget_custom_category ul li:after, .widget_adore_core_custom_category ul li:after, .widget_pages li:after, .widget_nav_menu li:after{
	clear:both;
}
.spkser-thumb{
	border-radius: 100%;
	width: 100px;
	height: 100px
}
.widget_tag_cloud a{
	display:inline-block;
	margin-right:4px;
	margin-bottom:7px;
	padding:2px 8px;
	border:1px solid #efefef;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#f8f8f8;
	font-size:12px!important;
	color:#222;
	text-decoration:none;
}
.widget_tag_cloud a:hover{
	text-decoration:none;
	background:#fff;
}
.twitter-widget li:nth-child(odd){
	display:none;
}
.widget_twitter_feeds .date{
	margin-left:10px;
}
.twitter-widget{
	margin:0;
	list-style-type:none;
}
#back-to-top{
	position:fixed;
	right:17px;
	bottom:17px;
	display:none;
	padding:5px 12px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:rgba(0,0,0,.7);
	color:#ffffff;
}
/* ==================================================
   6.4. Counter Shortcode
================================================== */
.fact-ico{
	display:inline-block;
	width:100px;
	height:100px;
	color:#999999;
	line-height:100px;
	margin:10px 0;
}
.countdown .fact-ico{
	height:auto;
	width:auto;
	line-height:normal;
	margin-bottom:30px;
}
.fact{
	display:inline-block;
	color:#999999;
	font-size:15px;
	margin-top:10px;
	font-family: 'Volkhov', serif;
	font-style:italic
}
.countdown{
	text-align:center;
}
.counters .timer, .countdown .timer{
	display:inline-block;
	color:#333333;
	font-weight:700;
	font-size:38px;
}
.parallax .counters .timer{
	color:#ffffff;
}
/* ==================================================
   6.5. Parallax Backgrounds
================================================== */
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#999;
}
.touch .parallax, .page-header.parallax{
	background-attachment:scroll!important;
}
/* WP DEFAULT STYLING */
/*This required by breadcrumb current_item*/ 
ol.breadcrumb > .current_item{
	color:#fff;
}
.widget select{
	max-width:100%;
}
/*This required by select post widget*/
.screen-reader-text, .bypostauthor {
	position: static !important;
}
.screen-reader-text{
	display:none;
}
#wp-calendar {
	border-collapse: collapse;
	border:1px solid #ddd;
	width:100%;
	border-top:none;
}
#wp-calendar td, #wp-calendar th {
	text-align:center;
}
#wp-calendar td#today{
	background:#eee;
}
#wp-calendar caption {
	padding: 0;
	line-height: 39px;
}
#wp-calendar thead, #wp-calendar tfoot {
	line-height:33px;
	background:#eee;
}
#wp-calendar tbody {
	line-height:33px;
}
#wp-calendar #prev, #wp-calendar #next {
	padding:0 10px;
	background:#eee;
}
#wp-calendar #prev {
	text-align:left;
}
#wp-calendar #next {
	text-align:right;
}
.widget_selected_post .post-image,.widget_adore_core_selected_post .post-image{
	width:30%;
	float:left;
	margin-right:5%;
}
.widget_selected_post .widget-blog-content,.widget_adore_core_selected_post .widget-blog-content{
	float:left;
	width:65%;
}
.widget_selected_post .fa-angle-right,.widget_adore_core_selected_post .fa-angle-right{
	display:none;
}
.widget_selected_post .fa-plus,.widget_adore_core_selected_post .fa-plus{
	margin-right:0;
}
.widget_selected_post ul li,.widget_adore_core_selected_post ul li{
	padding:0 0 12px;
	margin-bottom:12px;
}
.widget_selected_post ul li .meta-data,.widget_adore_core_selected_post ul li .meta-data{
	display:block;
}
.widget_selected_post ul li a,.widget_adore_core_selected_post ul li a{
	padding:0;
	text-decoration:none;
}
.widget_selected_post ul li a .img-thumbnail,.widget_adore_core_selected_post ul li a .img-thumbnail{
	margin-bottom:0;
}

/*After theme checker below css is required*/
.post-content table{
	margin:20px 0;
	width:100%;
	border:1px solid #eee;
	border-collapse:separate;
	border-left:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
.post-content table th,.post-content table td{
	padding:8px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	vertical-align:top;
	text-align:left;
	line-height:18px
}
.post-content table thead:first-child tr:first-child th,.post-content table tbody:first-child tr:first-child th,.post-content table tbody:first-child tr:first-child td{
	border-top:0
}
.post-content table thead:first-child tr:first-child th:first-child,.post-content table tbody:first-child tr:first-child td:first-child{
	-webkit-border-radius:4px 0 0 0;
	-moz-border-radius:4px 0 0 0;
	border-radius:4px 0 0 0
}
.post-content table thead:first-child tr:first-child th:last-child,.post-content table tbody:first-child tr:first-child td:last-child{
	-webkit-border-radius:0 4px 0 0;
	-moz-border-radius:0 4px 0 0;
	border-radius:0 4px 0 0
}.post-content table thead:last-child tr:last-child th:first-child,.post-content table tbody:last-child tr:last-child td:first-child{
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px
}
.post-content table thead:last-child tr:last-child th:last-child,.post-content table tbody:last-child tr:last-child td:last-child{
	-webkit-border-radius:0 0 4px 0;
	-moz-border-radius:0 0 4px 0;
	border-radius:0 0 4px 0
}
.post-content .fc table{
	margin:0;
	border:0;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	-moz-border-radius:0;
	border-radius:0
}
.post-content .fc table th{
	text-align:center;
}
.post-content .fc table th, .post-content .fc table td{
	padding:0;
	border:1px solid #eee;
	line-height:inherit;
	-moz-border-radius:0;
	border-radius:0
}
.post-content .fc-row .fc-content-skeleton td, .post-content .fc-row .fc-helper-skeleton td{
	border:0;
}
.post-content .fc-unthemed thead{
	border-color:transparent;
}
.content .fc table {
	margin: 0
}
.content .fc table table {
	border: 0
}
.content .fc table th {
	border-bottom: 0;
	border-right: 0;
}
.content .fc table td {
	padding: 0!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	margin: 0!important;
	border-top: 0!important;
	border-right: 0;
}
/* Image Float Classes */
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* WooCommerce Styling */
.woocommerce-MyAccount-navigation ul{
	list-style-type: none;
	margin: 0;
	border: 1px solid #eee;
}
.woocommerce-MyAccount-navigation ul li a{
	padding: 20px;
	border-bottom: 1px solid #eee;
	display: block
}
.woocommerce-MyAccount-navigation ul li:last-child a{
	border-bottom: 0
}
.woocommerce-pagination{
	display:none
}
p.demo_store{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:0
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce input.button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size:12px;
	letter-spacing: 0.07em;
	padding: 9px 10px 10px 10px;
	border-radius: 3px;
	color: #333;
	text-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform:uppercase;
}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page #content input.button:hover, .woocommerce input.button:hover{
	background:#ebebeb;
	border-color: #adadad;
	color: #333333;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border-bottom-color:#fff;
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart{
	padding-left:25px;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info{
	background:#F8F8F8!important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before{
	height:auto;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th{
	border-color:#EFEFEF!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce #reviews #comment, .woocommerce-page #reviews #comment{
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	resize:vertical
}
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment{
	height:75px;
}
.woocommerce #payment, .woocommerce-page #payment{
	background:#F8F8F8!important;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after{
	border-color:transparent transparent #fff;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box{
	background:#fff!important;
}
.woocommerce-page table.cart td.actions #coupon_code{
	width: auto!important
}
#ship-to-different-address .input-checkbox{
	float:left;
	margin-top:14px
}
#ship-to-different-address label{
	display:inline-block;
	font-weight:400;
	padding-left:12px;
	margin-top:0
}
.shipping_calculator, h3#order_review_heading{
	margin-top:30px
}
.woocommerce span.onsale,.woocommerce-page span.onsale{
	padding:0 4px!important;
	text-shadow:none!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img{
	-webkit-box-shadow:none;
	box-shadow:none
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	border: 0!important;
	text-shadow:none!important;
	color:#fff;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	width:100%;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th{
	text-transform:uppercase;
}
.woocommerce a.button:active,.woocommerce button.button:active,.woocommerce input.button:active,.woocommerce #respond input#submit:active,.woocommerce #content input.button:active,.woocommerce-page a.button:active,.woocommerce-page button.button:active,.woocommerce-page input.button:active,.woocommerce-page #respond input#submit:active,.woocommerce-page #content input.button:active{
	top:0
}
.woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register{
	border-color:#EFEFEF!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
	width:1.1em;
	height:1.1em;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range{
	background:#EFEFEF!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a{
	border:0;
}
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li{
	padding:5px 0;
}
.variations .label{
	color:#666;
}
.variations label{
	font-size:13px;
	padding-top:6px;
	text-transform:uppercase;
}
.woocommerce-tabs .panel{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{
	border-color:#EFEFEF!important;
	background:#F8F8F8!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text{
	border-color:#EFEFEF!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active{
	background:#fff!important;
}
.post-type-archive-product .star-rating, .tax-product_cat .star-rating{
	display:none!important;
}
.single_variation{
	margin-bottom:20px;
}
.woocommerce p.myaccount_user, .woocommerce .addresses .address{
	border:1px solid #ECEAE4!important;
	background:#F8F8F8!important;
	padding:20px;
}
/* Contact Form 7 Styling */
.wpcf7-form p{
	font-weight:700;
}
div.wpcf7-validation-errors{
	color: #b94a48;
	background-color: #f2dede;
	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
	margin-left:0;
	border-color: #ebccd1;
}
div.wpcf7-mail-sent-ok{
	color: #468847;
	background-color: #dff0d8;
	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
	margin-left:0;
	border-color: #d6e9c6;
} 
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-textarea, .wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-date{
  	height: 34px;
  	padding: 6px 12px;
  	font-size: 14px;
  	line-height: 1.428571429;
  	color: #555555;
	font-weight:400!important;
	margin-top:10px;
  	vertical-align: middle;
  	background-color: #ffffff;
  	background-image: none;
  	border: 1px solid #cccccc;
  	border-radius: 3px;
  	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
  	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpcf7-form .wpcf7-textarea{
	min-height:80px;
	resize:vertical
}
.wpcf7-form .wpcf7-checkbox, .wpcf7-form .wpcf7-file, .wpcf7-form .wpcf7-radio{
	margin-top:10px;
	display: inline-block;
}
.wpcf7-form .wpcf7-list-item{
	margin-left:0.8em;
}
.wpcf7-form .wpcf7-list-item.first{
	margin-left:0;
}
.wpcf7-form .wpcf7-quiz-label{
	padding-top: 18px;
	float: left;
	margin-right: 10px;
	font-weight:400!important;
}
.wpcf7-form .wpcf7-list-item-label{
	font-weight:400!important;
}
.wpcf7-form .wpcf7-submit{
	color: #FFF;
	border-width: 0px;
	font-family: 'Roboto Condensed',sans-serif;
	-webkit-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.52857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}
/* Page builder Classes */
.no-top-content-padding{
	margin-top:-50px;
}
.so-panel.widget .gallery-updates li{
	padding:0;
	margin:0;
}
.so-panel.widget_spacer-widget{margin-bottom:0!important;}
.widget_recent_sermons.so-panel.widget h3.widget-title{
	padding-bottom:0;
	margin-bottom:15px;
	border:0;
}
.so-panel .blog-classic-listing > li{
	padding-top:20px;
}
.so-panel .blog-classic-listing li .post-media{
	margin-bottom:20px;
	margin-top: 7px;
}
.panel-grid .widget ul{
	list-style-type:none;
	margin:0;
}
.siteorigin-panels-stretch{
	overflow:hidden;
}
.no-title-border h2.title{
	border-bottom:0;
}
.no-title-border .title-border{
	border-bottom-color:transparent;
	padding-bottom:0;
}
.panel-grid .title .btn.pull-right{
	margin-bottom:12px;
	margin-top:0;
}
.panel-grid .widget .gallery-grid .slides li{
	margin-bottom:0;
	padding-bottom:0;
}
.panel-grid h3.panel-title{
	margin-bottom:40px;
	padding-bottom:15px;
	display:inline-block;
	font-size:22px;
	border-bottom:2px solid #ccc;
	color:#333;
}
.sow-headline .decoration{
	margin-left:0!important;
	margin-right:0!important;
}
.panel-grid .grid-footer{
	padding-bottom:10px;
}
.widget .flexslider li{
	margin:0;
	padding:0;
}
.sort-destination .grid-item h4{
	margin-top:10px;
	margin-bottom:0;
}
.carousel-container{
	overflow:hidden;
}
.panel-grid ul.upcoming-events li, .widget_woocommerce_products ul li{
	margin:8px 0;
}
.panel-grid .tabs .tab-content{
	padding-top:10px;
}
.tabs.vertical-tabs .nav-tabs{
	width:25%;
	background:none;
	border:0;
	float:left;
}
.tabs.vertical-tabs .nav-tabs > li{
	float:none;
	display:block;
	width:100%;
	margin-bottom:0;
}
.tabs.vertical-tabs .nav-tabs > li > a{
	border-right:0;
}
.tabs.vertical-tabs .nav-tabs > li.active > a{
	border-right:0;
}
.tabs.vertical-tabs .tab-content{
	float:left;
	width:75%;
	padding-top:0;
	padding-left:20px;
	margin-left:-1px;
}
.list-group-item > .badge{
	margin-top:4px;
}
body.boxed .popover{
	left:10px!important;
}
.panel-grid .siteorigin-widget-tinymce ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px
}

/*-------------------------------------------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------------------------------------------*/
.pricing-table {
	margin-top: 50px;	
	margin-bottom: 50px;
}
.pricing-table:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	content: "";
}
.pricing-table > div:first-child .pricing-column-content, .pricing-table > div:first-child h3 {
	border-left: 1px solid #eee!important;
}
.pricing-column {
	float: left;
	overflow: hidden;
	padding: 0px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
}
.pricing-column .features{
	padding:0;
	margin-bottom:0;
	background:none;
}
.pricing-column .features a{
	color:#5e5e5e;
}
.pricing-column .pricing-column-content {
	padding: 0px 0px 20px 0px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.pricing-column.highlight {
	z-index: 1;
	margin: -20px 0 0 -1px;
	background-color: #ffffff;
}
.pricing-column.highlight .pricing-column-content, .pricing-column.highlight h3  {
	border: none;
}
.pricing-column.highlight h3{
	background:#5bc0de;
}
.pricing-column.highlight h3 .highlight-reason {
	display: block;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}
.pricing-column.highlight .pricing-column-content {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.pricing-table .popover{
	text-align:center;
}
.pricing-column ul li {
	padding: 10px 25px;
	border-bottom: 1px solid #eee;
	color: #666666!important;
	list-style: none;
	line-height: 18px;
}
.pricing-column ul li a{
	margin-left:10px;
}
.pricing-column ul li:first-child {
	border-top: 1px solid #eee;
}
.pricing-column ul li:nth-child(2n+1) {
	background-color: #f8f8f8;
}
.pricing-column.highlight h3 {
	margin-bottom: 0px!important;
	padding: 15px 0px;
	color: #ffffff!important;
}
.toggle .pricing-column h3 {
	font-size: 26px!important;
}
.pricing-column h3 {
	margin-bottom: 0px;
	padding: 18px 0px 18px 0px;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #ffffff;
	font-size: 26px;
	line-height: 28px;
}
.pricing-column h4 {
	margin-bottom: 0px;
	margin-left: -22px;
	padding: 20px 30px 6px 30px;	
	color: #333333;
	font-size: 54px!important;
	line-height: 42px!important;
}
.pricing-column h4 .dollar-sign {
	position: relative;
	top: -14px;
	right: -6px;
	font-size: 22px;
	line-height: 22px;
}
.pricing-column .interval {
	display: block;
	padding-bottom: 17px;
	min-height: 38px;
	color: #999
}
.pricing-column ul {
	margin-left: 0px
}
.pricing-column .btn{
	margin-top:25px
}
.pricing-column.highlight .btn{
	margin-bottom:20px
}
.pricing-table.six-cols > div {
	width: 16.5%
}
.pricing-table.five-cols > div {
	width: 20%
}
.pricing-table.four-cols > div {
	width: 25%
}
.pricing-table.three-cols > div {
	width: 33.2%
}
.pricing-table.two-cols > div {
	width: 50%
}

/* Add to Calendar Styling */
.addtocalendar var{display:none}.addtocalendar{position:relative;display:block;background:0 0!important;margin-top:20px}.atcb-link{display:block;outline:0!important;cursor:pointer}.atcb-link:active~ul,.atcb-link:focus~ul,.atcb-list:hover{visibility:visible}.atcb-list{visibility:hidden;position:absolute;top:100%;left:0;width:170px;z-index:900}.atcb-item,.atcb-list{list-style:none;margin:0;padding:0;background:#fff}.atcb-item{float:none;text-align:left}.atcb-item-link{text-decoration:none;outline:0;display:block}.atcb-item.hover,.atcb-item:hover{position:relative;z-index:900;cursor:pointer;text-decoration:none;outline:0}.atc-style-blue .atcb-link,.atc-style-blue .atcb-link:active,.atc-style-blue .atcb-link:focus,.atc-style-blue .atcb-link:hover{margin:0;padding:7px 25px;color:#222;text-align:center;font-family:Roboto;font-size:14px;text-decoration:none;outline:0;line-height:20px;vertical-align:middle;background:#ffffff;border:2px solid #ddd;border-radius:3px;zoom:1;display:block}.atc-style-blue .atcb-list{width:170px;border:1px solid #bababa;border-radius:2px;box-shadow:0 0 5px #AAA}.atc-style-blue .atcb-item,.atc-style-blue .atcb-list{background:#fff;color:#000}.atc-style-blue .atcb-item,.atc-style-blue .atcb-item-link{line-height:1.3em;vertical-align:middle;zoom:1}.atc-style-blue .atcb-item-link,.atc-style-blue .atcb-item-link:active,.atc-style-blue .atcb-item-link:focus,.atc-style-blue .atcb-item-link:hover{color:#000;font-size:14px;text-decoration:none;outline:0;padding:5px 15px}.atc-style-blue .atcb-item.hover,.atc-style-blue .atcb-item:hover{background:#eee}

/* ==================================================
   7. Responsive Media Queries
================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
	.event-list-item-date{
		width:18%;
	}
	.event-list-item-info{
		width:61%;
	}
	.lead-content-wrapper{
		margin-left:-500px!important;
		width:1000px!important;
		padding:35px 0 0;
	}
	.header-style5 .site-header{
		margin-left:-500px!important;
		width:1000px!important;
	}
	.header-style5 .sticky-header.site-header{
		margin-left:0!important;
		width:100%!important;
	}
}
@media only screen and (max-width: 992px) {
	.main-navigation{
		display:none;
	}
	.header-style1 .main-navigation > ul > li > a{
		color:#222;
	}
	.flex-caption{
		width:400px;
	}
	.main-navigation{
		display:none;
		width:100%;
		position:absolute;
		height:auto;
		left:0;
		top:74px;
		background:#fff;
		z-index:99;
		overflow:auto;
		-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);
		box-shadow:0 1px 1px rgba(0,0,0,.1);
	}
	.main-navigation ul{
		float:none;
		border-top:2px solid #efefef;
	}
	.main-navigation > ul > li{
		display:block;
		width:100%
	}
	.main-navigation > ul > li > a,.main-navigation > ul > li > ul > li > a,.main-navigation > ul > li > ul > li > ul > li > a,.main-navigation > ul > li > ul > li > ul > li > ul > li > a{
		height: 45px
	}
	.main-navigation > ul > li > a{
		display:block;
		padding:15px 0 15px 20px;
		line-height:normal!important;
		color:#222
	}
	.main-navigation > ul > li ul{
		position:static;
		top:0;
		left:0!important;
		margin:0;
		-webkit-border-radius:0;
		border-radius:0;
	}
	.main-navigation > ul > li ul .fa-angle-right{
		display: none
	}
	.main-navigation > ul > li.megamenu{
		position: relative!important
	}
	.main-navigation > ul > li > ul li ul{
		position:static;
		margin:0;
		left:0!important;
		width:100%;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.main-navigation > ul > li > ul:before, .main-navigation > ul > li > ul li ul:before{
		display:none;
	}
	.main-navigation > ul > li.megamenu > ul{
		width:100%;
	}
	.main-navigation > ul > li.megamenu > ul .megamenu-container > div.row > div{
		margin-top:20px;
	}
	.sticky-header .main-navigation > ul > li > a, .main-navigation > ul > li > a{
		line-height:normal!important;
	}
	#canvas-animation{
		display:none;
	}
	.for-navi{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	.flex-caption{
		display:none!important;
	}
	.header-style5 .site-header{
		margin-left:0!important;
		width:100%!important;
	}
	.lead-content{
		height:auto!important
	}
	.lead-content-wrapper{
		margin-left:0!important;
		width:100%!important;
		padding:35px 0 0;
		-webkit-border-radius:0;
		border-radius:0;
		position:static;
		margin-bottom:0px;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.event-list-item-date{
		width:25%;
		margin-right:2%;
	}
	.widget_upcoming_events .event-list-item-date,.widget_adore_core_upcoming_events .event-list-item-date{
		width:15%;
	}
	.event-list-item-info{
		width:73%;
		padding-right:0;
		border-right:0;
		margin-right:0;
		padding-bottom:5px;
	}
	.widget_upcoming_events .event-list-item-info,.widget_adore_core_upcoming_events .event-list-item-info{
		width:83%;
	}
	.event-list-item-actions{
		width:100%;
		text-align:left;
	}
	.event-list-item-actions .action-buttons{
		margin-top:10px;
		display:inline-block;
		float:left;
		width:auto;
		margin-left:7px;
		margin-bottom:-10px;
	}
	.event-list-item-actions .action-buttons li:first-child{
		margin-left:0;
	}
	.event-list-item .btn-transparent{
		float:right;
		display:inline-block;
	}
	.event-list-item{
		margin-bottom:20px;
	}
	.event-list-item:before, .event-list-item:after{
  		display: table;
  		content: " ";
	}
	.event-list-item:after{
		clear:both;
	}
	.events-listing .event-list-item:last-child{
		margin-bottom:0;
	}
	.very-latest-post{
		margin-bottom:20px;
	}
	.blog-classic-listing{
		margin-bottom:20px;
	}
	.footer_widget{
		margin-bottom:40px;
	}
	.quick-info{
		padding-top:15px;
		padding-bottom:10px;
		margin-top:0;
	}
	.quick-info .col-sm-6{
		margin:10px 0;
	}
	.quick-info .col-md-4{
		margin-bottom:20px;
	}
	.upcoming-event-bar .text-align-right{
		text-align:center!important;
	}
	.upcoming-event-bar .event-register-button{
		margin-left:30px;
	}
	.upcoming-event-bar .action-buttons{
		display:inline-block;
		margin-top:10px;
	}
	.blog-classic-listing .post-thumb{
		margin-bottom:20px;
	}
	.topbar .container{
		width:100%;
	}
	.header-style5 .site-header{
		top:20px;
		width:100%;
		left:0;
		margin-left:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.sermon-item .basic-link{
		margin-bottom:10px;
	}
	.sermon-item .col-md-5{
		text-align:left;
	}
	.widget.sidebar-widget{
		margin-bottom:0;
		margin-top:30px;
	}
	.quick-info-overlay-left{
		text-align:left;
	}
	.quick-info-overlay-left h3.event-title{
		font-size:18px;
	}
	.quick-info-overlay-left .event-address{
		font-size:13px;
	}
	.single-event .quick-info-overlay-left .event-address{
		font-size:15px;
	}
	.ticket-booking h3{
		margin-top:27px;
		text-align:center;
	}
	.ticket-booking h3 strong{
		letter-spacing:0;
	}
	.ticket-booking h3 span{
		font-size:100%;
	}
	.event-ticket {
		margin-top: 23px;
	}
	.event-details-left{
		width:100%;
		float:left;
	}
	.event-details-right{
		width:100%;
		float:left;
	}
	.isotope-events .grid-item.event-list-item{
		margin-bottom:20px;
	}
	.event-page-cal .month{
		display:block;
	}
	.event-page-cal .year{
		margin-top:20px;
		width:30%;
	}
	.slider-wrapper{
		min-height: inherit;
	}
	.hero-slider.flexslider, .hero-slider.flexslider ul.slides li{
		height:250px;
	}
	.header-style1 .hero-slider.flexslider, .header-style1 .hero-slider.flexslider ul.slides li, .header-style3 .hero-slider.flexslider, .header-style3 .hero-slider.flexslider ul.slides li, .header-style5 .hero-slider.flexslider, .header-style5 .hero-slider.flexslider ul.slides li{
		height:250px;
	}
	.home .hero-slider.flexslider, .home .hero-slider.flexslider ul.slides li{
		height:350px;
	}
	.header-style1 .page-header, .home-style3 .page-header, .home-style5 .page-header{
		height:350px;
	}
	.home .page-header{
		height:350px;
	}
	.ticket-booking{
		height:400px;
		-webkit-box-shadow:none;
		box-shadow:none;
		overflow:auto;
	}
	.ticket-booking-wrapper{
		bottom:-400px;
		z-index:9999;
	}
	.pricing-column .features{
		margin-bottom:0;
	}
	.pricing-column.highlight {
		margin: 0;
  	}
	.pricing-table > div:third-child .pricing-column-content, .pricing-table > div:nth-child(2n+1) h3 {
		border-left: 1px solid #eeeeee!important;
	}
  	.pricing-column ul li:first-child {
	  	border-top: 1px solid #eeeeee;
  	}
  	.pricing-column ul li:nth-child(2n+1) {
	  	background-color: #f8f8f8;
  	}
  	.toggle .pricing-column h3 {
	  	font-size: 26px!important;
  	}
  	.pricing-column.highlight .btn{
	  	margin-bottom:0;
  	}
	.pricing-table.six-cols > div {
		width: 50%;
	}
	.pricing-table.five-cols > div {
		width: 50%;
	}
	.pricing-table.four-cols > div {
		width: 50%;
	}
	.pricing-table.three-cols > div {
		width: 50%;
	}
	.pricing-table.two-cols > div {
		width: 50%;
	}
	#multi-info-btn{
		text-align:center;
	}
}
@media only screen and (max-width: 767px) {
	/* Isotope */
	.isotope {
		overflow: visible !important;
		height: auto !important;
	}
	.isotope-item {
		position: static !important;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	.isotope-hidden {
		display: none !important;
	}
	.grid-item{
		margin-bottom: 6%;
	}
	.grid-holder.col-2 .grid-item{
		width:95%;
	}
	.grid-holder.col-3 .grid-item{
		width:95%;
	}
	.grid-holder.col-4 .grid-item{
		width:95%;
	}
	.img-thumbnail{
		margin-bottom:20px;
	}
	.grid-item .media-box{
		margin-bottom:0;
	}
	.hero-slider.flexslider, .hero-slider.flexslider ul.slides li{
		height:200px;
	}
	.header-style1 .hero-slider.flexslider, .header-style1 .hero-slider.flexslider ul.slides li, .header-style3 .hero-slider.flexslider, .header-style3 .hero-slider.flexslider ul.slides li, .header-style5 .hero-slider.flexslider, .header-style5 .hero-slider.flexslider ul.slides li{
		height:200px;
	}
	.home .hero-slider.flexslider, .home .hero-slider.flexslider ul.slides li{
		height:300px;
	}
	.site-header{
		-webkit-transition:none;
		-moz-transition:none;
		-ms-transition:none;
		-o-transition:none;
		transition:none;
		border-bottom:0;
		position:relative;
	}
	.header-style5 .site-header, .header-style4 .site-header{
		top:0!important;
	}
	.header-style2 .body, .header-style4 .body, .header-style5 .body{
		padding-top:0!important;
	}
	.sidebar{
		float:left;
		width:100%;
	}
	.featured-block:hover figure img{
		width:100%;
	}
	#back-to-top{
		display:none!important;
	}
	#contactform{
		margin-top:50px;
	}
	.header-style1 .page-header, .home-style3 .page-header, .home-style5 .page-header{
		height:200px;
	}
	.page-header, .home .page-header{
		height:200px;
	}
	.page-header h2{
		font-size:24px;
	}
	.page-header hr{
		margin-top:10px;
	}
	.home .page-header{
		height:300px;
	}
	.isotope-events .grid-item.event-list-item{
		margin-bottom:20px;
	}
	.events-list-sidebar{
		margin-bottom:20px;
		float:left;
		width:100%;
	}
	.quick-info-overlay-left{
		z-index:1001;
	}
	.quick-info-overlay-right{
		width:100%;
		right:-100%;
	}
	.quick-info-overlay-left .event-address{
		display:none;
	}
	.quick-info-overlay-left .btn-permalink{
		display:none;
	}
	.event-list-item-date .event-date{
		height:100px;
		width:75px;
	}
	.ticket-booking-close{
		width:100%;
		opacity:1;
		z-index:9999;
		left:0;
		top:-40!important;
		margin-left:0px;
	}
	.event-ticket{
		min-height:330px;
	}
	.event-ticket-left{
		width:100%;
		border-bottom:3px dashed #eee;
		border-right:0;
		text-align:center;
		height:80px;
	}
	.event-ticket-left .ticket-handle{
		height:35px;
		width:100px;
		margin:20px 0 0 0;
		float:none;
		display:inline-block;
	}
	.event-ticket-left .ticket-cuts{
		top:63px!important;
	}
	.event-ticket-left .ticket-cuts-top{
		right:auto!important;
		left:-15px!important;
	}
	.event-ticket-left .ticket-cuts-bottom{
		bottom:auto;
		top:63px!important;
		right:-15px!important;
	}
	.event-ticket-right{
		width:100%;
	}
	.event-ticket-right-inner{
		padding:10px 30px;
	}
	.event-ticket-right-inner h4{
		margin-bottom:5px;
	}
	.event-ticket-info p{
		font-size:13px;
		color:#999;
	}
	.event-ticket-info p strong{
		color:#222;
	}
	.event-ticket-info .col{
		float:left;
		width:33.33%;
	}
	.event-ticket-info .ticket-col{
		border-right:2px solid #333;
	}
	.event-ticket-info .btn{
		border-radius:0;
		-webkit-border-radius:0;
		height:36px;
	}
	.event-ticket .event-location{
		font-size:13px;
		color:#999;
	}
	.fc-header{
		background:none;
		border:0;
	}
	.fc-header td.fc-header-left{
		padding:0;
	}
	.fc-header td.fc-header-right{
		padding: 0;
		padding-top: 0;
	}
	.quick-info{
		padding-bottom:20px;
	}
	.quick-info .col-sm-6{
		margin:10px 0 30px;
	}
	.quick-info .col-sm-6:last-child{
		margin:10px 0;
	}
	.single-event .event-register-button{
		margin-bottom:30px;
	}
	.site-footer-bottom{
		padding-top:20px;
	}
	.site-footer{
		padding-bottom:20px;
	}
	.footer-nav ul{
		float:none;
		margin-top:10px;
	}
	.breadcrumb-cont{
		display:none;
	}
	.sermon-media-left.sermon-links{
		width:100%;
	}
	.sermon-media-right{
		width:100%;
		float:left;
	}
	.sermon-media-left .action-buttons{
		text-align:center;
	}
	.sermon-media-left .action-buttons li{
		margin:0 10px;
		display:inline-block;
	}
	.icon-box{
		margin-bottom:40px;
	}
	.upcoming-event-bar .counter{
		margin-top:20px;
	}
	.featured-block{
		margin-bottom:40px;
	}
	.gallery-updates.cols5 > ul > li, .gallery-updates.cols4 > ul > li, .gallery-updates.cols3 > ul > li, .gallery-updates.cols2 > ul > li{
		width:100%;
	}
	.gallery-updates-overlay{
		display:none!important;
	}
	.topbar{
		display:none;
	}
	.logged-in.admin-bar.header-style4 .site-header{
		top:45px;
	}
	.logged-in.admin-bar.header-style1 .site-header, .logged-in.admin-bar.header-style2 .site-header, .logged-in.admin-bar.header-style3 .site-header{
		top:0;
	}
	.logged-in.admin-bar.header-style5 .site-header{
		top:40px;
	}
	.header-style4 .body{
		padding-top:74px;
	}
	.header-style4 .site-header{
		top:0;
	}
	.popover .social-icons-colored li a{
		margin:0;
	}
	.lgray-bg ul.blog-classic-listing li{
		background:none;
		padding:0;
	}
	.slider-wrapper{
		min-height:none;
	}
	.nivo-controlNav{
		bottom:0;
	}
	.pricing-table.six-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.five-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.four-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.three-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.pricing-table.two-cols > div {
		margin:0 auto 30px;
		width: 100%;
	}
	.action-buttons .visible-xs{
		display:inline-block!important;
	}
	.quick-info-overlay{
		display:none!important;
	}
	.body #content-col, .body #sidebar-col{
		float:none!important;
	}
	.featured-block figure img{
		width:100%;
	}
	.widget_upcoming_events .event-list-item-date,.widget_adore_core_upcoming_events .event-list-item-date {
		width:28%;
	}
	.smaller-cont .event-list-item-info{
		width:70%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.gallery-updates.cols5 > ul > li, .gallery-updates.cols4 > ul > li, .gallery-updates.cols3 > ul > li, .gallery-updates.cols2 > ul > li{
		width:50%;
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	.site-logo h1 .default-logo, .sticky-header .site-logo h1 .default-logo{
		display:none;
	}
	.site-logo h1 .retina-logo, .sticky-header .site-logo h1 .retina-logo{
		display:block;
	}
}