/*
Theme Name: Heart IT
Author: Ded Red 
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700|Oxygen+Mono|Source+Sans+Pro:400,300,200,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*$font-family-main: 'Source Sans Pro', sans-serif;*/
.wrapper {
  width: 100%;
  padding: 80px 0; }

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

[class*='grid-'] {
  float: left;
  padding: 0 15px;
  width: 100%;
  min-height: 1px; }

.wrapper,
.container,
.row {
  *zoom: 1; }
  .wrapper:before,
  .container:before,
  .row:before, .wrapper:after,
  .container:after,
  .row:after {
    content: " ";
    display: table; }
  .wrapper:after,
  .container:after,
  .row:after {
    clear: both; }

.container,
.container-full {
  display: block;
  width: 100%;
  padding: 0 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

@media only screen and (min-width: 1100px) {
  .wrapper {
    width: 100%; }

  .container {
    width: 110rem;
    margin: auto; }

  .grid-1 {
    width: 8.3333333333%; }

  .grid-2 {
    width: 16.6666666667%; }

  .grid-3 {
    width: 25%; }

  .grid-4 {
    width: 33.3333333333%; }

  .grid-5 {
    width: 41.6666666667%; }

  .grid-6 {
    width: 50%; }

  .grid-7 {
    width: 58.3333333333%; }

  .grid-8 {
    width: 66.6666666667%; }

  .grid-9 {
    width: 75%; }

  .grid-10 {
    width: 83.3333333333%; }

  .grid-11 {
    width: 91.6666666667%; }

  .grid-12 {
    width: 100%; } }
.site-header {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  padding: 15px 0 0 0; }
  .site-header .site-header__social {
    float: right;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 20px;
    text-align: center; }
    .site-header .site-header__social a.social-link {
      display: inline-block;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      font-size: 1.4rem;
      text-align: center;
      color: #ffffff;
      transition-duration: 0.3s; }
      .site-header .site-header__social a.social-link .fa {
        position: relative;
        top: 6px; }
    .site-header .site-header__social .social-link--facebook {
      background: #3B5998; }
    .site-header .site-header__social .social-link--facebook:hover {
      background: #2d4373; }
    .site-header .site-header__social .social-link--twitter {
      background: #62A4C4; }
    .site-header .site-header__social .social-link--twitter:hover {
      background: #428db1; }
    .site-header .site-header__social .social-link--google-plus {
      background: #DC4335; }
    .site-header .site-header__social .social-link--google-plus:hover {
      background: #bd2e21; }

@media only screen and (min-width: 667px) {
  .site-header__branding {
    width: 40%; } }
@media only screen and (min-width: 1100px) {
  .site-header__branding {
    width: 25%; } }
.navigation {
  display: block;
  width: 100%; }
  .navigation .nav-logo {
    float: left;
    margin-right: 2rem;
    padding: 1rem 2.5rem; }
  .navigation .nav-wrap {
    display: block;
    text-align: right; }

.nav-links {
  float: right;
  width: 100%;
  list-style: none;
  line-height: 1rem;
  text-align: right;
  position: relative; }
  .nav-links > li {
    display: inline-block;
    margin-bottom: 0;
    z-index: 1000; }
    .nav-links > li > a {
      position: relative;
      display: block;
      margin-left: 30px;
      padding: 2rem 0;
      text-decoration: none;
      color: #3e4453; }
    .nav-links > li:last-child > a:after {
      display: none; }

.has-sub .sub-menu {
  display: block;
  position: absolute;
  top: 40px;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border-top: solid 3px #b3182d;
  transition-duration: 0.3s;
  z-index: 1000; }
  .has-sub .sub-menu > li {
    display: block;
    width: 217px;
    padding: 20px;
    list-style: none;
    border-bottom: solid 1px #F7f7f7; }
    .has-sub .sub-menu > li:last-child {
      border: none; }

.has-sub:hover .sub-menu {
  display: block;
  top: 50px;
  visibility: visible;
  opacity: 1; }

.banner {
  display: block;
  width: 100%; }

.accordion__control {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
  cursor: pointer;
  transition-duration: 0.3s; }
  .accordion__control .fa {
    transition-duration: 0.3s; }
  .accordion__control:hover {
    color: #b3182d; }

.accordion__panel {
  display: none; }

.accordion__panel--open .fa {
  transform: rotate(180deg); }

.call-to-action {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: #3e4453; }

.call-to-action {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #292929; }
  .call-to-action h3 {
    color: #ffffff; }
  .call-to-action .button {
    width: 100%;
    height: 60px;
    padding-top: 1.8rem;
    font-size: 2rem;
    border-radius: 4px; }

.site-footer {
  display: block;
  width: 100%;
  padding: 60px 0;
  background: #F7f7f7; }
  .site-footer .site-footer__branding {
    display: block;
    width: 16rem;
    margin: auto auto 30px auto; }
    .site-footer .site-footer__branding img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  @media (max-width: 532px) {
    .site-footer .site-footer__branding {
      margin-left: auto;
      margin-right: auto; } }
  .site-footer .site-footer__contact {
    text-align: center; }
  .site-footer .site-footer__menu {
    margin-top: 10px; }
    .site-footer .site-footer__menu .footer-nav-links {
      display: block;
      margin: auto;
      list-style: none;
      text-align: center; }
      .site-footer .site-footer__menu .footer-nav-links li {
        display: inline-block; }
        .site-footer .site-footer__menu .footer-nav-links li:after {
          display: inline-block;
          position: relative;
          top: 2px;
          height: 12px;
          margin: 0 10px;
          content: '';
          border-left: solid 1px #BABABA; }
        .site-footer .site-footer__menu .footer-nav-links li:last-child:after {
          display: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  background: #fff;
  color: #31312f;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.0rem;
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  color: #171716; }

h1 {
  font-size: 3.6rem;
  font-weight: 200; }

h2 {
  font-size: 3rem;
  font-weight: 300; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2.0rem; }

h6 {
  font-size: 1.8rem; }

p {
  margin-top: 0;
  margin-bottom: 2.0rem; }

.lead {
  font-size: 2.0rem;
  font-weight: 300; }

span.lead {
  display: block;
  margin-bottom: 3rem; }

blockquote {
  margin: 0 0 3rem 0;
  padding: 3rem;
  background: #F7f7f7;
  border-left: solid 5px #b3182d; }

.primary-text {
  color: #8a3f41; }

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

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

.text-right {
  text-align: right; }

a {
  transition-duration: 0.3s;
  text-decoration: none; }
  a:link, a:visited {
    color: #b3182d; }

button,
.button,
a.button,
.button-link a,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  display: inline-block;
  padding: 1.8rem 3rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
  background-color: #8a3f41;
  border: none;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  a.button:hover,
  a.button:focus,
  .button-link a:hover,
  .button-link a:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    background-color: #672f31; }

button.button-secondary,
.button.button-secondary,
a.button.button-secondary,
input[type='button'].button-secondary,
input[type='reset'].button-secondary,
input[type='submit'].button-secondary {
  background: #3e4453; }
  button.button-secondary:hover,
  .button.button-secondary:hover,
  a.button.button-secondary:hover,
  input[type='button'].button-secondary:hover,
  input[type='reset'].button-secondary:hover,
  input[type='submit'].button-secondary:hover {
    background: #282c36; }

button.button-outline,
.button.button-outline,
a.button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background: none;
  border: solid 2px #8a3f41;
  color: #8a3f41; }
  button.button-outline:hover,
  .button.button-outline:hover,
  a.button.button-outline:hover,
  input[type='button'].button-outline:hover,
  input[type='reset'].button-outline:hover,
  input[type='submit'].button-outline:hover {
    background: #8a3f41;
    color: #fff; }

@media (max-width: 400px) {
  button,
  .button,
  a.button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    width: 100%; } }
ul,
ol,
dl {
  margin: 0;
  padding: 0; }
  ul li,
  ul dt,
  ul dd,
  ol li,
  ol dt,
  ol dd,
  dl li,
  dl dt,
  dl dd {
    margin-bottom: 0.2rem; }

ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

dl {
  list-style: none; }

.table {
  display: table;
  width: 100%;
  margin: 3rem auto;
  border-collapse: collapse; }

thead {
  display: table-header-group;
  text-align: left;
  font-weight: bold; }

tbody {
  display: table-row-group;
  vertical-align: middle; }

th,
td {
  padding: 1.5rem 2rem;
  border-bottom: solid 0.1rem #ebebeb; }
  th:first-child,
  td:first-child {
    padding-left: 1rem; }
  th:last-child,
  td:last-child {
    padding-right: 1rem; }

th {
  border-width: 0.2rem;
  border-color: #d2d2d2; }

.table-border {
  padding: 30px;
  border: solid 0.1rem #ebebeb;
  border-radius: 0.5rem; }
  .table-border td:first-child,
  .table-border th:first-child {
    padding-left: 2rem; }
  .table-border th:last-child,
  .table-border td:last-child {
    padding-right: 2rem; }

.table-striped tr:nth-child(even) {
  background: #fafafa; }

.table-hover tr {
  transition-duration: 0.3s; }
  .table-hover tr:hover {
    background: #f8f8f8; }

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.gallery {
  margin-left: -10px !important;
  margin-right: 10px !important; }
  .gallery .gallery-item {
    padding: 0 10px; }
    .gallery .gallery-item img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      border: none !important;
      border-radius: 3px; }

input[type='email'].form__control,
input[type='number'].form__control,
input[type='password'].form__control,
input[type='search'].form__control,
input[type='tel'].form__control,
input[type='text'].form__control,
input[type='url'].form__control,
textarea.form__control,
select.form__control,
.form__control {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  transition-duration: 0.3s; }
  input[type='email'].form__control:focus,
  input[type='number'].form__control:focus,
  input[type='password'].form__control:focus,
  input[type='search'].form__control:focus,
  input[type='tel'].form__control:focus,
  input[type='text'].form__control:focus,
  input[type='url'].form__control:focus,
  textarea.form__control:focus,
  select.form__control:focus,
  .form__control:focus {
    border-color: #b3182d;
    box-shadow: 0 0 6px #b3182d; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

textarea,
textarea.form__control {
  height: 250px; }

.form--inline .form__group {
  display: inline-block;
  vertical-align: middle; }
.form--inline .form__control {
  display: inline-block;
  width: auto;
  vertical-align: middle; }

.card {
  background: #ffffff;
  padding: 0;
  transition-duration: 0.3s; }
  .card .card__inner {
    padding: 20px; }
  .card .card__thumb {
    margin: 0;
    padding: 0; }
    .card .card__thumb img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .card:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }

.post h3 {
  font-size: 18px; }
.post p.post-meta {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-style: italic; }

.widget {
  margin-bottom: 30px; }
  .widget ul li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
    list-style: none; }
    .widget ul li:last-child {
      border: none; }

/* ----------------------------------------------

	Table Of contents:
	
	1. Typography
	2. Links
	3. Buttons
	4. Media
	5. Layout
	6. Header
	7. Footer
	8. Navigation
	9. Content
	11. Forms
	
   ---------------------------------------------- */
body {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Open Sans', sans-serif; }

h1,
h2,
h3,
h4,
h5 {
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; }

p {
  margin-bottom: 3rem; }

.text--red {
  color: #b3182d; }

.text--black {
  color: #31312f; }

.page-template-template-about .wrapper ul {
  padding-left: 15px;
  list-style-position: outside; }
  .page-template-template-about .wrapper ul li {
    float: left;
    width: 48%; }
    .page-template-template-about .wrapper ul li:nth-child(even) {
      float: right; }

.social-links {
  list-style: none; }
  .social-links li {
    display: inline;
    margin: 0 5px; }
    .social-links li a.social-link {
      display: inline-block;
      color: #ffffff; }
      .social-links li a.social-link.social-link--facebook:hover {
        color: #3B5998; }
      .social-links li a.social-link.social-link--twitter:hover {
        color: #62A4C4; }
      .social-links li a.social-link.social-link--googleplus:hover {
        color: #DC4335; }
      .social-links li a.social-link.social-link--tripadvisor:hover {
        color: #46863E; }

.page-template-template-contact .social-links li a.social-link {
  color: #31312f; }

.button,
a.button,
a.button:visited {
  background: #dd1f39; }

.button:hover,
a.button:hover {
  background: #ba2f42; }

img.size-large, .wp-caption-text {
  display: block;
  width: 100%;
  height: auto; }

.gallery-item img.size-large, .gallery-item .wp-caption-text {
  margin-left: 0; }

.wp-caption-text {
  width: 100%;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.4rem;
  text-align: center; }

.alignright,
.alignleft,
.alignnone {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.gallery {
  margin-left: -10px;
  margin-right: -10px; }
  .gallery .gallery-item {
    width: 50% !important;
    transition-duration: 0.3s;
    padding-left: 10px;
    padding-right: 10px; }
    .gallery .gallery-item:hover {
      opacity: 0.7; }

@media (min-width: 768px) {
  .gallery .gallery-item {
    width: 25% !important;
    margin: 0; } }
@media (min-width: 1024px) {
  .alignright,
  .alignleft,
  .alignnone {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    width: auto !important; }

  img.size-large, .wp-caption-text {
    display: block;
    width: auto; }

  .alignleft {
    float: left;
    margin-right: 60px; }

  .alignright {
    float: right;
    margin-left: 60px; } }
.wrapper--intro {
  padding-bottom: 0; }

.wrapper--callouts {
  padding-bottom: 50px; }

.wrapper--callback {
  padding: 30px 0;
  background: #0071cc; }
  .wrapper--callback h2,
  .wrapper--callback p {
    color: #ffffff; }

.wrapper--case-studies,
.wrapper--team,
.wrapper--why,
.wrapper--map {
  background: #bbe1ff; }

.wrapper--why {
  background: #e6f4ff; }

.site-header {
  padding-top: 0; }

.site-header__top {
  /*padding:1rem 0;*/
  padding: 0;
  color: #ebebeb;
  font-size: 1.4rem;
  background: #dd1f39; }
  .site-header__top p {
    margin: 0; }
    .site-header__top p a {
      color: #ebebeb; }

.site-header__main {
  padding: 2.5rem 0; }

.site-footer {
  padding: 0;
  background: none; }

.site-footer__top, .site-footer__main, .site-footer__bottom {
  display: block;
  width: 100%;
  padding: 80px 0;
  color: #ffffff;
  background: #dd1f39; }
  .site-footer__top h2, .site-footer__main h2, .site-footer__bottom h2,
  .site-footer__top h3,
  .site-footer__main h3,
  .site-footer__bottom h3,
  .site-footer__top a,
  .site-footer__main a,
  .site-footer__bottom a {
    color: #ffffff; }
  .site-footer__top .button, .site-footer__main .button, .site-footer__bottom .button,
  .site-footer__top .button:visited,
  .site-footer__main .button:visited,
  .site-footer__bottom .button:visited {
    background: #B3182D; }

.site-footer__main {
  background: #b3182d; }
  .site-footer__main h2 {
    color: #ffffff; }

/*@media (max-width: 1100px) {
	.site-footer__nav {
		width: 100%;
	}
}*/
.site-footer__nav {
  display: block;
  width: 70%;
  padding-top: 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  color: #ffffff; }
  .site-footer__nav a:link {
    color: #ffffff; }
  .site-footer__nav .nav-links--footer {
    margin-bottom: 20px;
    list-style: none;
    text-align: right; }
    .site-footer__nav .nav-links--footer li {
      display: inline-block;
      margin-left: 20px; }
      .site-footer__nav .nav-links--footer li a {
        color: #ffffff; }

@media (max-width: 532px) {
  .sitefooter__nav {
    width: 100%; } }
.site-footer__bottom {
  padding: 10px 0;
  background: #ba2f42;
  font-size: 1.2rem; }
  .site-footer__bottom p {
    margin-bottom: 0; }

.site-footer__branding img {
  padding-top: 30px; }

.site-header__nav {
  display: none; }

.nav-links {
  text-align: right; }
  .nav-links li a {
    position: relative;
    margin-left: 10px;
    text-transform: uppercase;
    /*font-weight:bold;*/
    font-weight: 800; }
    .nav-links li a:hover {
      color: #b3182d; }

@media (min-width: 1040px) {
  .site-header__nav {
    display: block; } }
@media (min-width: 1100px) {
  .site-header__nav {
    padding-top: 20px; } }
.banner {
  display: block;
  width: 100%;
  height: 600px; }
  .banner .slick-slider,
  .banner .slick-list,
  .banner .slick-track {
    height: 100%; }
  .banner .banner__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center 52px;
    background-attachment: fixed; }
    .banner .banner__inner h1 {
      margin-top: 150px;
      margin-bottom: 30px;
      font-size: 6rem;
      line-height: 1; }
    .banner .banner__inner h2 {
      margin-top: 0;
      margin-bottom: 30px;
      color: #31312f;
      font-weight: 300;
      font-size: 2.4rem; }
  .banner .banner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2; }
  .banner .banner__content {
    position: relative; }

@media (max-width: 360px) {
  .banner .banner__inner h1 {
    margin-top: 50px;
    font-size: 3rem; } }
.banner--page {
  height: 420px; }
  .banner--page .banner__inner h1 {
    /*margin-top:70px;*/
    margin-top: 110px; }

.banner--page-normal {
  /*height:200px !important;*/
  height: 280px !important; }

.callout {
  margin-bottom: 40px; }
  .callout .callout__icon {
    display: block;
    position: relative;
    /*width:160px;
    height:160px;*/
    width: 130px;
    height: 130px;
    margin: auto auto 10px auto;
    z-index: 2000; }
    .callout .callout__icon img {
      position: absolute;
      /*top:45px;
      left:50px;
      max-width:40%;*/
      top: 30px;
      left: 34px;
      max-width: 50%;
      z-index: 3000;
      transition-duration: 0.6s; }
    .callout .callout__icon:after {
      display: block;
      position: relative;
      /*width:160px;
      height:160px;*/
      width: 130px;
      height: 130px;
      margin: auto;
      background: #b3182d;
      border-radius: 50%;
      content: ''; }
    .callout .callout__icon:before {
      position: absolute;
      top: -10px;
      left: -10px;
      display: block;
      /*width:180px;
      height:180px;*/
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #f094a0;
      content: '';
      z-index: -1000;
      transform: scale(0.8);
      transition-duration: 0.4s; }
  .callout:hover .callout__icon:before {
    transform: scale(1); }
  .callout:hover .callout__icon img {
    transform: rotate(360deg); }
  .callout:nth-child(even) .callout__icon:before {
    background: #bbe1ff; }
  .callout:nth-child(even) .callout__icon:after {
    background: #0071cc; }
  .callout h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500; }

.testimonial {
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
  text-align: center; }
  .testimonial:before, .testimonial:after {
    position: absolute;
    top: 0px;
    font-size: 10rem;
    content: '"'; }
  .testimonial:before {
    left: 0; }
  .testimonial:after {
    right: 0; }

.testimonial__content {
  font-size: 2.4rem;
  font-weight: 300;
  font-style: italic; }

@media (max-width: 320px) {
  .testimonial__content {
    font-size: 1.7rem; } }
.testimonials-slider .slick-dots {
  bottom: -20px; }
  .testimonials-slider .slick-dots li button:before {
    color: #b3182d; }
  .testimonials-slider .slick-dots li.slick-active button:before {
    color: #b3182d; }

.team-member h3 {
  margin-bottom: 0;
  font-size: 2.4rem; }
.team-member .job-role {
  text-transform: uppercase; }

.team-member__thumb {
  margin: 0 auto 20px auto; }

.service-item {
  margin-bottom: 30px; }
  .service-item h3 {
    margin-bottom: 0;
    font-size: 2rem; }
  .service-item p {
    margin-bottom: 10px; }

.footer-contact--address {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px; }
  .footer-contact--address:before {
    position: absolute;
    left: 0;
    top: 2px;
    float: left;
    font-family: 'FontAwesome';
    content: '\f041';
    color: #b3182d; }

.footer-contact--phone {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px; }
  .footer-contact--phone:before {
    position: absolute;
    left: 0;
    top: 2px;
    float: left;
    font-family: 'FontAwesome';
    content: '\f095';
    color: #b3182d; }

.footer-contact--email {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px; }
  .footer-contact--email:before {
    position: absolute;
    left: 0;
    top: 2px;
    float: left;
    font-family: 'FontAwesome';
    content: '\f0e0';
    color: #b3182d; }

.form__control {
  padding: 2rem;
  border: solid 2px #dedede;
  border-radius: 3px; }

.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 36px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '-' !important;
        text-align: center;
        opacity: .25;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #fff; }

.case-study {
  text-align: center; }
  .case-study .card {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); }
  .case-study h3 {
    font-size: 2.4rem; }

@media (max-width: 1100px) {
  .case-study {
    padding-bottom: 20px; } }
.case-studies .case-study {
  margin-bottom: 30px; }
  .case-studies .case-study .card {
    box-shadow: none; }

.form--callback {
  margin-top: 50px; }
  .form--callback .form__group {
    padding-left: 5px;
    padding-right: 5px; }
  .form--callback .form-control {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: none;
    font-size: 1.4rem; }
  .form--callback .button {
    width: 100%;
    height: 50px; }

.element-name {
  background: #b3182d; }

.site-header__top {
  font-size: 1.8rem; }

.banner .banner__inner h2 {
  font-weight: 400; }

.site-header__branding .img-fluid {
  max-width: 200px; }

@media (min-width: 1100px) {
  .site-header__nav {
    padding-top: 15px; } }
.banner {
  /*height: 400px;*/
  /*height: 500px;*/
  /*.banner__inner {
  	h1 {
  		margin-top: 70px;
  		margin-bottom: 25px;
  		font-size: 4.5rem;
  	}
  }*/ }
  .banner .banner__inner h1 {
    /*font-size: 5rem;*/
    font-size: 4.5rem; }

@media (max-width: 570px) {
  .banner .banner__inner h1 {
    font-size: 3rem; }
  .banner .banner__inner h2 {
    font-size: 1.8rem; } }
@media (max-width: 420px) {
  .banner .banner__inner h1 {
    font-size: 2.2rem; }
  .banner .banner__inner h2 {
    font-size: 1.6rem; } }
.wp-block-image {
  margin: 0px; }

.red-background {
  padding: 10px;
  background-color: #dd1f39;
  color: #ffffff; }
  .red-background figure {
    padding: 30px; }
  .red-background h2 {
    color: #ffffff; }

@media (max-width: 782px) {
  .red-background figure {
    display: none; } }
.header-social {
  display: inline-block;
  padding: 9px;
  color: #ffffff; }

.header-social:hover {
  background-color: #a90d22; }

/*@media (max-width: 782px) {
	.red-background {
		.wp-block-image {
			display:none;
		}
	}
}*/
.card {
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid;
  margin-bottom: 10px;
  border-color: #dddddd; }

/*# sourceMappingURL=style.css.map */
