/*------------------------------------*\
   Variables
\*------------------------------------*/
/*------------------------------------*\
   Default
\*------------------------------------*/
body {
  background: #2e2c2d !important;
  font-family: "newhelvetica";
}

@font-face {
  font-family: "newhelvetica";
  /*src: url('fonts/HelveticaLTStd-LightCond.otf');*/
  src: url("fonts/HelveticaLTStd-Light.otf");
  font-weight: normal !important;
}
.entry-content a,
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content li,
.entry-content div {
  font-family: "newhelvetica" !important;
  font-size: 18px !important;
}
.entry-content ol {
  list-style-position: inside;
}
.entry-content ol li {
  padding: 0 0 10px 0;
}
a {
  color: #0146b1;
}

a:hover {
  text-decoration: none;
}

.centered,
.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.text-centered,
.aligncenter {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.container-review {
  margin: 30px auto;
  box-shadow: 0px 0px 15px #000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2em;
  background: #fff;
  font-family: "newhelvetica", "Arial";
  max-width: 100%;
  width: 1024px;
}
.container-review .entry-content h2 {
  font-size: 34px !important;
}
.container-review .entry-content h3 {
  font-size: 28px !important;
}

.add-margin {
  display: block;
  margin-top: 5em;
}

/*------------------------------------*\
   Breadcrumbs
\*------------------------------------*/
#breadcrumbscontainer {
  width: 1024px;
  margin: 30px auto;
  max-width: 100%;
}
#breadcrumbscontainer ul {
  color: #fff;
}
#breadcrumbscontainer ul li a {
  color: #fff;
  font-weight: bold;
}
#breadcrumbscontainer ul li a:hover {
  text-decoration: none;
}

.breadcrumbs a,
.breadcrumbs {
  color: #fff;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  font-family: "newhelvetica", Arial;
}

.breadcrumbs {
  padding: 0px !important;
}

.breadcrumbs li {
  display: inline;
  margin-right: 5px;
}

/*------------------------------------*\
   Review Yes or No
\*------------------------------------*/
.flex-contain {
  display: flex;
}

.box-q {
  width: 350px;
  margin: auto;
  max-width: 100%;
  justify-content: space-between;
}
.box-q .box {
  width: 90%;
}
.box-q .box p {
  text-align: center;
  width: 90%;
}
.box-q .box p a {
  width: 70%;
  background: #000;
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
}
.box-q .box p a:hover {
  background: #0146b1;
  text-decoration: none !important;
}

/*------------------------------------*\
   Columns
\*------------------------------------*/
.two-col {
  justify-content: space-evenly;
}

/*------------------------------------*\
   Social Media
\*------------------------------------*/
.social-media-links div {
  display: flex;
  align-items: center;
}
.social-media-links div a {
  color: #0146b1;
  margin-right: 5px;
  font-weight: bold;
}
.social-media-links br {
  display: none;
}
.social-media-links img {
  margin-right: 20px;
}

/*------------------------------------*\
   Client Experience
\*------------------------------------*/
#wpcf7-f2923-p2922-o1 {
  width: 70%;
  background: #eaeaea;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 10px 25px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 95%;
  padding: 10px;
  color: #000 !important;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  font-family: "newhelvetica", Arial;
}

.wpcf7 input[type=submit],
#gform_submit_button_3,
#gform_submit_button_5 {
  padding: 6px;
  background: #ff5d18;
  min-width: 200px;
  font-size: 34px;
  border: none;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  font-family: "newhelvetica", Arial;
  display: block;
}

/*------------------------------------*\
   Experience - CF7
\*------------------------------------*/
.form-exp {
  width: 95%;
  background: #eaeaea;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 10px 25px;
  box-sizing: border-box;
  margin: 20px auto;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  width: 95%;
  padding: 10px;
  color: #000 !important;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  font-family: "newhelvetica", Arial;
}

.wpcf7 input[type=submit] {
  padding: 6px;
  background: #0146b1;
  min-width: 200px;
  font-size: 34px;
  border: none;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  font-family: "newhelvetica", Arial;
}

.wpcf7 h1 {
  font-size: 24px;
  display: block;
  color: #000;
  text-align: center;
}

.wpcf7 .fileupload {
  background: #ff5d18;
  text-align: center;
  padding: 15px 15px;
  width: 50%;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  border-radius: 10px;
}

.wpcf7 .aligncenter {
  text-align: center;
  display: block;
}

/*------------------------------------*\
   Responsive
\*------------------------------------*/
@media only screen and (max-width: 1024px) {
  #breadcrumbscontainer {
    width: 90%;
  }
  .container-review {
    width: 90%;
  }
  .two-col {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 95%;
    margin: auto;
  }
  .two-col {
    flex-direction: column;
  }
  .add-margin {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .container-review {
    padding: 1em;
  }
  .social-media-links div {
    flex-direction: column;
  }
  .box-q {
    flex-direction: column;
  }
  .box-q .box,
.box-q .box p {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */