/*!
Theme Name: 	Faithbook
Theme URI: 		
Description: 	Faithbook
Version: 		1.0
Author: 		We Are Duo
Author URI: 	http://weareduo.co.uk
Tags: 			
*/

/*
===========================
CONTENTS:

00 Scss imports
01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/


/* ---------------------------------------------------------------------------------------------------------- 
01 Scss imports ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


* { 
	margin: 0; 
	padding: 0; 
	letter-spacing: 0.2px;
	box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
*:focus { outline: none; }


html {
	font-size: 10px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	color: #4a4a4a;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../../fonts/montserrat-light-webfont.eot');
    src: url('../../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-family: 'Playfair Display', serif;
	font-size: 4.8rem;
	line-height:0.8;
	margin:40px 0;
}

h2{
	font-size: 3.2rem;
	line-height:1.3;

	margin:40px 0;
}

h3{
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	line-height:1.3;
	margin:40px 0;
}

.left{
	float:left;
	}

.right{
	float:right;
	}

.section{
		max-width: 650px;
		margin: 0 auto;

}

.event-section{
	padding-bottom: 150px; 
}

/* GLOBAL */
#wrapper{
	width:100%;
	max-width:1100px;
	margin: 0 auto;
	padding:0 50px;
}

.heading{
	margin-top:70px;
}

.sec-heading{
	margin-top:70px;
	margin-bottom: 45px;
}

.sec-heading h2{
	font-size: 1.2rem;
	color:#606060;
	font-weight: bold;
}

.sec-heading h3{
	font-size: 2.4rem;
	font-weight: bold;
}

.hide{
	display: none!important;
}

.show{
	display: block!important;
}

.center{
	text-align: center;
}

button, .button, .button a{
	padding:25px 37px;
	border: none;
	border-radius: 40px;
	text-transform: uppercase;
	color:#fff!important;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 1.4rem;
	background: #2f2f2f;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

button:hover, .button:hover{
	background: #919191;
	padding:25px 37px;
	border: none;
	border-radius: 40px;
	text-transform: uppercase;
	color:#fff!important;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 1.4rem;
}


.button-small a{
	padding:15px;
	border: none;
	border-radius: 40px;
	text-transform: uppercase;
	color:#fff!important;
	position: relative;
	z-index: 2;
	cursor: pointer;
	font-size: 1.1rem;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	text-align: center;
  	margin-left: 20px;
}

.button-small a:hover{
	background: #919191;
	color:#fff!important;
	padding:15px;
	border: none;
}

.tag{
	padding:8px 12px;
	display: inline-block;
	color:#fff;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 900;
	margin-top: 5px;
}

.blue, .church .tag{
	background: #4184d7;
}

.orange, .resources .tag{
	background: #f7b21f;
}

.green, .events .tag {
	background:#afce4f;
}

.purple, .missions .tag{
	background:#7967bb;
}


.red, .businesses .tag{
	background:#b84757;
}

.color-blue, .church span, .churches span{
	color: #4184d7;
}

.color-orange, .resources span{
	color:#f7b21f;
}


.color-green, .events span{
	color:#afce4f;
}

.color-purple, .missions span{
	color:#7967bb;
}


.color-red, .businesses span{
	color:#b84757;
}

.color-dark{
	color:#2f2f2f;
}

.dark{
	background: #2f2f2f;
}



/* unvisited link */
a:link {
    color: #f7b21f;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;

}

ul{
	list-style: none;
}

nav#mobile{
	display: none;
	visibility: hidden;
}



nav a{
	color: #4a4a4a!important;
}

/* visited link */
a:visited {
    color: #f7b21f;
    text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #f7b21f!important;
    border-bottom: 2px solid #f7b21f;
    padding-bottom: 5px;
}

/* selected link */
a:active {
    color: #f7b21f;
}

/* churches links 


#churches a:link {
    color: #4184d6!important;
    text-decoration: none;
}


#churches a:hover {
    color: #4184d6!important;
    border-bottom: 2px solid #4184d6;
    padding-bottom: 5px;
}


#churches a:active {
    color: #4184d6!important;
}
*/

.arrow{
	width:21px;
	height:18px;
	background: url(../../images/arrow.png);
	background-size: 21px 18px;
	display: block;
	position: relative;
	z-index: 2;
	float: right;
	margin-left:46px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}


.line{
	display: block;
	width:35px;
	height:1px;
}

.price{
	float: right;
	padding-top:5px;
	padding-bottom: 28px;
}

p.price{
	font-size: 3rem;
	font-weight: 100!important;
}

.price span{
	font-size: 1.8rem;
	font-weight: 600;
}

button:hover .arrow{
	margin-left:56px;
}

/* FORM */
input[type=text]{
	border:none;
	border-bottom:2px solid #4184d7;
	width:200px;
	padding:10px 10px 8px 10px;
	background: transparent;
	font-size: 3.2rem;
    font-weight: 900;
    color:#2f2f2f;
}

.styled-select {
   background: url(../../images/select.png) no-repeat 96% 0;
   overflow: hidden;
   width: 240px;
   display: inline-block;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 3.2rem;
   font-weight: 900;
   letter-spacing: 0px;
   width: 240px;
   display: inline-block;
}

.styled-select.slate {
   background: url(../../images/select.png) no-repeat right center;
   width: 180px;
   display: inline-block;   
   border-bottom: 2px solid #4184d7;
   padding-bottom:15px;
   height:55px;
   margin-bottom: -15px;
}

.styled-select.slate select {
   font-weight: 300;
   color:#2f2f2f;
   width: 240px;
   display: inline-block;   
}


.styled-select-home.slate {
    width: 160px;
    display: inline-block;
    border-bottom: 2px solid #4184d7;
    padding-bottom: 15px;
    height: 55px;
    margin-bottom: -15px;
}

.styled-select-home.slate select {
	 background: url(../../images/select.png) no-repeat right center!important;
   font-weight: 900;
   font-size: 33px;
   color:#2f2f2f;
   width: 160px;
   display: inline-block;  
   background: transparent;
   border: none; 
}


.search-radius .styled-select.slate {
   background:transparent;

   width: 280px;
   display: inline-block;   
   border: 2px solid #fff;
   padding-bottom:15px;
   height:55px;

}

.search-radius .styled-select.slate select {
   color:#fff;
   width: 240px;
   display: inline-block;   
}

hr{
	display: block;
	width:100%;
	margin-top:15px;
	border:0;
	color: #e3e3e3;
	background-color: #e3e3e3;;
	height: 1px;
	margin:50px 0;
}

 hr.bread-hr{
	display: block;
	width:100%;
	margin-top:0px;
	border:0;
	color: #e3e3e3;
	background-color: #e3e3e3;;
	height: 1px;
	margin:5px 0;
}

.hr{
	border-bottom: 2px solid #4184d7;
	display: block;
	width:100%;
	margin-top:15px;
	width: 180px;
}

#inner-header .filter-main{
	position: relative;
	z-index: 2;
	margin-top:85px;
}

.filter-main label, label{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	padding-bottom: 25px;
}

.form-inner input[type=text], input[type="date"]{
	background: #fff;
	border-radius: 35px;
	border: none;
	width: 100%;
	height:60px;
	font-size: 1.4rem;
	color: #919191;
	padding-left: 30px;
	padding-top: 5px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.styled-select.slate {

	background: #fff;
	border-radius: 35px;
	border: none;
	width: 100%;
	height:60px;
	font-size: 1.4rem;
	color: #919191;
	padding-top:20px;
	padding-left: 30px;
   	display: inline-block;
   	z-index: 999999;
}

.styled-select.slate select {
	background: url(../../images/select.png) no-repeat 92% 0;
   font-size: 1.4rem;
   font-weight: 900;
   color: #919191;
   width: 100%;
   display: inline-block;   
   border-radius: 35px;
}

.form-inner{
	width:100%;
}

.form-inner-button{
	width:9%;
	height: 60px;
}

.filter-main button{

	border-radius: 30px;
	padding:30px!important;
	margin: 42px 0 0 0!important;
	background-image: url(../../images/search-icon-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.filter-main .third:last-child{
	margin-right: 0%;
}



.filter-main span{
	color:#bcbcbc;
	font-size: 1rem;
}

::-webkit-input-placeholder {
   color: #919191;
}

:-moz-placeholder { /* Firefox 18- */
   color: #919191;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #919191;  
}

:-ms-input-placeholder {  
   color: #919191;  
}

.search-btn{

	border-radius: 30px;
	padding:30px!important;
	background-image: url(../../images/search-icon-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.search-btn:hover{
	background-image: url(../../images/search-icon-white.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.hidden {
  display: none;
}

.form-section {
  display: none;
}
.form-section.current {
  display: inherit;
}

.btn-info, .btn-default {
  margin-top: 20px;
}



/* HEADER */

header{
	width:100%;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding:35px 0; 
	font-size: 1.4rem;
	background: #fff;
  	z-index: 999999;
}

header.small{
	width:100%;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	padding:5px 0; 
	font-size: 1.4rem;
	background: #fff;
  	z-index: 999999;
  	position: fixed;
  	height:100px;
  	top:0px;
  	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	display:none;
}

header.small .inner{
	padding:0%;
}

header.small ul{
	margin-top:20px;
}
.fixed{
	position: fixed;
	padding-top:10px;
	padding-bottom: 10px;
}

#logo img{
	max-width:125px;
	float: left;
	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}

.small-logo{
	max-width:80px!important;
}



header.small #logo img{
	max-width:85px;
	float: left;
}

.nav-margin{
	margin-top:15px;
}

ul.signup-login{
	float: right;
	list-style: none;
	display: inline-block;
	right: 0px;
	margin-top: -20px;
	-webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

ul.signup-login li{
	float: left;
	list-style: none;
	display: inline-block;
}


ul.signup-login li a{
	float: left;
	list-style: none;
	display: inline-block;
	color:#606060;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	height:15px;
}

ul.signup-login li a:hover{
	padding-bottom:18px; 
	border-bottom: 2px dotted #f7b21f;
}

.dot{
	padding-left:5px;
	padding-right: 5px;
	display: inline-block;
	position: relative;
    font-size:3.5rem;
    margin-top: -25px;
}


header nav ul, nav#mobile ul{
	list-style:none;
	float: right;
	margin-top:33px;
	-webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

header nav ul li, nav#mobile ul li{
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

header nav ul li:last-child{
	padding-left: 20px;
	padding-right: 0px;
}

header nav a, nav#mobile a{
	color: #4a4a4a!important;
	text-decoration: none;
	margin-top:2px;
	-webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

header nav a:hover, nav#mobile a:hover{
	color: #4a4a4a!important;
	text-decoration: none;
	border-bottom: none;
	margin-top:0px;
}

header nav ul, nav#mobile ul{
	list-style:none;
	float: right;
	margin-top:33px;
	-webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

nav#mobile{
	width:100%;
	margin: auto;
 	position: fixed;
 	background: #fff!important;
 	z-index: 99999;
}
nav#mobile ul{
	float: none;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	margin-top: -50px;
}

nav#mobile ul li{
	width:100%;
	margin-top: 45px;
}



nav#mobile .dot{
	padding-left:5px;
	padding-right: 5px;
	display: inline-block;
	position: relative;
    font-size:3.5rem;
    margin-top: -42px;
}

#menu{
	float:right;
	cursor: pointer;
	display: none;
}

#menu span{
		padding:20px;
		font-size: 2rem;
}

li.search-icon{
	margin-top:5px;
	position: relative;
	float: right;
	margin-left: 50px;
}

li.why a{
	background:#f7b21f;
	color:#fff!important;
	width:170px;
	text-align: center;
	padding:15px 0;
	border-radius: 25px;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	border:none!important;
}

li.why a:hover{
	background:#919191!important;
	color:#fff!important;
}

li.why span{
	display: none;
}

nav#mobile li.why a:hover{
	background:#4184d7;
	color:#fff!important;
	text-decoration: none;

}

li.why a .dot, li.why a:hover .dot, nav#mobile li.why a:hover .dot{
	display: none;
}

header nav .dot, nav#mobile .dot{
	width:100%;
	text-align: center;
	display: none;
	-webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;

}

header nav a:hover .dot, header nav .selected, nav#mobile a:hover .dot, body#home header nav .home .dot, body#churches header nav .churches .dot, body#events header nav .events .dot, body#events header nav .events .dot{
	display:block;
	font-weight: 900;
	border-bottom: none!important;
	line-height:1.3;
}

/* SECTION INTRO */

#intro{

}

.video{
	background-color: #f7b21f;
    height:630px;
	position: relative;
    overflow: hidden;
    float: left;
    margin-top:-4px;
    padding-top: 20px;
}


.video h1{
	width:100%;
	max-width:435;
	margin:auto;
	color:#fff;
	padding-bottom:45px;
	font-weight: 500;
	position: relative;
	z-index: 2;

}

.video img{
 	position: absolute;
    left: 0;
    top: -150px;
    min-width: 130%;
    height: auto;
    opacity: 0.2;

}

.search-sections{
	height:630px;
	position: relative;
    overflow: hidden;
    float: left;
    margin-top:-4px;
    padding-top: 30px;
}

.search-sections img{
 	position: absolute;
    left: 0;
    top:0px;
    min-width: 100%;
    height: auto;
}
.search-sections h1{
	font-size:1.8rem;
	position: relative;
	z-index: 2;
}

.search-sections p{
	font-size:3.2rem;
	line-height: 1.7;
	position: relative;
	z-index: 9999;
}

.search-sections button{
	margin-top: 60px;
	position: relative;
	z-index: 9999;
}



.pin1{
	background: url(../../images/pin1.png);
	background-repeat: no-repeat;
	background-position: 290px 0;
	display: block;
	position: absolute;
	z-index: 9;
	width:65px;
	height:82px;
	bottom: 35px;
	float: right;
	width: 100%;
}

.pin2{
	background: url(../../images/pin2.png);
	background-repeat: no-repeat;
	background-position: 630px 0;
	display: block;
	position: absolute;
	z-index: 9;
	width:65px;
	height:82px;
	bottom: 140px;
	float: right;
	width: 100%;
}

.pin3{
	background: url(../../images/pin3.png);
	background-size:25px 32px;
	background-repeat: no-repeat;
	background-position: 585px 0;
	display: block;
	position: absolute;
	z-index: 9;
	width:25px;
	height:32px;
	bottom: 110px;
	float: right;
	width: 100%;
}

.pin4{
	background: url(../../images/pin2.png);
	background-size:25px 32px;
	background-repeat: no-repeat;
	background-position: 415px 0;
	display: block;
	position: absolute;
	z-index: 9;
	width:25px;
	height:32px;
	bottom: 235px;
	float: right;
	width: 100%;
}

.pin5{
	background: url(../../images/pin3.png);
	background-size:40px 50px;
	background-repeat: no-repeat;
	background-position: 785px 0;
	display: block;
	position: absolute;
	z-index: 9;
	height:50px;
	right: 20%;
	bottom: 370px;
	float: right;
	width: 100%;
}

.pin1-blue{
	background: url(../../images/pin1-blue.png);
	background-size:59px 75px;
	background-repeat: no-repeat;
	background-position: 340px 0;
	display: block;
	position: relative;
	z-index: 9;
	width:59px;
	height:75px;
	float: right;
	bottom: 60px;
	float: right;
	overflow:hidden;
	width: 100%;
}

.pin2-blue{
	background: url(../../images/pin1-blue.png);
	background-size:35px 44px;
	background-repeat: no-repeat;
	background-position: 280px 0;
	display: block;
	position: relative;
	z-index: 9;
	width:35px;
	height:44px;
	float: right;
	bottom: 100px;
	overflow:hidden;
	width: 100%;
}

.pin3-blue{
	background: url(../../images/pin1-blue.png);
	background-size:25px 32px;
	background-repeat: no-repeat;
	background-position: 315px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 100px;
	float: right;
	overflow:hidden;
	width: 100%;
}

.pin4-blue{
	background: url(../../images/pin1-blue.png);
	background-size:20px 25px;
	background-repeat: no-repeat;
	background-position: 385px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 282px;
	overflow:hidden;
	width: 100%;
}

.pin1-purple{
	background: url(../../images/pin1-purple.png);
	background-size:59px 75px;
	background-repeat: no-repeat;
	background-position: 150px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:59px;
	height:75px;
	float: right;
	bottom: 5px;
	float: right;
	overflow:hidden;
	width: 100%;
}

.pin2-purple{
	background: url(../../images/pin1-purple.png);
	background-size:35px 44px;
	background-repeat: no-repeat;
	background-position: 380px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 180px;
	overflow:hidden;
	width: 100%;
}

.pin3-purple{
	background: url(../../images/pin1-purple.png);
	background-size:25px 32px;
	background-repeat: no-repeat;
	background-position: 360px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 180px;
	float: right;
	overflow:hidden;
	width: 100%;
}

.pin4-purple{
	background: url(../../images/pin1-purple.png);
	background-size:20px 25px;
	background-repeat: no-repeat;
	background-position: 220px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 170px;
	overflow:hidden;
	width: 100%;
}

.pin1-green{
	background: url(../../images/pin1-green.png);
	background-size:59px 75px;
	background-repeat: no-repeat;
	background-position: 30px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:59px;
	height:75px;
	float: right;
	bottom: -20px;
	float: right;
	overflow:hidden;
	width: 100%;
}

.pin2-green{
	background: url(../../images/pin1-green.png);
	background-size:35px 44px;
	background-repeat: no-repeat;
	background-position: 220px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 55px;
	overflow:hidden;
	width: 100%;
}

.pin3-green{
	background: url(../../images/pin1-green.png);
	background-size:25px 32px;
	background-repeat: no-repeat;
	background-position: 95px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 60px;
	float: right;
	overflow:hidden;
	width: 100%;
}

.pin4-green{
	background: url(../../images/pin1-green.png);
	background-size:20px 25px;
	background-repeat: no-repeat;
	background-position: 195px 0;
	display: block;
	position: relative;
	z-index: 999;
	width:35px;
	height:44px;
	float: right;
	bottom: 160px;
	overflow:hidden;
	width: 100%;
}

/* RECENT */

#recent{
	width: 100%;
	background: #2f2f2f;
	color:#fff;
	margin-top: -3px;
	padding-bottom: 50px;
}

#recent h2{
	max-width:100%;
	font-size:1.4rem;
	font-weight: 600;
	padding: 35px 0;
	float: left;
}

.header{
	width: 100%;
	border-bottom: 1px solid #4a4a4a;
	position: relative;
	display: inline-block;
	margin-bottom: 85px;
}

nav.sub-nav ul{
	background: #2f2f2f;
	margin-bottom:90px;
	list-style:none;
	float: right;
	margin: 0px;
	padding-top:0px;
}

nav.sub-nav ul li{
	position: relative;
	display: inline-block;
	border-right: 1px solid #4a4a4a;
	text-align: center;
	color:#fff;
	text-decoration: none;
	padding:15px 40px 35px 40px;
	display: inline-block;
	margin: 0px 0px 0px -5px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	cursor: pointer;
}

nav.sub-nav ul li:first-child{
	border-left: 1px solid #4a4a4a;
}

nav.sub-nav .all:hover{
	background: #fff;
	color:#4a4a4a;
}

nav.sub-nav .events:hover{
	background: #afce4f;
}

nav.sub-nav .churches:hover{
	background: #4184d7;
}

nav.sub-nav .missions:hover{
	background: #7967bb;
}

nav.sub-nav .resources:hover{
	background: #f7b21f;
}

nav.sub-nav .businesses:hover{
	background: #b84757;;
}

/* cards */
.card{
	background: #fff;
	color:#606060;
	float: left;
	z-index: 1;
	margin-top: 25px;
}

.card-text{
	padding:0px 30px 40px 30px;
}

#events-cards .card-text{
	padding:25px 30px 40px 30px;
}
#churches-cards .card-text{
	padding:35px 30px 40px 30px!important;
}

.about-church{
	margin-top: 60px;
	margin-bottom: 200px;
}

.card-text h3{
	color:#2f2f2f;
	text-align: left;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
}

.card-img{
	width: 100%;
	max-height: 134px;
	overflow: hidden;
}

.card-list .card-img{
    max-width: 330px;
    max-height: 134px;
    overflow: hidden;
    position: relative;
    margin-top: -40px;
    margin-left: -70px;
    margin-right: 60px;
}

.card-img img{
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.resources .card-img{
	margin-top: -20px;
	margin-bottom: 25px;
}

.rslides li .quarter:last-child {
	margin-right: 0!important;
}

.card .location{
	margin-top:35px;
}

.location{
	padding-left: 30px;
	padding-top:2px;
	height:20px;
}

.church .location{
	background: url(../../images/pin-blue.png);
	background-repeat: no-repeat;
}

.events .location{
	background: url(../../images/pin-green.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 0px; 
	padding-right:40px;
}

.missions .location{
	background: url(../../images/pin-purple.png);
	background-repeat: no-repeat;
}

.resources .location{
	background: url(../../images/pin-orange.png);
	background-repeat: no-repeat;
}

.businesses .location{
	background: url(../../images/pin-red.png);
	background-repeat: no-repeat;
}


.date, .time{
	padding-left: 30px;
	padding-top:2px;
	height:20px;
	margin-top:10px;
}

.event .date, .event .time{
	margin-top:0px;
	padding-top:2px
}

.church .date{
	background: url(../../images/date-blue.png);
	background-repeat: no-repeat;
}

.events .date{
	background: url(../../images/date-green.png);
	background-repeat: no-repeat;
	padding-right:40px;
}


.events .time{
	background: url(../../images/time-green.png);
	background-repeat: no-repeat;
	padding-right:40px;
}

.missions .date{
	background: url(../../images/date-purple.png);
	background-repeat: no-repeat;
}

.resources .date{
	background: url(../../images/date-orange.png);
	background-repeat: no-repeat;
}

.businesses .date{
	background: url(../../images/date-red.png);
	background-repeat: no-repeat;
}

.warn{
	position: relative;
	width:50px;
	height:50px;
	background: url(../../images/warn.png);
	background-size: 50px 50px;
	display: inline-block;
	float: left;
	margin-right: 40px;
}


.icon{
	display: inline-block;
	width:80px;
	height:	50px;
	position: relative;
	margin-top: -25px;
	margin-bottom:10px;

}

.church .icon{
	background: url(../../images/icon-blue.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	z-index: 999;
}

.events .icon{
	background: url(../../images/icon-green.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	z-index: 999;
}

.missions .icon{
	background: url(../../images/icon-purple.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	z-index: 999;
}

.resources .icon{
	background: url(../../images/icon-orange.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	z-index: 999;
}

.businesses .icon{
	background: url(../../images/pin-red.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	z-index: 999;
	padding-top: 8px;
}

.icon.email-green{
	background: url(../../images/email-green.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:40px 40px; 
	z-index: 999;
	padding-top: 8px;
}

.icon.phone-green{
	background: url(../../images/phone-green.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:40px 40px; 
	z-index: 999;
	padding-top: 8px;
}

.icon.facebook-green{
	background: url(../../images/facebook-green.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:40px 40px; 
	z-index: 999;
	padding-top: 8px;
}

.icon.website-green{
	background: url(../../images/website-green.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:40px 40px; 
	z-index: 999;
	padding-top: 8px;
}

.overlay {
  position: relative;
  z-index: 99999;

}

.card button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 68px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    transform: translate(-50%, -50%);
}

#churches-list .card button {
	text-align: center;
	position: relative;
	width: 170px;
	height:68px;
	margin: 0%;
	left:0px;
	top:0px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	z-index: 999;
  	float: right;
  	margin-top:20px;
}
.overlay:after {
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay:hover:after  {
  opacity: .9;
    z-index: 99;
}

.overlay:hover button {
  opacity: 1;
}

.dark:after {
  background-color: #2f2f2f;
}


#churches-list{
	border-top:1px solid #4a4a4a;
	margin-top:-4px;
}

.card-list{
	background: #fff;
	color:#606060;
	float: left;
	z-index: 1;
	margin-top: 25px;
	height: 120px;
	overflow: hidden;
}


.card-list a.button{ 
	width:15%;
	text-align: center;
	float:left;
	margin:25px 2.5%;
}

.list-text{
	width:80%;
	padding:30px 60px 30px 70px;
	border-right:1px solid #e3e3e3;
}

.list-text  .location{
	margin:10px 0 0 15px;
	float:left;
}

#events .list-text  .location{
	margin:10px 0 0 0px;
	float:left;
}

.list-text  .tag{
	
	float:left;
}



/* QUICK LINKS */
#quick-links{
	background: #2a2a2a;
	height: auto;
}

.quick-link{
	float: left;
	padding: 80px 0px 80px 80px;
	height: 266px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	cursor: pointer;
  	position: relative;
}


#quick-links .church{
	background-image: url(../../images/map.png);
	background-repeat: no-repeat;
	background-position: 120px 40px;
	overflow: hidden;
}

#quick-links .missions{
	background-image: url(../../images/map.png);
	background-repeat: no-repeat;
	background-position: 120px -260px;
}

#quick-links .events{
	background-image: url(../../images/map.png);
	background-repeat: no-repeat;
	background-position: -40px -75px;
}

.quick-link h2{
	font-family: 'Playfair Display', serif;
	font-weight: 300;
}

.quick-link p{
	color:#fff;
	font-family: 'montserratlight';
	font-size: 2.4rem;
	font-weight: 100;
}


.quick-link:hover .quick-link span{
	color:#fff!important;
}

#quick-links:hover{
	height:267px;
}

#quick-links .church:hover{
	background: #4184d7;
	height: 312px;
	position: relative;
	margin-top:-20px;
	background-image: url(../../images/map-hover.png);
	background-repeat: no-repeat;
	background-position: 120px 40px;
}

#quick-links .missions:hover{
	background: #7967bb;
	height: 312px;
	position: relative;
	margin-top:-20px;
	background-image: url(../../images/map-hover.png);
	background-repeat: no-repeat;
	background-position: 120px -260px;
}

#quick-links .events:hover{
	background: #afce4f;
	height: 312px;
	position: relative;
	margin-top:-20px;
	background-image: url(../../images/map-hover.png);
	background-repeat: no-repeat;
	background-position: -40px -75px;
}

#quick-links .quick-link:hover span{
	color:#fff!important;
}

#quick-links .quick-link:hover p{
	color:#2f2f2f!important;
}

/* NEWS & UPDATES */

#news-updates{
 position: relative;
 z-index: -1;
}

#news-updates h2{
	font-size:1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}


#news-updates h3{
	font-size:2.4rem;
	font-weight: 300;
	max-width: 245px;
}

#news-links{
	padding-top:60px;
	padding-bottom: 50px;
	border-right: 1px solid #e3e3e3;
	float: left;
}

#news-links ul{
	list-style: none;
	display: inline-block;
	margin-top:25px;
	padding-left: 0px;
}

#news-links ul li.facebook{
	background: url(../../images/facebook.png); 
	width:23px;
	height: 23px;
	display: inline-block;
	margin-left:5px;
}

#news-links ul li.twitter{
	background: url(../../images/twitter.png); 
	width:23px;
	height: 23px;
	display: inline-block;
}

#tweet{
	padding-top: 85px;
	padding-left:110px;
	float: left;
	background: url(../../images/tweet-bg.png); 
	background-repeat: no-repeat;
	background-size: auto 70px;
	background-position: 75px 50px;
}

#tweet p{
	font-family: 'montserratlight';
	font-size:2.4rem;
	font-weight: 300;
	color:#2f2f2f;
}

p.twitter-id{
	margin-top:50px;
	color: #a4a4a4!important;
	font-size:1.2rem!important;
	text-transform: uppercase;
}

#churches-cards, #events-cards{
	border-top:1px solid #4a4a4a;
	margin-top: -4px;
}

/* MAP */
#map{

	width:50%;
	height:557px;
	display: inline-block;

}

#map-section{
	margin-top:-5px;
}

#map-canvas{
	position: relative;
	width:100%;
	height:100vh;
	top:0px;
	left:0px;
}

#map-canvas-church{
	width:100%;
	height:558px;
	top:0px;
	left:0px;
}

#church-map{
	position: relative;
	width:50%;
	height:559px;
	top:0px;
	left:0px;
	background: red;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 250px;
  padding:20px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  color:#606060;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(207,207,207,1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(207,207,207,1);
  box-shadow: 0px 0px 5px 1px rgba(207,207,207,1);
}

.popover hr{
	margin:15px 0;
}


.popover p{
	background: url(../../images/pin-blue.png);
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-left: 20px;
	padding-top:2px;
	height:15px;
}

#events .popover p.location{
	background: url(../../images/pin-green.png);
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-left: 20px;
	padding-top:2px;
	height:15px;
}

#events .popover p.date{
	background: url(../../images/date-green.png);
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-left: 20px;
	padding-top:2px;
	height:15px;
}

#events .popover p.time{
	background: url(../../images/time-green.png);
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-left: 20px;
	padding-top:2px;
	height:15px;
}

#events .popover p.price{
	background: none;
	background-repeat: no-repeat;
	background-size: auto 15px;
	padding-left: 20px;
	padding-top:2px;
	height:15px;
}

.popover a{
  width:100%;
  text-transform: uppercase;
  color:#4184d7;
  background:url(../../images/arrow-right.png);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  padding-right: 130px;
  background-position: right;
  border:none;
} 


#events .popover a{
  width:100%;
  text-transform: uppercase;
  color:#afce4f;
  background:url(../../images/arrow-right-green.png);
  background-size: 6px 10px;
  background-repeat: no-repeat;
  padding-right: 130px;
  background-position: right;
  border:none;
} 


.popover a:hover{
	border:none;
} 
  
.popover.top {
  margin-top: -60px;
}


.popover-title {
  margin: 0;
  font-size: 18px;
  color:#2f2f2f;
  background-color: #ffffff;
}

.popover span{
	background: #4184d7;
	padding:8px 12px;
	display: inline-block;
	color:#fff;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 900;
	margin-top: 5px;
	margin-bottom: 15px;
}

.popover p.price{
	padding-bottom:40px;
}

.popover p.price span{
	background: transparent;
	padding:8px 5px;
	display: inline-block;
	color:#afce4f;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 900;
	margin-top: 5px;
	padding-bottom: 15px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;

}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;

  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);

}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}


.map-filter{
	padding:80px 0 80px 0;
}

/* NEWSLETTER */

#newsletter{
	background: #f7b21f;
	color: #fff;
	padding:65px 0 55px 0;
	position: relative;
    overflow: hidden;
}

#newsletter img{
 	position: absolute;
    left: 0;
    top: 0px;
    min-width: 100%;
    height: auto;
    opacity: 0.2;
}

#newsletter-form{
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 2;
}

#newsletter-form h3{
	font-size:2.4rem;
	font-weight: 300;
	margin-bottom: 35px;
}

#newsletter-form input[type=email]{
	background: #fff;
	height:70px;
	border-radius: 40px;
	border: none;
	width:70%;
	max-width:360px;
    font-size: 1.8rem;
	color:#9e9e9e;
	padding-left: 30px;
}

#newsletter-form button{
	padding:25px 35px;
	height:70px;
	margin-left: -65px;
	top: -2px;
}


#newsletter-form .arrow{
	margin-left: 25px;
}

#newsletter-form button:hover .arrow{
	margin-left:35px;
}

/* USEFUL LINKS */

#useful-links{
	margin: 0px;
	padding:55px 0 40px 0;
	float: left;
	border-bottom:1px solid #e3e3e3;
}

#useful-links h2{
	font-size:1.4rem;
	text-transform: uppercase;
	margin-bottom:20px;
}	

#useful-links nav ul{
	list-style:none;
	float: right;
	margin-top:0px;
}

#useful-links nav ul li{
	display: inline-block;
	margin-left: 0px;
}

.devider{
	padding-left: 17px;
	padding-right: 17px;
}

/* PASSAGE */

#passage{
	padding-top: 70px;
	padding-bottom: 85px;
	text-align: center;
}

.quote{
	background: url(../../images/quote.png);
	background-size: 50px 50px;
	width:50px;
	height:50px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}

#passage h2{
	max-width: 680px;
	margin: auto;
	font-size: 3rem;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color:#2f2f2f;
}

#passage p{
	text-transform: uppercase;
	font-weight: 600;
	color:#9d9d9d;
	margin-top:20px;
}

/* SLIDER */

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }


.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 70px;
  width: 63px;
  background: transparent url("/assets/themes/themes.png") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

/* INNER-HEADER */
#inner-header{
	background: #000;
	height:650px;
	position: relative;
    overflow: hidden;
    float: left;
}


#inner-header h1{
	width:100%;
	max-width:660px;
	margin:auto;
	color:#fff;
	padding:95px 0;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

#inner-header button{
	margin:95px 0;
	padding: 15px 20px 15px 50px;
	font-weight: bold;
	color: #fff;
	font-size: 1.2rem;
}

#inner-header p{
	font-family: 'montserratlight';
	font-size: 30px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
}

.form-inner{
	position: relative;
z-index: 2;
}

#inner-header img{
 	position: absolute;
    left: 0;
    top: -150px;
    min-width: 130%;
    height: auto;
    opacity: 0.55;

}

.church-icon{
	display: inline-block;
	background: url(../../images/church-icon.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 0 10px ;
	width: 60px;
	height:60px;
	margin-right:10px;
}

.event-icon{
	display: inline-block;
	background: url(../../images/event-icon.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: 0 10px ;
	width: 70px;
	height:70px;
	margin-right:10px;
}

.plus{
	display: inline-block;
	background: url(../../images/plus.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height:25px;
	margin-top:-5px; 
	margin-left:-35px;
	position: absolute;

}

.list-icons{
	width: 20px;
	height:20px;
	margin-right:10px;
	padding-top:0px;
	float: left;
	opacity:0.2;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.icon-text{
	display: inline-block;
	float: left;
	padding-top:2px;
}

.map-icon{
	display: inline-block;
	background: url(../../images/map-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.cards-icon{
	display: inline-block;
	background: url(../../images/cards-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.list-icon{
	display: inline-block;
	background: url(../../images/list-icon.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.yes{
	display: inline-block;
	background: url(../../images/yes.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height:35px;
	float: right;
}

.no{
	display: inline-block;
	background: url(../../images/no.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	width: 35px;
	height:35px;
	float: right;
}

.link-icon{
	display: inline-block;
	background: url(../../images/link-icon.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	width: 15px;
	height:15px;

}

p.facebook a{
	display: inline-block;
	background: url(../../images/facebook-icon.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height:40px;
	margin-top: 10px;
	margin-right: 15px;
}

p.twitter a{
	display: inline-block;
	background: url(../../images/twitter-icon.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height:40px;
	margin-top: 10px;
	margin-right: 15px;
}


p.instagram a{
	display: inline-block;
	background: url(../../images/instagram-icon.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height:40px;
	margin-top: 10px;
}

p.facebook a:hover, p.twitter a:hover, p.instagram a:hover{
	opacity: 0.5;
	border: none;
}

/* SEC-NAV */
#sec-nav {

}

#sec-nav ul{
	list-style: none;
	padding-left: 0px;
	display: inline-block;
}

#sec-nav ul li{
	list-style: none;
	padding-left: 0px;
	display: inline-block;
	border-left: 1px solid #474747;
	padding:25px;
	color: rgba(255,255,255,0.2);
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

#sec-nav ul li:first-child{
	border-left: none;
}



#sec-nav ul li:hover, #sec-nav ul li:hover .list-icons{
	color: rgba(255,255,255,1)!important;
	border-bottom: none;
	opacity: 1!important;
}

#sec-nav button{
	font-size: 1.1rem;
	font-weight:700;
	padding:5px 10px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	margin-top:25px;
  	margin-right:10px;
  	border:1px #2f2f2f solid;
  	color: #606060;
}


#sec-nav button.btn-cur, #sec-nav button:hover{
	border:1px #fff solid;
	padding:5px 10px;
	color: #fff;
}

/* churches-details */

#churches-details{
	padding-top: 40px;
}

#churches-details .row{
	min-height:100px;
}


.churches-details-top{
	padding:90px 0;
}

#churches-details h3{
	color:#b3b3b3;
	font-size:30px;
}


#churches-details h4{
	text-transform: uppercase;
}

#churches-details p{
	color:#606060;
}

#churches-details p.light{
	text-transform: uppercase;
	color:#a8a8a8;
	font-size: 1rem;
	letter-spacing: 0.5px;
}

#churches-details p a{

	color:#4184d6;

}

/* PAGING */

.pagination{
	max-width:500px;
	margin-top:60px;
	margin-bottom:60px;
	float: right;
}

.pagination li{
  	float:left;  	
}

.pagination li a{
	background: #606060;
	color: #2f2f2f;
	padding:6px 10px 10px 10px;
	width:30px;
	height:30px;
	border-radius: 50%;
	text-align: center;
	list-style: none;
	display: inline-block;
	margin-left:8px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
  	cursor: pointer;
  	display: inline-block;
  	float:left;
}

.pagination li a:hover, .pagination li.active a{
	background: #4184d7;
	color: #fff!important;
	border:none;
	display: inline-block;
  	float:right;
}


#events .pagination li a:hover, #events .pagination li.active a{
	background: #afce4f;
}

.pagination li.disabled a, .pagination li.disabled a:hover, #events .pagination li.disabled a:hover{
	color:#fff;
	font-size: 30px;
	background:transparent;
	margin-top: -18px;
}

/*DISCLAIMER */
#disclaimer{
	padding:120px 0 120px 0;
	font-size: 1.2rem;
	line-height:18px;
}

#disclaimer p{
	color:#606060;
}

#disclaimer p a{
	color:#4184d7;
}

#disclaimer p a:hover{
	color:#606060!important;
	border-bottom: none;
	text-decoration: underline;
}

/* EVENTS */
.event p{
	line-height: 22px;
	max-width:580px;
}

.event ul{
	margin-top: 20px;
}

.event li{
	line-height: 25px;
}

.event  a{
	line-height: 22px;
	color:#4a4a4a;
}

.event  a:hover{
	line-height: 22px;
	color:#afce4f!important;
	border-bottom: #afce4f;
}

.event-content li{
	padding-left:60px;
	margin-top: 20px;
}


ul.event-info-list{
	margin-top:10px;
	padding-bottom: 75px;
}

ul.event-info-list li{
	line-height: 18px;
}

/* FOOTER */

footer{
	padding:30px 0px 40px 0px;
	border-top:1px solid #e3e3e3;
}

footer p{
	color: #2f2f2f!important;
	font-size: 1.2rem;
}

footer a{
	color: #8b8b8b!important;
	font-weight: bold;
	font-size: 1.2rem;
}


/* BREADCRUMBS */
ul.breadcrumbs {
	padding: 20px 0;
}

ul.breadcrumbs li{
	list-style: none;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
}

ul.breadcrumbs li a{
	color: #a1a1a1;
	font-weight: 300;
}

ul.breadcrumbs li a.color-dark{
	font-family: 'Montserrat', sans-serif;
	color: #a1a1a1;
	font-weight: 500;
}


ul.breadcrumbs li span{
	padding:0 5px;
}

video{
	margin-top:60px;
	margin-bottom: 60px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1321px) {
	#useful-links nav ul{
		margin-top:30px;
		float: left;
	}

	#useful-links nav ul li{
		line-height: 4rem;
	}

	header nav ul li, nav#mobile ul li{
		padding-left: 20px;
		padding-right: 20px;
	}

	header nav ul li:last-child{
		padding-left: 0px;
	}

	li.search-icon {
  		margin-left: 20px;
	}
	header{
		  padding: 0px 0px 35px 0px;
	}
}

@media only screen and (max-width: 1160px) {
	header nav ul li, nav#mobile ul li{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 1.3rem;
	}

	header nav ul li:last-child{
		padding-left: 0px;
	}

	li.search-icon {
  		margin-left: 10px;
	}

	header{
		  padding: 0px 0px 35px 0px;
	}
}

@media only screen and (max-width: 1024px) {
	header nav ul li, nav#mobile ul li{
		padding-left: 8px;
		padding-right: 8px;
	}


	header nav ul li:last-child{
		padding-left: 10px;
	}
}

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

	.quick-link h2{
		font-size: 2.2rem;
	}

	.quick-link p{
		font-size: 1.8rem;
	}

	.quick-link{
		padding:80px 0px 80px 20px;
	}

	.rslides li .quarter:last-child, .rslides li .quarter:nth-child(3) {
		display: none;
	}

	nav.sub-nav ul{
		float: left;
		width:100%;
	}

	nav.sub-nav ul li{
		padding:5px 3% 20px 3%;
	}

	nav#main-nav{
		display: none;
	}

	nav#mobile, #menu{
		display: block;
	}
}



@media only screen and (max-width: 768px) {
	.devider{
		padding-left: 10px;
		padding-right: 10px;
	}

	#tweet {
  		padding-top: 55px;
  		padding-left: 35px;
  		background-position: 25px 20px;
	}

	.video{
    	height:430px;
	}

	.search-sections{
		height:430px;
	}

	.search-sections img{
    	left: -80px;
    	top:-150px;
  	}

  	header{
		padding:0px; 
	}
}

@media only screen and (max-width: 641px) {
	
	#useful-links nav ul li{
		font-size: 1.1rem;
	}	

	.devider{
		padding-left: 8px;
		padding-right: 8px;
	}

	#news-links{
		border-right: none;
		border-bottom: 1px solid #e3e3e3;
	}

	#tweet{
		width: 100%;
		padding-top: 85px;
		padding-bottom: 65px;
		padding-left:0px;
		background-position: -5px 50px;
	}

	#tweet p{
		font-size:2rem;
	}

	p.twitter-id{
		margin-top:30px;
	}

	#passage h2{
		font-size: 2.2rem;
	}
	
}


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



	.video h1{
		font-size: 4rem;

	}

	.search-sections p{
		font-size:2.4rem;
	}
	
	#newsletter-form input[type=email]{
    	font-size: 1.4rem;
	}

	#newsletter-form button{
		text-align: center;
		padding: 0px 15px 0px 0px;
		font-size: 1.2rem!important;
	}

}

@media only screen and (max-width: 481px) {
	.video{
    	height:320px;
	}
	.video h1{
		font-size: 3rem;

	}


}

@media only screen and (max-width: 320px) {
		.video{
    	height:330px;
	}
	
}



.social li{
	display: inline-block;
	margin-top:40px;
}

.twitter a{
	background: url(twitter.png);
	background-size:40px 40px; 
	width:40px;
	height:40px;
	margin-right:15px;
	display: block;
}

.facebook a{
	background: url(facebook.png);
	background-size:40px 40px; 
	width:40px;
	height:40px;
	margin-right:15px;
	display: block;
}

.linkedin a{
	background: url(linkedin.png);
	background-size:40px 40px; 
	width:40px;
	height:40px;
	margin-right:15px;
	display: block;
}

.vimeo a{
	background: url(vimeo.png);
	background-size:40px 40px; 
	width:40px;
	height:40px;
	margin-right:15px;
	display: block;
}

.google a{
	background: url(google.png);
	background-size:40px 40px; 
	width:40px;
	height:40px;
	display: block;
}

.social li a:hover{
	text-decoration: none;
	border-bottom: none;
	opacity: 0.7;
}

