/******************************************************************
Theme Name: ORRAA
Theme URI: http://www.orraa.co.uk
Description: Main theme for [ORRAA's WordPress website
Author: Cargo Creative
Author URI: https://www.cargocreative.co.uk
Version: 1.0

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
Are You Serious? Yes.
******************************************************************/

/*** UPDATES SEPT 2002 ****/
nav ul ul {
  z-index: 1000;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.base-padd {
  padding: 3rem;
}

sub {
  bottom: 0.5em !important;
}

.page .semi-bold-dark-blue:first-child {
  font-size:1.2rem;
}

.wrap--twoColor {
  background-color: #e9f7f9;
}

.content--button {
  width: auto !important;
}

.sub-text {
  font-size: 0.7rem;
  padding-top: 10px;
  display: block;
  border-top: 1px solid;
}

.text-black {
  color: black !important;
}

@media (max-width: 1300px) and (min-width: 415px) {
  nav a {
    padding: 1em !important;
    font-size: 15px;
  }

  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/**nav dropdown**/
nav ul ul {
  left: inherit!important;
  padding:inherit!important;
  display: flex;
  flex-direction: column;
  background-color:#fff!important;
  top:90%!important;
  padding-bottom:0!important;
}

nav ul ul li {
  background-color:#fff!important;
  width:100%!important;
}

nav ul ul li a {
  text-align: left!important;
 
}

nav ul ul li:before {
  display:none!important;
}


/*hide header social */
.nav--icon {
  display:none;
}





/**site-width**/
.site-wrap {
  max-width: 100% !important;
}

.large-screens-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (min-width: 1800px) {
  .large-screens-wrap {
    display: flex;
    max-width: 1500px;
    align-items: center;
    margin: 0 auto;
  }
}

div.indent {
  margin-left: 0 !important;
}

.border-top {
  border-top: 1px solid #cb1022;
}

.text--wrap-large {
  max-width: 900px !important;
  margin: 2rem auto;
}

.text--wrap-large--larger {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 2rem auto;
}

.memberLogo {
  max-width: 200px;
}

@media only screen and (min-width: 87.5em) {
  .text--wrap-large {
    margin: 0 auto;
  }
}

.text--wrap-large h2 {
  max-width: 100% !important;
}

.text-blue {
  color: #00626f;
}

.hr-red {
  border: 1px solid #cb1022;
  width: 80%;
  margin: 0 auto;
}

.full-width {
  width: 100% !important;
}

/** Homepage  **/

.homepage-bottom-section {
  min-height: 400px !important;
}

.homepage-bottom-section .left .content--button {
  padding: 0.3em 1.75em;
  margin-top: 0;
  width: 70%;
  max-width: 350px !important;
}

.homepage-bottom-section .left P {
  color: #fff;
  margin-top: -20px;
}

@media (max-width: 768px) and (min-width: 415px) {
  .homepage-bottom-section .left P {
    color: #fff;
    margin-top: 0 !important;
  }
}

.homepage-bottom-section p {
  font-size: 1.3rem;
}

.homepage-bottom-section .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #00626f;
  width: 100%;
  padding: 4rem 1.5rem;
  color: #fff;
}

.homepage-bottom-section .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 1.5rem;
}

@media (max-width: 2400px) and (min-width: 1024px) {
  .homepage-bottom-section .left {
    width: 50% !important;
    padding: 5rem 7rem;
  }

  .homepage-bottom-section .right {
    width: 50% !important;
    padding: 5rem 7rem;
  }
}

.bottom-right-image {
  width: 200px;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
  .homepage-bottom-section {
    flex-wrap: inherit !important;
  }
}

.bottom-right-image {
  width: 200px;
  margin-top: 1.5rem;
}

/** Homepage Soloquy Slider **/

.wrap.homeHead {
  display: block !important;
  min-height: 100% !important;
}

@media (max-width: 768px) and (min-width: 415px) {
  .wrap.homeHead {
    padding-bottom: 0;
  }
}

.soliloquy-container {
  width: 100%;
  height: 600px;
  max-width: 100% !important;
  max-height: 600px !important;
}

.soliloquy-wrapper {
  height: 600px !important;
}

.soliloquy-container img {
  width: 100%;
  height: 600px !important;
  object-fit: cover !important;
}

.soliloquy-container .soliloquy-caption {
  position: absolute !important;
  bottom: 200px !important;
  left: 150px !important;
  width: 40% !important;
  padding: 1rem;
  background: #0025168f !important;
}

.soliloquy-container .soliloquy-caption .content--button {
  position: absolute;
  left: 0;
  bottom: -25px;
  margin: 1em 0 0;
  max-width: 40%;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem 2.5rem !important;
  background: #cb0f22 !important;
  color: #fff !important;
}

.soliloquy-container .soliloquy-caption h1 {
  font-size: 2.5rem !important;
  text-align: left;
}

.soliloquy-container .soliloquy-caption p {
  color: #fff;
  text-align: left;
  line-height: 1.5 !important;
}

@media only screen and (max-width: 600px) {
  .soliloquy-container .soliloquy-caption {
    display: block !important;
    bottom: 50px !important;
    left: 50px !important;
    width: 80% !important;
  }

  .soliloquy-container {
    height: 400px;
    max-height: 400px !important;
  }

  .soliloquy-wrapper {
    height: 400px !important;
  }

  .soliloquy-container img {
    width: 100%;
    height: 400px !important;
    background-size: cover;
  }
}

@media only screen and (max-width: 600px) {
  .soliloquy-container .soliloquy-caption h1 {
    font-size: 1.5rem !important;
    text-align: left;
  }

  .soliloquy-container .soliloquy-caption .content--button {
    font-size: 1rem !important;
  }

  .soliloquy-container .soliloquy-caption .content--button {
    max-width: 60% !important;
  }

  .soliloquy-container .soliloquy-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: 100px !important;
    margin: 0 auto;
  }

  .soliloquy-container .soliloquy-caption p {
    font-size: 0.7em !important;
  }
}

/** Projects Page **/

.projects-intro {
  padding-bottom: 0 !important;
}

.projects-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 1rem !important;
}

.projects-grid__item {
  margin-top: 10px;
  padding: 1rem;
}

.projects-grid__item-see-more-link {
  text-decoration: none;
  text-transform: capitalize !important;
}

@media only screen and (max-width: 768px) {
  .projects-grid__item {
    width: 100% !important;
  }

  .projects-grid {
    padding: 0;
  }
}

@media (max-width: 1024px) and (min-width: 415px) {
  .projects-grid {
    padding: 0;
  }
}

.projects-grid__item-title {
  text-transform: uppercase;
  font-family: Archive Regular, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #00626f;
}

.projects-grid__item-title a {
  display: block;
  margin-bottom: 1rem;
  text-decoration: none;
  font-weight: 400;
}

.projects-grid__item-title a h3 {
  font-weight: bold;
}

@media (max-width: 768px) and (min-width: 415px) {
  .projects-grid__item-title h3 {
    font-size: 1em;
  }
}

.projects-grid__item-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.projects-grid__item-image img:hover {
  transform: scale(1.05);
}

.projects-page-sdgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.projects-page-sdgs__image {
  width: 120px;
  margin: 1rem 0.5rem;
  height: 100%;
}

@media (max-width: 768px) and (min-width: 415px) {
  .projects-page-sdgs__image {
    margin: 0.5rem;
  }
}

.sdg-wrap .child--two {
  padding-top: 0 !important;
}

/** Single project **/

.single-project .featured-image {
  height: 300px;
  width: 100%;
  padding: 3rem;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  background-position: center;
}

.single-project-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-end;
}

.project-logo-wrap img {
  margin-right: 30px;
}

.project-logo-wrap {
  align-items: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.project-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #0d7381;
  font-size: 2.1rem;
}

@media only screen and (max-width: 768px) {
  .project-title {
    font-size: 1.2rem !important;
  }
}

.project-content {
  border-top: 1px solid #cb0f22;
}

.project-logo {
  max-width: 180px;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
 .project-logo {
   max-width: 120px;
  
 }
}

.project-nav {
  padding-top: 3rem;
  padding-left: 1rem;
  margin-left: 3rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
  width: 17%;
}

.project-nav ul {
  padding-left: 0;
}

.project-nav__item a {
  text-decoration: none !important;
  font-weight: 400;
}

.project-nav__item {
  margin: 1rem 0;
}

.single-project-text {
  padding: 3rem;
}

@media only screen and (min-width: 768px) {
  .single-project-text {
    max-width: 65%; 
    padding: 3rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .single-project-text {
    max-width: 300px;
    padding: 1rem;
    margin: 0 auto;
  }

  .project-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .project-nav {
    width: 100%;
    max-width: 100%;
  }
}

.project-single__footer-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  
}

/* Innovation Challenge pahe */

.page-template-page-innnovation .h1--title {
  color: #fff;
}

@media only screen and (min-width: 87.5em) {
}

@media only screen and (min-width: 768px) {
  .benefits {
    margin: 3em 1em !important;
  }
}

.benefits-section {
  flex-direction: row-reverse !important;
}

.how-to-apply {
  padding-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .benefits-section .child--two {
    padding-bottom: 0;
  }
}

.benefits-section .child-two {
  flex-direction: row-reverse !important;
}

.innov-img {
  height: auto;
  object-fit: unset;
  width: 400px !important;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.innov-img-2 {
  height: auto;
  object-fit: unset;
  width: 400px !important;
  margin-left: 2rem;
}

@media only screen and (min-width: 768px) {
  .innov-img-2 {
    margin-top: 9rem;
  }

  .innov-img {
    margin-top: 0;
  }
}

.about-orraa {
  margin-top: 2rem;
}

@media only screen and (min-width: 87.5em) {
  .about-ocean-risk-img {
    width: 40%;
  }
}

/* footer */

.footer--container {
  background-color: #e9f7f9 !important;
}

.footer-contact {
  background-color: #e9f7f9;
  padding: 3rem;
  padding-bottom: 1rem;
}

.footer--social {
  display:flex;
  align-items:center;
}

  .footer--social a {
    margin-right: 10px;
  }

  .footer--social a:last-child img {
   width: 27px;
   margin-top: -3px;
  }




   .footer--social img {
    width:30px;
   }



.footer-contact h2 {
  font-size: 1.5rem;
}

@media (max-width: 768px) and (min-width: 415px) {
  .footer-contact {
    padding: 1em 2rem;
  }
}

/* ABOUT ORRAA */
.page-id-511 section:nth-child(4) {
  background-color: #e9f7f9;
  padding-bottom: 3rem;
}

.page-id-511 section:nth-child(4) h3 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

.page-id-511 .footer-contact {
}

.page-id-511 .projects-page-sdgs {
  margin-bottom: 5rem;
}

/* MEMBERSHIP GOVERNANCE */
.page-template-page-membership-and-governance .member-logos {
  padding: 3rem;
}

.page-template-page-membership-and-governance .member-logos h2 {
  margin-left: 6rem;
}

.page-template-page-membership-and-governance .member-logo {
  justify-content: center;
  width: 20%;
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
}

.page-template-page-membership-and-governance .member-logo img {
  max-width: 120px;
}

@media only screen and (max-width: 1024px) {
  .page-template-page-membership-and-governance .member-logo img {
    max-width: 120px!important;
  }
}

  @media only screen and (max-width: 500px) {
  .page-template-page-membership-and-governance .member-logo img {
    max-width: 80px!important;
  }
}

.page-template-page-membership-and-governance .member-logo:nth-child(9) img {
  max-width: 80px;
}

.page-template-page-membership-and-governance .member-logo:nth-child(5) img {
  max-width: 200px;
}

.page-template-page-membership-and-governance .member-logo:nth-child(7) img {
  max-width: 180px;
}

.page-template-page-membership-and-governance .member-logo:nth-child(12) img {
  max-width: 180px;
}

.page-template-page-membership-and-governance .member-logo:nth-child(13) img {
  max-width: 180px;
}

.page-template-page-membership-and-governance .member-logo:nth-child(10) img {
  max-width: 170px;
}



.page-template-page-membership-and-governance .member-logo:nth-child(3) img {
  max-width: 180px;
}

.page-template-page-membership-and-governance .delivery-logos {
  padding: 3rem;
}

.page-template-page-membership-and-governance .delivery-logos h2 {
  margin-left: 6rem;
}

.page-template-page-membership-and-governance .delivery-logo {
  justify-content: center;
  width: 33.3%;
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
}


.page-template-page-membership-and-governance .delivery-logo:nth-child(6) img {
  max-width: 220px;
}

.page-template-page-membership-and-governance .delivery-logo img {
  max-width: 170px;
}

@media only screen and (max-width: 768px) {
  .page-template-page-membership-and-governance .member-logo {
    width: 33.3333%;
  }

  @media only screen and (max-width: 500px) {
    .page-template-page-membership-and-governance .delivery-logo img {
      max-width: 90px!important;
    }
  }

  .page-template-page-membership-and-governance .member-logos h2 {
    margin-left: 1rem;
  }

  .page-template-page-membership-and-governance .member-logo img {
    max-width: 80px;
  }

  .page-template-page-membership-and-governance .member-logos {
    padding: 1rem;
    margin-top: 1.5rem;
  }

  .page-template-page-membership-and-governance .delivery-logos h2 {
    margin-left: 1rem;
  }

  .page-template-page-membership-and-governance .delivery-logos {
    padding: 1rem;
  }

  .page-template-page-membership-and-governance .delivery-logo {
    width: 50%;
  }
}

.page-template-page-membership-and-governance .list-paragraph {
  line-height:1px!important;

}

.membership-intro {
  padding-top:1rem!important;
  padding-bottom:1rem!important;
}

.secretariat {
  padding: 3rem;
  padding-top: 2rem;
}

.secretariat-header {
  margin-left: 6rem;
  margin-top: 1rem;
}

.secretariat-member {
  width: 33%;
  padding: 1.5rem;
}

@media only screen and (max-width: 1024px) {
  .secretariat-member {
    width: 100%;
    padding: 1rem;
  }

  .secretariat-header {
    margin-left: 1rem;
  }

  .secretariat {
    flex-direction: column;
    padding: 1rem;
  }
}

/** OCEAN RISK **/

.page-id-564 section:nth-child(4) {
  background-color: #e9f7f9;
  padding-bottom: 3rem;
}

.page-id-564 section:nth-child(4) h3 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
 
}

.page-id-564 .grid--icon {
  text-align: center;
}

.page-id-564 .grid--icon img {
  width: 80px;
}

/** ABOUT ORRAA **/
.about-orraa-sdgs h2 {
  max-width: 100%;
  margin-top: 3rem;
}

.about-orraa-sdgs .sdgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  .about-orraa-sdgs .sdgs {
    margin-left: 0;
  }

  .about-orraa-sdgs {
    padding: 1.5rem;
  }
}
