/*   
Theme Name: IDAssets
Theme URI: www.bywill.co.uk
Description: Custom theme
Author: www.thstudio.co.uk
Author URI: 
Version: 1.0
Tags: blue, white, light, right-sidebar, fixed-width
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("reset.css");
@import url("grid.css");
/* Default font settings. */

:root {
  --primary: #f9ad23;
  --secondary: #5c5c5c;
  --body-color: #000000;
  --dark-blue: #0199BB;
  --light-blue: #021759;
  --light-yellow: #fcefd9;
}

html {
  font-size: 100.01%;
}
body {
  font-size: 16px;
  line-height: 1.2;
  color: #404041;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1,
h2,
h3 {
}
h1 {
  font-size: 40px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
h2,
h2 p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
}

h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
}
h4 {
  font-size: 21px;
  line-height: 26px;
  color: #404041;
  margin-bottom: 8px;
}
h5 {
  font-size: 14px;
  margin-bottom: 8px;
}
h6 {
  font-size: 12px;
  margin-bottom: 8px;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* Text elements */
::-moz-selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #06f;
  color: #fff;
  text-shadow: none;
}
p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 26px;
}
p img.left {
  float: left;
  margin: 15px 15px 15px 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 15px 0 15px 15px;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  margin: 15px;
  color: #666;
  font-style: italic;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #ccc;
}
address {
  margin: 0 0 15px;
  font-style: italic;
}
del {
  color: #ccc;
}
pre {
  margin: 15px 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 14px "andale mono", "lucida console", monospace;
  line-height: 20px;
}
hr {
  border-style: none;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.foot {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Lists */
ol #commentlist {
  margin: 0px 0px 10px 0px;
}
#commentlist li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px dotted #ccc;
}
li ul,
li ol {
  margin: 0;
}
ul,
ol {
  margin: 0 15px 15px 0;
  padding-left: 20px;
}
nav ul,
#sidebar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
nav ul li {
  float: left;
}
#sidebar li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
dl {
  margin: 0 0 15px 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 20px;
}
/* Tables */
table {
  margin-bottom: 20px;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th,
td,
caption {
  padding: 4px 10px 4px 5px;
}
tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Misc classes */
.small {
  font-size: 10px;
  margin-bottom: 8px;
  line-height: 18px;
}
.large {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 20px;
}
.hide {
  display: none;
}
.quiet {
  color: #888;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.postmetadata {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.meta {
  font-size: 18px;
  padding: 10px 0;
}

.meta a {
  text-decoration: underline;
}

.meta a:hover {
  text-decoration: none;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
  font-weight: bold;
}
fieldset {
  padding: 22px;
  margin: 0 0 24px 0;
  border: 1px solid #ccc;
}
legend {
  font-weight: bold;
  font-size: 19px;
}
/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input.text,
input.title,
textarea,
select {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #777;
}
input[type="text"],
input[type="password"],
input.text,
input.title,
textarea,
select {
  margin: 8px 0;
}
input.text,
input.title {
  max-width: 300px;
  width: 80%;
  padding: 5px;
}
input.title {
  font-size: 24px;
}
textarea {
  width: 600px;
  max-width: 90%;
  height: 150px;
  padding: 5px;
}
input[type="checkbox"],
input[type="radio"],
input.checkbox,
input.radio {
  position: relative;
  top: 4px;
}
form.inline {
  line-height: 3;
}
form.inline p {
  margin-bottom: 0;
}
/* Success, notice and error boxes */
.error,
.notice,
.success {
  padding: 12px;
  margin-bottom: 16px;
  border: 2px solid #ddd;
}
.error {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.error a {
  color: #8a1f11;
}
.notice a {
  color: #514721;
}
.success a {
  color: #264409;
}
/* links */
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Misc */
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.wp-caption-text {
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin-right: 40px;
}
.alignright {
  float: right;
  margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
  word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */
#commentlist p {
  margin: 0px;
  font-size: 11px;
}
#comments {
  margin: 20px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  border-top: solid 1px #ccc;
}
#postcomment {
  margin: 20px 0px 10px 0px;
  padding: 20px 0px 10px 0px;
  border-top: solid 1px #ccc;
}
.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/

header {
  margin-bottom: 40px;
}

header .register-banner {
  background: #000000;
  color: #ffffff;
  text-align: right;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: 30px;
}

header .register-banner a.link {
  color: #ffffff;
}

header .register-banner .register {
  background: #ffffff;
  border-radius: 15px;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  font-weight: bold;
  margin-left: 15px;
}

header .register-banner .register:hover {
  text-decoration: none;
}

header.social {
  padding: 10px 0;
}
.social a:not(.noco) {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--dark-blue);
    margin-right: 10px;
    transition: background-color 0.2s ease-in-out;
    float: left;
}

.social a:hover {
  background-color: var(--primary);
}

.social a.noco {
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
}

header .main-banner {
  background: #071753;
  padding: 20px 0;
}

header .header-logo {
  max-width: 35%;
  display: inline-block;
}

header .header-advert {
  float: right;
  max-width: 60%;
}

header .nav-banner {
  background: #0199BB;
  padding: 0;
}

header .header-strap {
  background-color: #0199BB;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

#menu-header-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#menu-header-nav > li {
  float: none;
}

#menu-header-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  line-height: 30px;
}

#menu-header-nav > li:first-child {
  justify-content: flex-start;
}

#menu-header-nav > li:first-child > a {
  padding-left: 0px;
}

#menu-header-nav > li:last-child > a {
  padding-right: 0px;
}

#menu-header-nav > li > a:hover {
  text-decoration: none;
}

#menu-header-nav > li.menu-item-has-children:hover > a {
  background: #026d6f;
}

#menu-header-nav > li > ul {
  background: #026d6f;
  position: absolute;
  margin: 0;
  min-width: 150px;
  display: none;
  z-index: 1000;
}

#menu-header-nav > li > ul > li {
  float: none;
  display: block;
}

#menu-header-nav > li > ul > li > a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
  line-height: 30px;
}

#menu-header-nav > li > ul > li > a:hover {
  text-decoration: none;
  background: #e71d25;
}

.heading-bar {
  background: #169c9e;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.heading-bar i {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  width: 50px;
  height: 100%;
  box-sizing: border-box;
  background: #e71d25;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: inline-block;
  border: 1px solid #000000;
  color: #000000;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: background, color 0.3s ease-in-out;
  outline: none;
}

.btn:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.red-btn {
  display: inline-block;
  border: 1px solid #e71d25;
  color: #ffffff;
  background: #e71d25;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: background, color 0.3s ease-in-out;
  outline: none;
}

.red-btn:hover {
  background: #ffffff;
  color: #e71d25;
  text-decoration: none;
}

.search-field {
  line-height: 25px;
  outline: none;
  width: 300px;
  max-width: 60%;
}
.news-box,
.news-box-wide {
  margin-bottom: 20px;
  position: relative;
}

.news-box {
  padding-bottom: 40px;
}

.no-padd .news-box {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.news-box-wide {
  background: #f2f3f4;
  position: relative;
  padding-bottom: 40px;
}

.news-box-wide.no-size {
  padding-bottom: 0px;
}

.news-box-wide .padded {
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
}

.news-box .thumbnail,
.news-box-wide .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.news-box-wide .thumbnail {
  float: right;
  width: 50%;
  margin: 0;
}

.news-box .thumbnail img,
.news-box-wide .thumbnail img {
  display: block;
}

.news-box .thumbnail .category,
.news-box-wide .thumbnail .category {
  position: relative;
  background: #0199BB;
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  min-width: 55%;
  text-transform: uppercase;
}

.no-bar .news-box-wide .thumbnail .category,
.supplement-template-default .category {
  display: none;
}

.news-box .thumbnail .category a,
.news-box-wide .thumbnail .category a {
  color: #ffffff;
}

.news-box .thumbnail .category a:hover,
.news-box-wide .thumbnail .category a:hover {
  text-decoration: none;
}

.news-box .thumbnail .category i,
.news-box-wide .thumbnail .category i {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px;
  width: 35px;
  height: 100%;
  box-sizing: border-box;
}

.news-box .btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.news-box-wide .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.news-box-wide.no-size .btn {
  position: relative;
  bottom: auto;
  left: auto;
}

.sidebar {
  padding-left: 20px;
}

.heading-bar,
.sidebar h3 {
  background: #071753;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}

.advert {
  text-align: center;
  padding-left: 22px;
}

.advert a {
  display: block;
  margin-bottom: 20px;
}

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

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

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

.wide-bar {
  padding: 60px 0;
  background: #f8f8f8;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}

.single-head-top {
  background: #00aeef;
  min-height: 400px;
  padding: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.single-head-top .meta a,
.single-head-top h2,
.single-head-top h3,
.single-head-top h4,
.single-head-top h5,
.single-head-top h6 {
  color: #ffffff;
}

.single-image {
  margin-bottom: 20px;
}

.single-thumb {
  float: right;
  max-width: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.magazine-image img {
  margin-bottom: 40px;
}

.magazine-padd {
  padding-left: 40px;
}

.services-links-holder {
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.services-links-holder {
  height: auto;
}

/*.services-links-holder:not(.open) {
	cursor: pointer;
}*/

.services-links-holder:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255 255 255));
  z-index: 500;
}

.services-links-holder:before {
  display: none;
}

.services-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.services-links-grid:hover .service-links {
  opacity: 0.3;
}

.services-links-grid .service-links:hover {
  opacity: 1;
}

.services-links-grid .service-links {
  margin-bottom: 40px;
  padding: 20px 10px;
  border: 1px solid #cfcfcf;
  transition: opacity 0.4s ease-in-out;
  background-color: #f5f5f5;
}

.services-links-grid .service-links h4 {
  /*color:  #FFFFFF;*/
  font-size: 20px;
  line-height: 25px;
  min-height: 50px;
  text-align: center;
  margin-bottom: 40px;
}

.services-links-grid .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.services-links-holder:not(.open) .services-links-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.services-links-holder:not(.open) .services-links-grid .services {
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.services-links-grid .services a {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 3 / 2;
  transition: filter 0.3s ease-in-out;
  pointer-events: auto;
}

/*.services-links-holder:not(.open) .services-links-grid .services a {
	pointer-events:  none;
}*/

.services-links-holder:not(.open) .services-links-grid .services a:first-child {
  /*filter: blur(1px);*/
}

.services-links-grid .services img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.search-bar {
  background-color: #000000;
  padding: 40px 0 45px 0;
  text-align: center;
  color: #ffffff;
}

.search-bar h4 {
  color: #ffffff;
}

.search-holder {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 5px 10px;
  display: inline-block;
}

.search-holder input,
.search-holder button,
.search-holder select {
  background-color: transparent;
  border: none;
  outline: none;
}

.search-holder input,
.search-holder select {
  min-width: 250px;
  display: inline-block;
  width: auto;
}

.search-holder button {
  color: #e71d25;
  padding: 0 0 0 10px;
  cursor: pointer;
  display: inline-block;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}

.vendor-header {
  text-align: center;
  background: rgba(252, 239, 217, 0.6);
  padding: 80px 0;
}

.vendor-content-wrap {
  /*background:  var(--light-yellow);*/
  padding: 40px 0;
}

.vendor-arrange {
  padding: 20px 0;
}

.vendors {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 0;
}

.vendor {
  background: var(--dark-blue);
}

.vendor .thumb {
  background: #ffffff;
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor .thumb img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.vendor .storytitle a {
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  display: block;
}

.vendor .types {
  color: #ffffff;
  padding: 0 10px 10px 10px;
}

.box-shadow {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.filter-bar {
  background: var(--primary);
  color: #ffffff;
  padding: 30px 0;
}

.single-vendor-header {
  min-height: 40vh;
  background: #ffffff;
  position: relative;
}

.single-vendor-header .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
}

.single-vendor-header .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.single-vendor-content {
  background: #ffffff;
  padding: 40px 0;
}

.single-vendor-content-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: 30% 70%;
}

.single-vendor-content-grid .sidebar {
  display: grid;
  place-items: center;
}

.single-vendor-content-grid .content {
  text-align: center;
}

.single-vendor-content-grid .content h1 {
  display: none;
}

.single-vendor-content-grid .content h3 a {
  color: var(--body-color);
  text-decoration: none;
  font-size: 20px;
}

.single-vendor-content-grid .content .name {
  display: block;
  font-size: 18px;
}

.single-vendor-content-grid .content .email {
  color: var(--body-color);
  text-decoration: none;
  font-size: 12px;
}

.single-vendor-content-grid .content .social {
}

.single-vendor-content-grid .content .social a {
  display: inline-block;
  padding: 10px 5px 0 5px;
  color: #364c65;
  font-size: 30px;
}

.single-vendor-content-grid .content .social a:hover {
  text-decoration: none;
}

.single-vendor-background {
  background: #f0f0f0;
  padding: 0 0 40px 0;
}

.single-vendor-breadcrumb {
  background-color: #ffffff;
  padding: 20px 0;
}

.single-vendor-breadcrumb .crumbs {
  display: grid;
  grid-template-columns: 3fr 6fr;
}

.single-vendor-breadcrumb .crumb-holder a {
  text-transform: uppercase;
  background-color: #e71d25;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: var(--heading-font);
  font-size: 10px;
  font-weight: 700;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
}

.single-vendor-breadcrumb .crumb-holder a:first-child {
  background-color: var(--secondary);
}

.single-banner {
  /*background:  var(--light-yellow);*/
  text-align: right;
  /*padding:  30px 0 0 0;*/
}

.vendor-content-grid {
  /*display:  grid;
	grid-template-columns: 1fr 1fr;
	gap:  20px;*/
  column-count: 2;
  column-gap: 20px;
  padding: 40px 0 20px 0;
}

.vendor-content-grid > div {
  display: inline-block;
  width: 100%;
}

.vendor-content {
  border: 2px solid #f5eaea;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}

.vendor-content .title {
  text-transform: uppercase;
  background-color: #e71d25;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 10px;
}

.vendor-content .part {
  margin-bottom: 10px;
}

.vendor-content .part h6 {
  margin-bottom: 0px;
  font-size: 18px;
}

.vendor-content .part i.fa-solid.fa-circle-small {
  color: #364c65;
  font-size: 12px;
}

.dashboard {
  background-color: #ffffff;
  padding: 40px 0;
}

.form-holder {
  max-width: 450px;
  margin: 0 auto;
}

.form-holder input {
  width: 100%;
}

.acf-form-submit {
  padding: 10px;
}

form .row {
  padding: 10px 0;
}

form .row label {
  display: block;
  font-weight: 700;
}

#message.updated {
  border: 1px solid green;
  background: #b3dfb3;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 20px;
}

#message.updated p {
  margin: 0;
}

.vbar {
  padding: 0;
  margin-bottom: 40px;
}

.vbar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vbar ul li {
  display: inline-block;
}

.vbar ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  line-height: 30px;
  font-weight: 700;
  margin-right: 5px;
  background-color: rgba(38, 42, 47, 0.6);
}

.vbar ul li:last-child {
  float: right;
}

.vbar ul li:last-child a {
  background-color: transparent;
  color: var(--body-color);
}

.vlink {
  text-decoration: none;
  color: var(--secondary);
}

.vbar .vlink {
  float: right;
  color: #ffffff;
}

.acf-button {
  border: 1px solid #999;
  background-color: #f6f6f6;
  color: var(--body-color);
  text-decoration: none;
  padding: 2px 5px;
  border-radius: 2px;
  outline: none;
}

.acf-button {
  display: inline-block;
  border: 1px solid #169c9e;
  color: #169c9e;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: background, color 0.3s ease-in-out;
  outline: none;
}

.acf-button:hover {
  background: #169c9e;
  color: #ffffff;
  text-decoration: none;
}

.pagination {
  margin: 20px 0;
  min-height: 20px;
}

.pagination .next-pagination {
  float: right;
}

.diary {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.diary img {
  width: 100%;
}

.wp-block-image {
  display: inline-block;
}

figcaption {
  font-style: italic;
  font-size: 12px;
  text-align: center;
}

.custom-testimonial {
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-testimonial img {
  display: block;
  padding: 20px;
}

/* --------------------------------------------------------------   
Redback Styles below
-------------------------------------------------------------- */

.storycontent a {
  color: rgba(0, 0, 0, 0.3);
}
.storycontent > h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: normal;
  margin-bottom: 7px;
  margin-top: 18px;
}
.wp-block-image figcaption {
  margin-top: -0.5em;
  margin-bottom: 0.7em;
  padding: 10px;
  background-color: #e0ebeb;
  font-weight: bold !important;
  font-size: 14px;
  padding-top: 13px !important;
  color: #2d7b7f;
  line-height: 129%;
  padding-top: 5px;
}
.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box;
  border: solid #8888 0px;
  border-bottom-color: rgba(136, 136, 136, 0.533);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: none;
}
.storycontent > .wp-block-image {
  margin: 0 0 1em;
  margin-top: 15px;
}
div.storycontent div.wp-block-image.rightFloat {
  float: right !important;
}

.storycontent > h2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 8px;
  text-transform: none;
  font-weight: 700;
  margin-top: 20px;
  color: #2d7b7f;
}
div.storycontent div.wp-block-group.colourBlock {
  background-color: #e9e9eb;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
div.wp-block-group__inner-container blockquote.wp-block-quote.is-style-white {
  color: white !important;
}
/* --------------------------------------------------------------   
-------------------------------------------------------------- 
*/

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: black;
  font-style: normal;
  font-size: 12px !important;
  text-align: center;
  padding: 5px !important;
  margin-bottom: 0 !important;
  line-height: 30px;
  font-style: italic;
  background-color: #e0ebeb;
  color: #6aa0a2;
}

.custom-testimonial .wp-block-image {
  margin: 0;
}
.custom-testimonial .wp-block-columns {
  margin: 0;
}
.custom-testimonial2 {
  background-color: #e3eeee !important;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.15);
  margin-top: 23px;
}
.custom-testimonial2 figure.wp-block-image.size-full img {
  padding-bottom: 0px !important;
  background-color: white !important;
  margin-bottom: -20px !important;
}

.banner-add-gap a {
  margin: 20px 0;
  display: block;
}
.banner-add-gap a img {
  display: block;
  margin: 0 auto;
}

footer p {
  font-size: 12px;
  margin-bottom: 8px;
}

footer .footer-strap {
  background-color: #0f2440;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
}

footer .footer-wrap {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0;
}

footer h3 {
  font-size: 14px;
  line-height: 30px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 1px;
}

footer .wp-block-search .wp-block-search__input {
  background: #f8f8f8;
  border-color: #ffffff12;
}

footer hr {
  border-style: none;
  border-bottom: 1px solid #ffffff;
  margin-top: 0px;
  margin-bottom: 20px;
}

footer ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer ul.menu li {
  float: left;
  padding-right: 10px;
}
footer ul.menu li a {
  color: #ffffff;
  font-size: 10px;
}

/* --------------------------------------------------------------   
-------------------------------------------------------------- 
*/

.wpforms-container.wpf-center {
  margin: 0 auto !important;
  max-width: 100%;
}

@media all and (min-width: 980px) {
  .mobile {
    display: none;
  }
}
@media all and (max-width: 1280px) and (min-width: 672px) {
  .full {
    display: none;
  }
  .mobile {
    display: none;
  }

  #menu-header-nav > li > a {
    font-size: 12px;
  }

  .news-box-wide .thumbnail {
    float: none;
    width: 100%;
  }

  .news-box-wide .padded {
    width: 100%;
  }
}
@media all and (max-width: 672px) {
  .full,
  .no-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }

  header .register-banner {
    text-align: center;
  }

  header .header-logo {
    max-width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }

  header .header-advert {
    float: none;
    max-width: 100%;
    text-align: center;
  }

  header nav {
    text-align: center;
  }

  header .nav-btn {
    display: inline-block;
    margin: 10px 0;
  }

  header .nav-btn span {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
    display: block;
  }

  header .nav-btn.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  header .nav-btn.active .bar2 {
    opacity: 0;
  }

  header .nav-btn.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  #menu-header-nav {
    display: none;
  }

  #menu-header-nav li {
    text-align: center;
  }

  #menu-header-nav > li > a {
    padding: 5px 0px;
  }

  #menu-header-nav > li > ul {
    position: relative;
  }

  .news-box,
  .news-box-wide {
    min-height: auto !important;
  }

  .publications .grid_4 {
    margin-bottom: 20px;
  }

  .news-box-wide .thumbnail {
    width: 40%;
  }

  .news-box-wide .padded {
    width: 60%;
  }

  .single-thumb {
    float: none;
    padding-left: 0px;
    max-width: 100%;
  }

  .single-thumb img {
    width: 100%;
  }
}
@media all and (max-width: 380px) {
}
