/*
Theme Name: Oshin Child
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.2.1
*/

@import url("../oshin/style.css");

@font-face {
  font-family: "wwfregular";
  src: url("assets/wwf-webfont.eot");
  src: url("assets/wwf-webfont.eot?#iefix") format("embedded-opentype"),
    url("assets/wwf-webfont.woff") format("woff"),
    url("assets/wwf-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "WWF-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("assets/wwf-webfont.eot?#iefix") format("embedded-opentype"),
    url("assets/wwf-webfont-5316d2a8bc5bf9cfaf1571e4f6cea1d5.ttf")
      format("truetype");
}

.wwfregular {
  font-family: "wwfregular";
  font-weight: normal;
}

/***
 Override default header and navigation fonts with the custom WWF font.
***/

/*h1, h2, h3,h4,h5,h6 {*/
h2 {
  font-family: WWF-Regular, Arial, Helvetica, sans-serif !important;
  font-weight: normal !important;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: normal;
}

/* override for main navigatin */
#navigation,
.style2 #navigation,
#navigation-left-side,
#navigation-right-side,
.header-cart-controls .cart-contents,
.sb-left #slidebar-menu,
#header-controls-right,
#header-controls-left,
body #header-inner-wrap.top-animate.style2 #navigation,
.top-overlay-menu .sb-right #slidebar-menu,
.navigation,
.sub-menu {
  font-family: WWF-Regular, Arial, Helvetica, sans-serif !important;
}

#navigation a:hover {
  background: rgba(255, 255, 255, 0.20);
}

#navigation .sub-menu a:hover {
  background: none;
  background: rgba(255, 255, 255, 0.10);;
  left:0 !important;
}

/* #navigation .sub-menu li:hover {
  background: rgba(255, 255, 255, 0.10);;
} */

#navigation .menu-item-has-children > a:after {
  content: " ";
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>')
    center center no-repeat;
  width: 0.5em;
  height: 1em;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.25em;
}

#navigation .sub-menu .menu-item-has-children > a:after {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>')
    center center no-repeat;
  width: 1em;
  height: 0.5em;
}

#navigation .menu-item-has-children a {
  padding-right: 0.5em;
}

/*************************************
  H2 headers in text be-text-blocks
**************************************/

.be-text-block h2 {
  font-weight: normal;
  text-decoration: none;
}

/********************************************************************
 Make the underline a different color for those text blade headers
*********************************************************************/

.be-text-block h2 span {
  /*  text-decoration:none !important;
  border-bottom:4px #000 solid;
*/
}

.be-section[data-headerscheme="background--dark"] .be-text-block h2 {
  /*  color:#386675 !important;*/
}

.be-section[data-headerscheme="background--dark"] .be-text-block h2 span {
  /*  border-bottom:4px #bbcbd0 solid !important;
  color:#386675 !important;
  text-decoration:none !important;
*/
}

/********************************************************************
 Logo in header
*********************************************************************/

.logo {
  padding: 0 !important;
  line-height: 1em !important;
  min-height: 4em;
}

.logo a {
  display: inline-block !important;
  /* we should probably deal with the bottom responsively */
  position: absolute !important;
  width: 100%;
  max-width: 250px;
  height: 100%;
}

.secondary-logo,
.print-logo {
  width: 250px;
  height: 27px;
  margin: 15px 0 0 132px;
  user-select: none;
  /*  height:33px;*/
}

.secondary-logo {
  visibility: visible !important;
  opacity: 1 !important;
  margin-left: 0 !important;
  transform: translateX(50%) !important;
  top: 0 !important;
  left: 0 !important;
}

#header-wrap {
  max-width: 100% !important;
  margin: 0 !important;
}

/********************************************************************
 Search in header; hide the default
*********************************************************************/
#search-form {
  line-height: 1em;
  float: right;
}

#search-form form {
  padding: 1em;
}

#search-form input[type="search"] {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  width: 141px;
}

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

#search-form button {
  background: #fff;
  border: 0;
  color: #000;
  color: #464646;
  float: right;
  height: 2em;
  line-height: 2em;
  margin: -0.5em 0 0 -1.5em;
  padding: 0;
  position: absolute;
  width: 2em;
}

#search-form .form-group {
  background: #fff;
  border-radius: 3px;
  float: left;
  padding: 0.5em 0 0.5em 0.5em;
  width: 100%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/********************************************************************
 Aqua-blue navigation bar in header
*********************************************************************/

#navigation,
.navigation {
  line-height: 2em !important;
  background: #063845;
  margin: 0 0 0 0;
  /* why did clearfix not... fix this? */
  float: left;
  width: 100%;
  clear: both;
}

#navigation .menu,
.navigation .menu {
  float: right;
  padding: 0;
}

#navigation a,
.navigation a {
  color: #caeff5 !important;
  font-size: 21px !important;
  padding: 0.5em 1em;
}

/* we reuse the same nav in the footer; style that */

#navigation-footer {
  text-transform: uppercase;
}

#navigation-footer .menu {
  float: none;
  padding: 0;
  margin-top: 1em;
}

#navigation-footer .menu li:first-child a {
  padding-left: 0;
}

#navigation-footer li {
  display: inline-block;
}

#navigation-footer li a {
  font-size: 22px !important;
}

#navigation-footer .sub-menu,
#navigation-footer .mobile-sub-menu-controller {
  display: none;
}

#footer .copyright {
  color: #84b8c4;
  margin: 1em 0;
  float: left;
  clear: both;
  line-height: 1.5em;
}

#footer .copyright a {
  color: #84b8c4;
  font-weight: bold;
}

#footer .footer-copy {
  float: left;
}

#footer .footer-logo {
  float: right;
  border-radius: 8px;
  overflow: hidden;
}

#footer-wrap.style1 {
  display: block !important;
}

/********************************************************************
 Centering Accordion in Page Buildeer
*********************************************************************/

h3.accordion-head.ui-accordion-header {
  color: #636363 !important;
  text-align: center;
  font-family: "Open Sans" !important;
  /*  font-weight: bold !important;*/
}

h3.accordion-head.ui-accordion-header::before {
  color: #063845 !important;
  font-weight: bold;
}

/**********************************************************************
 Fixing height for hero image blades; overwriting overflow behaviors
**********************************************************************/

.single-portfolio .be-section.be-bg-cover.be-bg-overlay {
  max-height: 485px;
}

.column-block {
  overflow: visible !important;
}

/**********************************************************************
 WWF Breadcrumb
**********************************************************************/

.wwf-breadcrumb {
  margin: -4rem 0 0 0;
  font-weight: bold;
  font-size: 0.8em;
}

.wwf-breadcrumb span {
  color: #bbb;
}

/********************************************************************
 FIP Overview at the top
*********************************************************************/

.wwf-fip-overview {
  color: #fff;
}

.wwf-fip-overview-subtitle {
  color: #fff;
  font-size: 30px;
  margin: 1em 0;
  font-family: "wwfregular";
}

.wwf-fip-overview-subtitle span {
  border-bottom: 4px #bbcbd0 solid;
}

.wwf-fip-overview-title {
  font-size: 73px;
  color: #fff;
}

/* list */
.wwf-fip-overview-specifics {
  line-height: 1em;
  font-size: 18px;
  list-style: none;
  padding: 0 !important;
}

.wwf-fip-overview-specifics li {
  float: left;
  width: 100%;
}

.wwf-fip-overview-specifics .icon {
  background: #fff;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 100%;
  float: left;
  margin: 0 0.5em 0 0;
  line-height: 1.5em;
  background-size: 100%;
}

.wwf-fip-overview-specifics .species_name .icon {
  background: no-repeat center url(assets/profile_icon_species_@2x.png);
  background-size: 100%;
}
.wwf-fip-overview-specifics .location .icon {
  background: no-repeat center url(assets/profile_icon_location_@2x.png);
  background-size: 100%;
}
.wwf-fip-overview-specifics .gear_type .icon,
.wwf-fip-overview-specifics .production_type .icon {
  background: no-repeat center url(assets/profile_icon_gear_@2x.png);
  background-size: 100%;
}
.wwf-fip-overview-specifics .volume .icon {
  background: no-repeat center url(assets/profile_icon_volume_@2x.png);
  background-size: 100%;
}
.wwf-fip-overview-specifics .species_name .icon {
  background: no-repeat center url(assets/profile_icon_species_@2x.png);
  background-size: 100%;
}

.wwf-fip-overview-specifics-location-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 1em 0;
  text-align: right;
  display: none;
}

.wwf-fip-overview-specifics-location-image img {
  max-width: 192px;
  height: auto;
}

.wwf-fip-overview-specifics .species_name .icon {
}

/********************************************************************
 Styles for h2 headers in blades with different underline color.
 Generated via shortcodes.
*********************************************************************/

.wwf-header-underlined {
  font-size: 28px;
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  color: #386675 !important;
}

.wwf-header-underlined span {
  border-bottom: 4px #bbcbd0 solid;
}

/* against a dark background */
.wwf-header-underlined.dark {
  color: #d9eaee !important;
  text-align: left;
}

.wwf-header-underlined.dark span {
  border-color: #558995;
}

/********************************************************************
 Overwriting default form spacing
*********************************************************************/

.contact_form input[type="text"],
.contact_form textarea.txt_area {
  margin-bottom: 1em !important;
  box-sizing: border-box;
  width: 100% !important;
}

/********************************************************************
 Grid for top-level fisheries page displaying portfolio items
*********************************************************************/

.thumb-title {
  text-align: center !important;
  color: #053745 !important;
  font-family: WWF-Regular !important;
  font-size: 20px !important;
}

/********************************************************************
 Text overlayed on top of image shortcodes used on homepage
*********************************************************************/

.wwf-text-image-overlay-container {
  position: relative;
  margin-bottom: 0;
}

.wwf-text-image-overlay-container p {
  padding: 0;
  margin: 0;
}

.wwf-text-image-overlay-image {
  /*  position: absolute;*/
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}
.wwf-text-image-overlay-image a {
  display: block;
}

.wwf-text-image-overlay-text {
  position: absolute;
  color: #fff;
  text-align: center;
  /* padding: 1em 0; */
  transform: translateY(45%);
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 99;
  display: block;
  cursor: pointer;
  font-size: 46px !important;
  font-family: WWF-Regular, Arial, Helvetica, sans-serif !important;
}

.wwf-text-image-overlay-text:hover,
.wwf-text-image-overlay-text:visited {
  color: #fff;
  cursor: pointer;
}

/********************************************************************
 Font corrections for News/Blog page
*********************************************************************/

.article-details .post-title {
  font-family: WWF-Regular, Arial, Helvetica, sans-serif !important;
  font-size: 2em;
}

.sidebar-widgets .widget h6 {
  font-size: 1.25em;
}

/********************************************************************
 Header/nav adjustment for mobile
*********************************************************************/

@media screen and (max-width: 800px) {
  .normal-logo {
    margin: 0 0 0 1em;
    z-index: 99;
    position: relative;
  }

  #header-wrap {
    background: #000;
    position: absolute;
    width: 100%;
    height: 4em;
  }

  .secondary-logo,
  .print-logo {
    margin: 20px 0 0 50%;
    width: 250px;
    height: 27px;
    max-width: 75%;
  }

  .secondary-logo {
    transform: none !important;
    margin-left: 132px !important;
    width: 250px;
    height: auto !important;
  }

  #header-secondary-mobile {
    background: #063845;
    /*    height:1em;*/
    top: 4em;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    color: #fff;
    max-width: 100%;
    height: 2.5em;
  }

  #header-controls-right,
  .mobile-nav-controller-wrap {
    line-height: 1em !important;
  }

  .mobile-nav-controller-wrap {
    float: right;
    padding-right: 2em;
    line-height: 2.5em !important;
    color: #fff;
  }

  .be-mobile-menu-icon,
  .be-mobile-menu-icon::before,
  .be-mobile-menu-icon::after {
    background-color: #fff !important;
  }

  .mobile-menu {
    margin-top: 6.1em;
  }

  #search-form {
    position: absolute;
    right: 4em;
    padding: 0.3em 0;
  }

  #search-form form {
    padding: 0;
  }

  #search-form input[type="search"] {
    opacity: 0;
    transition: all 150ms;
    -webkit-transition: all 150ms;
  }

  #search-form .form-group {
    background: none;
    transition: all 150ms;
    -webkit-transition: all 150ms;
  }

  #search-form button {
    background: none;
    color: #fff;
    transition: all 150ms;
    -webkit-transition: all 150ms;
  }

  #search-form button i {
    font-size: 2em;
  }

  /* change when focused */
  #search-form.focused .form-group {
    background: #fff;
  }
  #search-form.focused input[type="search"] {
    opacity: 1;
    width: 16em;
  }

  #search-form.focused button {
    background: #fff;
    color: #000;
    opacity: 0.5;
  }

  .be-wrap.logo {
    max-width: 100% !important;
  }
}

/********************************************************************
 Footer adjustments for mobile
*********************************************************************/

@media screen and (max-width: 800px) {
  #footer .be-wrap {
    max-width: 100% !important;
  }

  .footer-copy {
    width: 70%;
    float: left;
    font-size: 1em;
  }

  #navigation-footer li a {
    font-size: 1.5em !important;
    padding: 0 1em 0 0 !important;
  }

  #footer .copyright {
    margin-left: 1em;
  }

  #footer .menu {
    padding: 0 1em;
    line-height: 1.5em;
  }

  .footer-logo {
    float: right;
    max-width: 20%;
    padding: 1em;
  }

  .footer-logo img {
    border-radius: 8px;
  }
}

/********************************************************************
 Generic mobile/tablet corrections
*********************************************************************/

.mobile-only {
  display: none !important;
}

#footer .fip-button-mobile {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .single-portfolio .be-section.be-bg-cover.be-bg-overlay {
    max-height: none !important;
  }

  .single-portfolio .be-section.be-bg-cover.be-bg-overlay .be-section-pad {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .wwf-fip-overview-specifics-location-image img {
    display: none !important;
  }

  .wwf-fip-overview-specifics {
    line-height: 1.5em;
  }

  .wwf-fip-overview-title {
    line-height: 64px !important;
  }

  .mobile-only {
    display: inline-block !important;
  }

  .mobile-only.fip-button-mobile {
    display: inline-block !important;
    background: #006983 !important;
    width: 100%;
    text-align: center;
    padding-top: 0.5em !important;
  }

  .mobile-only.fip-button-mobile a {
    font-weight: bold;
    color: #fff !important;
    display: block;
  }
}

/********************************************************************
 Print formatting, primarily targeting the FIP/AIP pages
*********************************************************************/

.print {
  display: none;
}

@media print {
  /*
   Hide all navigations
  */

  .no-print {
    display: none;
  }

  body {
    padding: 1em 2em;
  }
  * {
    color: #000 !important;
    max-width: 100% !important;
    font-size: 1em;
    /*    float: none !important;
    max-width:100%;
*/
  }

  .wwf-fip-overview-subtitle span {
    border-color: #ccc !important;
  }

  .menu,
  .secondary-logo,
  .logo img,
  .transparent-logo {
    display: none !important;
  }

  .icon {
    display: none !important;
  }

  /* make icons actually printable */
  .wwf-fip-overview-specifics img {
    width: 1.5em;
    height: 1.5em;
    border: 1px #000;
    vertical-align: -40%;
    display: inline-block !important;
  }
  .wwf-fip-overview-specifics .species_name img {
    content: url(assets/profile_icon_species_@2x.png);
  }
  .wwf-fip-overview-specifics .location img {
    content: url(assets/profile_icon_location_@2x.png);
  }
  .wwf-fip-overview-specifics .gear_type img,
  .wwf-fip-overview-specifics .production_type img {
    content: url(assets/profile_icon_gear_@2x.png);
  }
  .wwf-fip-overview-specifics .volume img {
    content: url(assets/profile_icon_volume_@2x.png);
  }
  .wwf-fip-overview-specifics .species_name img {
    content: url(assets/profile_icon_species_@2x.png);
  }

  img.print-logo {
    display: inline-block !important;
    padding: 2em 0 2em 1em;
    border-left: 2px #000 solid;
    /*    margin-top:0;*/
    /*    display:none !important;*/
  }

  footer img.print-logo {
    border-left: 0;
  }

  img.logo {
    display: none !important;
  }

  .be-animate,
  .already-visible,
  .fadeInUp,
  .animated {
    display: block;
    transform: none;
    opacity: 1;
  }

  .be-animate > *,
  .already-visible > *,
  .fadeInUp > *,
  .animated > * {
    display: block;
    transform: none;
    opacity: 1;
  }

  a::after,
  a::before {
    content: none !important;
  }

  #header-wrap {
    border-bottom: 4px #000 solid;
    background: none;
    height: 8em;
  }

  form {
    display: none !important;
  }

  .be-section {
    overflow: visible !important;
  }
  .be-section-pad {
    padding: 0 !important;
  }

  .logo {
    line-height: 6rem !important;
    height: 9em;
  }

  img.normal-logo {
    display: inline-block !important;
  }

  /* change icons to black on print */

  /* alter/move location image on print */
  .wwf-fip-overview-specifics-location-image {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    margin-right: 0%;
    margin-top: 50px;
    width: 150px;
    padding: 1em 0;
    text-align: right;
    display: none;
  }

  .wwf-fip-overview-title {
    font-size: 65px !important;
  }

  .be-custom-column-inner:first-of-type {
    /*    margin-top:-150px;*/
  }

  /* slider nav */

  .be-slide-bg-holder {
    margin-top: 25px;
    padding-top: 25px;
  }

  /*  .one-half {
    width:100% !important;
  }
*/
  .be-slider-prev,
  .be-slider-next {
    display: none !important;
  }

  .custom-list {
    font-size: 14px !important;
  }

  .be-animate,
  .fadeInUp,
  .be-animate,
  .already-visible,
  .fadeInUp,
  .animated {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .be-text-block h2 {
    margin: 0.5em 0 0 0 !important;
  }

  .be-text-block p {
    font-size: 14px !important;
  }

  .column-block {
    margin: 0 !important;
  }

  .column-block {
    /*     margin-bottom:25px !important;*/
  }

  .custom-list-content a:after {
    content: "(" attr(href) ")" !important;
    font-weight: normal !important;
    border-bottom: 0 !important;
    padding-bottom: 1px !important;
    display: block;
    /*     float:left;*/
    margin-right: 0.5em;
  }

  .custom-list-content a + span {
    display: none;
    /*     float:left;*/
  }

  #footer {
    border-top: 4px #000 solid;
  }

  #footer .print {
    display: inline-block;
  }

  .footer-logo img {
    width: 50px;
  }

  #back-to-top {
    display: none;
  }

  .wwf-breadcrumb {
    display: none;
  }

  .accordion {
    display: none;
  }

  .be-text-block .wwf-header-underlined {
    /*     display:none !important;*/
    margin-bottom: 1em !important;
  }

  .be-text-block .wwf-header-underline span {
    border-bottom: 4px #ccc solid !important;
  }

  /** targeting specific section IDs **/
  #wwf_section_project,
  #wwf_section_accomplishments,
  #wwf_section_participants,
  #wwf_section_progress,
  #wwf_section_blog,
  #wwf_section_contact {
    border-top: 2px #ccc dotted;
    padding-top: 2em;
    margin-top: 2em;
  }

  #wwf_section_blog,
  #wwf_section_contact {
    display: none;
  }

  #wwf_section_project {
    border-top: 4px #ccc solid;
  }

  /* change columns */
  #wwf_section_project .one-half:first-of-type {
    width: 60%;
  }

  #wwf_section_project .one-half:nth-of-type(2) {
    width: 30%;
    margin: 0 1em;
    float: right;
  }

  #wwf_section_project .one-half:nth-of-type(2) img {
    margin: 0 !important;
    max-width: 100% !important;
    height: auto !important;
  }

  #wwf_section_progress .one-half {
    width: 70%;
    margin: 0 0 0 15% !important;
  }

  /* footer */
  .copyright {
    line-height: 2em;
    margin: 0 0 0 47px !important;
    border-top: 3px #300 solid;
    padding-top: 1em;
  }

  .copyright .copyright-text {
    display: none;
  }

  /* floating header */

  #header-inner-wrap {
    position: relative !important;
  }
}

.fip-header-button {
  display: inline-block;
  background: #006983;
  color: #fff !important;
  padding: 1em;
  position: absolute;
  right: 170px;
  margin-right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.fip-header-button a {
  background: #006983;
  color: #fff !important;
  display: inline-block;
  position: relative !important;
}

.fip-header-button a:hover {
  color: #fff !important;
}

@media screen and (max-width: 800px) {
  .fip-header-button {
    display: none;
  }
}

/********************************************************************
 Gravity Form adjustments
*********************************************************************/

input[type="button"].gform_next_button.button,
input[type="button"].gform_previous_button.button {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

/**********************************
  Overriding styles for portfolio page (2018)
***************************/

.title-module-wrap.page-title-module-custom {
  display: none !important;
}

.single-portfolio .no-page-builder {
  padding: 0 !important;
}

.single-portfolio .be-wrap {
  /* max-width:100% !important;     */
}

.single-portfolio #content-wrap {
  padding: 0 !important;
}

/********************************************************************
 HTML Banner Widget for News section
*********************************************************************/

#banner-widget {
  position: relative;
}

#banner-widget .banner-content {
  position: absolute;
  top: 0;
  padding: 60px 24px 24px 24px;
  height: 100%;
}

#banner-widget .banner-content h4 {
  font-family: WWF-Regular, Arial, Helvetica, sans-serif !important;
  color: white;
  font-size: 32px;
}

#banner-widget .banner-content p {
  color: white;
  margin: 0;
  font-weight: bold;
}

#banner-widget .banner-content .tatsu-button-wrap {
  position: absolute;
  bottom: 24px;
  margin: 0;
}

#banner-widget .banner-content .tatsu-button-wrap .mediumbtn {
  font-size: 12px;
  line-height: 13px;
  padding: 13px 17px;
}

/********************************************************************
 Industry pages
*********************************************************************/

.industry-accordions h3.accordion-head.ui-accordion-header {
  text-align: left;
}

.related-items.style3-blog .article-details {
  padding: 10px 0 !important;
}

.related-items.style3-blog .article-details .post-title {
  font-size: 30px;
  margin: 0 !important;
}

.related-items .post-comments {
  display: none;
}

/********************************************************************
 Single blog posts (News section)
*********************************************************************/

.prev-post,
.next-post {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  font-size: 4em;
  z-index: 999;
}

.next-post a {
  position: absolute;
  right: -60px;
}

.prev-post a {
  position: absolute;
  left: -60px;
}

.post-date-wrap {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.single-page-atts {
  display: none;
}

@media screen and (max-width: 1024px) {
  .next-post a {
    right: -35px;
  }

  .prev-post a {
    left: -35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
  .prev-post a {
    left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .next-post a {
    right: -60px;
  }

  .prev-post a {
    left: -60px;
  }
}

@media screen and (max-width: 425px) {
  .next-post a {
    right: -45px;
  }

  .prev-post a {
    left: -45px;
  }
}

@media screen and (max-width: 375px) {
  .next-post a {
    right: -35px;
  }

  .prev-post a {
    left: -35px;
  }
}

@media screen and (min-width: 345px) and (max-width: 360px) {
  .next-post a {
    right: -30px;
  }

  .prev-post a {
    left: -30px;
  }
}

@media screen and (max-width: 320px) {
  .next-post a {
    right: -10px;
  }

  .prev-post a {
    left: -10px;
  }
}

/********************************************************************
 Contact Form 7
*********************************************************************/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  border: none;
  background-color: white;
  font: 400 13px "Montserrat", "Open Sans", "Arial", sans-serif;
  margin-bottom: 1em !important;
}

.wpcf7 input[type="submit"] {
  font-size: 13px;
  line-height: 14px;
  padding: 15px 20px;
  margin-top: 1em;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: -1em;
  padding-bottom: 1em !important;
}

/********************************************************************
 Pagination fix
*********************************************************************/

#main .pagination a,
#main .pagination span,
#main .pages_list a {
  width: auto;
  padding: 0 13px;
}

/********************************************************************
 Landing page headings and subheadings
*********************************************************************/

.lp-subtitle {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  margin: 1em 0 22px 0;
  padding-bottom: 5px;
  font-family: "wwfregular";
  border-bottom: 4px #bbcbd0 solid;
}

.lp-title {
  font-size: 73px;
  line-height: 75px;
  color: #fff;
}

h3.grid-subheading-title {
  font-family: WWF-Regular, Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: -15px 0 10px;
  color: #363c3b;
  font-weight: 400;
}

.grid-subheading-title a {
  color: inherit;
}

.grid-subheading-title a:hover {
  color: #006983;
}

/********************************************************************
 Standartizing the image captions/credits throughout the website
*********************************************************************/

.wp-caption img {
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  text-align: right;
  font-style: normal;
  font-size: 10pt;
  padding: 0px 4px 5px;
}

.img-caption {
  position: absolute;
  width: 100%;
  text-align: right;
  font-style: normal;
  font-size: 10pt;
  padding: 0px 4px 5px;
}

/********************************************************************
 Resources section
*********************************************************************/

#resources .animate-icon-module-normal-content .display-table-cell {
  padding-top: 70px;
  vertical-align: top;
}

#resources
  .animate-icon-module-normal-content
  .display-table-cell
  .title_content {
  margin-left: 20px;
  margin-right: 20px;
}

#resources .animate-icon-module-hover-content {
  text-align: left;
}

.oshine-module.oshine-am-fh .animate-icon-module-style1:last-child {
  margin-bottom: 40px !important;
}

.oshine-module.oshine-am-fh .animate-icon-module-style1.fade-animate {
  display: none !important;
}
