/**handles:bank-house-style**/
/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	width: 100%;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	background-color: #3c0032;
	font-weight: 200;
}

html {
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
	color: #FFF;
}

h2 {
	font-size: 45px;
}

h3 {
	font-weight: 500;
}

h4 {
    font-size: 30px;
    margin: 30px 0 24px;
    color: white;
    font-weight: 400;
}

.col-lg-6 h3 {
	margin: 0 0 35px 0;
}

p {
	margin: 0 0 25px;
	font-size: 21px;
	line-height: 1.5;
}

h2, h3, h4, p{
    margin-left:10%;
	margin-right:10%;	
}

#questionnaire h2, #questionnaire h4{
	margin-left:0;
	margin-right:0;	
}


img{max-width: 100%;
height: auto;}

.wp-block-image{
    margin:5rem 0;
}



.navbar-nav>li {
	float: left;
	margin-left: 10px;
}

.navbar-nav {
	float: right;
  margin: 27px 40px;
	/*margin: 12.5px -15px;*/
}


@media(max-width:767px) {
	.navbar-nav{
		width: 100%;
		margin: 0 0 8px -8px;
		float: none;
	}
	h2 {
		font-size: 30px;
	}

}

.navbar-toggle {
    padding: 8px 10px;
    font-size: 30px;
}

.content-section {
	padding-top: 150px;
	padding-bottom: 100px;
}
@media(max-width:767px) {
	.content-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	h2{
		margin-top: 55px;
	}
}

.row.news {
	background-color: #b43234;
	margin: 0;
}

.row.agents {
	background-color: #24282b;
	margin: 0;
}

.col-sm-4 img {
	margin: 0 0 25px;
}

.col-sm-4 p {
	font-size: 16px;
}



.site-title{
  width: auto;
  float: left;
  font-size: 22px;
  margin: 0 0 0;
  line-height: 2.2;
}
.site-logo{
  float: left;
}
.site-logo img{
  height: 109px;
  width: 110px;
}

@media(max-width:767px) {
	.site-title {
		font-size: 23px;
		margin: 20px 0 0;
		    line-height: 1.6;
	}
}

@media(min-width:1200px) {
	.site-title {
		font-size: 32px;
		margin: 13px 0 0;
				line-height: 1.5;

	}
}

.download-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background: url(https://pilgrimplacenewcastle.com/wp-content/themes/img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #303c45;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}




.byron {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 50px;
}

.miller {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 170px;
}

.cosy {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 290px;
}


/* ACCORDIAN STYLING */

.accordion {
	margin: 0;
	padding: 30px 0;
	border-top: #f0f0f0 1px solid;
	text-decoration: none;
	cursor: pointer;
}

.accordion h3 {
	margin: 0;
}

.accordion h4 {
	margin: 10px 0 0;
	font-weight: 400;
	font-size: 19px;
}

.accordion-open {}

.accordion-open span {
	display: block;
	float: right;
	padding: 10px;
}

.accordion-open span {
	background: url(https://pilgrimplacenewcastle.com/wp-content/themes/img/minus.png) center center no-repeat;
}

.accordion-close span {
	display: block;
	float: right;
	background: url(https://pilgrimplacenewcastle.com/wp-content/themes/img/plus.png) center center no-repeat;
	padding: 10px;
}

div.content {
	margin: 0;
	padding: 0;
}


@media(min-width:767px) {
	p {
		margin: 0 0 18px;
		font-size: 22px;
		line-height: 1.6;
	}
	p{
		margin-left:10%;
		margin-right:10%;	
	}
}

a {
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #FFF;
}

.light {
	font-weight: 400;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	background-color: #000;
	font-weight: 400;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	color: #fff;
}

.navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border: solid 1px white;
}
.navbar-custom .nav li {

}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
	outline: 0;
	background-color: rgba(255, 255, 255, .3);
}

@media(min-width:767px) {
	.navbar {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: rgba(0, 0, 0, 0.5);
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
		    min-height: 76px;
	}

	.top-nav-collapse {
		padding: 20px 0;
		background-color: #000;
	}

}

@media(max-width:768px) {
	.navbar {
		min-height: 76px;
    padding: 20px 0;
	}
  .navbar-toggle {
    margin-top: 30px;
    padding: 8px 10px;
  }
  .site-logo img {
    height: 90px;
    width: 90px;
  }
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-y: bottom;
	background-position-x: center;
	height:78vh;
}


.intro2 {
	display: block;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(https://pilgrimplacenewcastle.com/wp-content/themes/img/view2.jpg) no-repeat bottom center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}


.intro .intro-body,
.intro2 .intro-body {
	display: table-cell;
	vertical-align: middle;
}

.intro .intro-body .brand-heading {
	font-size: 40px;
}

.intro .intro-body .intro-text {
	font-size: 18px;
}

.footer-image{width: 100%;}

@media(min-width:768px) {

	.intro,
	.intro2 {
		padding: 0;
	}

	.intro .intro-body .brand-heading {
		font-size: 100px;
	}

	.intro .intro-body .intro-text {
		font-size: 25px;
	}
}

.navbar-arrow {
	float: right;
}

@media (min-width:320px) and (max-width:740px) {
  .navbar-arrow {
    float: right;
  }
  .btn-circle {
    float: right;
    position:absolute;
    top: 40px;
    right: 80px;
    width: 60px;
    height: 60px;
    margin: 0% auto 0 !important;
    padding: 17px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 30px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .navbar-arrow {
    float: right;
  }
  .btn-circle {
width: 60px;
	height: 60px;
	margin: 38% auto 0;
	padding: 17px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 30px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
  }
}

.btn-circle {
	width: 52px;
	height: 52px;
	margin: 53% auto 0;
	padding: 17px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 20px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}



.btn-circle:hover,
.btn-circle:focus {

	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0 {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}



@media (min-width:768px) and (max-width:991px) {
	.navbar-nav>li {
		float: left;
		margin-left: 18px;
		font-size: 11px;
	}
	.btn-circle {
		
	}
	img.logo {
		width: 100%;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		width: 234px;
		margin-top: 18px;
	}
	.navbar-brand {
		height: 74px;
	}
	.let {
		right: 0;
		left: 0;
	}

}

@media (max-width:767px) {
	.navbar-nav>li {
		float: none;
		margin: 0 0 5px 10px;
		width: 100%;
	}
	.row.agents {
		text-align: center;
	}
	.navbar-brand {
		float: none;
		padding: 0px;
	}
	img.logo {
		width: 82%;
	}
	.cosy,
	.byron,
	.miller {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		margin-bottom: 0;
	}
	.cosy {
		margin-bottom: 120px;
	}
	.miller {
		margin-bottom: 240px;
	}


}

@media(min-width:767px) {



	.download-section {
		padding: 100px 0;
	}

	#map {
		height: 400px;
		margin-top: 250px;
	}
}

.btn {
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-default {
	border: 1px solid #FFF;
	color: #FFF;
	background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #FFF;
	color: #FFF;
	outline: 0;
	background-color: rgba(255, 255, 255, .3);
}

ul.banner-social-buttons {
	margin-top: 0;
	padding-left: 15px;
}

@media(max-width:1199px) {
	ul.banner-social-buttons {
		margin-top: 15px;
	}
}

@media(max-width:768px) {
	ul.banner-social-buttons li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons li:last-child {
		margin-bottom: 0;
	}
}

footer {
	padding: 50px 0;
}

footer p {
	margin: 0;
}

::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, .2);
}

::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, .2);
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

body {
	webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

.site-footer{
	    background: #FFF;
		text-align: center;
		color: #000;
}
.site-footer a{
	color: #000;
}
.agents-details{
			text-align: center;
}

@media (max-width: 991px) and (min-width: 768px){
	.navbar-nav>li {
		float: left;
		margin-left: 8px;
		font-size: 10px;
	}
	.site-title{
		width: 230px;
		font-size: 28px;
		line-height: 1;
	}
}