/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.3
*/

.acf-ticker {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 9;
  font-size: 22px;
  padding-top: 20px;
  color: #33ffda;
  font-weight: bold;
  height: 100%;
	pointer-events: none;
}
.acf-ticker::before {
	content:'';
	opacity:.6;
	position:absolute;
	width:100%;
	height:40%;
	background: linear-gradient(to bottom, #000, transparent);
	top:0;
}
.acf-ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 15s linear infinite;
}

.acf-ticker__item {
  flex-shrink: 0;
  padding-right: 4rem;
  white-space: nowrap;
}

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.project-card .entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}
.project-card {
    display: flex;
    flex-direction: column;
    border: 0px solid #e5e5e5;
    background: #fff;
    height: 100%;
    position: relative;
}
.project-card__image {
    overflow: hidden;
}
.project-card__image img {
    width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  margin-bottom:0 !important;
}
.project-card:hover .project-card__image img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.project-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
}

.project-card__title {
    margin: 0 0 0.75rem;
    font-weight: 700 !important;
}

.project-card__blurb {
    margin-bottom: 1.25rem;
}

.project-card__meta {
    margin-top: auto;
    font-size: 0.9rem;
}

.project-card__meta div {
    margin-bottom: 0.35rem;
}

@media (max-width: 1024px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
.acf-ticker {
  font-size: 18px;
}
}


/* Pagination Wrapper */
.newsletter-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.sml.date {
	font-size:14px;
	margin-bottom:10px;
}
/* WordPress paginate_links() outputs a UL */
.newsletter-pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Pagination items */
.newsletter-pagination li {
    margin: 0;
    padding: 0;
	list-style: none;
}

/* Links + current page */
.newsletter-pagination a,
.newsletter-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #232a44;
}

/* Hover */
.newsletter-pagination a:hover {
    background: #33ffda;
    color: #fff;
    border-color: #33ffda;
}

/* Active/current */
.newsletter-pagination .current {
    background: #33ffda;
    color: #fff;
    border-color: #33ffda;
    pointer-events: none;
}

/* Dots */
.newsletter-pagination .dots {
    border: none;
    background: transparent;
    min-width: auto;
    padding: 0 4px;
}

/* Mobile */
@media (max-width: 640px) {
    .newsletter-pagination ul {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .newsletter-pagination a,
    .newsletter-pagination span {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
}
.toggle > h3.toggle-title a {
	font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
}
.project-card__blurb p {
	padding-bottom:10px;
}
#block-10 {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
#block-10 > * {
	width:100%;
}
.wpconsent-cookie-policy table,.wpconsent-cookie-policy table tr {
	background:transparent !important;
}
.footer_nav ul {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px !important;
  width: auto;
	float:left;
	position: relative;
}
.footer_nav li:nth-child(1) { grid-column: 1; grid-row: 1; }
.footer_nav li:nth-child(2) { grid-column: 1; grid-row: 2; }
.footer_nav li:nth-child(3) { grid-column: 1; grid-row: 3; }
.footer_nav li:nth-child(4) { grid-column: 1; grid-row: 4; }
.footer_nav li:nth-child(5) { grid-column: 1; grid-row: 5; }
.footer_nav li:nth-child(6) { grid-column: 1; grid-row: 6; }
.vc_col-sm-6 .projects-grid {
  display: block;
  width:65%;
} 
.vc_col-sm-4 .projects-grid {
  display: block;
  width:100%;
}
body.search-results.material .container-wrap {
  background: #fff;
}
body.material #search-outer #search #search-box input[type="text"]::placeholder {
    color: #232a44;
    opacity: .65;
}
#top nav ul #search-btn a {
padding-bottom: 35px;
}
.small-nav #top nav ul #search-btn a {
  padding-bottom: 25px;
}
body.material[data-header-format="default"] #header-outer[data-has-buttons="yes"]:not([data-format="left-header"]) #top nav > .buttons {
  margin-left: 20px;
}
nav#pagination > ul a {
  background-color: #b8b8b8 !important;
}
/*DELIVRA*/
body[data-button-style^="rounded"] button.editor-email-button {
	width:auto !important;
	color:#232a44 !important;
	border:2px #232a44 solid !important;
}
body[data-button-style^="rounded"] button.editor-email-button:hover {
	width:auto !important;
	color:#fff !important;
	background-color:#232a44 !important;
	border:2px #fff solid !important;
}
body:not(.woocommerce-cart) .main-content .dlvraPublished table, body:not(.woocommerce-cart) .main-content .dlvraPublished table tr:nth-child(2n+1) {
  background-color: transparent;
	border:0 !important;
}
body:not(.woocommerce-cart) .main-content .dlvraPublished td {
	border:0 !important;
}
.editor-cell-text strong {
	font-size:22px;
}
/*END DELIVRA*/

.guidance_notes h3 {
  font-weight:bold !important;
}
.guidance_notes .wpb_text_column:not(:first-child) {
	border-bottom:solid 2px #0000001a;
	padding-bottom:25px;
}
.guidance_notes .wpb_text_column ul,.guidance_notes .wpb_text_column ol {
	margin-bottom:10px;
}
.dark-team .team, .dark-team .team h3, .dark-team .team h2, .dark-team .team h1 {
color:#232A44;	
}

.toggle-title a {
	font-weight:700 !important;	
}
div[data-style="animated_circle"] {
  --toggle-spacing: 18px;
}
div[data-style="animated_circle"] .toggle > .toggle-title a .nectar-toggle-icon-circle {
  opacity: .8;
}
div[data-style="animated_circle"] .nectar-toggle-icon circle {
  fill: none;
  stroke-width: 2;
}
div[data-style="animated_circle"] .plus-line {
  stroke-width: 2;
}
.project-theme {
	background: #EB6822;
  width: 40px;
  height: 40px;
  color: #FFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: solid 2px #fff;
}
.project-theme.conservation {
	background:#99A51B;
	background:#00817F;
}
.project-theme i {
	font-size:21px;
}
.project-meta {
	display:flex;
	justify-content: center;
	gap:50px;
	text-align:center;
}
.project-meta-item {
	  width: calc(33.333% - 34.5px);
}
.project-meta-item > * {
	clear:both;
	display:block;
	width:100% !important;
	text-align:center;
}
.project-meta-item strong {
	color:#33ffda;
	font-size:28px;	margin-bottom:10px;
}
.project-meta-item span {
	font-size:22px;
}
ul.ticks, ul.crosses {
	margin-left:0;
}
ul.ticks li, ul.crosses li {
    list-style:none; 
}
ul.ticks li::before, ul.crosses  li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-weight: 900;
	display:inline-block;
	margin-right:10px;
	color:#53A51B;
}
ul.crosses  li::before {
  content: "\f00d";
	color:#EB3E22;
}
div[data-style="animated_circle"][data-ac-divider="1"] .toggle {
  border-bottom: 15px solid rgb(225, 225, 225);
}
body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
  padding-top: 0;
}
.slider_title {
	position:absolute;
	bottom:30px;
}
.post-area {
  margin-top: 0;
}
.masonry.material .masonry-blog-item .inner-wrap {
	border-radius:0px;
}
.single .row, .single .container-wrap {
  padding-bottom: 0px;
}
.slider_title h1, html body.blog .row .col.section-title h1, html body.archive .row .col.section-title h1 {
  color: #33ffda;
  font-size: 52px;
  line-height: 62px;
}
body.single #page-header-bg .span_6 {
  top: auto;
  transform: none;
}
body.single #page-header-bg .row {
	display:flex;
	justify-content:end;
	align-items:end;
	padding-bottom:50px;
}
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap {
  text-align: left;
}
body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1 {
  padding: 15px 0 10px 0;
  text-align: left;
	font-size: 52px;
  line-height: 62px;
}
.masonry.material .masonry-blog-item h3 {
  color: #33ffda;
	font-weight:bold;
}
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a::before, .masonry.material .masonry-blog-item .article-content-wrap, .masonry.material .masonry-blog-item .meta-category {
  background-color: #2a3352;
  color: #fff !important;
}
.single [data-post-hs="default_minimal"] .page-header-bg-image::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: left;
  background: linear-gradient(to bottom, RGBA(255,255,255,0) 0%,RGBA(0,0,0,0.67) 100%) !important;
	opacity: 1 !important;
}
#page-header-bg[data-post-hs="default_minimal"] #single-below-header {
  text-align: left;
}
.n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color {
  position: absolute;
  top: auto;
	bottom:0;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: left;
}
#header-outer:not(.transparent) .sf-menu > li ul {
  border-top-width: 0 !important;
}
.blue_grey_bg.wpb_row .row-bg {
  background-color: #232a44;
}
.blue_grey_bg.wpb_row .row-bg::before {
  background-color: #e1e1e1;
	content:'';
	width:100%;
	height:50%;
	position:absolute;
	bottom:0;
}
.bold, strong, b {
  font-weight: 700;
}
.page_heading_container > .custom {
	position:relative !important;
}
.vc_wp_custommenu #menu-special-menu {
	list-style:none !important;
	display:flex;
	margin:0;
	flex-wrap:wrap;
}
.vc_wp_custommenu #menu-special-menu li {
	list-style:none !important;
	flex: 1 1 0;
	margin-bottom:25px;
}
.vc_wp_custommenu #menu-special-menu li a {
	font-size:30px;
	font-weight:bold !important;
	padding: 15px 30px 15px 30px !important;
	display:inline-block;
	position:relative;
	height:100%;
	display:flex;
	align-items:center;
	color:#FFF !important;
	line-height:120%;
}
.vc_wp_custommenu #menu-special-menu li a::before {
	position:absolute;
	width:10px;
	height:100%;
	background:#FFF;
	content:'';
	left:0;
	top:0;
	transition: width 0.6s ease;
	z-index:-1;
}
.vc_wp_custommenu #menu-special-menu li.orange a::before {
	background:#EB6822;
}
.vc_wp_custommenu #menu-special-menu li.pink a::before {
	background:#D24283;
}
.vc_wp_custommenu #menu-special-menu li.green a::before {
	background:#99A51B;
	background:#00817F;
}
.vc_wp_custommenu #menu-special-menu li:hover a::before {
	width:calc(100% - 0px);
}
.page_heading_container > .custom .vc_column-inner {
	top:-50%;
}
.page_heading_container h1 {
	padding:10px 25px;
}
.innerh1, .container-wrap h2, .container-wrap h3, .container-wrap h4, .container-wrap h5, .container-wrap h6 {
	color:#33ffda;
	margin-bottom:20px;
}
.button_bar .vc_column-inner > .wpb_wrapper {
	display:flex;
	align-items:center;
	justify-content:left;
	gap:20px;
	padding:20px;
	font-size:1.4em;
	font-weight:600;
	flex-wrap: wrap;
}
.button_bar .vc_column-inner > .wpb_wrapper .nectar-cta {
	margin:0;
}
.button_bar .vc_column-inner > .wpb_wrapper .nectar-cta .link_wrap {
	padding: 8px 24px !important;
}
@media only screen and (min-width: 1000px) {
body #footer-outer .row {
    padding: 45px 0 45px;
}
#header-outer:not([data-format="left-header"]) #top .span_3 {
	padding-bottom:35px;
} 
#header-outer.small-nav:not([data-format="left-header"]) #top .span_3 {
	padding-bottom:25px;	 
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
		padding-bottom:35px;
	}
	#header-outer.small-nav[data-lhe="animated_underline"] #top nav > ul > li > a {
		padding-bottom:25px;
	}
  #header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
  }
	#header-outer.small-nav #logo, #header-outer.small-nav .logo-clone, #header-outer.small-nav .logo-spacing {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
	#header-outer:not([data-format="left-header"]) #top nav > ul > li {
    align-items: end;
  }
	#top > .container {
		padding-top: 30px;
		padding-bottom:0px;
	}
	.small-nav #top > .container {
		padding-top: 20px;
		padding-bottom:0px;
	}
}
@media (min-width: 691px) {
  #footer-outer .row .span_6:last-child {
    width: 35%;
		max-width:500px;
		min-width:125px;
		align-items: end;
    display: flex;
		justify-content: end;
  }
	#footer-outer .row .span_6:first-child {
    width: 65%;
		
  }
}
#block-12 {
	clear:both;
	width:100%;
}
.footer_logo {
	text-align:right;
	margin-bottom:35px;
}
.footer_logo img {
	max-height:70px;
	width:auto;
	min-width: 220px;
}
.material #footer-outer .widget .footer_nav ul li a {
	font-weight:600 !important;
	text-transform: none;
}
.material #footer-outer .widget .footer_nav ul li {
	display:inline-block;
	margin-right:45px;
}
.footer_nav {
	text-align:left;
	margin-bottom:0px;
}
.footer_blurb {
	text-align:left;
	max-width:800px;
	float:left;
}
#footer-widgets > .container > .row {
	display:flex;
}
#footer-outer .widget {
  margin-bottom: 0px;
}
#footer-outer .social {
  display: flex;
  align-items: center;
  justify-content: end;
	margin-right:-5px !important;
}
#footer-outer .social li a {
	background:#232a44;
	border-radius:100%;
	width:33px;
	display:flex !important;
	height:33px;
	align-items:center;
	justify-content:center;
	color:#fff !important;
	transition: 0.25s all ease !important;
}
[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button) {
	transition: 0.3s all ease !important;
}
#footer-outer .social li:hover a {
	transform: scale(1.3);
}
#footer-outer .social li a .fa-linkedin {
	font-size:16px;
}
.material #footer-outer #footer-widgets .col ul.social li {
	padding:5px !important;
}
.whitebg, .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.whitebg {
	background: #fff;
  padding: 10px;
}
.colour_box_heading {
	background-color:#00000021;
	display:flex;
	
	font-size:23px;
}
.colour_box_heading::before {
	content:'';
	margin-right:25px;
	font-size:40px;
	font-weight:bold;
	margin-top:5px;
}
.colour_box_heading.num_0::before {
  margin-right: 0px;
  font-size: 0px;
  margin-top: 0px;
}
.colour_box_heading.num_1::before {
	content:'1';
}
.colour_box_heading.num_2::before {
	content:'2';
}
.colour_box_heading.num_3::before {
	content:'3';
}
.colour_box_heading {
	margin:0 !important;
}
.colour_box .wpb_text_column {
	padding:15px 20px;
}
.vc_row.vc_row-o-content-middle > .span_12 > .vc_column_container.colour_box > .vc_column-inner {
  justify-content: start;
}
.grant_box > .vc_column-inner > .wpb_wrapper {
	display:flex;
}
.grant_box .wpb_wrapper .wpb_raw_code {
	min-width:120px;
	width:120px;
	margin-right:30px;
	color:#33FFDA;
	background:#232A44;
	height:120px;
	display:flex;
	align-items:center;
	text-align:center;
	font-weight:bold;
	line-height:125%;
	border-radius:100%;
	box-sizing:border-box;
	padding:5px;
	font-size:20px;
}
.grant_box .wpb_text_column strong {
	font-size:23px;
} 
@media only screen and (max-width: 1300px) {
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
  height: 55px;
}
}
@media only screen and (max-width: 1200px) {
#top nav > ul > li > a, .span_3 .pull-left-wrap > ul > li > a, body.material #search-outer #search input[type="text"], #top ul .slide-out-widget-area-toggle a i.label, #top .span_9 > .slide-out-widget-area-toggle a.using-label .label, #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text, #header-outer #mobile-menu ul li > a, #header-outer #mobile-menu .secondary-header-text, .nectar-mobile-only.mobile-header a {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  font-weight: 700;
}
 #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
    margin-left: 9px;
    margin-right: 9px;
  }
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
  height: 52px;
}
}
@media only screen and (max-width: 1150px) {
.footer_blurb {
  max-width: 600px;
}
}
@media only screen and (max-width: 1024px) {
.vc_col-sm-6 .projects-grid {
  display: block;
  width:100%;
}
}
@media only screen and (max-width: 999px) {
.vc_col-sm-6 .projects-grid {
  display: block;
  width:48.5%;
}
.slider_title h1 {
  color: #33ffda;
  font-size: 42px;
  line-height: 52px;
}
.blue_grey_bg.wpb_row .row-bg::before {
  height: 25%;
}
  .vc_row-fluid[data-column-margin="50px"] .wpb_column:not([class*="vc_col-xs-"]):not(.child_column):not(:last-child), .inner_row[data-column-margin="50px"] .child_column:not([class*="vc_col-xs-"]):not(:last-child) {
    margin-bottom: 0;
  }
.footer_blurb {
    max-width: 1000px;
  }
#footer-widgets > .container > .row {
		flex-wrap:wrap;
		flex-direction: column-reverse;
}
	  #footer-outer .row .span_6 {
    width: 100% !important;
    max-width: unset !important;
  }

 #footer-outer .social {
    margin-left: -7px;
    margin-top: 0 !important;
    justify-content: start;
    margin-right: 0 !important;
    margin-bottom: 25px;
  }
.footer_logo {
  text-align: left;
  margin-bottom: 0;
}
#footer-outer .row .span_6:last-child {
   display: block;
}
.material #footer-outer .widget .footer_nav ul li {
	margin-right: 25px;
	margin-left:0px;
 /* margin-left: 0px;
	margin-right:30px;*/
}
.footer_blurb, .footer_nav, .footer_logo {
  /*text-align: left;*/
}
	#footer-widgets .container .col.span_6, #footer-widgets .container .col.span_4 {
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
  }
	#footer-outer .social {
  margin-top: 40px;
		margin-right:-5px;
}
	#footer-outer .row .span_6:first-child {
    width: 100%;
    max-width: 2000px;
    display: block;
  }
}
@media only screen and (max-width: 900px) {
	.page_heading_container > .custom .vc_column-inner {
	margin-top:50px;
  top: 0%;
	margin-bottom:20px;
}
}
@media only screen and (max-width: 767px) {
.toggle > h3.toggle-title a {
	font-size: 20px !important;
  line-height: 28px !important;
}
.project-meta {
	flex-wrap:wrap;
}
.project-meta-item {
	  width: 45%;
}
.slider_title h1 {
  color: #33ffda;
  font-size: 36px;
  line-height: 44px;
}
.vc_wp_custommenu #menu-special-menu li {
	width:100%;
	flex: auto;
}
	.vc_wp_custommenu #menu-special-menu li a br {
		display:none;
	}
}
@media only screen and (max-width: 690px) {
.footer_logo img {
  max-height: 55px;
}
}
@media only screen and (max-width: 640px) {
.vc_col-sm-6 .projects-grid {
  display: block;
  width:100%;
}
.footer_nav ul {
 grid-template-columns: 1fr;
  gap: 0px 10px;
}
}
@media only screen and (max-width: 479px) {
	.toggle > h3.toggle-title a {
	font-size: 18px !important;
  line-height: 24px !important;
}
.project-meta-item {
	  width: 100%;
}
.slider_title h1 {
  color: #33ffda;
  font-size: 25px;
  line-height: 30px;
}
.slider_title {
  position: absolute;
  bottom: 15px;
}
.grant_box > .vc_column-inner > .wpb_wrapper {
	display:flex;
	flex-wrap: wrap;
}
}
div[data-style="animated_circle"][data-ac-divider="1"] .toggle {
  border-bottom: 2px solid rgb(210, 210, 210);
  padding: 0;
}
