/*
	Theme Name: Schoolcms 2020
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 3.0

/*Default Colur Scheme
#000
#e0e0e0
#CBCBCB
#969696
#676767
*/


/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

body {  
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height:32px;
    font-weight:400;
    color: #b4b3b3;
    background: #313131;
    margin: auto;
  
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.text-right {
  text-align:inherit;
}

a {
	color: #a4904b;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#b4b3b3;
}
a:focus {
text-decoration:none;
}
h1,h2,h3 {
	font-family: 'Cinzel', serif;
    text-transform: uppercase;
}
h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 50px;
}
img {
	max-width:100%;
	height:auto;
}
button:focus {
	outline:0;
}
p {
	margin-bottom:1em;
}
table {
	width:100%;
	margin-bottom:1em;
}
hr {
	border-top-color:#b4b3b3;
}
h1,
h1.entry-title,
h2.entry-title {

}

h2 {

}
h3 {

}
h1 a,
h2 a,
h3 a {
  text-decoration:underline;
  color: #969696
}

.owl-dots span {
	width:10px;
	height:10px;
	display:inline-block;
	background:#CCCCCC;
	border-radius:50%;
}
.owl-nav {
	position:relative;
}
.owl-nav .owl-prev{
	position:absolute;
	left:0;
	top:0;
}
.owl-nav .owl-next{
	position:absolute;
	right:0;
	top:0
}
.owl-dots {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	margin:0 2px;
}
/****Button******/
.blockButton > a,
a.readmore {
	display: inline-block;
    color: #676767;
    border: solid 1px #676767;
    font-size: 0.9em;	
    background: #e0e0e0;
    line-height: 1.4em;
    padding: 0.7em 1.5em;
    text-transform: uppercase;
    position: relative;
    transition: 300ms;
    margin: 12px 0;
}
.blockButton> a:hover,
a.readmore:hover {
	background:#000;
	color:#fff;
	border-color:#000;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.fancybox-overlay{z-index:9999 !important}
.fancybox-wrap{z-index:99999 !important}

.bodyContent {
	margin-bottom:40px;
}
/****\
 Banner
\******/
}
#hero {
	position:relative;
}
#hero .slide {
	width:100%;
	overflow:hidden;
	height:100%;
}
#pageBanner {
	position: relative;
	max-width:1560px;
	margin:0 auto 20px;
	overflow:hidden;
	min-height:300px;
}
#pageBanner:before {
	content:'';
	display:block;
	width:100%;
	padding-top:33.7%;
}
#hero{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#hero .slideImage img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	object-fit:cover;
	
}
#hero .slideImage{
	position:absolute;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.homeBanner {
	margin:00px auto 30px;
		position: relative;
	/*max-width:1560px;*/
	margin:0 auto 20px;
	overflow:hidden;
	max-height:880px;
	max-height:100vh;
	min-height:480px;
}
.homeBanner:before {
	content:'';
	display:block;
	width:100%;
	padding-top:200%;
}
@media(min-width:768px){
	.homeBanner {
		max-height:880px;
	}
	.homeBanner:before {
		padding-top:56.08%;
	}
}
.homeBanner .slideImage:after {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#hero .slideText{
	bottom: 5%;
    left: 0;
    right: 0;
    font-size: 18px;
	padding:0 15px;
    color: #fff;
    position: absolute;
    padding: 20px 0;
    text-align: center;
}


.gallery.gallery_default .gallery-item {
	padding:7.5px;
}

.breadcrumbs {
	font-size:12px;
	color:#676767;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:20px;
	border-bottom:solid 1px #d7d9d9;
	min-height:45px;
	position:relative;
	padding-right:45px;
}
.breadcrumbs a{
	color:#676767;
}
.breadcrumbs > span {
	margin:0 5px;	
}
.breadcrumbs > span:first-child {
	margin-left:0;
}
.breadcrumbs span > span {
	color:#000;
}


.searchform label{
	display:none;
}
.searchform {
	padding-right:40px;
	padding-left:0px;
	position:relative;
	color:#969696;
	overflow:hidden;
	font-size:14px;
    margin-bottom: 40px;
}
.searchform input#s{
    border: 0;
    font-size:16px;
	height:30px;
	width:100%;
	background:transparent;
	color:#969696;
	padding: 4px 10px;
	border-bottom:solid 1px #a4904b;
}
.sidebar .searchform input#s{
	padding: 7px 10px;
}
.sidebar #searchSubmit {
	top:3px;
}
.searchform input#s:focus{
	outline:0;
}
#searchSubmit{
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
	position:absolute;
	color:#969696;
	background-repeat:no-repeat;
	background-position:center;
	right:5px;
	top:0px;
	width:30px;
	height: 28px;
}
.headerSearch {
	max-width:100px;
}
.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: transparent;
  text-transform:uppercase;
  opacity: 0; /* Firefox */
}

.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: transparent;
  text-transform:uppercase;
  opacity: 0;
}

.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */
   color: transparent;
  text-transform:uppercase;
  opacity: 0;
}
/*
.headerSearch .searchform {
	padding-left:35px;
	padding-right:0px;
	font-size:14px;
}*/

/*
.headerSearch #searchSubmit {
	right:auto;
	left:0;
}*/

@media (min-width:768px){


}
@media (min-width:992px){
.headerSearch {
	max-width:150px;
}
.headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #969696;
  text-transform:uppercase;
  opacity: 1; /* Firefox */
}

.headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #969696;
  text-transform:uppercase;
  opacity: 1; 
}

.headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #969696;
  text-transform:uppercase;
  opacity: 1; 
}
.headerSearch .searchform input#s{
	border-bottom:none;
}
}
@media (min-width:1200px){


}
@media (min-width:1390px){

}
@media (min-width:1590px){

}


/*------------------------------------*\
    EMBEDS
\*------------------------------------*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert {
  font-size:15px;
  font-size:1.5rem;
  width:100%;
  max-width:600px;
  min-width:450px;
}
.popupAlert .header{
  font-size:1.8em;
  padding:7px 3%;
  text-align:center;
  white-space:nowrap;
      text-align: center;
    position: relative;
    text-transform:uppercase;
}
.noticeBody {
  width:100%;
  padding:0 2.5%;
}
.popupAlert .popupImg {
  padding:10px 5px;
  width:48%;
  float:right;
}
.popupAlert .popupImg img {
  width:100%
}
.popupAlert .noticeText {
  padding:10px 5px;  
  width:100%;
  float:none;
}
.featimg  .noticeText {
  width:48%;
  float:left;  
}
.popupAlert .noticeText *{
  max-width:100%;
}
.popupAlert .noticeText .popTitle{
      font-size: 1.5em;
    text-transform: uppercase;
    margin: 20px 0 0;
}



/*news*/
h2.list-item-title{
	margin-top:0;
	font-size:1.8em;
	margin-bottom:20px;
}
h2.list-item-title a{
	text-decoration:none;
}
h2.list-item-title a:hover{
	text-decoration:underline;
}
h1.postTitle {

}

.list-item{
    overflow: hidden;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a4904b;
}
.list-item-image{
	text-align:center;
}
.list-item-image a{
	display:block;
	padding:10px 0;
}
.list-item-text{

}
.list-item-text p.date{
	font-size:0.8em;
	margin:0;
}

.postThumb {
	margin-bottom:20px;
	text-align: center;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/


#navbar{
    display: block;
    vertical-align: top;    
}
.headGroup {
	color:#969696;
	background: transparent;
	border-bottom: none;
	transition:300ms;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
}
.fixedHeader .headGroup {
	border-bottom-color:#676767;
}

.headGroup a{
	color:#969696;	
}
.headGroup a:hover{
	color:#CBCBCB;
}
.headLogoWrap {
	padding-left:0;
	padding-right:0;
}

.headerIcon {

}
.headerIcon img{

}




.headerSearch {
	display:inline-block;
	vertical-align:top;
}
.headGroup .socials {
	display:inline-block;
	vertical-align:top;
	list-style:none;
	padding:4px;
	margin:0;
}
.headGroup .socials li{
	display:inline-block;
	position:relative;
	padding:0 9px;
	min-width:40px;
	text-align:center;
}
.headGroup .socials li:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	margin-top:-5px;
	height:10px;
	width:1px;
	background:#969696;
	left:0;
}
@media (min-width:768px){
	.headGroup .socials {
		position:absolute;
		bottom:100%;
		right:0;
		width:100%;
	}
}
/*header*/
header {
	position:relative;
}


.headGroup {
		position:relative;
		z-index:120;top:0;
		left:0;
		width:100%;
		position:relative;
}


@media (min-width:600px){

}
	
@media (min-width:768px){
	.admin-bar .headGroup,
	.admin-bar.fixedHeader .headGroup  {
		top:32px
	}
	.headGroup {	
			position:fixed;
			height:100px;
	}
	header.mainHeader {
		height:0px;
	}
	.home header.mainHeader {
	height:0;	
	}
	
}
/*home*/
@media (max-width:767.99px){
body.home .headGroup {
	position:absolute;
}
}
	.fixedHome .headGroup {
		background:transparent;
		border-bottom:transparent;
		color:#fff;
		position:absolute;
		top:0;
	}
	.fixedHome .headGroup a{
		color:#fff;
	}
	.fixedHome .headGroup .socials li:before,
	.fixedHome .headGroup .socials li:last-child:after{
		background:#fff;
	}
	.fixedHome .headGroup .searchform input#s {
		color:#fff;
	}
	.fixedHome .headGroup .searchform input#s {
		
	}
	.fixedHome .headerSearch .searchform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		  color: #fff;
	}

	.fixedHome .headerSearch .searchform  :-ms-input-placeholder { /* Internet Explorer 10-11 */
		  color: #fff;
	}

	.fixedHome .headerSearch .searchform  ::-ms-input-placeholder { /* Microsoft Edge */
		  color: #fff;
	}
	.fixedHome .headGroup #search3 {
		color:#fff;
	}
	.fixedHome .headerIcon {
		
	}
	.fixedHome .headerIcon a{
		
	}


@media (min-width:768px){
	.headerRight .menu-toggle {		
		display:block;
		display:inline-block;
		position:relative;
		top:auto;
		right:auto;
		float:right;
	}
	.headerRight .topMenuSide {
		display:block;
		display:inline-block;
		position:relative;
		top:auto;
		left:auto;
	}
	.headerRight .topMenuSide span{
		display:inline;
	}
	.headerRight {
		position:relative;
	}
	
	.headerLeft {
		text-align:left;
	}
	.headerRight {
		text-align:right;
	}
	
	.headerRight .menu-toggle {		
		display:inline-block;
		margin-left:20px;
		float:none;
	}
	.headerRight .topMenuSide {
		display:inline-block;
	}
}
@media (min-width:992px){


}
@media (min-width:1200px){
	.headerRight .menu-toggle {	
		margin-left:20px;
	}	
}

.home .headGroup{
	
}

.topMenu {
	display:none;
}
.topMenuSide {
	position:relative;
	display:inline-block;
}
.topMenuSide .portalToggle {
	font-size:14px;
	padding:10px 0;
	line-height:15px;
	white-space:nowrap;
	padding-right:15px;
	position:relative;
	cursor:pointer;
}

.topMenuSide .menu{
	position:absolute;
	background:rgba(255,255,255,0.8);
	color:#969696;
	list-style:none;
	margin:0;
	padding:0 20px;
	right:0;
	top:100%;
	font-size:14px;
	text-transform:uppercase;
	display:none;
}
.topMenuSide .menu li{
	border-bottom:solid 1px #969696;
	padding:12px 0 12px 45px;
	background-image:url(images/lock.png);
	background-repeat:no-repeat;
	background-position:left 0 top 13px;
	line-height:1.5;
}
.topMenuSide .menu li:last-child{
	border-bottom:0;
}
.topMenuSide .menu li a{
	color:#969696;	
}
.topMenuSide .menu a:hover{
	color:#000;
	text-decoration:none;
}

@media (min-width:768px){
.topMenuSide .portalToggle .portalIcon {
		margin-right:14px;
}
}
/*------------------------------------*\ 
    Navigation
\*------------------------------------*/


.menu-toggle{
    position:relative;
	padding-right:40px;
	font-size:17px;
	display:inline-block;
	cursor:pointer;
	height:35px;
	line-height:30px;
	vertical-align: middle;
}
.menu-toggle .toggleText{
	display:inline-block;
	display:none;
	vertical-align:middle;
	font-size:14px;
}
@media (min-width:992px){
	.menu-toggle .toggleText{
		display:inline-block;
	}
}
.menu-toggle span{
    width: 36px;
    height: 2px;
    margin: 8px 0;
    background-color: #fefefe;
    display: block;
    transition:all 300ms;	
}
.menu-toggle .toggleIcon {
	position:absolute;
	width:36px;
	right:0;
	top:0px;
	transition:300ms;
}
.menu-toggle:hover span{
    background-color: #000;
}
.menu-toggle span:nth-child(1){
    transform-origin:50% 8px;
}
.menu-toggle span:nth-child(3){
    transform-origin: 50% -8px;
}
body.menuopen .menu-toggle span:nth-child(1){
	transform:rotate(135deg) translateY(6px)
}
body.menuopen .menu-toggle span:nth-child(2){
	opacity:0;
	transform:rotate(360deg);
}
body.menuopen .menu-toggle span:nth-child(3){
	transform: rotate(-135deg) translateY(-7px);
}

body.menuopen #navbar  .menu-toggle span:nth-child(1){
	background:#000;
}
body.menuopen #navbar .menu-toggle span:nth-child(3){
	background:#000;
}

@media (min-width:992px){

}

	#navbar{
		position: fixed;
		right: -280px;
		transition: right 500ms;
		background-color: #fff;
		top: 0;
	    margin-top: 0px;
		padding:20px 20px;
		z-index: 9999;
		bottom:0;
		width: 280px;
		overflow-x: hidden;		
		font-size:1.2em;
	}

	body.menuopen  #navbar{ 
		right:0;
		z-index: 9999;
		-webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
	}
	
	body.admin-bar #navbar{ 
		top:32px;
	}
	@media (max-width:782px){
		body.admin-bar #navbar{ 
			top:46px;
		}
	}
	#menu-main,
	#menu-main ul{
		list-style:none;
		padding:0;
		margin:0;
	}
	#menu-main{
		margin-bottom:30px;
		margin-top:20px;
		clear:both;
	}
	#menu-main li{
		position:relative;
	}	
	#menu-main li a{
		display: block;
		color:#808285;
		padding:21px 10px 21px 20px;
		line-height:1.35;
		position:relative;
		border-bottom:solid 1px #676767;
	}
	#menu-main li a:hover{
		text-decoration:none;
		color:#000;
	}
	#menu-main .sub-menu {
		padding-left:40px;
		position:relative;
		display:none;
		font-size:0.9em;
		border-bottom:solid 1px #676767;
	}
	#menu-main .sub-menu li:last-child > a{
		
		border-bottom:none;
	}
	#menu-main li.open > .sub-menu {
		display:block;
	}
	
	#menu-main .sub-menu a {
		padding:10px 10px;
	}
	#menu-main li.menu-item-has-children > a {
		padding-left:35px;
	}
	
	#menu-main li.menu-item-has-children > .arrow {
		position:absolute;
		left:0;
		top:0;
		height:68px;
		width:30px;
	}
	@media (min-width:1200px){
		#menu-main li.menu-item-has-children > .arrow {
			height:75px;
		}
	}
	#menu-main li.menu-item-has-children > .arrow:after{
		position:absolute;
		    content: '\f054';
			display: block;
			width: 11px;
			height: 27px;
			position: absolute;
			left: 12px;
			top: 21px;
			font-weight: 700;
			font-family: "Font Awesome 5 Free";
			transform: rotate(0deg);
			transition: 300ms;
	}
	#menu-main li.open.menu-item-has-children > .arrow:after{
		transform:rotate(90deg);
	}
	#menu-main .sub-menu  li.menu-item-has-children > .arrow {
		height:47px;
	}
	#menu-main .sub-menu li.menu-item-has-children > .arrow:after{
		top:15px;
	}
#menu-main .sub-menu  .sub-menu{
	padding-left:20px;
}
#menu-main .sub-menu  .sub-menu li.menu-item-has-children > .arrow{
	display:none;
}

	
	
@media (min-width:600px){
	#navbar{
		width:480px;
		right: -480px;
		padding:40px 60px;
	}
	#menu-main li a{
		padding:21px 30px;		
	}
}
/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/

footer{
    padding: 60px 0;
}
#menu-useful {
	list-style:none;
	padding:0;
}
.stayConnectBlock {
	border-top:solid 1px #969696;
	margin:20px 0px ;
	
}
.stayConnectBlock h3{
	font-size:32px;
	margin:70px 0 55px;
	text-align:center;
}
.stayConnectBlock .connectedFt {
	color:#fff;
	background:#676767;
	text-align:center;
	padding:50px 0;
}
.stayConnectBlock .connectedFt ul{	
	list-style:none;
	padding:0;	
	margin:7px auto;
}
.stayConnectBlock .connectedFt li{	
	display:inline-block;
	margin:12px 12px;
}
.stayConnectBlock .connectedFt li a {
	transition:300ms;
}
.stayConnectBlock .connectedFt li a:hover{
	opacity:0.6;
}
.stayConnectBlock .connectedFt a.blockButton {
	border:solid 1px #fff;
	color:#fff;
	margin:12px 7px;
}
.stayConnectBlock .connectedFt a.blockButton:hover {
	background:#fff;
	color:#676767;
}
.footerLower {
	background:#000;
	color:#dddedf;
	padding:20px 0;
	font-size:15px;
	text-align:center;
}
.footerLower p,
.footerLower ul{
	margin:10px 0;
}
.footerLower a{
	color:#dddedf;
	white-space:nowrap;
}
.footerInfo {
	text-align:center;
	line-height:1.87;
	margin-bottom:20px;
}
.footerInfo h3{
	font-size:1.5em;
	margin:30px 0 20px;
}
.footerInfo a:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 300ms;
    margin-right: 0px;
}
.footerInfo a:hover:before {
    width: 5px;
    margin-right: 5px;
}
@media (min-width:768px){
	.footerLower {
		text-align:initial;
		padding:50px 0;
	}
}
@media (min-width:1200px){
	.stayConnectBlock {
		margin:50px 0;
	}
.footerInfo {
	margin-bottom:70px;
}
}
/*text aligns*/

@media (max-width:768px){

	.xs-text-right {
		text-align:right;
	}
	.xs-text-left {
		text-align:left;
	}
	.xs-text-center {
		text-align:center;
	}
}
@media (min-width:768px){
	.sm-text-right {
		text-align:right;
	}
	.sm-text-left {
		text-align:left;
	}
	.sm-text-center {
		text-align:center;
	}
}
@media (min-width:992px){
	.md-text-right {
		text-align:right;
	}
	.md-text-left {
		text-align:left;
	}
	.md-text-center {
		text-align:center;
	}
}
@media (min-width:1200px){
	.lg-text-right {
		text-align:right;
	}
	.lg-text-left {
		text-align:left;
	}
	.lg-text-center {
		text-align:center;
	}
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}




.footer-links{
	margin:0;
	list-style:none;
	padding:0;
	margin-bottom:15px;
}
.footer-links li{
	display: inline;
}
.footer-links li:after{
	content:" | ";
	margin: 0 1px 0 1px;
	display: inline;
}
.footer-links li:last-child:after{
	content:"";
}
.footer-links li a{
	display: inline;
	white-space:nowrap;
}




.side-menu-container {
	padding:0  0 20px;
	margin-bottom:20px;
}

#menu-side {
	list-style:none;
	padding:0;
	margin:0;
}
#menu-side li{
	position:relative;
	margin:5px 0;
}
#menu-side a {
	color:#676767;
	display:inline-block;
	padding:0px 15px;
}
#menu-side a:hover {
	text-decoration:none;
}
#menu-side a span{	
	padding:10px 0px;
	display:block;
}
/*Top level item*/
#menu-side > li > a {
	font-size:1.25em;
}
#menu-side > li > a span{	
	padding:16px 8px 16px 0;
	border-bottom:solid 1px #CBCBCB;
	display:inline-block;
	font-weight: 400;
}
#menu-side ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu-side > li > .sub-menu{
	margin:10px 0;
}
/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a,
#menu-side .sub-menu li.current-menu-item a{	
}
#menu-side .sub-menu li.current-menu-item > a{
	color:#676767;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow {
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
}
#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
	position:absolute;
	width:15px;
	height:22px;
	background-image:url(images/chevron-right-blue.png);
	content:'';
	display:block;
	top:50%;
	right:50%;
	margin-top:-11px;
	margin-right:-7px;
	transition:transform 300ms;
}
#menu-side .sub-menu li.menu-item-has-children.current-menu-ancestor > .arrow:before{
	background-image:url(images/chevron-right-green.png);	
}

#menu-side .sub-menu li.menu-item-has-children.current-menu-item > .arrow:before,
#menu-side .sub-menu li.menu-item-has-children > a:hover + .arrow:before {
	background-image:url(images/chevron-right-white.png);	
}
#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
	transform:rotate(90deg);
}
#menu-side .sub-menu li a:hover{
	color:#676767;
}
#menu-side .sub-menu .sub-menu {
	background:rgba(0,0,0,0.1);
	padding-bottom:10px;
	display:none;
}
#menu-side .sub-menu .sub-menu li{
	margin:0;
}
#menu-side .sub-menu li.open > .sub-menu {
	display:block;
}
#menu-side .sub-menu .sub-menu a > span{
	padding-left:10px;
}


/*----------
Blog sidebar
----------*/
#blognav ul {
	list-style:none;
}
.sidebarSec {	
    padding:0px 15px 15px;
	margin:0 auto 10px;
}
.sidebarSec ul{
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:10px;
}
.sidebarSec ul li{
	padding:10px 0px;
}
.its{
	font-size:1.25em;
	padding: 16px 8px 16px 0;
    border-bottom: solid 1px #CBCBCB;
    display: inline-block;
    font-weight: 400;
}


/*------------------------------------*\
    menu inc toggle
\*------------------------------------*/


.search-toggle{
	float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}
.search-toggle:hover{
    background-color: #969696;
}
@media (min-width:0px){
	body.fixedHome .menu-toggle {
		color:#fff;
	}
	body.fixedHome .menu-toggle span {
		background-color:#fff;		
	}
}
@media (min-width:1200px){

}
body {
	/*position:relative;*/
}
body.menuopen {
	/*position:relative;*/
	overflow:hidden;
}
body.menuopen:before {
	content:'';
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.5;
	z-index:9998;
}
#navbar .menu-toggle {
	float:right;
}
.menu-main-container {
	clear:both;
}






.sidebar {
	padding-top:35px;
	margin-top:0px;
	margin-bottom:40px;
}


@media (min-width : 768px) {

}
@media (min-width : 992px) {

}
@media (min-width : 1200px) {

}
@media (min-width : 1590px) {

}



/


@media only screen and (min-width: 1390px) {


}
@media only screen and (min-width: 1590px) {

}









/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/
.dynamicContent {
	margin-top:30px;
	margin-bottom:30px;
}

@media (min-width:1590px){
	
}
/**** Image ****/

.image-item{
    position: relative;
}
.image-item img{
	width:100%;
	height:auto;
}
.image-item .imageItemCaption {
	display:block;
	margin:5px;
	font-size:14px;
}
/*******Dividers******/
.dividera{
clear: both;
    width: 100%;
    height: 100px;
   position:relative;
}
.dividera:before{
	content:'';
	width:90%;
	height:1px;
	border-bottom:solid 1px #a4904b;
	position:absolute;
	top:50%;
	left:5%;
}

.dividera:after{
	content:'';
	display:block;
	 background-image: url(images/icon.png);
    background-position: center center;
	background-size:contain;
	height:76px;
	width:76px;
	top:50%;
	left:50%;
	margin-top:-38px;
	margin-left:-38px;
    background-repeat: no-repeat;
	position:absolute;
	background-color: transparent;
}
.dividerb{
    clear: both;
    width: 100%;
    height: 130px;
    background-image: url(images/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:90px;
}



/*******FAQS*****/
.faqs{

}

.faqs .faq{
	border-bottom:solid 2px #fff;
}

.faq-question{
	position:relative;
	margin:0;
	padding:15px;
	background: #a2a6a9;
	color:#fff;
	cursor:pointer;
	font-size:1em;
	text-transform:uppercase; 
}
.faq.open .faq-question{
	background:#969696;
}
.faq-question:hover{
	background: #000;
}
.faq-question:after {
    content: '\f054';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
	font-weight:700;
	font-family: "Font Awesome 5 Free";   
    transform: rotate(0deg);
	transition:300ms;
}
.faq.open .faq-question:after {
  transform:rotate(90deg);
}

.faq-answer{
	display:none;
	padding:15px;
}
.faqs .faq:last-child .faq-answer{
	border-bottom:solid 1px #a2a6a9;
}
.faqs .faq.open:last-child .faq-answer{
	border-color:#969696;	
}


/******Staff********/
.staffMember {
	margin-bottom:70px;
}
.staff-meta {
	margin-bottom:5px;
}
.staff-meta .meta-label {
	font-weight:700;
}
.staff-meta.featured-staff-metas .staff-meta > *{
	display:inline-block;
}
.staff-meta a.email-value{
	font-size: 0;
    color: transparent;
	display: inline-block;
    vertical-align: middle;
}
.staff-meta a.email-value:before {
    content: "send";
    font-size: 14px;
    padding: 5px 25px;
    line-height: 24px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
}
.staff-meta.featured-staff-metas .staff-meta a.email-value {
    line-height: 4px;
    font-size: 0;
}
/*****Quotes******/
blockquote {
	border:0;
	background:#e0e0e0;
	color:#000;
	font-style:italic;
	font-family: 'Cinzel', serif;
	font-size:1.5em;
	font-weight:400;
	padding:2.2em 1.1em;
	text-align:center;
}
.quoteContainer .quotesTitle{ 
	margin:10px 0 0;
	text-align:center;
	padding:0 15px;
}
.quoteContainer {
	background:#e0e0e0;	
	color:#000;
	padding-top:1.5em;
	padding-bottom:1.5em;
}
.quoteContainer blockquote.quote-text{
	padding-top:1em;
	padding-bottom:0.1em;
	margin-bottom:0;
	
}
.quoteContainer .quote-cite{
	text-align:center;
	font-weight:700;
	padding:0 15px 15px;
}
/****Documents******/
a.document-link {
	display: block;
	color:#676767;
    background: #e0e0e0;
    border: solid 1px #676767;
	font-size:0.9em;
    line-height: 1.4em;
    padding: 1em 1.5em;
    text-transform: uppercase;
	width:100%;
	padding-right:47px;
	position:relative;
	transition:300ms;
	margin:12px 0;
} 

a.document-link:after {
	display:block;
	width:40px;
	height:23px;
	content:'\f56d';
	position:absolute;
	top:50%;
	right:0px;
	font-size:26px;
	transform:translateY(-50%);
	text-align:center;
	 font-weight: 700;
    font-family: "Font Awesome 5 Free";
	transition:300ms;
}
a.document-link:hover {
	background:#000;
	color:#fff;
	border-color:#000;
}
a.document-link:hover:after {
	color:#fff;
}
/*Callout*/
.callout {
	display:block;
	position:relative;
	transition:300ms;
	color: #fff;
    background: #252525;
	font-size:1em;
	overflow:hidden;
}
.callout .calloutText {
	
}
.callout .calloutContent {
	padding:20px 15px;
	text-align:center;
	position:relative;
}
.callout .calloutTitle {
	font-size:1em;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	margin:0.5em 0;
}
.callout .calloutTitle h3{
	margin-bottom:0;
	color:inherit;
}
.callout .readmore 	{
	display: inline-block;
    color: #fff;
	background:#676767;
    margin: 12px 7px;
	width:200px;
	max-width:100%;
	margin:12px 0px;
	text-align:center;	
}

.callout.hasbg  .readmore{
	background:#CBCBCB;
	border: solid 1px #CBCBCB;
}
.callout .readmore:hover {
	background: #fff;
    color: #676767;
}
.callout.hasbg .coimg {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.callout.hasbg .coimg:before {
	content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.callout .coimg img{
	visibility:hidden
}

.callout.hasbg .calloutContent {
	padding-bottom:75px;
	padding-top:150px;
}
.callout.hastext.hasbg .calloutContent {
	padding-bottom:35px;
	padding-top:100px;
}

/*sidebar callout*/

/***POIS****/

.poi  {
	position: relative;
	display: block;
	transition:all 300ms;
    overflow: hidden;
	background:#252525;
	color:#fff;
	margin-bottom:26px;    
	font-family: 'Cinzel', serif;
}
.poi:hover  {
	color:#fff;
	text-decoration:none;
}
.poiImage .poiImageBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:300ms;
	opacity:1;
}

.poiImage .poiImageBG:before {
	content:'';
	display:block;
	width:100%;
	bottom:0;
	position:absolute;
	left:0;
	height:100%;
	background:rgba(0,0,0,0.3);
}


.poiImage {
	background:inherit;
}
.poi:hover .poiImage .poiImageBG {

}
.poiImage:before {
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
}
.poiImage >img{
	width:auto;
	display:none;
}
.textOnlyBlock .poiText {
	position:relative;
	padding:25px 15px;
}
.poi .poiTitle {	
	display:inline-block;
	line-height:1.3;
	text-align:center;

}
.poi .textOnlyBlock{
	
}
.poi .poiTitle {
	display:block;
	font-size:20px;
	font-weight:400;
	position:relative;
	padding:10px 15px;
	text-transform:uppercase;
}

.poi .textOnlyBlock .poiTitle{
	margin:5px;
}
.textOnlyBlock {
	padding:10px 30px;
	transition:300ms;
}

.textOnlyBlock .poiText{
	display:block;	
	text-align:center;
}

.poi:hover .textOnlyBlock {
	background-color:rgba(0,0,0,0.2);
	color:#fff;
	text-decoration:none;
}

.poiImage .poiText {
	padding:10px 20px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
	bottom:15%;
	transform:translateY(50%);
	text-align:center;
	width:100%;
	transition:300ms;
}
.poiImage .poiText {
}
.poiImage .poiText .poiEx {
	max-height:0;
	overflow:hidden;
	font-size:17px;
	transition:300ms;
    font-family: 'Nunito', sans-serif;
}
.poi:hover .poiImage .poiText {
	bottom:50%;
}
.poi:hover .poiImage .poiImageBG {
	opacity:0;
}
.poi:hover .poiImage .poiEx {
	max-height:460px;	
}
.pois.homePOIs .col-xs-6 {
	padding-left:15px;
	padding-right:15px;
}

/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/

/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/




/*==========  Non-Mobile First Method  ==========*/


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


}






/* Medium Devices, Desktops */


/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 319px) {

}


.sectionfadein {
	opacity:0;
	top:30px;
	position:relative;
	transition:500ms;
}
.sectionfadein.active {
	opacity:1;
	top:0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/


.stickyLogo {
    display: none;
}
.headGroup .row {
    margin: 0px;
}
.headGroup .row.align-items-center {
    align-items: inherit !important;
}
body.fixedHeader .headGroup .row.align-items-center {
    align-items: center !important;
}
body.fixedHeader .mainLogo {
    display: none;
}
body.fixedHeader .stickyLogo {
    display: block;
}
body.fixedHeader .headGroup {
    padding: 5px 15px;
    border: none;
    background: rgba(255,255,255,0.92);
}

.headerIcon {
    text-align: left;
}

.headerRight {
    padding-top: 60px;
    padding-right: 62px;
}
body.fixedHeader .headGroup .headerRight {
    padding-top: 0px;
    padding-right: 0px;
}


.headerRight .toggleText {
    display: none;
}

.menu-toggle .toggleIcon span:nth-child(2){
    width: 18px;
    margin: 0 0 0 auto;
}
.menu-toggle .toggleIcon:hover span {
    background-color: #a4904b;
}
body.fixedHeader .menu-toggle .toggleIcon span {
    background-color: #a4904b;
}
body.fixedHeader .menu-toggle .toggleIcon:hover span {
    background-color: #252525;
}

.homeBanner:before {
    padding: 0;
}
.homeBanner {
    max-height: 100vh;
    min-height: 100vh !important;
    margin: 0 !important;
}

#hero .slideText {
    bottom: 112px;
    font-family: 'Cinzel', serif;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    z-index: 103;
}

.button-down {
    height: 68px;
    width:68px;
    display: block;
    text-align: center;
    line-height: 68px;
    color: #ffffff;
    margin: 80px auto 0px;
    position: relative;
    font-size: 16px;
}
.button-down:after {
    content: "";
    font-size: 0;
    background: rgba(255,255,255,0.25);
    display: block;
    height: 48px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width:48px;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1;
}

.button-down:hover:after {
    content: "";
    font-size: 0;
    background: rgba(164, 144, 75, 0.95);
}
.button-down i  {
    position: relative;
    z-index: 2;
}
.button-down:hover, .button-down:hover i  {
    color: rgba(255,255,255,0.95);
}






.homeBanner:before {
    content: "";
    font-size: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background-size: cover;
}

.homeBanner .slideImage:after {
    height: 32%;
    background: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: -ms-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    content: "";
    font-size: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.homeBanner .slideImage:before {
    height: 60%;
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    content: "";
    font-size: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
}
.homeBanner .cycle-slide:before  {
    height: 503px;
    background: url(images/Banner-new-shadow.png) left bottom no-repeat;
    content: "";
    font-size: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    opacity: 0.7;
}

.welcomeBlock  {
    background: url(images/details-bg.jpg) no-repeat;
    padding: 80px 0px 120px;
}


.welcomeBlock h1 {
    margin-bottom: 30px;
    color: #ffffff;
}
.welcomeBlock h1:before {
    height: 65px;
    width: 1px;
    background: rgba(164, 144, 75, 0.8);
    content: "";
    font-size: 0;
    display: block;
    margin-bottom: 40px;
}
.btn-box-main {
    text-align: right;
}
.readmore-btn-new {
    display: inline-block;
    position: relative;
    text-align: center;
}
.readmore-btn-new:before {
    height: 1px;
    width: 65px;
    background: rgba(164, 144, 75, 0.8);
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: -85px;
    top: 21px;
}
.readmore-btn-new span {
    display: inline-block;
    padding: 0px 25px;
    line-height: 43px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
}
.readmore-btn-new span:before {
    height: 43px;
    width: 8px;
    background: url(images/button-left-corner.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.readmore-btn-new span:after {
    height: 43px;
    width: 8px;
    background: url(images/button-right-corner.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.readmore-btn-new:hover span {
    color: rgba(164, 144, 75, 0.8);
}

.margin-logo {
    margin-bottom: 50px;
}

.tel-number {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.tel-number strong {
    font-weight: 400;
    text-transform: uppercase;
}
.tel-number span {
    color: #ffffff;
    text-transform: uppercase;
}
.email-info {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.email-info strong {
    font-weight: 400;
    text-transform: uppercase;
}
.email-info a {
    color: #a4904b;
}
.email-info a:hover {
    color: rgba(164, 144, 75, 0.8);
}

.enquire-btn {
    display: inline-block;
    position: relative;
    text-align: center;
}
.enquire-btn span {
    display: inline-block;
    padding: 0px 25px;
    line-height: 43px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
}
.enquire-btn span:before {
    height: 43px;
    width: 8px;
    background: url(images/button-left-corner.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.enquire-btn span:after {
    height: 43px;
    width: 8px;
    background: url(images/button-right-corner.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.enquire-btn:hover span {
    color: rgba(164, 144, 75, 0.8);
}

.footer-right ul {
    list-style: none;
}
.footer-right ul li {
    display: block;
    margin-bottom: 20px;
}
.footer-right ul li a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
}
.footer-right ul li a:hover {
    color: rgba(164, 144, 75, 0.8);
}
.footerLower {
    padding: 70px 0 0 0;
    background: transparent;
}
.footerLower .container {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footerLower a, .footerLower {
    color: rgba(255, 255, 255, 0.3);
}
.footerLower a:hover {
    color: rgba(164, 144, 75, 0.8);
}


.follow-bg {
    background: #252525;
    padding: 44px 0;
}
.follow-left {
    padding: 0px;
}
.follow-left h3 {
    font-size: 17px;
    color: #ffffff;
    line-height: 68px;
    letter-spacing: 2px;
    font-family: 'Nunito', sans-serif;
}

.linktop {
    height: 48px;
    width:48px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    margin: 0px auto 0px;
    position: relative;
    font-size: 16px;
}
.linktop:after {
    content: "";
    font-size: 0;
    background: rgba(255,255,255,0.25);
    display: block;
    height: 48px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width:48px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.linktop:hover:after {
    content: "";
    font-size: 0;
    background: rgba(164, 144, 75, 0.95);
}
.linktop i  {
    position: relative;
    z-index: 2;
}
.linktop:hover, .linktop:hover i  {
    color: rgba(255,255,255,0.95);
}


/*Quote Styles*/

.homeDynamic.dynamic-quote {
    margin: 0;
    padding: 120px 0;
    background: #252525;
}

.quoteContainer {
    background: transparent;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px;
    color: #ffffff;
}

.quoteContainer .cycle-pager {
    display: none;
}
blockquote {
    background: transparent;
    padding: 30px 60px;
    font-style: normal;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    position: relative;
}
blockquote p {
    margin-bottom: 0;
}
.quoteContainer blockquote.quote-text {
    padding: 0px 60px;
    color: #ffffff;
    font-size: 24px;
}

blockquote:before {
    height: 82px;
    width: 15px;
    background: url(images/quotes-shape.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 16px;
}
blockquote:after {
    height: 82px;
    width: 15px;
    background: url(images/quotes-shape-right.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 16px;
}





/*Quote Styles ------------------------- --------------------------------- -------------------- End*/


/*MiniPoi Styles*/

.homeDynamic.dynamic-mini-poi {
    margin: 0px;
    padding: 75px 0;
    text-align: center;
    background: url(images/mini-poi-bg.jpg) no-repeat;
    color: #ffffff;
}
.innerDynamic.dynamic-mini-poi {
    background: url(images/inner-mini-poi-bg.jpg) no-repeat;
    color: #ffffff;
    margin: 0px;
    padding: 75px 0;
    text-align: center;
}

.miniPoi {
    padding: 0px 25px;
    max-width: 33.3334%;
    flex: 1 0 33.3334%;
    position: relative;
}

.miniPoi .minipoiImg {
    margin-bottom: 30px;
}
.miniPoi h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    min-height: 60px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex: 1 0 100%;
    text-transform: uppercase;
}
.miniPoi p {
    margin-bottom: 25px;
}

.btn-mini-poi {
    height: 48px;
    width:48px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    margin: 0px auto 0px;
    position: relative;
    font-size: 16px;
}
.btn-mini-poi:hover i {
    color: #ffffff;
}
.btn-mini-poi i {
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.btn-mini-poi:after {
    content: "";
    font-size: 0;
    background: rgba(0,0,0,0.15);
    display: block;
    height: 48px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width:48px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.btn-mini-poi:hover:after {
    background: rgba(0,0,0,0.45);
}

/*MiniPoi Styles ------------------------- --------------------------------- -------------------- End*/

.welcomeBlockText p {
    margin-bottom: 30px;
}


.dynamic-image-content-slider:before {
    height: 65px;
    width: 1px;
    background: rgba(164, 144, 75, 0.8);
    content: "";
    font-size: 0;
    display: block;
    margin-bottom: -32px;
    position: absolute;
    left: 50%;
    bottom: 0;
}


.dynamic-image-content-slider {
    margin: 0px;
    padding: 110px 0 150px;
    position: relative;
}

.dynamic-contentslider {
    margin: 0px;
}


.dynamic-contentslider .content_slider {
    padding: 170px 0 140px;
    color: #ffffff;    
}
.dynamic-contentslider .btn-box-main {
    padding-top: 20px;
}
.dynamic-contentslider .navigation-controls {
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding-top: 5px;
}
.dynamic-contentslider .navigation-controls .csliderPrev {
    font-size: 0;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
}
.dynamic-contentslider .navigation-controls .csliderPrev:before {
    font-size: 0;
    content: "";
    background: url(images/arrow-left-mg.png) center center no-repeat;
    width: 12px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.dynamic-contentslider .navigation-controls .csliderNext {
    font-size: 0;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 12px;
}
.dynamic-contentslider .navigation-controls .csliderNext:before {
    font-size: 0;
    content: "";
    background: url(images/arrow-right-mg.png) center center no-repeat;
    width: 12px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}



.caption-external {
    margin-bottom: 40px;
    text-align: center;
}
.caption-external a {
    font-size: 17px;
    color: rgba(164, 144, 75, 0.3);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(164, 144, 75, 0.3);
    margin: 0px 1px;
    line-height: 50px;
    display: inline-block;
    padding: 0px 36px;
}
.caption-external a:hover, .caption-external a.cycle-pager-active {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.dynamic-image-content-slider .imageslide .col-lg-5 {
    padding: 0px 0 0 15px;
}
.dynamic-image-content-slider .imageslide .col-lg-5 .imageSlider-img {
    background-size: cover;
}
.dynamic-image-content-slider .imageslide .col-lg-5 .imageSlider-img img {
    visibility: hidden;
}

.dynamic-image-content-slider .imageslide .col-lg-7 {
    padding: 70px 0 0 70px;
}
.dynamic-image-content-slider .btn-box-main {
    padding-top: 20px;
}
.dynamic-image-content-slider .navigation-controls {
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding-top: 5px;
}
.dynamic-image-content-slider .navigation-controls .icsliderPrev {
    font-size: 0;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
}
.dynamic-image-content-slider .navigation-controls .icsliderPrev:before {
    font-size: 0;
    content: "";
    background: url(images/arrow-left-mg.png) center center no-repeat;
    width: 12px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.dynamic-image-content-slider .navigation-controls .icsliderNext {
    font-size: 0;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 12px;
}
.dynamic-image-content-slider .navigation-controls .icsliderNext:before {
    font-size: 0;
    content: "";
    background: url(images/arrow-right-mg.png) center center no-repeat;
    width: 12px;
    height: 22px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.section-form.get-in-touch {
    padding: 140px 0 70px;
    background: url(images/contact-area-bg.jpg) center center no-repeat;
}
.section-form.get-in-touch .container {
    max-width: 760px;
}
.section-form.get-in-touch .wpforms-title {
    text-align: center;
    font-size: 40px !important;
    line-height: 50px;
    margin-bottom: 35px !important;
    text-transform: uppercase;
	font-family: 'Cinzel', serif;
    color: #ffffff;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #726434 !important;
    margin-bottom: 10px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-left: 0px !important;
    padding-right: 0 !important;
}
div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid #726434 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea {
    padding-top: 30px !important;
}
div.wpforms-container-full .wpforms-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1; /* Firefox */
}

div.wpforms-container-full .wpforms-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}

div.wpforms-container-full .wpforms-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 1;
}



.wpforms-submit, .readmore  {
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    margin: 15px auto 0px !important;
    padding: 0px 25px !important;
    line-height: 43px !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    border: none !important;
    background: transparent !important;
}
.wpforms-submit:before, .readmore:before {
    height: 43px;
    width: 8px;
    background: url(images/button-submit.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.wpforms-submit:after, .readmore:after {
    height: 43px;
    width: 8px;
    background: url(images/button-submit-right.png) no-repeat;
    content: "";
    font-size: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.wpforms-submit:hover {
    color: #313131 !important;
}
.readmore:hover {
    color: rgba(164, 144, 75, 1) !important;
}

.readmore:hover:before {
    background: url(images/button-left-corner.png) no-repeat;
}
.readmore:hover:after {
    background: url(images/button-right-corner.png) no-repeat;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

.follow-right {
    text-align: right;
}
.follow-right .socials {
    list-style: none;
    margin: 0;
}
.follow-right .socials li {
    display: inline-block;
    padding-left: 30px;
}
.follow-right .socials li a {
    font-size: 28px;
    color: #ffffff;
    line-height: 36px;
    display: inline-block;
}
.follow-right .socials li a:hover {
    color: rgba(164, 144, 75, 0.8);
}




@media only screen and (min-width : 768px) {
    .homeDynamic.dynamic-mini-poi {
        background-size: cover;
    }
    .innerDynamic.dynamic-mini-poi {
        background-size: cover;
    }
    .welcomeBlock  {
        background-size: cover;
    }
    .dynamic-contentslider .content_slider, .section-form.get-in-touch {
        background-size: cover;
    }
}


@media only screen and (min-width : 1200px) {

    .welcomeBlockText {
        padding: 0px;
    }

    .footer-right {
        padding: 0px;
        text-align: right;
    }

    .footer-left {
        padding: 0px;
    }
    
    .footerLower .col-sm-4 {
        padding: 0px;
    }
    .footerLower p, .footerLower ul {
        margin: 20px 0 10px;
    }
    .homeBanner .cycle-slide:before  {
        background-size: cover;
    }

}


/*Handheld Dropdown Css ---------------------------------End */

#menu-main li.menu-item-has-children > a {
    padding-left: 0px;
    padding-right: 35px;
}
#navbar .menu-toggle span:nth-child(3) {
    transform: rotate(-140deg) translateY(-4px);
}
#menu-main li {
    text-align: left;
    padding: 0px 58px;
}

#menu-main li:last-child a {
    border: none;
}
#menu-main li a {
    border: none;
    line-height: 33px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    padding: 12px 0;
    border-bottom: none;
    font-family: 'Nunito', sans-serif;
}
#menu-main li:hover a {
    color: #ffffff;
    border-color: transparent;
}
#menu-main li:hover, #menu-main li.menu-item-has-children.open {
    background: #e5cf87;
}
#menu-main li.menu-item-has-children.open  li.menu-item-has-children.open {
    background: #e5cf87;
}

#menu-main li.menu-item-has-children > .arrow {
    height: 57px;
}

#menu-main li.menu-item-has-children.open a {
    border: none;
}
#navbar {
    background-color: #d4af37;
    padding: 40px 0px 40px;
}
#menu-main li.open > .sub-menu {
    background-color: #ddbf5f;
    border: none;
    padding: 0px !important;
    margin: 0px !important;
}
#menu-main li.open .sub-menu li .sub-menu li {
}
#menu-main li.menu-item-has-children > .arrow {
    right: 58px;
    left: auto;
}
#menu-main .sub-menu li {
    padding: 0px 58px;
    margin-left: -58px;
    margin-right: -58px;
    background-color: #ddbf5f;
}
#menu-main .sub-menu li .sub-menu li {
    padding: 0px 68px;
    margin-left: -68px;
    margin-right: -68px;
    background-color: #d1ad61;
}
#menu-main .sub-menu a {
    padding: 0px !important;
    font-size: 18px;
    color: #ffffff;
    border: none;
    line-height: 42px;
    font-weight: 400;
}
#menu-main .sub-menu a:hover {
    text-decoration: none;
    color: #252525;
}
#menu-main li.menu-item-has-children > .arrow:after {
    top: 50%;
    margin-top: -15px;
    color: #ffffff;
}

.topNavOpen {
    padding: 0px 58px;
    margin-bottom: 0px;
    text-align: right;
}
.homeIcon {
    width: 34px;
    height: 31px;
    background: url(images/home-icon.png) center center no-repeat;
    display: block;
    float: left;
}
.homeIcon:hover {
    background: url(images/home-icon-hover.png) center center no-repeat;
}
.topNavOpen .socials {
    list-style: none;
    margin: 5px 20px 0 0;
    display: inline-block;
}
.topNavOpen .socials li {
    display: inline-block;
    margin: 0px 7px;
}
.topNavOpen .socials li a {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
}
.topNavOpen .socials li a:hover {
    color: #252525;
}
#navbar .menu-toggle {
    display: inline-block;
}
#navbar .menu-toggle .toggleText {
    display: none;
}
body.menuopen #navbar .menu-toggle span:nth-child(1), body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #ffffff;
}

.headerRight .socials {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    display: inline-block;
}
.headerRight .socials {
    margin: 0;
    list-style: none;
    padding: 6px;
}
.headerRight .socials li {
    margin: 0 10px;
    padding: 0;
    min-width: inherit;
}
.headerRight .socials li a {
    padding: 0;
}
.headerRight .socials li a.telicon {
    background: url(images/phone-icon.png) center center no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.headerRight .socials li a.telicon:hover {
    background: url(images/phone-icon-sticky.png) center center no-repeat;
}

.headerRight .socials li a.mailicon {
    background: url(images/mail-icon.png) center center no-repeat;
    width: 38px;
    height: 25px;
    display: inline-block;
}
.headerRight .socials li a.mailicon:hover {
    background: url(images/mail-icon-sticky.png) center center no-repeat;
}


body.fixedHeader .headerRight .socials li a.telicon {
    background: url(images/phone-icon-sticky.png) center center no-repeat;
}
body.fixedHeader .headerRight .socials li a.telicon:hover {
    background: url(images/phone-icon-hover.png) center center no-repeat;
}


body.fixedHeader .headerRight .socials li a.mailicon {
    background: url(images/mail-icon-sticky.png) center center no-repeat;
}
body.fixedHeader .headerRight .socials li a.mailicon:hover {
    background: url(images/mail-icon-hover.png) center center no-repeat;
}


.headGroup .socials li:before {
    display: none !important;
}


/*Handheld Dropdown Css ----------------Start */


#pageBanner {
	max-width:100%;
    margin-bottom: 60px;
}
#pageBanner .slideImage:after {
    height: 32%;
    background: transparent;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: -moz-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: -ms-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    background-image: linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.70));
    content: "";
    font-size: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

#pageBanner .slideImage:before {
    height: 60%;
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.85));
    content: "";
    font-size: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
}


.bodyContent .callout.hastext .calloutContent {
    padding: 90px 60px;
}
.bodyContent .owl-nav, .bodyContent .owl-dots {
    display: none;
}
.bodyContent p {
    margin-bottom: 25px;
}
.bodyContent:before {
    height: 65px;
    width: 1px;
    background: rgba(164, 144, 75, 0.8);
    content: "";
    font-size: 0;
    display: block;
    margin-bottom: 50px;
}

.bodyContent .hightlight {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
	font-family: 'Cinzel', serif;
    color: #ffffff;
}

.bodyContent .dynamic-image {
    margin-bottom: 50px;
}

.bodyContent ul {
    list-style: none;
    padding-left: 30px;
}
.bodyContent ul li {
    position: relative;
    padding-left: 15px;
    color: #b4b3b3;
}
.bodyContent ul li:before {
    width: 7px;
    height: 7px;
    background: rgba(164, 144, 75, 1);
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 14px;
    margin-top: -3px;
    content: "t";
    font-size: 0;
    display: block;
}

.page-id-5 .bodyContent ul li:before, .privacy-policy .bodyContent ul li:before {
    content: none!important;
}



.bodyContent .faq.open .faq-question:after {
    color: #ffffff;
    top: 12px;
}
.faq-question:after {
    color: rgba(164, 144, 75, 1);
    top: 8px;
}
.faq-question:hover:after {
    color: #ffffff;
}   
.faqs .faq {
    border-bottom: 1px solid rgba(164, 144, 75, 1);
}
.bodyContent h3.faq-question {
    background: transparent;
    line-height: 25px;
    font-size: 17px;
    color: rgba(164, 144, 75, 1);
    font-weight: 600;
    padding: 8px 55px 8px 10px;
    letter-spacing: 2px;
    /*border-radius: 30px;*/
    border: none;
    text-transform: capitalize;

    display: block;
    margin: 0px 0px !important;
    
    font-family: 'Nunito', sans-serif;        
}
.bodyContent .faq.open .faq-question {
    color: rgba(164, 144, 75, 1);
    background: transparent;
}
.bodyContent .faq.open {
    background: transparent;
    margin-bottom: 20px;
}
.bodyContent .faq-question:hover {
    color: #ffffff;
    background: rgba(164, 144, 75, 1);
}     
.bodyContent .faq-answer p {
    margin-bottom: 0;
}
.faqs .faq:last-child .faq-answer {
    border: none;
}
.bodyContent table {
    border-style: hidden;
    color: #ffffff;
}
.bodyContent table td {
    border: 1px solid #cfcfcf;
    padding: 5px 10px !important;
}

.bodyContent table td h4 {
    margin: 0px !important;
}

.dynamic-documents {
    display: inline-block;
}
.dynamic-documents .row {
    display: inline-block;
}
.dynamic-documents .document {
    display: inline-block;
    flex: 0 0 inherit;
    max-width: inherit;
}
.dynamic-documents .document a.document-link {
    padding: 20px 0 20px 80px;
    position: relative;
    line-height: 28px;
    font-size: 17px;
    display: inline-block;
    background: transparent;
    text-transform: capitalize;
    text-decoration: underline;
    color: #a4904b;
    border: none;
    margin: 0px 0px 0 0 !important;
}
.dynamic-documents .document a.document-link:hover {
    background: transparent;
    color: #ffffff;
}
.dynamic-documents .document a.document-link:after {
    right: auto;
    left: 0;
    transform: inherit;
    padding: 0;
    margin: 0;
    top: 0;
    width: 68px;
    height: 68px;
    font-size: 0;
    background: url(images/download-icon.png) center center no-repeat;
}
.dynamic-documents .document a.document-link:hover:after {
    background: url(images/download-icon-hover.png) center center no-repeat;
}



.quicklink>a, a>.quicklink, a.quicklink {
    padding: 20px 0 20px 80px;
    position: relative;
    line-height: 28px;
    font-size: 17px;
    display: inline-block;
    background: transparent;
    text-transform: capitalize;
    text-decoration: underline;
    color: #a4904b;
    border: none;
    margin: 0px 70px 0 0 !important;
}
.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    background: transparent;
    color: #ffffff;
}
.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    background: transparent;
    color: #ffffff;
}

.quicklink>a:after, a>.quicklink:after, a.quicklink:after {
    content: "\f30b";
    position: absolute;
    right: auto;
    left: 0;
    transform: inherit;
    padding: 0;
    margin: 0;
    top: 0;
    width: 68px;
    height: 68px;
    font-size: 0;
    background: url(images/share-icon.png) center center no-repeat;
}
.quicklink>a:hover:after, a>.quicklink:hover:after, a.quicklink:hover:after {
    background: url(images/share-icon-hover.png) center center no-repeat;
}





.linkbutton>a, a>.linkbutton, a.linkbutton {
    padding: 20px 0 20px 80px;
    position: relative;
    line-height: 28px;
    font-size: 17px;
    display: inline-block;
    background: transparent;
    text-transform: capitalize;
    text-decoration: underline;
    color: #a4904b;
    border: none;
    margin: 0px 70px 0 0 !important;
}
.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    background: transparent;
    color: #ffffff;
}
.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    background: transparent;
    color: #ffffff;
}

.linkbutton>a:after, a>.linkbutton:after, a.linkbutton:after {
    content: "\f30b";
    position: absolute;
    right: auto;
    left: 0;
    transform: inherit;
    padding: 0;
    margin: 0;
    top: 0;
    width: 68px;
    height: 68px;
    font-size: 0;
    background: url(images/share-icon.png) center center no-repeat;
}
.linkbutton>a:hover:after, a>.linkbutton:hover:after, a.linkbutton:hover:after {
    background: url(images/share-icon-hover.png) center center no-repeat;
}




.bodyContent h2, .bodyContent h2 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 32px;
    margin-bottom: 30px;
}
.bodyContent h3, .bodyContent h3 a {
    color: rgba(164, 144, 75, 1);
    text-decoration: none;
}
.staff-meta a.email-value:before {
    background: rgba(164, 144, 75, 1);
    color: #ffffff;
}
.staff-meta a.email-value:hover:before {
    background: #ffffff;
    color: rgba(164, 144, 75, 1);
}

.page-banner-title {
    z-index: 103;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15%;
    text-align: center;
    color: #ffffff;
}
.breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 1px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 103;
    color: #ffffff;
    padding: 0px 20px 0 60px;
    line-height: 32px;
    min-height: 32px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    border: none;
}
.breadcrumbs a, .breadcrumbs span {
    color: #ffffff;
}
.breadcrumbs a:hover {
    color: rgba(164, 144, 75, 1);
}

.bodyContent .quoteContainer blockquote.quote-text {
    padding: 68px;
}
.bodyContent blockquote:before {
    background: url(images/collan-left.png) center center no-repeat;
    width: 38px;
    height: 30px;
    top: 0px;
}
.bodyContent blockquote:after {
    background: url(images/collan-right.png) center center no-repeat;
    width: 38px;
    height: 30px;
    bottom: 0px;
    top: auto;
}

.dividera:before {
    width: 100%;
    left: 0;
}
.gallery-item img {
    transition: all 0.3s;
}
.gallery-item:hover img {
    transform: scale(1.1);
}
.gallery-item .wpmf-gallery-icon {
    overflow: hidden;
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .footerLower .col-sm-4 {
        padding: 0px 0px;
    }
    #hero .slideText {
        font-size: 32px;
    }
    blockquote:before {
        left: 20px;
    }
    blockquote:after {
        right: 20px;
    }
    .dynamic-image-content-slider .imageslide .col-lg-7 {
        padding: 20px 0 0 30px;
    }

}


@media only screen and (min-width : 768px) and (max-width : 991px) {
    .footerLower .col-sm-4 {
        padding: 0px 0px;
    }
    #hero .slideText {
        font-size: 24px;
    }
    blockquote:before {
        left: 20px;
    }
    blockquote:after {
        right: 20px;
    }
    .dynamic-image-content-slider .imageslide .col-lg-7 {
        padding: 20px 0 0 30px;
    }
        
}


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

.headerRight {
    padding: 0px;
    text-align: right;
}
body.home .headGroup {
    position: relative;
}
.headGroup {
    background: #ffffff !important;
    padding: 5px 15px;
}
.headGroup .mainLogo {
    display: none;
}
.headGroup .stickyLogo {
    display: inline-block;
}

.headerRight .socials li a.telicon {
    background: url(images/phone-icon-sticky.png) center center no-repeat;
}
.headerRight .socials li a.telicon:hover {
    background: url(images/phone-icon-hover.png) center center no-repeat;
}


.headerRight .socials li a.mailicon {
    background: url(images/mail-icon-sticky.png) center center no-repeat;
}
.headerRight .socials li a.mailicon:hover {
    background: url(images/mail-icon-hover.png) center center no-repeat;
}

.menu-toggle .toggleIcon span {
    background-color: rgba(164, 144, 75, 1) !important;
}
.menu-toggle .toggleIcon:hover span {
    background-color: #252525 !important;
}

.headGroup .row.align-items-center {
    align-items: center !important;
}

.button-down {
    margin: 20px auto 0px;
}
#hero .slideText {
    bottom: 90px;
    z-index: 103;
    font-size: 28px;
    line-height: 32px;
}

.welcomeBlock {
    padding: 40px 0px 40px;
}
.miniPOIrow {
    display: block;
}
.miniPoi {
    max-width: 100%;
    flex: 1 0 100%;
    margin-bottom: 40px;
}
.homeDynamic.dynamic-mini-poi {
    background-size: auto 100%;
    padding: 40px 0 10px;
}
.innerDynamic.dynamic-mini-poi {
    background-size: auto 100%;
    padding: 40px 0 10px;
}
.homeDynamic.dynamic-quote {
    padding: 40px 40px;
}

.dynamic-image-content-slider {
    padding: 40px 0 60px;
}
.dynamic-image-content-slider .imageslide .col-lg-5 {
    padding: 0 0 0px;
}
.dynamic-image-content-slider .imageslide .col-lg-7 {
    padding: 30px 0 0 0px;
}
h2 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 36px;
}

.dynamic-contentslider .content_slider {
    padding: 60px 0 60px;
}
div.wpforms-container-full {
    margin-bottom: 0;
}
.section-form.get-in-touch {
    padding: 40px 0 40px;
}

.follow-left, .follow-center, .follow-right {
    text-align: center;
}
.follow-right {
    margin-top: 30px;
}
.follow-right .socials {
    margin: 0px;
    padding: 0;
}
.follow-right .socials li {
    padding: 0 15px;
}

.footerLower {
    padding: 30px 0 0 0;
}
.footerLower .row {
    display: block;
    text-align: left;
}
.footerLower p, .footerLower ul {
    margin: 0;
}
.footerLower .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
body.menuopen #navbar .menu-toggle span:nth-child(1), body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #ffffff !important;
}    

}


@media only screen and (max-width : 480px) {
    .homeDynamic.dynamic-quote {
        padding: 40px 20px;
    }
    .quoteContainer blockquote.quote-text {
        padding: 0px 30px;
    }
    .email-info {
        font-size: 15px;
        color: #ffffff;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .headLogoWrap {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .headerRight {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .topNavOpen {
        padding: 0px 20px;
    }
    #menu-main li {
        padding: 0px 20px;
    }    
    #menu-main li.menu-item-has-children > .arrow {
        right: 20px;
    }
    #menu-main li a {
        font-size: 20px;
        padding: 5px 0;
    }
    #hero .slideText {
        font-size: 18px;
        padding: 0px 20px;
    }
    .welcomeBlock h1 {
        font-size: 26px;
    }
    .quoteContainer blockquote.quote-text {
        font-size: 18px;
        line-height: 26px;
    }    
    .caption-external a {
        font-size: 12px;
        padding: 0px 10px;
    }
    .dynamic-image-content-slider .imageslide .col-lg-5 {
        padding: 0 15px 0 15px;
    }
    .dynamic-image-content-slider .imageslide .col-lg-7 {
        padding: 30px 15px 0 15px;
    }    
    
    .readmore-btn-new:before {
        width: 25px;
        left: -35px;
    }
    .section-form.get-in-touch .wpforms-title {
        font-size: 22px !important;
    }
    .footerLower .col-sm-4 {
        padding: 0px 15px;
    }
    .bodyContent .quoteContainer blockquote.quote-text {
        padding: 40px 30px;
    }
    .bodyContent .callout.hastext .calloutContent {
        padding: 50px 20px;
    }
    .page-banner-title h1 {
        font-size: 26px;
    }
    #menu-main li.menu-item-has-children > .arrow {
        height: 45px;
    }
    .staffMember .row {
        display: block;
    }
    .staffMember .row .featured-staff-image.col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .staffMember .row .standard-staff-image.col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .staffMember .row .col-3 img {
        width: 100%;
        height: auto;
        max-width: inherit;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width : 991px) {
    .homeBanner {
        min-height: 80vh !important;
    }
}



.dividera:after {
    background-color: #313131;
}
.dividerb {
    background-size: auto;
}

.mainbanner-cycle-pager {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 104;
    text-align: center;
    width: 100%;
}

.mainbanner-cycle-pager span {
    width: 8px;
    height: 8px;
    text-align: center;
    line-height: 10px;
    background: rgba(255, 255, 255, 0.50);
    color: #3e3d3d;
    border: none;
    border-radius: 8px;
    font-size: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    margin: 0px 5px 0px;
}

.mainbanner-cycle-pager span.cycle-pager-active {
    background: rgba(255, 255, 255, 1);
    color: #ffffff;
}

@media only screen and (min-width : 1200px) {
    .dynamic-image-content-slider .imageslide .col-lg-5 {
        padding: 0px 15px 0 0px;
    }
    .homeDynamic.dynamic-mini-poi .container {
        max-width: 1160px;
    }
    .dynamic-contentslider .col-lg-10 {
        padding: 0px 15px 0 0px;
    }
    .homeDynamic.dynamic-mini-poi .container {
        max-width: 1200px;
    }
}

button#catapultCookie{
    background : #a4904b;
    color : #ffffff;
}



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

.welcomeBlock {
    padding: 50px 0 40px;
}

footer {
    text-align: center;
}
.footerLower .row {
    text-align: center;
}
.bodyContent:before, .welcomeBlock h1:before {
    display: none;
}

.breadcrumbs {
    width: 100%;
    bottom: -32px;
    padding: 0px 15px;
    background: transparent;
    color: #a4904b;
}
.breadcrumbs a, .breadcrumbs span {
    color: #a4904b;
}
#pageBanner {
    overflow: inherit;
}
#hero .slide {
    overflow: inherit;
}


}

/*Case Studies*/
.caseStudy {
	padding-bottom:60px;
	margin-top:60px;
}
.caseStudy .previewImage{
	position:relative;
	width:100%;
	background-color:#000;
	overflow:hidden;
	margin:10px 0 30px;
}
.caseStudy .previewImage img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.caseStudy .previewImage:before{
	content:'';
	display:block;
	width:100%;
	padding-top:55.85%;
}
.caseStudy .csTitle {
	font-size:25px;
}
.caseStudy .csmore {
	position:absolute;
	left:15px;
	bottom:0;
	right:15px;
	height:48px;
}
.caseStudy .csmore .btn-mini-poi {
	position:absolute;
	right:10px;
	top:0;
	margin:0;
}
.caseStudy .csmore .btn-mini-poi:after {
	background:rgba(255,255,255,0.25);
}
.caseStudy .csmore .btn-mini-poi:hover:after {
	background:rgba(164, 144, 75, 1);
}
.caseStudy .csmore:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	right:80px;
	height:1px;
	background:#b4b3b3;
}

#wpforms-550 select#wpforms-550-field_11 option, #wpforms-550 select#wpforms-550-field_21 option, #wpforms-550 select#wpforms-550-field_22 option {
    background-color: #313131!important;
}

button#wpforms-submit-550:hover {
    color: #fff!important;
    opacity: 0.5;
}