@import url('editor-style.css');

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2 {
  font-size: 26px;
  text-transform: uppercase;
  text-align:left;
}

h3 {
  color:#FFF;
  font-size: 19px;
  text-align:center;
  font-weight: bold;
  margin-top: 15px;
}

.row {
  width:100%;
  overflow:hidden;
}

.header-list {
  margin: 0 auto 20px auto;
  padding:10px 0;
  border-top:2px #7f7f7f solid !important;
  border-bottom:2px #7f7f7f solid !important;
}

.header-list ul {
  margin: 0 !important;
  padding-left:0;
  font-size: 25px;
  color:#7f7f7f;
}

.header-list ul li {
  text-align: left;
  padding-left: 25px;
  margin-bottom:10px;
  background: url('/wp-content/uploads/bullet_red1.png') top left no-repeat;
  background-size: 15px 21px;
  line-height: 25px;
}

.header-list .first {
  padding-left: 20px;
}

.header-list .second ul, .header-list .third ul {
  position:relative;
  float:right;
}

.header-list .second ul {
  padding-right: 40px;
}

.header-list .second ul li {
  background-image: url('/wp-content/uploads/bullet_yellow1.png');
}

.header-list .third ul li {
  background-image: url('/wp-content/uploads/bullet_green1.png');
}

.list {
  line-height: 35px;
}

.logo-container .second {
    text-align: center;
}

.entry-content {
  font-weight:bold;
}

.content-main .colwrapper {
  padding-right:30px;
}

.enquiry-box {
  border:0.5px solid #bfbfbf;
}

.anti-spam {
  width: 100% !important;
}

.send-button {
  border:none;
  font-size:17px;
  padding:2px 30px;
  color:#FFF;
  background-color:#00a290;
  float:right;
}

.content-wrapper {
  background: url('/wp-content/uploads/content-bg.jpg') top center repeat-x;
}

.footer-wrapper {
  background:#00a290;
}





@media (max-width: 767px) {
  .header-list .list {
    width:100%;
    padding:0 0 0 20%;
  }
  .header-list .second ul, .header-list .third ul {
    float:none;
  }
}


@media (min-width: 768px) and (max-width: 979px) {

}


@media (min-width: 768px) and (max-width: 991px) {
  .list {
    width:auto !important;
    padding:0 !important;
    margin:0 0 0 20px !important;
    float:left;
  }

.list ul li {
  font-size: 20px;
  line-height:20px;
}


.header-list .second ul {
  padding-right: 0px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {



.header-list .second {
  padding-left: 20px;
}

}
@media (max-width: 1200px) {
  .list {
    width:auto;
  }

  .header-list .second {

  }

  .header-list .third {
    
  }
}