* {
  font-family: 'Muli', sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 600;
  margin-top: 0;
  color: #fff;
  font-family: 'Muli', sans-serif;
  text-shadow: 3px 2px 5px rgba(79, 79, 79, 1);
}

h2,
h2 span {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  font-family: 'EB Garamond', sans-serif;
  text-align: left;
}
/* 
h2::before,
h2::after {
  content: '';
  background-image: url('http://gunbycpa.tmpsite.co/wp-content/uploads/2018/01/icon.png');
  display: inline-block;
  vertical-align: middle;
  position: absolute;
} */
/* 
h2::after {
  content: url(http://gunbycpa.tmpsite.co/wp-content/uploads/2018/01/icon.png);
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
} */

.simple-italic-h2 h2 {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.simple-italic-h2 h2:before {
  display: none;
}

h3,
h3 span {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

h4,
h4 a {
  color: #000;
  font-family: 'Muli', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  color: #464646;
  font-size: 18px;
  font-weight: 600;
}

/**
* Banner
**/

button {
  /* background-color: #00688f;
  color: #FFF;
  border: none;
  font-size: 24px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px; */
}

.arrow-down {
  color: #fff;
  font-size: 35px;
}

.arrow {
  padding: 20px;
}
section {
  padding: 100px;
}

/**
* Services
**/

.section-title {
  text-align: center;
}

ul li {
  margin-left: 4px;
}
ul li {
  font-size: 18px;
}
ul li.slide a {
  background-color: #2777c0;
}

/**
* About
**/
.image-container {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-02 .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white, white, #ffff0000);
}

.about_img {
  height: 100%;
  width: 100%;
  clear: both;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-content {
  text-align: left;
  padding-bottom: 20px;
}

.about-content h1 {
  text-align: left;
  padding-bottom: 25px;
}

.about-button {
  border: none;
}

/**
* Testimonials
**/
.clients {
  padding-bottom: 50px;
}

.review-content {
  font-style: italic;
}

.slick-dots li.slick-active button {
  background: #d1eec7;
}

br {
  padding-top: 10px;
}
/**
* Contact Us
**/

.section-04 {
  background-color: #2777c0;
  color: #fff;
}

.contact-header {
  color: #fff;
}

textarea {
  width: 90%;
  margin: 30px;
}

.btn-contact {
  float: right;
  margin-right: 65px;
}

.contact {
  padding: 20px;
}

.download-btn {
  padding: 10px;
  background-color: #2e3192;
  color: #fff;
  text-transform: uppercase;
}

.yellow-side {
  font-size: 27px;
  color: #2a2a2a;
  margin: 0;
  position: relative;
  padding-bottom: 0;
  padding-left: 10px;
  display: block;
}

.yellow-side:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -2px;
  height: 30px;
  width: 3px;
  background-color: #e9c103;
}

.current_page_item a {
  color: #00688f;
  border-bottom: 2px solid;
  padding-bottom: 3px;
}

/**
* About Page
**/
.about .section-02 {
  background-color: #eff1f6;
}

.profs {
  display: inline-block;
}

.prof-img {
  background-color: transparent;
  margin: 25px;
}

.round-icon {
  width: 200px;
  height: 200px;
}

.rounded-circle {
  border-radius: 50%;
}

div.services .section-03 {
  padding: 0;
}

.border-line {
  border-top: 1px solid #ebebeb;
}

/*****************************
        FINAL EDIT
*****************************/
.left {
  text-align: left;
}

.display-table {
  display: table;
  text-align: left;
}

dl {
  width: 47%;
  float: left;
  margin-right: 2em;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

dl.half {
  width: 3%;
}

.half i {
  color: #2777c0;
  font-size: 22px;
  text-align: center;
  margin: auto;
  padding: 5px;
}

/*dt {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0.7em;
  display: block;
  color: #3b3e44;
  padding-left: 15px;
}*/
/*
dd {
  color: #444;
  font-size: 18px;
  line-height: 1.5em;
  background: none no-repeat left top;
  display: block;
  padding-left: 10px;
}*/

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/**
* BANNER
**/

.banner-title {
  font-size: 60px;
}

.banner-content {
  font-size: 24px;
}

.banner-title,
.banner-content {
  color: #fff;
  padding: 10px;
}

/**
* CONTACT FORM
**/
.contact-info textarea {
  margin-top: 30px;
  width: 100%;
}

.contact-info input[type='text'],
.contact-info input[type='email'] {
  margin: 0;
  width: 100%;
}

/**SLICK**/
.slick-dots {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  display: inline-block !important;
  width: auto;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  border: 3px #000000 solid;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  outline: none;
  background-color: #fff;
  position: relative;
}
.slick-dots li.slick-active button {
  background: #000;
}
