/*
Theme Name: CMRIA
Theme URI: http://www.webfwd.co.uk/
Description: Theme for the Centre for Management Research In Action
Author: Webforward
Author URI: http://www.webfwd.co.uk
Version: 1.0
*/
/* style.scss is where you should start wrinting your css and them complie it to style.css and style.css.map
If you have not used SCSS but have a good understanding of CSS and PHP then you will have no problem
with SCSS, more information at https://sass-lang.com/
----------------------------------------------------------------------------------------------------*/
.row.padded {
  margin-right: -7.5px;
  margin-left: -7.5px; }

@media (max-width: 991px) {
  .sm-hide {
    display: none; } }

.row.nopadd {
  margin-right: 0;
  margin-left: 0; }

.row.nopadd > [class^="col-"] {
  padding-right: 0;
  padding-left: 0; }

.row.padded > [class^="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px; }

.bg-white {
  background-color: white; }

.opacity, a:hover, #header a:hover, #header .about-block:hover, body.home .card:hover, body.home .card p:hover, #sub.debrief .latest-activities .latest-activites-content a:hover, #sub.debrief .latest-activities .latest-activites-content .activity:hover, #sub.debrief .latest-activities .latest-activites-content .activity .text:hover, #sub.archive #content .content-right .title img:hover, #sub.archive #content .content-right .article .article-content h2 a:hover, #sub.archive #content .content-right .article .article-content .perma:hover, #sub.post .content-right .back:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75; }

.mt-1 {
  margin-top: 1px; }

.mb-1 {
  margin-bottom: 1px; }

.mt-2 {
  margin-top: 2px; }

.mb-2 {
  margin-bottom: 2px; }

.mt-3 {
  margin-top: 3px; }

.mb-3 {
  margin-bottom: 3px; }

.mt-4 {
  margin-top: 4px; }

.mb-4 {
  margin-bottom: 4px; }

.mt-5 {
  margin-top: 5px; }

.mb-5 {
  margin-bottom: 5px; }

.mt-6 {
  margin-top: 6px; }

.mb-6 {
  margin-bottom: 6px; }

.mt-7 {
  margin-top: 7px; }

.mb-7 {
  margin-bottom: 7px; }

.mt-8 {
  margin-top: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.mt-9 {
  margin-top: 9px; }

.mb-9 {
  margin-bottom: 9px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.mt-11 {
  margin-top: 11px; }

.mb-11 {
  margin-bottom: 11px; }

.mt-12 {
  margin-top: 12px; }

.mb-12 {
  margin-bottom: 12px; }

.mt-13 {
  margin-top: 13px; }

.mb-13 {
  margin-bottom: 13px; }

.mt-14 {
  margin-top: 14px; }

.mb-14 {
  margin-bottom: 14px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mt-16 {
  margin-top: 16px; }

.mb-16 {
  margin-bottom: 16px; }

.mt-17 {
  margin-top: 17px; }

.mb-17 {
  margin-bottom: 17px; }

.mt-18 {
  margin-top: 18px; }

.mb-18 {
  margin-bottom: 18px; }

.ml-15 {
  margin-left: 15px; }

.m7-5 {
  margin: 0 7.5px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-43 {
  margin-top: 43px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pt-43 {
  padding-top: 43px; }

.plr-55 {
  padding-left: 55px;
  padding-right: 55px; }
  @media (max-width: 767px) {
    .plr-55 {
      padding-left: 20px;
      padding-right: 20px; } }

body {
  font-family: abadi, sans-serif;
  background-color: #ececec;
  font-size: 17px;
  color: #32394D; }

.background-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative; }

#header {
  margin: 50px 0 0 0; }
  #header .navbar {
    margin-bottom: 15px; }
  #header .nav > li > a {
    padding: 0 15px; }
  #header .navbar-list {
    height: 100%;
    background-color: white;
    border-bottom: 6px solid #640021; }
  #header a {
    color: #32394D;
    text-decoration: none; }
    #header a:hover {
      text-decoration: none; }
  #header .about-block {
    background: white;
    border-bottom: 5px solid #640021;
    padding: 17px 20px 0;
    height: inherit; }
    #header .about-block:hover {
      text-decoration: none; }
    #header .about-block p:last-of-type {
      font-size: 0.93em;
      line-height: 20px;
      margin-top: 16px; }

.dark-red {
  color: #640021; }

#footer {
  background-color: #313236;
  font-size: 0.65em;
  color: white;
  padding: 39px 0 40px; }
  #footer p {
    line-height: 19px; }
    #footer p a {
      text-transform: capitalize;
      font-size: 1.36em;
      color: white; }

body.home .background-image {
  position: relative; }
  body.home .background-image p {
    position: absolute;
    top: 180px;
    left: 70px;
    font-size: 1.6em;
    color: white;
    line-height: 28px; }
    @media (max-width: 767px) {
      body.home .background-image p {
        text-align: center;
        left: 40px;
        right: 40px;
        bottom: 0;
        top: 130px;
        margin: auto;
        font-size: 1.3em; } }
body.home .background-wrapper {
  height: 100%; }
@media (max-width: 767px) {
  body.home .debriefs {
    margin-bottom: 15px; } }
body.home .card {
  height: inherit; }
  body.home .card:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    body.home .card {
      text-align: center; } }
  @media (max-width: 767px) {
    body.home .card img {
      text-align: center;
      margin: 0 auto; } }
  body.home .card p {
    padding: 23px 23px 19px;
    word-spacing: 2px;
    letter-spacing: 0;
    font-size: 0.88em;
    background: white;
    color: #32394D; }
    body.home .card p:hover {
      text-decoration: none; }
@media (max-width: 991px) {
  body.home .show-research {
    margin-top: 15px; } }

.show-research p {
  font-size: 0.93em;
  line-height: 18px;
  word-spacing: 1px;
  margin-bottom: 16px; }
  .show-research p:first-of-type {
    margin-bottom: 22px; }
  .show-research p span:first-of-type {
    font-size: 0.79em; }
  .show-research p span:last-of-type {
    font-size: 24px; }
.show-research .text-center {
  padding: 0 20px; }
.show-research form {
  padding: 0 20px; }
  .show-research form ul {
    margin: 15px;
    margin-top: 16px;
    line-height: 25px;
    font-size: 16.5px;
    border: 1px solid black;
    padding: 14px 12px 14px 27px; }
    @media (max-width: 1199px) {
      .show-research form ul {
        padding: 14px 0px 14px 14px; } }
    @media (max-width: 767px) {
      .show-research form ul {
        font-size: 0.9em; } }
    .show-research form ul li {
      position: relative;
      list-style: none; }
      .show-research form ul li img {
        max-height: 16px; }
      .show-research form ul li input {
        position: absolute;
        right: 20px; }
  .show-research form .input-button-wrapper {
    padding: 0 15px 20px 15px; }
    .show-research form .input-button-wrapper input {
      font-size: 18px;
      text-align: center;
      color: white;
      background: #640021;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      display: block;
      width: 100%; }

.contact-container {
  padding: 25px 15px;
  width: 100%;
  border-top: #e0e2e4 solid 1px; }
  .contact-container i {
    padding: 0 10px 0 0; }
  .contact-container a {
    color: black;
    text-decoration: none; }
  .contact-container:last-child {
    border-bottom: #e0e2e4 solid 1px; }

.page-template-template-contact h2 {
  font-size: 27.4px;
  color: #640021; }
.page-template-template-contact .fa-phone-square:before {
  color: #640021; }
.page-template-template-contact .fa-envelope-square:before {
  color: #640021; }
.page-template-template-contact .fa-linkedin:before {
  color: #0077b5; }

.wp-block-quote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border: 1px solid #eee; }

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 2fr 1fr !important; }

@media (max-width: 991px) {
  .wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-media" "media-text-content" !important;
    grid-template-columns: 1fr !important; } }
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 !important; }

.page-id-9 h2 {
  font-size: 20px;
  font-weight: 700; }

.page #latest-activity {
  padding: 10px 0;
  color: white;
  background-color: #596b86; }

#sub.template .additional-banner {
  margin-top: 10px; }
#sub.template .content-right {
  padding: 44px 42px 32px 40px;
  line-height: 25px;
  font-size: 1.12em; }
#sub.template .show-research {
  margin-top: 10px;
  margin-right: -15px; }
  @media (max-width: 991px) {
    #sub.template .show-research {
      margin-right: 0; } }
  #sub.template .show-research form {
    padding: 17px 32px; }
    #sub.template .show-research form p:first-of-type {
      margin-bottom: 17px; }
    #sub.template .show-research form ul {
      margin: 0; }
    #sub.template .show-research form input[type="submit"] {
      margin: 13px 0 12px;
      text-align: center;
      color: white;
      background: #640021;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      width: 100%;
      font-size: 1.1em; }
#sub.template #content h1 {
  margin-top: 4px;
  font-size: 1.22em;
  font-weight: 700;
  color: #640021;
  margin-bottom: 20px; }
#sub.template #content h2 {
  color: #640021;
  font-size: 1.23em;
  margin-bottom: 18px; }
#sub.template #content p {
  margin-bottom: 17px;
  line-height: 23px; }
#sub.template #content blockquote {
  border: 2px solid #C2D1D9;
  padding: 22px 27px 0 27px;
  margin-top: 22px;
  letter-spacing: 0.4px;
  margin-bottom: 10px; }
  #sub.template #content blockquote p {
    font-size: 1.17em;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 18px; }

#sub.debrief {
  padding-bottom: 35px; }
  #sub.debrief .under-banner {
    font-size: 1.12em;
    text-align: center;
    line-height: 22px;
    padding: 35px 75px 25px; }
    @media (max-width: 991px) {
      #sub.debrief .under-banner {
        padding: 25px 30px 25px; } }
  #sub.debrief .latest-activities {
    background: white; }
    #sub.debrief .latest-activities h1 {
      margin-top: 0;
      text-align: center;
      color: white;
      background: #596b86;
      padding: 13px;
      font-size: 1.5em; }
    #sub.debrief .latest-activities .latest-activites-content {
      padding: 9px 24px 20px; }
      #sub.debrief .latest-activities .latest-activites-content a:hover {
        text-decoration: none; }
      @media (max-width: 991px) {
        #sub.debrief .latest-activities .latest-activites-content .activity {
          margin-bottom: 15px; } }
      #sub.debrief .latest-activities .latest-activites-content .activity:hover {
        text-decoration: none; }
      #sub.debrief .latest-activities .latest-activites-content .activity .text {
        border-left: 1px solid #b7b7b9;
        border-bottom: 1px solid #b7b7b9;
        border-right: 1px solid #b7b7b9;
        padding: 28px 15px 17px;
        font-size: 0.95em;
        line-height: 19px;
        color: #32394D; }
        #sub.debrief .latest-activities .latest-activites-content .activity .text:hover {
          text-decoration: none; }

#sub.archive #content .content-right {
  padding: 31px 27px; }
  #sub.archive #content .content-right .title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 31px;
    margin-bottom: 30px; }
    #sub.archive #content .content-right .title img {
      max-height: 26px;
      display: inline-block;
      margin-top: -7px; }
  #sub.archive #content .content-right .article {
    max-height: 193px;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #c1c2c4; }
    @media (max-width: 767px) {
      #sub.archive #content .content-right .article {
        max-height: 223px; } }
    #sub.archive #content .content-right .article .article-content {
      padding-left: 47px;
      padding-right: 40px;
      font-size: 0.84em; }
      @media (max-width: 1199px) {
        #sub.archive #content .content-right .article .article-content {
          padding-left: 17px;
          padding-right: 20px;
          font-size: 0.7em; } }
      @media (max-width: 991px) {
        #sub.archive #content .content-right .article .article-content {
          font-size: 0.8em; } }
      @media (max-width: 991px) {
        #sub.archive #content .content-right .article .article-content {
          padding-bottom: 24px; } }
      #sub.archive #content .content-right .article .article-content p {
        margin-bottom: 0; }
      #sub.archive #content .content-right .article .article-content h2 {
        margin-top: 24px;
        font-weight: bold;
        font-size: 1.32em;
        margin-bottom: 12px; }
        @media (max-width: 1199px) {
          #sub.archive #content .content-right .article .article-content h2 {
            margin-top: 10px; } }
        @media (max-width: 991px) {
          #sub.archive #content .content-right .article .article-content h2 {
            margin-top: 24px; } }
        #sub.archive #content .content-right .article .article-content h2 a {
          color: #640021; }
          #sub.archive #content .content-right .article .article-content h2 a:hover {
            text-decoration: none; }
      #sub.archive #content .content-right .article .article-content .perma {
        display: block;
        margin-top: 22px;
        color: #666666;
        text-decoration: none; }
        #sub.archive #content .content-right .article .article-content .perma:hover {
          text-decoration: none; }

#sub.post .content-right {
  padding: 31px 35px; }
  #sub.post .content-right h1 {
    font-size: 1.788em;
    margin-top: 0;
    color: #32394D;
    margin-bottom: 19px; }
  #sub.post .content-right .share-bar {
    background: #D9D9D9;
    margin-bottom: 28px; }
    #sub.post .content-right .share-bar .for-the {
      background: #BFBFBF;
      text-align: center;
      padding: 9px 0 13px; }
      #sub.post .content-right .share-bar .for-the img {
        max-height: 22px;
        display: inline-block; }
    #sub.post .content-right .share-bar .share {
      text-align: right;
      padding: 9px 10px 0; }
  #sub.post .content-right .image {
    margin-bottom: 29px; }
  #sub.post .content-right .post-text {
    font-size: 0.9em;
    margin-bottom: 43px; }
    #sub.post .content-right .post-text p {
      line-height: 22px;
      margin-bottom: 22px; }
  #sub.post .content-right .back {
    background: #640021;
    color: white;
    font-size: 0.8em;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: block; }
    #sub.post .content-right .back:hover {
      text-decoration: none; }

/*# sourceMappingURL=style.css.map */
