@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600');*/
/* Logo color: #730016 */



html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 255px;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
}

.navbar-nav {
  margin: 0 auto;
}

.navbar {
  box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}

.navbar-light .navbar-nav .nav-link:focus {
  outline: 0;
}

.mobileNavNumber {
  display: none;
}

.error {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  background: #820020;
  color: #ffffff;
}

.image-loaded {

  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;

}


.header-section, .full-image, .image-loaded {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -webkit-filter: none;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

@media (min-width: 992px) {

  .navbar {
    padding: 0 1rem 0 1rem;
    height: 65px;
  }

  .navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 22px;
    color: #282828;
  }

  .navbar-nav .nav-link:hover {
      padding-bottom: 20px;
      border-bottom: 2px solid #730016;
  }

  @-moz-document url-prefix() { 
    .navbar-nav .nav-link:hover {
      padding-bottom: 20px;
    }
  }

  .dropdown-menu {
    border-radius:0;
  }

}











@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

a,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
	color: #282828;
}

a:hover {
    /*color: #636363;*/
    text-decoration: underline;
}

.bg-grey {
	background-color: #F5F4F5;
}
.bg-darkGrey {
  background-color: #ebebeb;
}


/* Colours */

body {
  color: #282828;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.navbar {
  background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #282828;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #680015;
  color:#ffffff;
}

.bg-whyChooseUs {
  background-color:#F2F2F2;
}

.light-grey-background {
  background-color:#F5F4F5;
}

.btn-primary {
  border: 1px solid #ced4da;
  background-color:transparent;
  color: #282828;
  font-size: 14px;
}

.btn:hover, .btn-primary:hover {
    color: #ffffff;
    background-color: #5D0015;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #5D0015;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #400011;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #5D0015;
    border-color: transparent;
    opacity: 0.65;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  cursor:not-allowed;
}

.form-control:focus {
  border-color:#5D0015;
  box-shadow: none;
}

/* END Colours */





/* Fonts */


h1 {
  font-size: 2.0rem;
  color:#ffffff;
}

h2 {
  font-size: 1.3rem;
  margin-bottom:0.8rem;
}

h3, h5 {
  font-size: 1.15rem;
  /*font-weight: 600;*/
}

.centreTitle {
  font-size: 1.3rem;
}

h4 {
  font-size: 0.8rem;
}

p {
  font-size: 0.8rem;
}

.lead {
  font-size: 1rem;
  color:#ffffff;
}


.form-control {
  font-size: 14px;
}




/* End Fonts */





/* ----- FOOTER ----- */

.footer {
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 255px;*/
  height: 220px;
  background-color: #680015;
}

.footer a {
  color: #ffffff;
  font-weight: 300;
}

.footer p {
  color: #ffffff;
}

.title-widget {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget_nav_menu ul li {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width:95%;
}

.title-median {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 15px;
    font-weight: 700;
}

.nomargin { margin:0px; padding:0px;}

.footer-bottom {
    min-height: 30px;
    width: 100%;
    background-color: #490010;
    color: #ffffff;
}
.copyright, .certifications {
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    font-size: 12px
}
.design {
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: right;
}
.design a {
    /*color: #fff;*/
}


/* ----- END FOOTER ----- */



/* Page Elements */

.jumbotron {
  border-radius: 0;
}

.infoStrip {
  padding-top: 50px;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.04);
  -moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.04);
  box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.04);

}

.infoStripType {
  padding-top: 15px;
  padding-bottom: 0px;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.04);
  -moz-box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.04);
  box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.04);

}

.recentWorkTitleStrip, .whyChooseUsTitleStrip, .pageTypeTitleStrip {
  padding-top:20px;
  padding-bottom:10px;
  margin-top:30px;
}

.clientTitle {
  margin-bottom:15px;
}

.whyChooseUsContainer {
  margin-top:15px;
  margin-bottom:20px;
}

.slideshow  {
  margin-top: 30px;
}

.getInTouchContainer {
  padding: 30px 15px 30px 15px;
}

.form-control {
  border-radius: 0;
}

.form-group label {
  font-size: 12px;
}

.btn, .btn-default {
  border-radius: 0;
}

.noMarginBottom {
  margin-bottom:0;
}

svg:not(:root).svg-inline--fa {
    overflow: visible!important;
}

svg:not(:root) {
    overflow: visible!important;
}



/* Circle icons */


.fa-stack {
  margin-bottom:10px;
}

.icon-background {
    color: #680015;
}

.circleIcon {
  font-size:1.5rem;
  color:#ffffff;
  text-align: center;
}

.recentWorkIcon {
  font-size: 17px;
  padding-top:13px;
  padding-left:1px;
}


.iconCircleSmall {
  color: #680015;
  background: white;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 10px;
  height: 30px;
  width: 30px!important;
}

.underline {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.underline:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 3px solid #680015;
}

.underlineLeft {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.underlineLeft:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #680015;
}

.underlineThin {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.underlineThin:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left:25%;
    border-bottom: 1px solid #eaeaea;
}

/* -- End Page Elements --*/





/* Tablet & Mobile */

@media (min-width: 992px) {
  .hiddenLarge {
    display: none;
  }
}

@media (max-width: 991px) {

  .mobileNavNumber {
    display:block;
    font-size: 1rem;
    margin-top:20px;
    text-align:center;
    margin-left: -15px;
  }

  .client-feedback {
    margin-top: 30px;
  }

  .form-control {
    font-size: 16px;
  }

}


@media (max-width: 992px) {

  .navbar-brand {
    margin-right:0;
  }

  .dropdown-menu {
    border: none;
    padding: 0;
  }

  

  .infoStrip {
    padding-top:20px;
    padding-bottom:10px;
  }

  .recentWork {
    margin-top:10px;
  }


}

@media (max-width: 767px) {
  
  h1 {
    font-size: 1.4rem;
  }

  .jumbotron {
    margin-bottom:20px;
  }

  .lead {
    font-size: 0.7rem;
    margin-bottom: 0;
  }

  .footer {
    height:auto!important;
  }

  .margin-top-20 {
    margin-top:20px;
  }

  .infoStrip {
    margin-top:15px;
  }

  .recentWork {
    padding: 5px 0 5px 0;
  }

  .whyChooseUs {
    margin-top:10px;
  }


}

@media (max-width: 380px) {

.mobileNavNumber {
    display:block;
    font-size: 0.85rem;
    margin-top:20px;
    text-align: center;
    margin-left: -15px;
  }

}

@media (max-width: 310px) {

.mobileNavNumber {
    display:none
  }

}

@media (max-width: 298px) {

  .copyright, .certifications {
      font-size: 10px;
  }

}

