/*
Theme Name: NHS
Description: Custom theme for NHS
Version: 1.0
*/


/* GENERAL */

body {
/* 	color: #888888; */
	color: #666666;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
}


/*
h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: .9;
}
*/

h1 {
	color: #555;
	font-size: 36px;
	line-height: .9;
}

h2 {
	color: #555;
	font-size: 30px;
	line-height: .9;
}

h3 {
	color: #555;
	font-size: 24px;
}

h4 {
	color: #555;
	font-size: 18px;
}

h5 {
	color: #70C464;
	font-size: 16px;
	line-height: .9;
}

h6 {
	color: #555;
	font-size: 14px;
}

a {
	text-decoration: none;
	/*color: #fff;*/
	color: #00b3e6;
}

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

img.aligncenter {
	display: block;
	margin: auto;
}

.container-nhs {
	margin: auto;
	max-width: 1300px;
	width: 90%;
}


/* END GENERAL */


/* HEADER */

.header-area {
	background: #006db6;
}

.header-area .container-nhs {
	padding-top: 1.5em;
}

.custom-logo-all {
	max-width: 150px;
}

.header-menu {
	padding: 0;
	text-align: right;
	margin: 0;
}

.header-menu li {
	display: inline-block;
	line-height: 3;
	padding-left: 15px;
	position: relative;
}

.header-menu li:first-child {
	padding-left: 0;
}

#menu-primary li.donate a {
	background-color: #98C21F;
	padding: 17px 50px 17px 15px;
	line-height: 0;
	border: 3px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#menu-primary li.donate a::after {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 26px;
	margin-left: 12px;
	position: absolute;
	margin-top: 1px;
}

.header-menu li a {
	color: white;
	font-size: 16px;
	display: block;
	text-decoration: none;
}
.header-menu > li > a {
	border-bottom: 5px solid transparent;
}
.header-menu > li > a:hover {
	border-color: #98c21f;
}

#menu-top li a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
#menu-primary li a {
	font-size: 14px;
}

.header-menu > .current-menu-item > a,
.header-menu > .current-page-ancestor > a {
	border-color: #fff;
}

#menu-primary .menu-mobile-view {
	display: none;
}
.sub-menu {
	display: none;
	z-index: 9999;
	position: absolute;
	top: 60px;
	left: 0;
	width: 250px;
	margin: 0;
	padding: 0 10px;
	background: #006db6;
	text-align: left;
}
li:hover > .sub-menu,
#menu-primary .sub-menu li {
	display: block;
}
#menu-primary .sub-menu li {
	padding: 0 15px;
}


/* END HEADER */

.pdf-download-img img {
	max-width: 45px;
}


/* Home Slider */

#buy-home-slider .owl-prev.disabled {
	display: none;
}

#buy-home-slider .owl-next.disabled {
	display: none;
}

#buy-home-slider .owl-nav {
	position: relative;
	top: -231px;
}

#buy-home-slider .owl-prev {
	left: -60px;
	position: absolute;
}

#buy-home-slider .owl-next {
	position: absolute;
	right: -60px;
}

#buy-home-slider .owl-next i,
.owl-prev i {
	font-size: 80px;
	color: #fff;
	margin-top: 12px;
}

#buy-home-slider .owl-stage-outer {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 140px, #ffffff 140px, #ffffff 144px, rgba(0, 0, 0, 0) 144px) no-repeat scroll 0 0;
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center;
}

#buy-home-slider .owl-stage-outer .owl-item>div {
	text-align: center;
}

#buy-home-slider .owl-item>div {
	margin-left: 1px;
}

#buy-home-slider.owl-carousel .owl-item a span:first-child {
	font-size: 90px;
}

#buy-home-slider .owl-item a span:last-child {
	font-weight: bold;
}

#buy-home-slider .owl-item a {
	border: none;
	text-align: left;
}

#buy-home-slider .owl-item:first-child div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(2) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(3) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(4) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(5) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(6) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(7) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(8) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item:nth-child(9) div a::after {
	content: '.';
	color: transparent;
	position: absolute;
	bottom: -35px;
	right: -35px;
	width: 105px;
	height: 105px;
	background-size: 100%;
	display: block;
}

#buy-home-slider .owl-item>div>a {
	background-color: #ffffff;
	border-top-left-radius: 70px;
	color: #29abe2;
	display: inline-flex;
	font-size: 22px;
	height: 176px;
	max-width: 150px;
	padding: 85px 5px 0px 90px;
	position: relative;
}

#buy-home-slider.owl-carousel .owl-item>div>a span:first-child {
	font-size: 90px;
}


/* End Home Slider */


/* FOOTER */

.footer-area {
	background: #555;
	color: #b3b3b3;
	padding-top: 1em;
	margin-top: 3em;
}

.footer-logo .single-image {
	height: 170px;
	position: relative;
}

.footer-logo .single-image img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 110px;
	position: absolute;
	right: 0;
	top: 0;
}


/* END FOOTER */


/* footer_area */

.footer-area p {
	font-size: 15px;
	line-height: 18px;
}

.footer-area .footer-top .widgettitle {
	color: #b3b3b3;
	font-family: arial;
	font-size: 19px;
	margin: 0;
}

.footer-area .footer-top .menu {
	list-style: outside none none;
	margin: 10px 0 0;
	padding: 0;
}

.footer-area .footer-top .menu li a {
	color: #b3b3b3;
	line-height: 15px;
	text-decoration: none;
	font-size: 13px;
}

.footer-area .footer-top .textwidget .address h4 {
	color: #b3b3b3;
	font-size: 19px;
	margin: 0;
}

.footer-area .footer-top .textwidget .address p {
	margin: 0;
	padding-bottom: 17px;
	font-size: 13px;
}

.footer-area .footer-top .textwidget .address p a {
	color: #b3b3b3;
}

.footer-area .footer-top .text-center {
	border-top: 1px solid #848484;
	font-size: 12px;
	text-align: center;
}

.footer-top {
	padding-top: 30px;
}

.section-see-more {
	height: 20px;
	overflow: hidden;
	position: relative;
}

.section-see-more::after {
	content: "SEE MORE \f107";
	cursor: pointer;
	font-family: fontawesome, "Open Sans", sans-serif;
	font-size: 15px;
	position: absolute;
	right: 15px;
	top: -1px;
	line-height: 1;
	width: 90px;
}

.section-see-more.open {
	height: auto;
	overflow: auto;
}

.section-see-more.open:after {
	bottom: 10px;
	top: auto;
	content: "SEE LESS \f106";
}

#menu-top {
	padding-right: 10px;
}

/*#menu-top li:first-child::after {
	color: white;
	content: "/";
	font-size: 20px;
	line-height: 2.3;
	position: absolute;
	right: -4px;
	top: -5px;
}
*/
#menu-top li::before {
	color: white;
	content: "/";
	font-size: 20px;
	line-height: 2.3;
	position: absolute;
	right: -4px;
	top: -5px;
}

#menu-top li:last-child::before {
	content: "";
}



#menu-top li {
	padding-left: 5px;
	padding-right: 5px;
}

body .gform_wrapper ul li.gfield {
	margin-top: 25px;
}

/* #introp p {
	line-height: 40px;
	color: #666666;
} */

#menu-quick-links {
	list-style: none;
}

.mobile-view-row {
	display: none;
}

.custom-tab-heading a {
	color: #29abe2;
}


/* menu responsive */

ul#responsive-menu {
	margin: 0 20px;
}

ul#responsive-menu li.donate {
	border: none;
}

ul#responsive-menu li a {
	font-size: 18px !important;
}

#responsive-menu-container ul#responsive-menu li.responsive-menu-item a {
	padding: 0;
}

ul#responsive-menu li.donate a {
	background-color: #98C21F !important;
	padding: 17px 50px 12px 20px !important;
	line-height: 0 !important;
	border: 2px solid #fff;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	width: initial !important;
}

ul#responsive-menu li.donate a::after {
	content: "\f178";
	font-family: FontAwesome;
	font-size: 26px;
	margin-left: 12px;
	position: absolute;
	margin-top: 1px;
	font-weight: normal;
}

ul#responsive-menu li.donate.menu-item a:hover {
	color: #f8f8f8 !important;
}


#breadcrumbs {
	display: block;
	position: absolute;
	left: 17%;
	z-index: 99;
	color: #fff;
	font-size: 13px;
}

#breadcrumbs a {
	color: #fff;
}

/*
.mobmenu-push-wrap {
  padding-top: 0 !important;
}
.mob-menu-header-holder.mobmenu [class^="mob-icon-"]::before, .mob-menu-header-holder.mobmenu [class*=" mob-icon-"]::before {
  background-color: #006db6;
}
*/

.page-banner-title{
	line-height: 68px;
	font-size: 50px;
	font-family: "Open Sans", sans-serif;
}
.banner-images-content {
	font-size: 25px;
	color: #ffffff;
	line-height: 30px;
	font-family: "Open Sans", sans-serif;
}
.below-banner-heading {
	font-size: 36px;
	line-height: 49px;
	color: #666666;
	font-family: "Open Sans", sans-serif;
}
.below-banner-content{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}
.icon-text-heading{
	font-size: 24px;
	line-height: 33px;
	color: #006DB6;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

.icon-text-content{
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	font-family: "Open Sans", sans-serif;
}
.icon-text-button a {
	font-family: "Open Sans", sans-serif;
	font-size: 20px !important;
	line-height: 24px !important;
	color: #666666 !important;
	border: 1px solid #666666 !important;
}
.icon-text-button a:hover {
	background-color: #E2F3FF !important;
}
.text-jump-link {
	font-size: 20px;
	font-style: italic;
	color: #29abe2;
	padding-bottom: 0px;
	border-bottom: 1px solid;
}
#menu-primary li {
	line-height: 4;
}


#accordion_area .toggle .right h2 {
	font-size: 24px;
}
#buy-home-slider .owl-item > div > a:hover {
	background-color: #D8F0FA;
}




/* Responsive */

@media screen and (max-width:1300px) {
	.container-nhs {
		max-width: 960px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	#menu-primary li {
	line-height: 3;
}
}

@media screen and (max-width:1024px) {
	#menu-top {
		display: none;
	}
	.menu-primary-container {
		display: none;
	}
	.icon-text-heading{
	font-size: 16px;
	}
	.icon-text-content {
	font-size: 12px;
	}
	.text-jump-link {
	font-size: 14px;
	}
	#accordion_area .toggle .right h2 {
	font-size: 16px;
	}
}

@media screen and (max-width:991px) {
	.container-nhs {
		max-width: 738px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.page-banner-title {
	 font-size: 30px;
	}
	.banner-images-content {
	font-size: 16px;
	}
	.below-banner-heading {
	font-size: 20px;
	}
	.below-banner-content {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	.container-nhs {
		max-width: 470px;
		padding: 0 15px;
	}
	.desktop-view-row {
		display: none;
	}
	.mobile-view-row {
		display: block;
	}
	.icon-text-heading{
		font-size: 16px;
	}
	.icon-text-content{
		font-size: 12px;
	}
/* 	.text-jump-link {
	font-size: 12px;
	} */
	#accordion_area h2 {
	font-size: 16px !important;
	}
	p, .icon-text-content {
		font-size: 12px;
	}
}

@media screen and (max-width:500px) {
	.container-nhs {
		width: 100%;
		padding: 0 15px;
	}
	.footer-area {
		text-align: center !important;
	}
	.header-area .menu-primary-container {
		display: none !important;
	}
	#buy-home-slider .owl-prev {
		left: 0;
	}
	#buy-home-slider .owl-next {
		right: 0;
	}
	.header-area .custom-logo-link {
		position: relative;
		z-index: 9999;
	}
	.header-area .container-nhs {
		padding-top: 0;
	}
	header.header-area {
		padding: 10px 0;
	}
	h1,
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
	#buy-home-slider .owl-stage-outer {
		background-image: none;
	}
	.wpb_column.vc_column_container.vc_col-sm-6.quick-link-address {
		display: none;
	}
	.footer-logo .wpb_column.vc_column_container.vc_col-sm-4 {
		float: left;
		width: 33.3333%;
	}
	.footer-top {
		padding: 0;
	}
	.footer-area .footer-top .text-center {
		border-bottom: 1px solid #848484;
		border-top: medium none;
	}
	.custom-logo-all {
		max-width: 120px;
	}
	#responsive-menu-container {
		padding-top: 100px !important;
	}
	
	
	
	
}

@media screen and (max-width: 320px) {
	.container-nhs {
		max-width: 290px;
	}
}

@media only screen and (max-width: 768px) {
	html.js_active.vc_desktop.vc_transform.vc_transform.vc_transform {
		padding-top: 0!important;
	}
}


/* Buy home slider responsive */

@media only screen and (min-width: 500px) and (max-width: 600px) {
	#buy-home-slider .owl-prev {
		left: -30px;
	}
	#buy-home-slider .owl-next {
		right: -30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	#buy-home-slider .owl-stage-outer {
		background-size: 70% auto;
	}
}

@media only screen and (max-width: 768px) {
	#buy-home-slider .owl-stage-outer {
		background: none;
	}
	#buy-home-slider .owl-prev {
		left: 0;
	}
	#buy-home-slider .owl-next {
		right: 0;
	}
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1299px) { 
	#menu-primary li a {
		font-size: 13px;
	}
	#menu-primary li.donate a {
		padding: 14px 40px 8px 8px;
	}
	.header-menu > li {
		padding-left: 8px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	#buy-home-slider .owl-item div a::after {
		right: -30px !important;
	}
}


/* menu button responsive */

@media only screen and (max-width: 1024px) {
	html.responsive-menu-open {
		position: relative;
	}
	html.responsive-menu-open:before {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 9;
	}
	#responsive-menu-container {
		padding-top: 110px !important;
		width: 60% !important;
	}
	#responsive-menu-container ul#responsive-menu {
		padding: 0 60px;
	}
	button#responsive-menu-button {
		top: 30px;
	}
	button#responsive-menu-button .responsive-menu-box {
		margin-right: 15px;
		margin-bottom: 4px;
	}

	button#responsive-menu-button .responsive-menu-box .responsive-menu-inner {
		width: 50px;
		height: 7px;
		border-radius: 0;
	}
	button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:after {
		width: 50px;
		height: 7px;
		border-radius: 0;
		bottom: -15px;
	}
	button#responsive-menu-button .responsive-menu-box .responsive-menu-inner::before {
		width: 50px;
		height: 7px;
		border-radius: 0;
		top: -15px;
	}
	button#responsive-menu-button.is-active .responsive-menu-box .responsive-menu-inner::after {
		bottom: 0;
	}
	#responsive-menu-container #responsive-menu>li.responsive-menu-item:first-child>a {
		border-top: none !important;
	}
	ul#responsive-menu li.bb-mobile a {
		border-bottom: 0 !important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		line-height: 60px !important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item.donate a {
		line-height: 20px !important;
	}
	.header-area .container-nhs {
		padding: 0.8em 0;
	}
	button#responsive-menu-button .responsive-menu-box {
		margin-right: 24px;
	}
}

/* menu button responsive */
@media only screen and (max-width: 500px) {
	button#responsive-menu-button {
		top: 30px;
		right: 8%;
	}
	#responsive-menu-container {
		width: 75% !important;
		padding-top: 88px !important;
	}
	button#responsive-menu-button .responsive-menu-box {
		margin-right: 15px;
	}
	#responsive-menu-container ul#responsive-menu {
		padding: 0 40px 0 10px;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		line-height: 50px !important;
	}
	button#responsive-menu-button .responsive-menu-box .responsive-menu-inner {
		width: 40px;
		height: 5px;
		border-radius: 0;
	}
	button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:after {
		width: 40px;
		height: 5px;
		border-radius: 0;
		bottom: -12px;
	}
	button#responsive-menu-button .responsive-menu-box .responsive-menu-inner::before {
		width: 40px;
		height: 5px;
		border-radius: 0;
		top: -12px;
	}
	.custom-logo-all {
		max-width: 100px;
		margin-left: 12px;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item.donate a {
		line-height: 12px !important;
	}
}


.main-area #breadcrumbs a {
		font-size: 13px;
}
p#breadcrumbs span > span > span > span {
	font-weight: bold;
}