@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

html body {
  font-family: "Maven Pro", sans-serif;
}

html body .font-alt {
  font-family: 'Fjalla One', arial, sans-serif;
}

html body .font-noTransform {
  text-transform: none
}

.hs-line-1,
.hs-line-2,
.hs-line-3,
.hs-line-4,
.hs-line-5,
.hs-line-6,
.hs-line-7,
.hs-line-8,
.hs-line-9,
.hs-line-10,
.hs-line-11,
.hs-line-12,
.hs-line-13,
.hs-line-14,
.hs-line-15,
html body .font-alt,
body .section-title {
letter-spacing: normal;
}

body .hs-line-9 {
  font-weight: normal;
}

h2 {
  color: #9cc4e4;
}

.home-section h1 strong {
  font-weight: normal;
  color: #9cc4e4;
}

.page-section h2 strong {
  font-weight: normal;
  color: white;
}

blockquote.alt {
  color: #333;
}
blockquote.alt p {
  font-size: 16px;
}
blockquote.alt footer {
}

span[class^="icon"]::before {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background: #eb6b50;
  line-height: 96px;
  color: #fff;
}

span[class^="icon"].alt::before {
  background: #9cc4e4;
}

.fa-star {
  color: #eb6b50;
}

img.image-icon {
  width: auto;
/*  border: 24px solid #fff;
  background: #fff;
  border-radius: 48px;*/
  line-height: 96px;
}

img.image-icon.alt {
  width: auto;
  border: 24px solid #eb6b50;
  border-radius: 48px;
  line-height: 96px;
  background: #eb6b50;
}

.team-item-image {
  border-radius: 50%;
  width: 75%;
  display: block;
  margin: auto;
}

body .btn-orange,
body a.btn-orange,
body .btn-orange:focus,
body a.btn-orange:focus {
  background: #eb6b50;
  border: 2px solid rgba(0,0,0, .2);
  margin: 10px;
}


body a.btn-orange:hover,
body a.btn-orange:active {
  background: #fff;
  color: black;
}

body .btn-orange-blue,
body a.btn-orange-blue,
body .btn-orange-blue:focus,
body a.btn-orange-blue:focus {
  background: #eb6b50;
  border: 2px solid rgba(0,0,0, .2);
  margin: 10px;
}


body button.btn-orange-blue:hover,
body button.btn-orange-blue:active 
body a.btn-orange-blue:hover,
body a.btn-orange-blue:active {
  background: #9cc4e4;
  color: black;
}

body .btn-dark,
body a.btn-dark,
body .btn-dark:focus,
body a.btn-dark:focus {
  background: #3f4040;
  border: 2px solid rgba(0,0,0, .2);
  margin: 10px;
}


body a.btn-dark:hover,
body a.btn-dark:active {
  background: #9cc4e4;
  color: black;
}   


body .form div.success {
  background-color: #eb6b50;
}

body .nav-logo-wrap .logo {
  max-width: 140px;
}

.bg-primary {
  background-color: #eb6b50;
}

.bg-primary h1 {
  color: #fff;
}

.bg-secondary {
  background-color: #9cc4e4;
}

.bg-dark {
  background-color: #2c2e2e;
}

.font-colorPrimary {
  color: #eb6b50;
}

.font-colorSecondary {
  color: #9cc4e4; 
}

em.font-colorPrimary,
em.font-colorSecondary {
  font-style: normal;
}

.client-quote {
  border-width: 1em;
  border-style: solid;
  border-color:  #fff;
  border-radius: 2em;
}

.bg-dark .client-quote {
  border-color:  #2c2e2e;
}

.bg-dark .contact-item {
  color: #aaa;
}

.bg-dark .ci-title {
  color: #fff;
}

.bg-dark .contact-item a:link,
.bg-dark .contact-item a:visited {
  color: #eb6b50;
}

.bg-dark .contact-item a:hover,
.bg-dark .contact-item a:active {
  color: #9cc4e4;
}

.bg-dark .section-text p {
  color: #fff;
}

body .main-nav.dark {
  background-color: #3f4040;
}

body .main-nav.transparent {
  background-color: #3f4040 !important;
}

body .mobile-on .desktop-nav ul {
  background-color: #3f4040;
}

body .main-nav #homelink { 
  font-size: 2em;
  position: relative;
}

@media (min-width: 768px) {

  body .over-mobile-no-pb {
    padding-bottom: 0;
  }

  body .over-mobile-no-pt {
    padding-top: 0;
  }

  .dl-horizontal dt {
    width: 230px;
  }

  .dl-horizontal dd {
    margin-left: 250px;
  }


  .dl-catalogue-horizontal dt {
    float: left;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
    width: 280px;
  }

  .dl-catalogue-horizontal dd {
    margin-left: 300px;
  }

}

.services-item {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

html .blog-item-more {
  padding: 0 0;
}

.blog-item-more a {
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .page-section.post {
      padding: 10px 0 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-section.post {
      padding: 10px 0 80px 0;
  }  
}

@media only screen and (max-width: 1024px) {
  .page-section.post {
      padding: 10px 0 120px 0;
  }
}

html .small-section {
    padding: 145px 0 70px 0;
    background-color: #eb6b50;
    color: #fff;
}

html .page-section.post, html .small-section.post {
  padding: 10px 0 70px 0;
}

.page-template-default .page-section {
  padding: 70px 0 70px 0;
}

.screen-reader-text, .updated {
  display: none;
}

.entry-date.updated {
  display: inline;
}

/* Addditional definitions for Sspeeches */

@media (min-width: 768px) {
  
  .dl-speeches-horizontal dt {
    float: left;
    clear: left;
    text-align: right;
    width: 450px;
  }

  .dl-speeches-horizontal dd {
    margin-left: 475px;
  }

}

/* *********************************** */



/* Addditional definitions for book covers */

#coverImage {
 max-width:150px;
 margin:0 auto 10px;
 box-shadow:  0px 5px 5px #ddd;
 -moz-box-shadow:#ddd 0px 5px 5px;
 -webkit-box-shadow:#ddd 0px 5px 5px;
}

/* *********************************** */



/* Addditional definitions for the Ads */

  .text-ads  {
    margin: 0px;
    padding: 5px;
    text-align: center;
  }

  .text-ads > h3 {
    margin: 0em;
    font-weight: bold;
  } 

  .text-ads > p {
    margin: 0 0 0.3em 0;
  }

  .elastic-btn-mod.btn {
    white-space: normal;
  }

  /* *********************************** */