
/* fix mobile scrolling experience */
@media screen and (max-width:800px) {
	html, body {
		width:100% !important;
		overflow-x:hidden !important;
	}
}
#footer-outer {
	display:none !important;
}

/* Set up typography */
/* .row .col h1,
.row .col h2, 
.row .col h3,
.row .col h4,
.row .col h5,
.row .col h6 {
	font-family: 'droid-serif';
}  */

/* Set up typography for new branding - apply to every page except the homepage */
@import url("https://use.typekit.net/vou5atd.css");

body.page {
	.row .col h1,
	.row .col h2, 
	.row .col h3,
	.row .col h1 em,
	.row .col h2 em, 
	.row .col h3 em {
		font-family: 'trajan-pro-3';
	} 

	*, .nectar-button, strong, b, i, a, li, strong, .row .col h4, .row .col h5, .row .col h6 {
		font-family: 'gotham';
	}	
}


/*Accessibility plugin styles*/
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
border-radius: 50% !important;
height: 60px !important;
width: 60px !important;
margin-right: 23px;
}

#pojo-a11y-toolbar > div.pojo-a11y-toolbar-toggle > a > svg {
width: 1.25em;
}
.pojo-a11y-toolbar-item {
list-style: none;
}

nav#pojo-a11y-toolbar {
top: unset !important;
bottom: 0 !important;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
bottom: 0 !important;
top: unset !important;
}
nav {
	font-family:'Lato' !important;
	font-weight:600 !important;
	font-size:13px !important;
	
}
nav ul li {
	font-family:'Lato' !important;
}
nav ul li a {
	font-size:13px !important;
	font-family:'Lato' !important;
}
nav ul li.button_bordered a:before {
	border: 1.5px solid white !important;
	transition:border .5s ease, background-color .5s ease !important;
}
nav ul li.button_bordered:hover a span {
	color:white !important;
}
nav ul li.button_bordered:hover a:before {
	border-color: #9C936A !important;
	background-color: #9C936A !important;
}
#header-secondary-outer {
	min-height:20px !important;
}
secondary-outer>.container>nav {
	min-height:20px !important;
}
nav[aria-label="Secondary Navigation"] div{
	font-size:12px !important;
	font-weight:600 !important;
/* 	letter-spacing:.05em; */
	text-align:left !important;
	padding:0 !important;
	margin:0 !important;
	max-width: 100% !important;
	font-family:"gotham" !important;
}

nav#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
bottom: 15px !important;
left: 195px;
box-shadow: none;
}
/*End accessibility plugin styles*/
.tt-section-border--top > .row-bg-wrap:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #9B926A;
	z-index: 1;
}
.tt-section-border--bottom > .row-bg-wrap:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #9B926A;
	z-index: 3; }
.tt-section-border--bottom > .row-bg-wrap:before {
  content: none !important;
}
#footer-widgets{
	display: none !important;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
    padding-bottom: 30px;
}

/* Testimonial Carousel Position Adjust */
.testimonial .nectar-simple-slider .nectar_single_testimonial {
    transform: translateY(15px) !important;
}

.testimonial .nectar-simple-slider .cell > .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .nectar-simple-slider .nectar_single_testimonial > .inner {
    display: block; /* leave Salient's layout alone */
}

.testimonial .nectar-simple-slider .cell > .inner {
    display: flex;
    align-items: center;
}

@media(min-width: 1000px) {
	.testimonial .flickity-viewport, .testimonial .nectar-flickity {
    margin-right: -25px !important;
    background: #e7e1d8;
}

.testimonial .nectar-simple-slider .flickity-prev-next-button.next {
    right: 20px !important;
}

.testimonial .nectar-simple-slider .flickity-prev-next-button.previous {
    left: 20px !important;
}
}
/* hide breadcrumbs */
#breadcrumbs.yoast {
	display: none;
}
/* hide recaptcha */
.grecaptcha-badge {
	display:none !important;
}