@media only screen and (max-width: 767px) {
  .site-footer .column {
      width: 100% !important;
      margin-bottom: 30px;
  }
  .site-footer .column:nth-of-type(2) {
    margin-left: unset !important;
    margin-right: unset !important;
}
  
}
@media only screen and (min-width: 991px) {
  /* Adjusting header logo and height */

  .site-header div.site-branding {
    margin-top: 3px;
    /* height:60px;
    margin:0;
    max-height:65px;
    overflow:hidden; */
  }

  img.custom-logo {
    height: 138px;
    margin: -20px 0 -27px;
    width: 138px;
  }

  .site-header.header-3 .header-t {
    padding: 0;
  }

  .site-header.header-3 .header-t .form-holder {
    margin-top: 42px;
  }

  .site-header.header-3 .main-navigation {
    margin-top: 41px;
  }
}

div.by {
  font-size: 9px;
}

h1, h2, h3, h4, h5, h6 { letter-spacing:0.1em; }

/* Home Page - Promotional Block Section (was second one down - currently top block) */

.promotional-block {
  /* replaced the original file to prevent double loading so this isn't needed at the moment
  background-image: url(/wp-content/uploads/home-page-hero-bg.jpg); 
  */ 
  background-position: center top;
}

.promotional-block .holder {
  font-size: 24px;
  background:#00000070;
  padding:20px;
  /* line-height: 2em; */
  line-height: 1.5em;
}

.promotional-block .holder p {
  margin-bottom:1em;
}



/* Team Page */

.team-page .team-holder {
  padding-top: 60px;
}

.team-page .row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.team-page .team-holder .col {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.team-page .team-holder .text-holder {
  text-align: left;
  padding: 15px 0;
}

.team-page .team-holder .text-holder .name {
  display: block;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #121212;
}

.team-page .team-holder .text-holder .designation {
  display: block;
  font-style: italic;
  margin-bottom: 15px;
  color: #121212;
}

/* wake up */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.team-page .team-holder .col {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}

.inner-page.about-page .sc-holder {
  background: #2EB0ED;
  padding: 70px 0;
  text-align: center;
}

/* Footer Widget Width */

.site-footer .column:nth-of-type(1) {
  width: 150px;
}

.site-footer .column:nth-of-type(2) {
  width: calc(100% - 465px);
  margin-left: 15px;
  margin-right: 15px;
}

.site-footer .column:nth-of-type(3) {
  width: 285px;
}

.site-footer .column .widget:last-child {
  margin-bottom: 0 !important;
}

/* Footer Contact Block */

.ibytesize {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}

.site-footer {
    line-height: 24px;
}

/* This may need to be corrected in mobile view */
.site-footer .widget {
    /* margin: 0;  */
}
.site-footer .widget ul li:before {
  content: none;
  float: none;
  background: none;
  all: unset;
}

.site-footer .widget ul li span { 
  display:inline-flex; 
  margin-left: 10px;
}