/*
Theme Name: Precious Homes
Author: 3 Flow Creative
Version: 1.0
*/

/*
light-blue: #67cdee
green: #96bd3d 
turquoise: #21b09c
pink: #e04c9b
purple: #49176d
grey: #e4e4e4
orange: #f6891f
yellow: #fcd405
*/

body {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-size: 110%;
	overflow-x: hidden
}
.row {
	max-width: 1100px;
	position: relatives	
}

header {
	padding: 0 0 20px 0;
	position:fixed;
	height: 160px;
	z-index: 110;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #fff !important;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
}

#menu-item-979 li:last-child{
    display:none !important;
}

.medium-4:nth-child(2) li:last-child{
    display:none !important;
}


header.smaller {
	height: 75px;
	padding: 15px 0;
}


	@media screen and (max-width: 768px) {
		header {
			height: 110px;
		}
			
		header.smaller {
			height: 60px;
			padding: 15px 0;
		}
	}

#menu-main {
	float: right;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;		
}

	@media screen and (max-width: 800px) {
		#menu-main {
		float: left;
		}
	}

header.smaller #menu-main  {
		  margin-top: -45px;
}

#menu-main li {
	list-style: none;
	float: left;
	margin: 0 0 0 40px;
	position: relative
}
	@media screen and (max-width: 1100px) {
		#menu-main li {
			font-size: 95%
		}
	}

#menu-main li a {
	color: #000;
	font-weight: 600;
	position:relative	
}

#menu-main li:hover a, #menu-main li.current-menu-item a {
	color: #21b09c;
}

#menu-main li.menu-item-has-children:hover a {
	border-bottom: none	
}



#menu-main li:hover li a {
	color: #4A4A4A;
	border-bottom: none
}
#menu-main li li:hover a, #menu-main li li.current-menu-item a {
	color: #7E3D8B;
	border-bottom: none
}

#menu-main li.menu-item-has-children:hover > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(73, 23, 109, 0);
	border-bottom-color: #900136;
	border-width: 20px;
	margin-left: -20px;
}


#menu-main li > ul:before {
	 content: "";
      position: absolute;  
      top: -40px;
      height: 60px;
      width: 110%;
      left: 0;
      display: block;
}

#menu-main li > ul {
  	background: #900136;
  	padding: 15px 0;
  	position: absolute;
  	top: 65px;
  	left: -20px;
	height: auto;
  	width: 280px;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
 	display: none;
  	opacity: 0;
  	visibility: hidden;
	
	
}

#menu-main li ul li { 
  	display: block;
	float: none;
	padding: 5px 0;
	font-size: 110%; 
	margin: 0 0 0 25px !important;
}

#menu-main li ul li a {
	color: #fff !important	
}

#menu-main li.columns2, #menu-main li.columns3 {
	position: static	
}

#menu-main li.columns2 ul, #menu-main li.columns3 ul {
	width: 100%;
	top: 30px;
}
#menu-main li.columns2 ul li {
	width: 45% ;
	float: left;
	font-size: 1.4rem
}

#menu-main li.columns3 ul li  {
	width: 30% ;
	float: left;
	font-size: 1.4rem;
}

#menu-main li.columns3 ul li ul,
#menu-main li.columns2 ul li ul  {
	position: relative;
  	top: 0;
  	left: 0;
	margin-left: 0px;
	height: auto;
  	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow:none;
	box-shadow: none;
 	display: block;
  	opacity: 1;
  	visibility: visible;
}

#menu-main li.columns3 ul li ul li,
#menu-main li.columns2 ul li ul li {
	width: 100%;
	float: none;
	font-size: 1.1rem	
}

#menu-main li.columns3 ul li ul li a,
#menu-main li.columns2 ul li ul li a {
	font-weight: 300	
}

#menu-main li.columns3 ul li ul li a:hover,
#menu-main li.columns2 ul li ul li a:hover {
	text-decoration: underline	
}

#menu-main li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#logo {
	margin: 40px 0 0 0;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

header.smaller #logo {
			    width: auto;
				height: 65px;
				margin-top: -10px !important;
				margin: 0;
		}


header.smaller #menu-main li > ul:before {
	 content: "";
      position: absolute;  
      top: -25px;
      height: 40px;
}

header.smaller #menu-main li > ul {
  	top: 52px;
}

header.smaller #menu-main li.columns2 ul, header.smaller  #menu-main li.columns3 ul {
	top: 7px;
}

header.smaller #menu-main li.menu-item-has-children:hover a:after {
	top: 90%;	
}
	
	@media screen and (max-width: 1024px) {
		#logo {
			margin: 10px 0 50px 0
		}	
	}
	@media screen and (max-width: 800px) {
		#logo {
			width: 180px; 
		}
	}
	@media screen and (max-width: 767px) {
		#logo {
			width: 100px; margin: 0 auto; margin-top: 45px; display: block
		}
		
		header.smaller #logo {
			float: right;
			margin-top: -10px;
			width: auto; 
			height: 47px
		}
	}
	
	
	@media screen and (max-width: 480px) {
		#logo {
			margin-top: 50px;
		}
		
	}
	
main {
	padding-top: 160px	
}

	@media screen and (max-width: 768px) {
		main {
			padding-top: 110px	
		}	
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro';	
}
h1 {}
h2 {}
h3 {font-size: 24px; font-weight: 600}
h4 {font-size: 20px}
h5 {font-size: 20px}

p{
	line-height: 130%;
	font-size: 24px	
}

.alignleft {
	float: left ;
	margin: 0 15px 0 0		
}

.alignright{
	float: right;
	margin: 0 15px 0 0	 	
}

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

main li{
	line-height: 130%;
	font-size: 24px	
}

blockquote {
	border: none !Important	
}

.purple {
	color: #49176d	
}

.purple-bg {
	background: #49176d;
	padding: 20px;
	color: #fff;	
}

.purple-bg a {
	color: #fff;
	text-decoration: underline	
}

.white {
	color: #fff	
}

.purple-box {
	background: #49176d;
	padding: 20px;
	color: #fff;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px
}

.pink-box {
	background: #e04c9b;
	padding: 20px;
	color: #fff;
	max-width: 450px;
	margin: 0 auto;
	text-align: center
}

.orange-box {
	background: #f6891f;
	padding: 20px;
	color: #fff;
	max-width: 450px;
	margin: 0 auto;
	text-align: center
}

.green-box {
	background: #96bd3d;
	padding: 20px;
	color: #fff;
	max-width: 450px;
	margin: 0 auto;
	text-align: center
}


.right-box .purple-box, .right-box .pink-box, .right-box .green-box, .right-box .orange-box   {
		max-width: 100%;
		padding: 0 20px 30px 20px;
		font-size: 1.5rem
}



.purple-box p {
	color: #fff	;
	font-weight: 400
}

.purple-box a {
	color: #fff	
}

	@media screen and (max-width: 480px) {
		.purple-box {
			max-width: 100%
		}	
	}

/* buttons */
.button {
	border-radius: 0px;
	font-weight: 600;
	line-height: 100%;
	position: relative;
	color: #fff;
	height: 50px;
	font-size: 24px	;
	display: block;
	padding: 10px;
}

.button:hover {
	background: none	
}

.button a {
	color: #fff	
}

.button-wide {
	display: block; 
	width: 100%	
}

.button-white {
	background: none;
	border: 2px solid #fff;
	max-width: 400px
	
}
.button-purple {
	background: #900136;
	
}

.button-purple:hover {
	background: #678581;
	
}

.button-grey {
	background: #666;
	}


.button-pink {
	background: #f6c1a0;
    color: #000;
	height: 65px;
	font-size: 18px	;
	display: block;
}

.button-pink:hover, .button-pink:focus {
	background: #000;
}

.button-orange {
	background: #900136;
	color: #fff;
	height: 65px;
	font-size: 18px	;
	display: block;
}

.button-orange:hover, .button-orange:focus {
	background: #000;
}

.button-green {
	background: #96bd3d;
	color: #fff;
	height: 65px;
	font-size: 18px	;
	display: block;
}

.button-green:hover {
	background: #96bd3d;
}



.button-large {
	display: block; 
	width: 500px;
	max-width: 500px;
	padding: 20px 50px;
	/* margin: 0 auto; */
	height: auto;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
}

	@media screen and (max-width: 680px) {
		.button {
			font-size: 20px;
			width: 100%;
			max-width: 100%;
			font-weight: 400
		}
	}
	
#search-button {
	background: #e04c9b;
	border-radius: 0px;
	color: #fff;
	padding: 10px 16px;
	height: 50px;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	display: inline-block;
}

#service-button {
	background: #900136;
	border-radius: 0px;
	color: #fff;
	padding: 10px 16px;
	height: 50px;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	display: inline-block;
}

#contact-button {
	background: #678581;
	border-radius: 0px;
	color: #fff;
	height: 50px;
	font-weight: 600;
	padding: 10px 16px;
	font-size: 20px;
	position: relative;
	display: inline-block;
}

footer .fa, header .fa {
	color: #fff ;
	font-size: 20px !important;

}

#service-button .fa, #contact-button .fa {
	margin: 0px 10px 0 0;

}

footer .fa-facebook {
	background: #5b83b8;
	padding: 5px 10px;
	font-size: 20px !important;
	margin: 0 7px 0 0	``
}

footer .fa-twitter {
	background: #1bc5ff;
	padding: 5px 7px;
	font-size: 20px !important;
}

footer .fa-linkedin {
	background: #208da8;
	padding: 5px 7px;
	font-size: 20px !important;
}

.fa-times {
	color: #49176d;
	font-size: 20px !important;
}

#scroll-button {
	width: 70px;
	margin: 0 auto;
	display: block;
	color: #000;
	font-size: 24px;
	line-height: 100%;
	text-align: center	
}

#scroll-button .fa {
	color: #000
}	

#searchform label {
	display: none
}

#searchform input {
	border: none	
}

#search-dropdown-bg {
	background: #e04c9b; 
	width: 100%;
	padding: 30px 0 20px 0
	
}
/* top buttom drop downs */

.dropdown-pane {
	border: none;
	padding: 35px 0 0 0px;
	background: none;
	width: 100% !important;	
	z-index: 111;
	position: absolute
}

#top-buttons {
	float: right;	
}

header.smaller #top-buttons {
	display: none !important	
}

	@media screen and (max-width: 1024px) {
		#top-buttons {
			position: absolute;
			top: 0px;
			right: 0px	
		}
		
		#top-buttons button, #top-buttons a {
			height: 40px;
			padding: 5px 7px;
			font-size: 15px;
			margin: 0 0 0 4px
		}
		
		#search-button .fa, #service-button .fa, #contact-button .fa {
			margin: 0 5px;
			font-size: 24px !important;
			
		}
		
		 #service-button{
		 	border-top: 1px solid #49176d;
			
		}
				
		#service-button .fa {
			font-size: 26px !important;
		}
		
		.mob-block {
			font-size: 17px;
			
		}
		
		a[href^="tel"]{
			color:#fff;
			text-decoration:underline;
		}

	}

.dropdown-pane > div{
	margin-top: -13px
}



#contact-dropdown .medium-3 {
	padding: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	min-height: 220px;
	float: left;
}
	@media screen and (max-width: 1099px) {
		#contact-dropdown .medium-3 {
		font-size: 21px
		}
		#contact-dropdown .button-white {
			margin-top: 15px !Important;
			font-size: 18px	 !Important
		}
	}
	@media screen and (max-width: 1024px) {
		
		#contact-dropdown br {
			display: none	
		}
	}
	@media screen and (max-width:915px) {
		#contact-dropdown .medium-3 {
			font-size: 18px;
			padding: 25px 15px;
		}
		
		#contact-dropdown .medium-3 .fa.fa-phone {
			font-size: 18px !Important	
		}
		
	}
	@media screen and (max-width: 768px) {
		.dropdown-pane > div{
			margin-top: -33px
		}

		#contact-dropdown .medium-3 {
		padding: 10px;
		font-size: 16px
		}
	}
	
	@media screen and (max-width: 640px) {
		#contact-dropdown .medium-3  {
			font-size: 24px	;
			min-height:auto;
		}
		
		

	}
	
#contact-dropdown .button-white {
	font-size: 22px;	
}

	@media screen and (max-width: 1024px) {
		#contact-dropdown .button-white {
			width: auto;
			margin: 0 auto;
			font-size: 18px	;
			height: auto
		}
	}
	
	
	@media screen and (min-width: 310px) and  (max-width: 1024px) {
		#contact-dropdown .medium-3 br {
			display: block	
		}
	}
	
	#contact-dropdown .button-white {
	font-size: 22px;	
}


.arrow-up-pink{
  	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-bottom: 20px solid  #e04c9b;
 	position: absolute;
	bottom: -25px;
	left: 20%;
	opacity: 0
}

.arrow-up-green{
  	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-bottom: 20px solid  #96bd3d;
 	position: absolute;
	bottom: -25px;
	left: 40%;
	opacity: 0
}

.arrow-up-blue{
  	width: 0; 
  	height: 0; 
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-bottom: 20px solid  #67cdee;
 	position: absolute;
	bottom: -25px;
	left: 40%;
	opacity: 0
}

.show  {opacity: 1 !important}

/* slider */
#slider-wrapper {
	/* max-height: 670px */
	
}


#slider-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 101;
	width: 100%;
}

#slider-overlay2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 101;
	width: 72%
	
}

	@media screen and (max-width:1280px) {
		#slider-overlay2 {
			width: 80%
		}
	}

#slide-section {
	position: relative;
	z-index: 103;
	font-weight: 300;
	font-size: 24px;
	width: 65%;
	text-align: center;
	margin-bottom: 80px;
	margin-top: 100px;
}

#slide-section p  {
	font-size: 28px;
}

	@media screen and (max-width:1280px) {
		#slide-section {
			width: 75%;
		}
	}
	
	
	@media screen and (max-width:1100px) {
		#slide-section {
			padding-top: 50px;
			width: 95%;

		}
		
		#slide-section p  {
			font-size: 23px;
		}

	}
	
	@media screen and (max-width:680px) {
			#slide-section {
				font-size: 22px;
			}
	}

	@media screen and (max-width:768px) {
			#slide-section {
				font-size: 16px;
				line-height: 120%;
				width: 92%;
				margin-top: 220px
			}
	}


.slide {
	position: relative;
	z-index: 101;

}

.slide, .slide img {
	width: 100%	
}

.slide-text {
	position: absolute;
	top: 18%;
	left: 10%;
	z-index: 102
	
}

.slide-text-single {
	position: absolute;
	top: 30%;
	left: 0;
	background: rgba(0,0,0, 0.55);
	width: 40%;
	
}

.slide-text-single .purple-box  {
	float: right;
	padding-right: 80px;
	max-width: 100% !important
}

.slide-text-single .purple-box .button-white {
	margin: 10px 0 0 0;
	float: right	
}

	@media screen and (max-width:768px) {
		.slide-text-single {
			width: 65%;
			top: 22%;
		}
	}

.slide-text h2{
	font-size: 35px;
	font-weight: 400;
	width: 550px;
	text-align: right;
	color: #fff;
	line-height: 130%;
	margin: 0 0 15px 0;
	padding: 30px 40px 20px 0px;
}


.slide-text-single h2{
	width: 100%;
}	
	@media screen and (max-width:2140px) {
		.slide-text-single {
			top: 21%;
			
		}	
	}
	@media screen and (max-width:1700px) {
		.slide-text h2 {
			font-size: 31px;
		}
		
		.slide-text.slide-text-single {
			top: 200px;
		}
		
		.page-template-vacancies-home-php .slide-text.slide-text-single,
		.page-template-contact  .slide-text.slide-text-single{
			top: 80px;
		}
		
	}
	@media screen and (max-width:1600px) {
		.slide-text {
			top: 14%;
		}
		
		.slide-text h2 {
			font-size: 30px;
		}
		
		.slide-text-single h2{
			padding: 20px 40px 20px 20px	
		}
		.page-template-vacancies-home-php .slide-text.slide-text-single,
		.page-template-contact  .slide-text.slide-text-single{
			top: 80px;
		}
	}
		
	@media screen and (max-width:1366px) {
		.slide-text {
			top: 20%;
			left: 7%;
		}
		
		.slide-text.slide-text-single {
			top: 200px;
		}
		
		
		
		.slide-text.slide-text-single {
			left: 0;
		}

		.slide-text h2 {
			font-size: 30px;
			padding: 20px 20px 10px 25px;
			font-weight: 600 !important;
		}
		
		.slide-text h2 br {
			display: none	
		}
		
		.slide-text-single h2 br {
			display: block	
		}
		
		.slide-text-single h2  {
			font-size: 26px;
			padding: 15px 40px 10px 15px;
		}
		
		.slide-text-single .purple-box {
			font-size: 18px	 !important
		}
	}
	@media screen and (max-width:1200px) {		
		.slide-text-single {
			width: 70%;
			
			}
		
		.slide-text.slide-text-single h2 {
			width: 48%; float: left	
		}
		
		.slide-text-single .purple-box {
			width: 50% !important; 
			float: left	 !important;
			margin-top: 0
			
		}
		
		.page-template-vacancies-home-php  .slide-text.slide-text-single h2, .page-template-vacancies-home-php .slide-text-single .purple-box,
		.page-template-contact  .slide-text.slide-text-single h2, .page-template-contact .slide-text-single .purple-box {
			width: 100% !important;
			float: left ;
			text-align: left
		}
		
		 .page-template-vacancies-home-php .slide-text-single .purple-box .button,
		 .page-template-contact  .slide-text-single .purple-box .button {
			float: left 
		 }
		
		.page-template-vacancies-home-php .slide-text.slide-text-single,
		.page-template-contact .slide-text.slide-text-single   {
			top: 20px;
			width: auto	
		}
		
		.slide-text h2 {
			font-size: 23px;
			text-align: left;
		}
		
		.slide-text-single h2 {
			font-size: 26px;
			text-align: left;
		}
	}
	@media screen and (max-width:1024px) {
		.slide-text {
			top: 15%;
			left: 5%;
		}
		.page-template-vacancies-home-php .slide-text.slide-text-single,
		.page-template-contact .slide-text.slide-text-single  {
			top: 0;
		}
		
		.page-template-vacancies-home-php .slide-text.slide-text-single .button,
		.page-template-contact .slide-text.slide-text-single .button  {
			font-size: 90%;
			height: 35px
		}
	}
	
	@media screen and (max-width:800px) {
		.slide-text {
			position: absolute;
			top: 15%;
			left: 5%;
		}

		.slide-text h2 {
			font-size: 20px;
			text-align: left;
		}
		
		.slide-text .button {
			width: 87%	
		}
		
		.slide-text-inner h2 {
			font-size: 24px;
		}
		
		.slide-text-single {
			top: 22% ;
			width: 75%	
		}	
		
	}
	@media screen and (max-width:768px) {
		.slide-text h2{
			font-size: 22px;
			width: 80%;
			margin: 0 auto;
			color: #49176d;
			margin-bottom:20px;
		}
		
		.slide-text-single h2 {
			color: #fff;
			width:100%;
			font-size: 22px;
		}
		
		.slide-text .button-purple {
			max-width: 340px;
			margin: 0 auto;
			margin-top: -15px	
		}
	}
	@media screen and (max-width:768px) {
		#slider-overlay {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 102;
			width: 100%
		}

		.slide-text {
			position: absolute;
			top: 100%;
			left: 0;
		}
			
		.slide-text-single {
			top: 15% !important	
		}	
		.slide-text-inner h2 {
			text-align: center;	
			font-size: 19px;
			color: #fff;
			width: 100%;
			background: #49176d;
			padding: 10px 10px 15px 10px	
			}
			
		.slide-text.slide-text-inner  {
			left: 0;
			bottom:0;
			position: relative
		} 
		
		.slide-text h2 br {
			display: none	
		}
		
		.slide-text-single h2 {
			font-size: 24px;	
		}
		
		.slide-text-single h2 br {
			display: block;
		}
		
	}
	@media screen and (max-width:767px) {
		.slide-text-single {
			width: auto;
			top: 25% !Important
		}	
		
		.slide-text.slide-text-single h2 {
			width:auto;
		}
		.slide-text-single .purple-box {
			display: none
		}	
	}
	@media screen and (max-width:640px) {
		.slide-text h2{
			width: 90%;
		}
		
		.slide-text-inner h2 {
			width: 100%	
		}
		
		.slide-text.slide-text-single h2 {
			font-size: 26px
		}
		
	}
	@media screen and (max-width:480px) {
	.slide-text h2{
			font-size: 20px;
		}
		
		.slide-text .button-purple {
			max-width: 300px;
			height: 45px;
				
		}
	}
	

	@media screen and (max-width:320px) {
		.slide-text h2{
			font-size: 15px;
		}
	}

.slide-text-single .purple-box {
	background: #49176d;
	padding: 20px 40px 20px 20px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	position: relative;
	z-index: 106 !Important
}


/* #slide-controls {z-index: 109; position: absolute; bottom: -60px; height: 50px; width: auto; right: 0 } */

#slide-controls {z-index: 102; position: absolute; top: 75%; height: 50px; width: auto; left: 10%; width: 550px; text-align: right }
@media screen and (max-width:1366px) {
#slide-controls { left: 7%; top: 88%;}
}
@media screen and (max-width:1024px) {
#slide-controls { left: 4%; top: 78%;}
}

@media screen and (max-width:800px) {
#slide-controls { left: 0; top: 89%; width: 65%;}
}
.cycle-pager { 
    text-align: right; width: auto;  float: right; margin-top: -70px 	
}
.cycle-pager span { 
    font-size: 100px; 
    display: inline-block; color: #fff; cursor: pointer; margin: 0 2px
	
}
.cycle-pager span.cycle-pager-active { color: #f4cfaa;}
.cycle-pager > * { cursor: pointer;}
#cycle-prev {margin: 0 0 0 5px}
#cycle-next {margin: 0 5px 0 0 }
#cycle-prev, #cycle-next {
		cursor: pointer;
		display: inline-block;
		float: right;
		position:relative;
		z-index: 115
}

	@media screen and (max-width:768px) {
			#slide-controls {z-index: 109; position: absolute; top: 50px; width: 95%;  left: 10px; right: -5px }
			.cycle-pager {display: none}
			#cycle-prev .fa, #cycle-next .fa {color: #ccc !important; position: relative; z-index: 110 }
			#cycle-next {float: left}
			
	}

/* wrappers */
.grey-wrapper {
	background: #e4e4e4;
	padding: 30px 0
}

.wrap-inner {
	 position: relative; 
	 max-width: 1100px; 
	 padding-top: 30px; 
	 padding-bottom: 60px
}

		@media screen and (max-width:480px) {
			.wrap-inner {
			 padding-top: 0px; 
			 padding-bottom: 20px
		}	
		}

.white-wrapper {
	padding: 30px 0;
	position: relative	
}

.purple-wrapper {
	padding: 30px 0;
	background: #49176d	
}

.blue-wrapper {
	background: #54cef6;
	padding: 30px 0;
}

.pink-wrapper {
	background: #e04c9b;
	padding: 20px 0;
	min-height: 90px
}



.section-heading {
	background: #21b09c;
	color: #fff;
	font-weight: 600;
	padding: 15px 40px 15px 21.5%;
	display:block;
	width: 45%;
	margin-top: -55px;
	font-size: 24px;
	margin-bottom: 45px;
	position: relative;
	z-index: 102
}
	@media screen and (max-width: 1640px) {
		.section-heading {
			padding: 15px 40px 15px 18%;
		}
	}
	
	
	@media screen and (max-width: 1366px) {
		.section-heading {
			padding: 15px 40px 15px 10%;
		}
	}
	
	@media screen and (max-width: 1150px) {
		.section-heading {
			padding: 15px;
			width: 55%;
		}
	}

	@media screen and (max-width: 680px) {
		.section-heading {
			width: auto;	
			text-align: center
		}
	}


#slider2-wrapper  .section-heading {
	margin-top:  -173px;	
}

.section-heading2 {
	background: #21b09c;
	color: #fff;
	font-weight: 400;
	padding: 15px 40px 15px 10%;
	display: block;
	width: 50%;
	margin-top: -45px;
	font-size: 24px
}

.blue-strip {
	font-size: 140%;
	font-weight: 400;	
}

.blue-strip a {
	color: #000;
	text-decoration: underline	
}

#photo-boxes {
	margin-top: 25px
}

.photo-box {
	position: relative;	
}

.photo-box img {
	position: relative; 
	z-index: 0;
	width: 100%;
	height: auto	
}

.photo-box .photo-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%; height: 110px;
	background: url(images/bg-black.png) bottom left repeat-x;
	z-index: 10	
}

.box-content {
	background: #fff;
	padding: 15px 20px;	
}

.home .box-content {
	min-height: 190px;
	
}

.box-content h3 {
	color: #49176d;
	text-align: center;
}

.box-content p {
	line-height: 140%;
	font-size: 18px
}

.box-content-black {
	background: #000;	
}
.box-content-black p {
	color: #fff;
	font-style: italic;
	padding: 20px 20px 10px 20px;
	font-size: 18px
}

#slider2-wrapper {
	padding: 140px 0;	
	width: 100%;
}

#slider2-wrapper .left-box  .button{
	margin: 25px 0 0 0	
}

#slider2-wrapper .button-large{
	margin: 25px 0 0 -5px
}

#slider2-wrapper p, #slider2-wrapper li {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
}

	@media screen and (max-width: 680px) {
		#slider2-wrapper p, #slider2-wrapper li {
			font-size: 20px;
		}	
	}

#slider-buttons {
	position: absolute;
	bottom: -15px;
	right: 0px;
}

#slider2-wrapper .button-orange, #slider2-wrapper .button-pink {
	width: 500px;
	font-size: 23px;
	font-weight: 400;
	height: 85px;
	margin-bottom: 15px	
}

#slider2-wrapper .button-orange {
	padding-top: 22px	
}

#slider2-wrapper .button-pink {
	padding-top: 22px	
}

	@media screen and (max-width: 767px) {
		#slider2-wrapper .button-orange, #slider2-wrapper .button-pink, #slider2-wrapper .button-white  {
			font-weight: 600;
			height: auto	
		}
		
		#slider-buttons {
			position: relative;
			bottom:0px;
			right: 0px;
			margin: 0 auto;
			margin-top: 20px;
		}
		
		#slider2-wrapper .button-white {
			padding-top: 22px	
		}
		
		#slider-buttons br {
			display: none	
		}

	}

.wide-row h3 {
	font-weight: 300 !important;
	font-size: 1.8rem	
}
/* testimonials */
#testimonials {
	text-align: center;
	max-width: 920px;
	margin: 0 auto;	
	margin-top:30px;
	position: relative	
}

	

#testimonials p{
	font-style: italic	;
	font-size: 24px;
	line-height: 120%;
	padding: 0 65px
}
	@media screen and (max-width: 767px) {
			#testimonials {
			text-align: center;
			max-width: 87%;
		
		}
	}
 
	@media screen and (max-width: 480px) {
			#testimonials p{
			line-height: 120%;
		
		}
	}

blockquote {
	position: relative	
}

blockquote p{
	font-size: 24px;
	line-height: 120%;
	padding: 35px;
	color: #000;
	font-weight: 400
}


#testimonials p.testimonial-name {
	font-style: normal;
	font-size: 100%;
	font-weight: 400	
}

#testimonials:before {
  color: #91e3f7;
  content: "\201C";
  font-size: 8em;
  line-height: 100%;
  font-weight: bold;
  width: 50px;
	position: absolute;
  top: -50px;
  left: -10px

}

blockquote p:before {
  color: #91e3f7;
  content: "\201C";
  font-size: 6em;
  line-height: 100%;
  font-weight: bold;
  width: 50px;
  position: absolute;
  top: -50px;
  left: 35px

}

#testimonials:after {
  color: #91e3f7;
  content: "\201D";
  font-size: 8em;
  line-height: 100%;
  font-weight: bold;
  width: 50px;
  position: absolute;
  top: -50px;
  right: -10px
  
}


blockquote p:after {
  color: #91e3f7;
  content: "\201D";
  font-size: 7em;
  line-height: 100%;
  font-weight: bold;
  width: 50px;
  position: absolute;
  bottom: -50px;
  right: -10px
  
}

@media screen and (max-width: 1024px) {
	blockquote {
		width: 90%;
		margin: 35px 0 0 0	
	}
}

@media screen and (max-width: 480px) {
		#testimonials:before {
		  color: #91e3f7;
		  content: "\201C";
		  font-size: 6em;
		  line-height: 100%;
		  font-weight: bold;
		  width: 50px;
			position: absolute;
		  top: -30px;
		  left: 0px
		
		}
		
		
		#testimonials:after {
		  display: none
		  
		}
		
		blockquote p:before {
			  font-size: 3em;
			  width: 30px;
			  top: 20px;
			  left: 10px
			
			}
			
		blockquote p:after {
		  font-size: 3em;
		  width: 30px;
		  position: absolute;
		  bottom: 00px;
		  right: 10px
		  
		}
			
		
			
	}
	
.close-button {
	float: right; 
	color: #49176d
}

.reveal p {
	font-size: 1.1rem	
}

/* news */
#news-list {
 -moz-column-count: 4;
 -moz-column-gap: 0px;
 -webkit-column-count: 4;
 -webkit-column-gap: 0px;
 column-count: 4;
 column-gap: 0px;
 width: 1200px;
 margin-top: 30px	
}


#news-list li, .service-news {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	margin-bottom: 25px;
	width: 90%;
	list-style: none; 
	background: #fff;
	text-align: left;
}

.column-block .service-news {
	width: 100%	
}

#news-list li h5, .service-news h5 {
	line-height: 130%;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 22px	
}

#news-list li h5 a, .service-news h5 a {
	color: #000	
}

.post1, .post8, .post16, .post21, .post10 {
	border-top: 5px solid #67cdee
}

.post2, .post7, .post17, .post22, .post12 {
	border-top: 5px solid #e157a1
}

.post3, .post9, .post13, .post18, .post23 {
	border-top: 5px solid #eae711
}

.post4, .post5, .post14, .post19, .post24 {
	border-top: 5px solid #21b09c
}

.post6, .post15, .post20, .post25, .post11 {
	border-top: 5px solid #f6891f
}



article {
	margin: 0 0 50px 0
}



.entry-title {
	font-size: 32px	
}

@media screen and (max-width: 1024px) {
	#news-list {
		 -moz-column-count: 3;
		 -moz-column-gap: 0px;
		 -webkit-column-count: 3;
		 -webkit-column-gap: 0px;
		 column-count: 3;
		 column-gap: 0px;
		 width: 100%;
		
		}
	}
	
	@media screen and (max-width: 767px) {
		#news-list {
		 -moz-column-count: 2;
		 -moz-column-gap: 0px;
		 -webkit-column-count: 2;
		 -webkit-column-gap: 0px;
		 column-count: 2;
		 column-gap: 0px;
		 width: 100%;
		margin-left: 0px
		}
		
		#news-list li {
			margin: 10px 0;
			float: none; 
		}
		
		#news-list li img, #news-posts img {
			width: 100% !important;
			height: auto  !important	
		}
	}
	
	@media screen and (max-width: 480px) {
		#news-list {
		 -moz-column-count: 1;
		 -moz-column-gap: 0px;
		 -webkit-column-count: 1;
		 -webkit-column-gap: 0px;
		 column-count: 1;
		 column-gap: 0px;
		 width: 100%;
		margin-left: 0px
		}
		
		#news-list li {
			margin: 10px 0;
			float: none; 
			
		}
		
		.service-news {
			margin-left: 18px	
		}
	}
	
/* awards carousel */
#carousel {
	margin: 20px 0 40px 0;
	height: 100px	
}

	@media screen and (max-width: 1280px) {
		#carousel {
			max-width: 90%;
			margin: 0 auto;
		}	
	}
#carousel div {
	
}
#carousel img {
	
	/* margin: 0 35px; 
	max-height: 80px */
	
	width: auto !important;
	height: auto !important;
}

#prev .fa, #next .fa {
	color: #ccc !important;
	font-size: 44px !important
}

#prev {
	position: absolute;
	left: 20px;
	top: 40%	
}

#next {
	position: absolute;
	right: 20px;
	top: 40%	
}



/* FOOTER */

footer {
	background: #ffe3c7;
	padding: 25px 0	 
}

footer h6 {
	color: #fff;
	font-size: 1.3em	
}

footer ul li a{
	color: #000000;
}

.footer-section-heading {
	background: #900136;
	color: #fff;
	font-weight: 300;
	padding: 10px 35px;
	display: inline-block;
	float: left;
	margin-top: -35px 
}

.footer-section-heading p {
	margin: 0 0 0 35px 	
}

.footer-section-heading a {
	color: #fff	
}

.footer-section-heading a:hover {
	text-decoration: underline
}

.footer-section-heading .fa {
	float: left;
	margin-top: 13px	
}

#footer-menus  ul{
	margin: 30px 0 0 0	
}

#footer-menus  ul li {
	list-style: none;
	font-size: 90%;
	line-height: 100%	
}

#footer-menus ul li a {
	color: #fff;
	padding: 5px 0;
	display: block;	
	font-weight: 400
}

#footer-address {
	position: relative;
	padding: 20px 0	10px 0;
	background: #ffe3c7;
}

#footer-address p {
	margin: 0 0 10px 0;
	font-size: 100%;
	font-weight: 400
}

#iip {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 10000;
	
}

	@media screen and (max-width: 1024px) {
			.footer-section-heading {
				margin-bottom: 20px	
			}
			.footer-section-heading p {
				font-size: 16px	
			}

			#footer-address p {
				text-align: center
			}

			#iip {
			width: 200px;
			position: relative;
			margin: 0 auto;
			display: block;
			margin-top: 15px
		}
	}
	
	@media screen and (max-width: 340px) {
			.footer-section-heading {
				padding: 5px 13px
			}
			.footer-section-heading p {
				margin: 0;
				font-size: 15px
			}

			.footer-section-heading .fa {
				display: none	
			}
	}

/* MOBILE NAVIGATION ------------------------ */
@media screen and (max-width: 768px) {
	#menu-main li {

		margin: 0 0 0 20px;
		font-size: 90%	
	}
	
}
@media screen and (max-width: 767px) {
#nav-toggle { position: absolute; left: 10px; top:10px; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 33px;
  background: #333;
  position: absolute;
  display: block;
  content: '';
  z-index: 100000000
}
#nav-toggle span:before {
  top: -11px; 
}
#nav-toggle span:after {
  bottom: -11px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
   -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-wrapper {
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 100000;
	width: 100%;
	padding: 60px 0 10px 0;
	background: #fff
}

#menu-main {
	max-width: 100%;
	height: auto;
	float: none;
	margin-left: 0;
	}
#menu-main li {
	float: none;
	font-size: 1.2em;
	margin: 0;
	width: 100%;
	text-align: center
}

#menu-main li a {
	padding: 5px;
	display: block
}

#menu-main li ul:before {
	 content: "";
      position: absolute;  
      top: 0;
      height: 0;

}

#menu-main li ul {
  	padding: 0;
  	position: relative;
  	margin-top: 0;
  	left: -10px ;
	height: auto;
  	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 	display: none !important;
  	opacity: 0 !important;
  	visibility: hidden !important;
	
}

#menu-main li ul li { 
  	display: block;
	float: none;
	padding: 0;
	margin: 0 ;
	line-height: 100% !important;
	font-size:95% !important;
	width: 100% !important;
	font-weight: 300;
	}

#menu-main li ul li a {
	font-weight: 300;
	
}

#menu-main li.menu-item-has-children:hover > a:after, #menu-main li:hover > a:after {
	content: ""  !important;
	pointer-events: none  !important;
	border-color: none  !important;
	border-bottom-color: none  !important;
border: none;
}


}

#tab-list1 {
	text-align: center;
	max-width: 920px;
	margin: 0 auto;
	border: none;
	position: relative;
	 margin-top: -60px; 
	 z-index: 103; 
	 background: none
}

	@media screen and (max-width: 768px) {
		#tab-list1 {
		 margin-top: -20px; 
		}
	}
	
#tab-list1 li {
	width: 31%;
	display: block;
	margin: 0 10px;
	border: none
}

#tab-list1 li a {
	background: #c5c4c5;
	font-size: 24px;
	color: #000;
	padding: 14px 15px
}

#tab-list1 li.is-active a {
	background: #e34f9d;
	color: #fff	
}

	@media screen and (max-width: 1024px) {
		#tab-list1 li {
		margin: 0 7px;
		}
	}
	
	@media screen and (max-width: 767px) {
		#tab-list1 li a {
			font-size: 20px;
			padding: 10px
		}
		#tab-list1 li {
			margin: 0 5px;
		}
	}
	
	@media screen and (max-width: 640px) {
		
		#tab-list1 li a {
			padding: 10px 5px
		}
	}
	
	@media screen and (max-width: 600px) {
		#tab-list1 li a {
			font-size: 18px;
		}
		
	}
	
	@media screen and (max-width: 480px) {
		#tab-list1 li {
			margin: 0 1px;
			width: 32.75%
		}
		
		
	}
	
	@media screen and (max-width: 470px) {
		#tab-list1 li a {
			height: 57px;
			padding: 10px
		}
	}
	
	@media screen and (max-width: 370px) {
		#tab-list1 li {
			width: 32.45%
		}
		
		#tab-list1 li a {
			font-size: 17px;
		}
	}


.tabs-content {
	max-width: 1140px;
	margin: 0 auto;
	border: none;
	text-align: center;	
	padding: 45px 0 80px 0;
	background: none	
}

.tabs-content h2 {
	color: #49176d;
	font-weight: 300	
}

.tabs-content p {
	font-size: 28px	
}

	@media screen and (max-width: 480px) {
		.tabs-content h2 {
			font-size: 24px		
		}

		.tabs-content p {
			font-size: 18px	
		}
	}

.tab-small p {
	font-size: 18px;
	line-height: 130%
}

.circle {
	width: 187px;
	height: 187px;
	border-radius: 50%;
	display: block;
	float: left;
	margin: 18px;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	text-align: center !important;
	line-height: 120%;
	position: relative;
	
}

.circle:first-child {
	margin: 18px 18px 18px 0 !important
}

.circle:last-child{
	margin: 18px 0 18px 18px !important
}

.circle span.circle-title {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
	display: block;
	width: 100%

}

.circle a {color: #fff}

.circle a .fa {
	color: #fff; 
	margin: 0 auto;
	margin-top: 4px;
	border-radius: 50%;
	background: #49176d; 
	padding: 4px 6px;
	width: 21px;
	height: 21px; 
	font-size: 15px !important;
	display: block
	}
	
#panel2 .circle {
	margin: 18px;
}

#panel2 li {
	list-style: none;
	width: 25%;
	float: left	
}

	@media screen and (max-width: 800px) {
		#panel2 .circle{
			width: 130px;
			height: 130px;
			font-size: 22px;
			margin: 5px;
		}
	}
	

#panel2 .circle:before {
	content: "\f054";
	font-family: FontAwesome;
	color: #b4b4b4;
	font-size: 38px;
	float: left;
	width: 50px;
	margin-top: 47%;
	margin-left: -35%
}


#panel2 #circle1:before {
	content: "";
}

#panel2 .circle:first-child {
	margin: 18px 18px 18px 0 !important
}

#panel2 .circle:last-child{
	margin: 18px 0 18px 18px !important
}


	@media screen and (max-width: 800px) {
		#panel2 .circle{
			width: 150px;
			height: 150px;
			font-size: 22px;
			margin: 0 10px;
		}
		
		#panel2 .circle:before {
				content: "";
			}
	}
		
	
	}
	
	
	@media screen and (max-width: 680px) {
		#panel2 .circles-list {
			margin-left: -30px	
		}
				
		#panel2 .circle:before {
				content: "";
			}
	}
	
	@media screen and (max-width: 480px) {
		#panel2 .circles-list {
			margin-left: -10px	
		}
		#panel2 li {
			list-style: none;
			width: 50%;
			float: left	
		}
		
	}
	
	@media screen and (max-width: 680px) {
		#panel1 .circle {
				width: 150px !important;
			    height: 150px !important;
				float: left;
				margin: 10px !Important;
				font-size: 18px;
				text-align: center !important;
				line-height: 110%
				
			}
			
		#panel1 .circles-list {
			margin: 0 
		}
			
			#panel1 .circle-title {
				padding: 0 13px	
			}
	}

.arrow-up-white {
	width: 0; 
  	height: 0; 
  	border-left: 40px solid transparent;
  	border-right: 40px solid transparent;
  	border-bottom: 40px solid  #fff;
 	position: absolute;
	top: 195px !important;
	left: 30%;
	opacity: 0;
	display: block
}


.active .arrow-up-white, .is-open-circle .arrow-up-white, .is-active .arrow-up-white  {opacity: 1}

#circles-referral .circle:hover {
	cursor: pointer	
}

#circles-referral li:after {
	content: "\f054";
	font-family: FontAwesome;
	color: #666;
	position: absolute;
	top: 90px;
	right: -27px 	
}

#circles-referral li#circle5:after {
	content: "";
}

#circles-referral li#circle5 {
	color: #000;
}

/* referral process dropdowns */

.drop-down-page {
	padding: 60px 40px 0 40px;
	bottom: 0px !important ;
	left: 0px !important;
	background: none !Important;
	
	
}

.dropdown-inner {
	background: #fff;
	margin-top: 50px;
	padding: 40px;
	min-height: 500px
}

.dropdown-inner p, .dropdown-inner li {
	font-size: 1.3rem;
	text-align: left		
}

#dropdown1, #panel {
	visibility: visible !Important;	
	display: block !Important;
	margin-top: -31px
}

   #circles-referral .tabs-title > a:hover {
      background: none }
   #circles-referral  .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: none }


/* results */

#results-layout {
	background: #f3f3f3	
}

#results-layout .container, #results-layout .container .row, #results-layout .container .row .col-sm-3 {
	width: 100% !important;
	max-width: 100% !important
}

#search-form {
	width: 100%;
	background: #e34f9d;
	padding: 25px 0;
	margin: -50px 0 50px 0;
	height: 90px
}

.wpv-filter-form  {
	border: none !important;
	max-width: 1100px !important;
	margin: 0 auto;
}
.wpv-filter-form select, .wpv-filter-form  .search-title  {
	width: 30%;
	float: left;
	margin: 0 10px ;
	font-size: 22px;
	padding: 0 0 0 5px;

}
	@media screen and (max-width:768px) {
		#results-layout .wpv-loop  {
			padding-left: 20px	
		}
	}
	@media screen and (max-width:600px) {
		
		#search-form {
			height: 165px;
			padding: 15px 0;
			margin: -50px 0 0 0
		}

		.wpv-filter-form select, .wpv-filter-form  .search-title  {
			width: 95%;
			margin: 0 10px 10px 10px;
		}
		
		#search-form input {
			font-size: 80% !important	
		}
	}

.js-wpv-view-layout {
	max-width: 1100px !important;
	margin: 0 auto
}

::-webkit-input-placeholder {
	color: #000 !important;
	font-size: 22px 
}
:-moz-placeholder { /* older Firefox*/
	color: #000 !important;
	opacity: 1 !important;
	font-size: 22px 
}
 ::-moz-placeholder { /* Firefox 19+ */
	color: #000 !important;
	opacity: 1 !important;
	font-size: 22px 
}
:-ms-input-placeholder {
	color: #000 !important;
	font-size: 22px 
}

.service-contact p {
	line-height: 140%;
	font-weight: 400
}

.result-box.box-content {
	min-height: 90px	;
	
}

.result-box h3 a {
	color: #49176d	
}

.service-label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 6px 15px;
	background: #e04c9b;
	color: #fff;
	font-size: 15px;
	z-index: 11;
	font-weight: 400	
}

.service-label.residential-care {
	background:#67cdee
}

.service-label.supported-living {
	background:#e04c9b
}

.service-label.supported-living-plus {
	background:#21b09c
}

/* NEWS */
#news-buttons {
	max-width: 1100px;
	margin: 0 auto	
}

#news-buttons .button {
	float: left;
	display: inline-block;	
	margin: 0 10px
}

.newsletter-box {
	float: left !important;
	margin-bottom: 30px 0	
}

	@media screen and (max-width: 767px) {
		#news-buttons .button1 {
			max-width: 140px;
			margin: 0 2px 0 10px;
			height: 45px
		}
		#news-buttons .button2 {
			max-width: 200px;
			margin: 0 0 0 2px;
			height: 45px	
		}
	}
	
	@media screen and (max-width: 640px) {
		#news-buttons  .button1, #news-buttons  .button2, #news-buttons  .button3 {
			max-width: auto !important;
			width: 31%;
			height: auto;
			margin: 0 2px;
		}
		
		#news-buttons  .button1 {
		margin: 0 2px 0 10px;	
		}
	
	}
	
#pagination {
	padding: 20px 0 20px 30px 	
}

.thumbnail-wrapper {
	width: 100%;
	height: 180px	
}

/* CONTACT */
	@media screen and (min-width: 1025px) {
		#contact-boxes {
			margin-top: 120px	
		}
	}

.pink-contact-box {
	background: #e04c9b;
	padding: 20px 15px;
	min-height: 200px;
	color: #fff;
	text-align: center;	
	position: relative
}


.purple-contact-box {
	background: #49176d;
	padding: 20px;
	min-height: 200px;
	color: #fff;	
	text-align: center;
	position: relative
}

.pink-contact-box p, .purple-contact-box p  {
	font-weight: 600;
	margin: 0 0 7px 0;
	font-size: 20px;
	
}

.pink-contact-box .fa.fa-phone {
	font-size: 	20px !important;
	margin-right: 5px
}
@media only screen and (min-width: 768px) {
.pink-contact-box a, .purple-contact-box a {
	position: absolute;
	bottom: 5px;
	width: 86%
}

}

#form-box {
	background: #dfdde6;
	padding: 70px 70px 50px 70px;
	max-width: 1100px;
	margin: 0 auto;	
	margin-top: -75px
}

	@media only screen and (max-width: 1024px) {
		#form-box {
			padding: 70px 20px 30px 20px;
		}
	
	}

/* gravity forms */
.gform_fields {
	margin: 0	
}
.gform_fields li {
	list-style: none;
	margin: 0 0 7px 0	
}

.gform_fields label {
	display: none
}

.gfield_checkbox {
	margin-left: 0	
}
.gfield_checkbox input[type=checkbox] {
	float: left;
	width: 20px;
	height: 20px;	
	margin: 0 10px 0 0
}

.gfield_description {
	font-size: 70%;
	line-height: 120%;
	color: #000
}


.ie9 .gform_fields label, .ie8 .gform_fields label {
	display: block
}


.gform_fields li input, .gform_fields li textarea, .gform_fields li select {
	width: 50%;
	padding: 5px	
}

.gform_fields li input[type=text] {
	height: 50px	
}

.gfleft {
	float: left;
	width: 49%
}

.gfright{
	float: right;
	width: 49%	
}

.gform_fields .gfleft input, .gform_fields .gfright textarea{
	width: 100%;
	border: none;
	background: #ffffff;
	border-radius: 0px;
}

.gfright textarea {
	height: 196px	
}

.gform_wrapper {
	overflow: auto
}


.gform_button {
	clear: both;
	
	background: #49176d;
	color: #fff;
	width: 220px;
	display: block;
	margin: 0 auto;	
	margin-top:20px;
}

.gform_button:hover {
	background: #21b09c
}

.gform_heading, .validation_message {
	color: #000; 
	font-weight: 400;
	text-align: center;
	font-size: 24px;
	margin: 0 0 25px 0
}

	@media only screen and (max-width: 768px) {
		.gform_fields li input, .gform_fields li textarea, .gfleft, .gfright {
			width: 100%;
		}
	
	}

/* vacancy forms */
.gform_wrapper.two-column_wrapper ul.gform_fields {
display: none;
}


.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
display: block;
float: left;
width: 50%;
}

	@media only screen and (max-width: 768px) {
	.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
		display: block;
		float: left;
		width: 100%;
		}
	
	}

.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column input {
width: 97%;
}

.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
display: none;
}

.gform_fields .show-label label {
	display: inline-block;
	font-size: 18px;
	margin: -7px 0  0 0;
	padding: 0px;	
}

#field_3_7 {margin-top: -15px}

/* vacancies list */
#vacancy-list {margin: 35px 0 0 0px}
#vacancy-list li {
	width: 31%;
	float: left;
	margin: 7px;
	list-style: none	
}

#vacancy-list li a {
	display: block;
	background: #fff;
	color: #49176d;
	padding: 8px;
	text-align: center;
	font-weight: 600
}

/* mailchimp */


#newsletter ::-webkit-input-placeholder {
   color: #666 !important;
   font-style: italic !important
}

#newsletter :-moz-placeholder { /* Firefox 18- */
   color: #666 !important; 
    font-style: italic  !important
}

#newsletter ::-moz-placeholder {  /* Firefox 19+ */
   color: #666 !important;  
    font-style: italic !important
}

#newsletter :-ms-input-placeholder {  
   color: #666 !important;  
   font-style: italic !important
}

.clear-block {
	clear: left; 
	padding: 50px 0 0 0; 
	width: 100%
}

/* Vacancy page light-blue: #67cdee
green: #96bd3d 
turquoise: #21b09c
pink: #e04c9b
purple: #49176d
grey: #e4e4e4
orange: #f6891f
yellow: #fcd405 */

.main_holder{
	background: #ffffff;
    padding:20px 20px 70px 20px;
    margin-top:10px;
	border: 1px solid #49176d
}
                    
.job_title{
	font-family: 'Source Sans Pro';
	font-size: 24px;
	color: #49176d;
	margin-bottom: 20px;
	font-weight: 400
}
                    
.description{
	font-family: 'Source Sans Pro';
	font-size: 18px;
	color: #000;
}
                    
.advert_link{
	margin-top: 20px;
	float:right;
	font-family: 'Source Sans Pro';
}
                    
.advert_button{
	background:#49176d;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-decoration:none;
}
                    
.advert_button:hover{
	background: #e4e4e4;
	color: #fff;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
	border: none!important;
}


	@media only screen and (max-width: 640px) {
		#page-layout {
			margin-top: 0px
		}
		
		#slider-overlay2 {
			bottom: 70px;
			left: 0;
			z-index: 101;
			width: 72%
			
		}
	}

.pagination {
	font-size: 1.4rem;
	font-weight: 600;
	
}

.page-numbers {
	margin: 0	
}
.page-numbers li {
	float: left;
	font-size: 1.4rem;
	padding: 0 7px;
	font-weight: 600;
	list-style: none;

}

.page-numbers li span {
	color: #666	
}

.page-numbers li:before {
	content:''	
}

.wpv-loop .box-content {
	min-height: 230px;
		
}

@media only screen and (max-width: 1150px) {
		.wpv-loop .box-content h3 {
			font-size: 1.4rem;
			line-height: 130%
				
		}
		
		.wpv-loop .box-content {
			min-height: 240px;
				
		}
	}
	
	
@media only screen and (min-width: 641px) and (max-width: 870px) {
		.wpv-loop .box-content h3 {
			font-size: 1.2rem;
		}
		
		.wpv-loop .box-content p {
			font-size: 1rem	
		}
		
		.wpv-loop .box-content {
			min-height: 240px;
				
		}
		
	}
	
	@media only screen and (max-width: 640px) {
		
		.wpv-loop .box-content {
			min-height: auto;
				
		}

		.container.wpv-loop.js-wpv-loop .columns, .container.wpv-loop.js-wpv-loop .row,  .container.wpv-loop.js-wpv-loop wpv-loop {
			margin: 0 !important;
			padding: 0 !important;
			width: 100% !important;
			max-width: 100% !Important
			
		}
	}
	
#ccbox img {
	max-width: 200px !Important;
	height: auto !important;
	margin: 0 20px	
}
@media only screen and (max-width: 680px) {
#ccbox img {
	float: none !important;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px	
}

#ccbox p {
	text-align: center !important	
}
}

