@charset "UTF-8";
/*
	
Theme Name: Ded Red
Version: 1.0
Author: Ded Red 

*/
@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Montserrat:400,700");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.wrapper {
  display: block;
  width: 100%;
  /*padding:100px 0;*/
  padding: 40px 0;
  zoom: 1; }
  .wrapper:before, .wrapper:after {
    content: '';
    display: table; }
  .wrapper:after {
    clear: both; }
  .wrapper--grey {
    background-color: #f4f4f4; }

.container,
.container--full {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  zoom: 1; }
  .container:before, .container:after,
  .container--full:before,
  .container--full:after {
    content: '';
    display: table; }
  .container:after,
  .container--full:after {
    clear: both; }

@media (min-width: 1440px) {
  .container {
    width: 1200px;
    margin: auto; } }

.row {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1; }
  .row:before, .row:after {
    content: '';
    display: table; }
  .row:after {
    clear: both; }

[class*='col'] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  zoom: 1; }
  [class*='col']:before, [class*='col']:after {
    content: '';
    display: table; }
  [class*='col']:after {
    clear: both; }

@media (min-width: 1024px) {
  .col--1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0; }

  .col--2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0; }

  .col--3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0; }

  .col--4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0; }

  .col--5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0; }

  .col--6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0; }

  .col--7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0; }

  .col--8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0; }

  .col--9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0; }

  .col--10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0; }

  .col--11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0; }

  .col--12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0; } }
.col--2point4 {
  width: 20%;
  flex-basis: 20%;
  flex-grow: 0; }

@media (max-width: 1024px) {
  .col--2point4 {
    width: 100%;
    flex-basis: 100%; } }
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #7d7d7d; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Montserrat', sans-serif; }

h2 {
  /*font-size:4rem;*/
  font-size: 3rem;
  color: #dd3c35; }

h3 {
  /*font-size:3rem;*/
  font-size: 2.6rem;
  line-height: 37px; }

h4 {
  font-size: 3rem; }

p {
  margin: 20px 0; }

ul {
  margin: 0;
  padding: 0; }

address {
  font-style: normal; }

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

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

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

.text--green {
  color: #5bcc4f; }

.text--blue {
  color: #66aac0; }

a {
  color: #dd3c35;
  text-decoration: none; }

.section-title {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center; }
  .section-title h2 {
    font-size: 3rem; }
  .section-title--red {
    background-color: #841b17; }
    .section-title--red h2 {
      color: #ffffff; }

.button, ol.comment-list li.comment .comment__text .comment-reply-link,
a.button,
ol.comment-list li.comment .comment__text a.comment-reply-link,
button,
input[type="button"],
input[type="submit"] {
  padding: 10px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  border: solid 2px #dd3c35; }
  .button:hover, ol.comment-list li.comment .comment__text .comment-reply-link:hover,
  a.button:hover,
  ol.comment-list li.comment .comment__text a.comment-reply-link:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background: #dd3c35;
    color: #ffffff; }

.form-submit input[type="submit"] {
  background-color: #dd3c35; }

a.button--share {
  display: inline-block;
  width: 200px;
  margin: 20px 15px 0;
  padding: 30px 40px;
  border: none;
  color: #ffffff; }
  a.button--share .fa {
    margin-bottom: 10px;
    font-size: 3rem; }

a.button--facebook {
  background-color: #3B5998; }
  a.button--facebook:hover {
    background-color: #2d4373; }

a.button--twitter {
  background-color: #62A4C4; }
  a.button--twitter:hover {
    background-color: #428db1; }

a.button--google {
  background-color: #DC4335; }
  a.button--google:hover {
    background-color: #bd2e21; }

figure {
  margin: 0; }

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; }

.image-responsive {
  display: block;
  width: 50%;
  max-width: 100%;
  height: auto; }

.dedred-logo {
  position: relative;
  top: 6px;
  width: 100px;
  height: auto; }

@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; }

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

  .alignright {
    float: right;
    margin-left: 60px; } }
.site-header {
  display: block;
  position: absolute;
  top: 0;
  width: 100%; }

.site-logo {
  position: relative;
  margin-top: 22px;
  padding-left: 30px;
  z-index: 9000; }
  .site-logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-width: 200px; }

.site-footer {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  background: #dd3333;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dd3333 0%, #dd5f33 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #dd3333 0%, #dd5f33 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #dd3333 0%, #dd5f33 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3333', endColorstr='#dd5f33',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .site-footer__main {
    padding: 40px 0;
    background-color: #292929; }
    .site-footer__main .footer-logo {
      margin-top: 40px; }
      .site-footer__main .footer-logo img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-width: 80%; }
    .site-footer__main h4,
    .site-footer__main p,
    .site-footer__main address {
      color: #ffffff; }
    .site-footer__main p {
      margin-top: 0; }
      .site-footer__main p span {
        margin-right: 10px;
        font-size: 2rem; }

.home-posts-title {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  background-color: #dd3c35;
  overflow: hidden; }
  .home-posts-title h2 {
    position: relative;
    top: 5px;
    left: 15px;
    font-size: 2.4rem;
    color: #ffffff; }
  .home-posts-title a {
    position: relative;
    left: 15px;
    float: right;
    padding: 15px 20px;
    color: #ffffff;
    background-color: #841b17; }

.posts-home .post {
  padding: 0;
  background: #ffffff;
  border: solid #f4f4f4;
  border-width: 10px 5px; }
  .posts-home .post__thumb {
    position: relative;
    overflow: hidden; }
    .posts-home .post__thumb img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .posts-home .post__date {
    margin-top: -5px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #b0b0b0; }
  .posts-home .post__content {
    position: relative;
    padding: 30px; }
    .posts-home .post__content h3 {
      margin-top: 20px;
      margin-bottom: 0; }
    .posts-home .post__content .post__avatar {
      position: absolute;
      left: 30px;
      top: -45px; }
      .posts-home .post__content .post__avatar img {
        border-radius: 50%;
        border: solid 5px #ffffff; }
    .posts-home .post__content .post-categories {
      margin-top: 20px; }
      .posts-home .post__content .post-categories li {
        list-style: none; }
        .posts-home .post__content .post-categories li a {
          display: inline-block;
          padding: 5px;
          font-size: 1.2rem;
          color: #ffffff;
          background-color: #dd3c35;
          border-radius: 3px; }
  .posts-home .post:hover .post__thumb img {
    transform: scale(1.1); }
  .posts-home .post:first-child {
    border-left-width: 10px; }
  .posts-home .post:last-child {
    border-right-width: 10px; }

.row--post-sidebar {
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  background: #dd3c35;
  color: #ffffff; }
  .row--post-sidebar .fa {
    margin-right: 20px; }

.row--post-widgets {
  display: none;
  margin: 0 10px 0px 10px;
  padding: 20px;
  background: #841b17; }
  .row--post-widgets.open {
    display: block; }

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

.post--blog-page {
  display: inline-block;
  float: left;
  width: 50%;
  height: 330px;
  margin-bottom: 20px;
  padding: 0 10px; }
  @media (max-width: 1024px) {
    .post--blog-page {
      width: 100%; } }
  .post--blog-page:nth-child(3n+1) {
    width: 100%; }
    .post--blog-page:nth-child(3n+1) .post__thumb {
      width: 40%; }
    .post--blog-page:nth-child(3n+1) .post__content {
      position: relative;
      width: 60%;
      padding-top: 60px; }
      @media (max-width: 600px) {
        .post--blog-page:nth-child(3n+1) .post__content {
          padding-top: 30px; } }
  .post--blog-page .post__thumb {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-size: 100%; }
    @media (max-width: 1024px) {
      .post--blog-page .post__thumb {
        width: 40%; } }
  .post--blog-page .post__cat {
    position: absolute;
    top: 10px;
    left: 10px; }
    .post--blog-page .post__cat ul.post-categories li {
      list-style: none; }
      .post--blog-page .post__cat ul.post-categories li a {
        display: inline-block;
        color: #ffffff;
        font-size: 1.2rem;
        padding: 5px;
        background-color: #dd3c35;
        border-radius: 4px; }
  .post--blog-page .post__content {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    padding: 30px; }
    @media (max-width: 1024px) {
      .post--blog-page .post__content {
        width: 60%; } }
    .post--blog-page .post__content .post__date {
      margin-bottom: -5px;
      color: #c1c1c1;
      font-weight: bold; }
    .post--blog-page .post__content h2 {
      margin: 0;
      font-size: 2.2rem;
      text-transform: uppercase; }
      @media (max-width: 1024px) {
        .post--blog-page .post__content h2 {
          font-size: 1.6rem;
          line-height: 2.2rem; } }
    .post--blog-page .post__content p {
      margin-top: 0; }
      @media (max-width: 1024px) {
        .post--blog-page .post__content p {
          font-size: 1.3rem; } }
      @media (max-width: 600px) {
        .post--blog-page .post__content p {
          line-height: 1.8rem; } }
  .post--blog-page:hover .post__thumb {
    background-size: 110%; }

.post-cats {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 2px; }
  .post-cats a {
    color: #ffffff; }

.post__date--single {
  font-weight: 300;
  letter-spacing: 2px; }

.post--single {
  width: 900px;
  margin: auto; }

.post-author {
  display: block;
  width: 900px;
  margin: 30px auto;
  padding: 30px;
  background-color: #dd3c35; }
  .post-author__thumb img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 50%; }
  .post-author__bio h3 {
    margin-bottom: -10px;
    font-size: 2.6rem; }
  .post-author__bio h3,
  .post-author__bio p {
    color: #ffffff; }

.comment-form {
  width: 900px;
  margin: auto;
  padding: 30px;
  background-color: #bf2720; }
  .comment-form a {
    color: #ffffff;
    text-decoration: underline; }
  .comment-form label {
    display: block;
    font-weight: bold; }
  .comment-form input[type="text"],
  .comment-form textarea {
    display: block;
    padding: 10px;
    border: none; }
  .comment-form input[type="text"] {
    width: 60%;
    height: 42px; }
  .comment-form textarea {
    width: 100%; }

ol.comment-list {
  width: 900px;
  margin: auto auto 40px;
  padding: 0; }
  ol.comment-list li.comment {
    list-style: none; }
    ol.comment-list li.comment .comment__inner {
      margin-bottom: 30px;
      background: #ffffff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    ol.comment-list li.comment .comment__author {
      padding: 30px 30px 15px;
      border-bottom: solid 1px #f5f5f5; }
      ol.comment-list li.comment .comment__author img {
        margin-right: 30px;
        border-radius: 50%; }
      ol.comment-list li.comment .comment__author h5 {
        margin-top: -5px;
        color: #7d7d7d;
        font-size: 2rem; }
        ol.comment-list li.comment .comment__author h5 cite,
        ol.comment-list li.comment .comment__author h5 span {
          font-style: normal; }
      ol.comment-list li.comment .comment__author .comment__date {
        display: block;
        margin-top: -5px;
        font-size: 1.4rem;
        letter-spacing: 2px; }
    ol.comment-list li.comment .comment__text {
      padding: 0 30px 30px; }
      ol.comment-list li.comment .comment__text p {
        color: #7d7d7d; }

.comment-respond .comment-reply-title {
  margin-bottom: 20px;
  font-size: 3rem;
  text-align: center; }

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

.print-form .form__control {
  padding: 15px;
  margin-bottom: 12px;
  background-color: #eeeeee;
  border: none;
  height: 48px; }
  @media (max-width: 600px) {
    .print-form .form__control {
      height: 40px; } }
  @media (max-width: 400px) {
    .print-form .form__control {
      height: 46px; } }
.print-form .wpcf7 {
  position: relative; }
  @media (max-width: 400px) {
    .print-form .wpcf7 {
      left: 15%;
      top: 24px; } }
  @media (max-width: 600px) {
    .print-form .wpcf7 {
      top: 30px; } }
.print-form .button, .print-form ol.comment-list li.comment .comment__text .comment-reply-link, ol.comment-list li.comment .comment__text .print-form .comment-reply-link {
  background-color: #dd3c35;
  color: white;
  width: 100%;
  text-align: center;
  color: #ffffff;
  border: none;
  background-color: #005C80; }
  .print-form .button:hover, .print-form ol.comment-list li.comment .comment__text .comment-reply-link:hover, ol.comment-list li.comment .comment__text .print-form .comment-reply-link:hover {
    background-color: #dd3c35; }
.print-form .wpcf7-form-control-wrap.How {
  display: block;
  position: relative;
  overflow: hidden; }
  .print-form .wpcf7-form-control-wrap.How:after {
    position: absolute;
    right: 0;
    top: 15px;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    content: '\f0d7'; }
.print-form .form__control--dropdown {
  width: 107%; }

@media (max-width: 400px) {
  .callback-form {
    background-image: url(http://dedred.dedwhite.co.uk/wp-content/uploads/2017/01/card-bg-mobile.jpg) !important; } }
.callback-form .wpcf7 {
  position: relative;
  left: 50px;
  /*top:60px;*/
  top: 45px;
  width: 40%; }
  @media (max-width: 400px) {
    .callback-form .wpcf7 {
      left: 15%;
      top: 24px;
      width: 70%; } }
  @media (max-width: 600px) {
    .callback-form .wpcf7 {
      top: 30px; } }
.callback-form .form__control {
  /*height:48px;*/
  height: 38px;
  /*margin-bottom:10px;*/
  margin-bottom: 8px;
  background: none;
  border-bottom: solid 3px #005C80;
  border-width: 0 0 3px 0; }
  @media (max-width: 600px) {
    .callback-form .form__control {
      height: 40px; } }
  @media (max-width: 400px) {
    .callback-form .form__control {
      height: 46px; } }
.callback-form .wpcf7-form-control-wrap.How {
  display: block;
  position: relative;
  overflow: hidden; }
  .callback-form .wpcf7-form-control-wrap.How:after {
    position: absolute;
    right: 0;
    top: 15px;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    content: '\f0d7'; }
.callback-form .form__control--dropdown {
  width: 107%; }
.callback-form .button--callback-form {
  width: 100%;
  text-align: center;
  color: #ffffff;
  border: none;
  background-color: #005C80; }
  .callback-form .button--callback-form:hover {
    background-color: #dd3c35; }

.widget {
  margin: 0; }
  .widget .widget__title {
    margin: 0;
    font-size: 2.4rem; }
  .widget ul {
    margin: 0;
    padding: 0; }
    .widget ul li {
      list-style: none; }

.widget--blog h3,
.widget--blog a {
  color: #ffffff; }
.widget--blog .baw-months {
  padding-left: 10px; }

.burger-wrap {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 80px;
  height: 80px;
  background-color: #292929;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

.burger-button__burger, .burger-button__cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .burger-button__burger .line, .burger-button__cross .line {
    display: block;
    position: relative;
    top: 25px;
    left: 20px;
    width: 36px;
    height: 2px;
    margin: 6px 0;
    background-color: #fff;
    transform: scale(1);
    transform-origin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .burger-button__burger .line:nth-child(1), .burger-button__cross .line:nth-child(1) {
      transition-delay: 0.4s; }
    .burger-button__burger .line:nth-child(2), .burger-button__cross .line:nth-child(2) {
      transition-delay: 0.6s; }
    .burger-button__burger .line:nth-child(3), .burger-button__cross .line:nth-child(3) {
      transition-delay: 0.8s; }
.burger-button__cross {
  top: 3px;
  transform: rotate(45deg); }
  .burger-button__cross .line {
    transform: scale(0);
    transform-origin: 50% 0; }
    .burger-button__cross .line:nth-child(1) {
      top: 15px;
      left: 37px;
      width: 2px;
      height: 36px;
      transition-delay: 0; }
    .burger-button__cross .line:nth-child(2) {
      top: -10px;
      left: 20px;
      transition-delay: 0.2s;
      transform-origin: 0;
      transform: scale(0, 1); }

.is-active {
  background-color: #dd3c35; }
  .is-active .burger-button__burger .line {
    transform: scale(0, 1); }
    .is-active .burger-button__burger .line:nth-child(1) {
      transition-delay: 0s; }
    .is-active .burger-button__burger .line:nth-child(2) {
      transition-delay: 0.2s; }
    .is-active .burger-button__burger .line:nth-child(3) {
      transition-delay: 0.4s; }
  .is-active .burger-button__cross .line {
    transform: scale(1); }
    .is-active .burger-button__cross .line:nth-child(1) {
      transition-delay: 0.6s; }
    .is-active .burger-button__cross .line:nth-child(2) {
      transition-delay: 0.8s;
      transform: scale(1); }

.banner {
  display: block;
  position: relative;
  width: 100%;
  /*height:800px;*/
  height: 500px;
  background-color: #dd3c35;
  background: #dd3333;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dd3333 0%, #dd5f33 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #dd3333 0%, #dd5f33 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #dd3333 0%, #dd5f33 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3333', endColorstr='#dd5f33',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .banner h1,
  .banner h2,
  .banner p {
    color: #ffffff; }
  .banner h1 {
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.4; }
    .banner h1 span {
      font-size: 7.2rem;
      font-weight: 700;
      letter-spacing: 0; }
  .banner p {
    margin-top: 0; }
  .banner--inner {
    height: 70vh; }
  .banner__icon img {
    max-width: 80%; }

@media (max-width: 1024px) {
  .banner h1 span {
    font-size: 5rem; }

  .banner__icon img {
    max-width: 160px; } }
@media (max-width: 800px) {
  .banner__icon img {
    max-width: 100px; } }
@media (max-width: 640px) {
  .banner h1 span {
    font-size: 4rem; } }
@media (max-width: 600px) {
  .banner {
    text-align: center;
    height: 600px; }

  .banner__icon img {
    /*max-width: 120px;*/
    /*padding-top: 60px;*/
    margin-left: auto;
    margin-right: auto;
    /*below added Jan 2019*/
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 80px; } }
@media (max-width: 420px) {
  .banner {
    height: 650px; } }
.container--banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.banner--post {
  position: relative; }
  .banner--post .banner__overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgba(41, 41, 41, 0.3); }
  .banner--post .container {
    position: relative; }

.about--banner {
  height: 350px; }

.menu-main-menu-container {
  display: inline-block;
  width: 100%; }

.nav-links {
  display: block;
  width: 100%;
  margin-left: -20px;
  margin-top: 140px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.8s; }
  .nav-links li {
    display: block;
    position: relative;
    list-style: none; }
    .nav-links li a {
      display: block;
      position: relative;
      /*padding:15px 0 10px 200px;*/
      padding: 12px 0 7px 200px;
      color: #fff;
      font-weight: 700;
      /*font-size:2.4rem;*/
      font-size: 1.8rem;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 9000; }
    .nav-links li:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      /*height:68px;*/
      height: 55px;
      background: #59120f;
      content: '';
      z-index: 8000;
      transform: scale(0, 1);
      transform-origin: left;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
    .nav-links li:hover:before {
      transform: scale(1, 1); }
    .nav-links li.has-sub {
      position: relative;
      /*&.close {
      	ul.sub-menu {
      		display:none;
      	}
      }*/ }
      .nav-links li.has-sub:after {
        position: absolute;
        /*left:370px;*/
        left: 390px;
        top: 20px;
        font-family: "FontAwesome";
        content: '\f107';
        color: #ffffff;
        z-index: 9000; }
      .nav-links li.has-sub > ul.sub-menu {
        display: none;
        z-index: 9100; }
        .nav-links li.has-sub > ul.sub-menu li a {
          padding-left: 230px;
          /*font-size:2rem;*/
          font-size: 1.8rem; }
      .nav-links li.has-sub.open:after {
        transform: rotate(180deg); }
      .nav-links li.has-sub.open ul.sub-menu {
        display: block; }

@media (max-width: 1024px) {
  .nav-links li a {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 55px; } }
@media (max-width: 1024px) {
  .nav-links li.has-sub:after {
    left: 220px; } }
@media (max-width: 1024px) {
  .nav-links li.has-sub > ul.sub-menu li a {
    padding-left: 130px; } }
.menu-header {
  position: absolute;
  top: 80px;
  left: 200px;
  width: 100%;
  margin-left: -20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.4s; }
  .menu-header__logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-width: 200px; }

.menu-footer {
  position: absolute;
  bottom: 40px;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 2px; }
  .menu-footer__left, .menu-footer__right {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden; }
  .menu-footer__left {
    position: relative;
    left: -20px;
    padding-left: 200px;
    transition-delay: 1s; }
    @media (max-width: 1024px) {
      .menu-footer__left {
        padding-left: 56px; } }
  .menu-footer__right {
    position: relative;
    right: -20px;
    padding-right: 200px;
    transition-delay: 1.2s; }

.show-nav .menu-header {
  margin-left: 0px;
  opacity: 1;
  visibility: visible; }
.show-nav .menu-footer__left {
  left: 0;
  opacity: 1;
  visibility: visible; }
.show-nav .menu-footer__right {
  right: 0;
  opacity: 1;
  visibility: visible; }
.show-nav .nav-links {
  margin-left: 0;
  opacity: 1;
  visibility: visible; }

.social-links {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 10px 20px 0 0;
  z-index: 9000; }
  .social-links span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    border: solid 2px #ffffff;
    border-radius: 50%;
    text-align: center; }
    .social-links span a {
      position: relative;
      top: -2px;
      color: #ffffff;
      font-size: 1.2rem; }

.nav-links--social {
  display: inline; }
  .nav-links--social li {
    text-align: center; }
    .nav-links--social li a {
      display: block;
      font-size: 1.8rem; }

.menu-toggle-wrap {
  display: inline-block;
  margin-right: 30px; }

.button--burger {
  position: relative;
  float: right;
  z-index: 9000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button--burger .top-line,
  .button--burger .mid-line,
  .button--burger .btm-line {
    display: block;
    position: relative;
    width: 22px;
    border-top: solid 2px #ffffff;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--burger .top-line {
    top: -5px;
    transform-origin: top left; }
  .button--burger .btm-line {
    bottom: -5px;
    transform-origin: bottom left; }
  .button--burger:before {
    display: block;
    position: absolute;
    top: -18px;
    left: -10px;
    width: 42px;
    height: 42px;
    background-color: #841b17;
    content: '';
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .button--burger:hover:before {
    transform: scale(1); }

.menu-overlay {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #841b17;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition-delay: 1s;
  opacity: 0;
  visibility: hidden;
  z-index: 8000; }

.show-nav .menu-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  display: block;
  padding-bottom: 900px; }
.show-nav .button--burger {
  transform: rotate(360deg); }
  .show-nav .button--burger .top-line {
    top: -6px;
    transform: rotate(45deg); }
  .show-nav .button--burger .mid-line {
    opacity: 0; }
  .show-nav .button--burger .btm-line {
    transform: rotate(-45deg); }

.callouts-home {
  /*@media (max-width: 600px) {
  	.callout-item {
  		height: 330px;
  	}
  }*/ }
  .callouts-home .callout-item {
    position: relative;
    height: 460px;
    padding: 40px 0 0 0;
    overflow: hidden;
    border: solid 5px #ffffff;
    border-width: 10px 5px 0px 5px;
    /*&:hover {
    	
    	h2 {
    		top:-10px;
    		font-size:2.6rem;
    	}
    		
    	.callout-item__icon {
    		width:20%;
    	}
    		
    	.callout-item__content {
    		margin-top:0;
    	}
    }*/ }
    .callouts-home .callout-item.red {
      border-left: solid 10px #ffffff;
      background-color: #dd3c35; }
      .callouts-home .callout-item.red .callout-item__content {
        background-color: rgba(132, 27, 23, 0.3); }
    .callouts-home .callout-item.green {
      border-right: solid 10px #ffffff;
      background-color: #5bcc4f; }
      .callouts-home .callout-item.green .callout-item__content {
        /*background-color:rgba(colour('green', 'dark'),0.3);*/
        background-color: rgba(165, 45, 39, 0.3); }
    .callouts-home .callout-item.blue {
      background-color: #66aac0; }
      .callouts-home .callout-item.blue .callout-item__content {
        background-color: rgba(61, 127, 148, 0.3); }
    .callouts-home .callout-item.purple {
      background-color: #ba74e4; }
      .callouts-home .callout-item.purple .callout-item__content {
        background-color: #8a2ec1; }
    .callouts-home .callout-item h2,
    .callouts-home .callout-item p,
    .callouts-home .callout-item li {
      color: white;
      text-align: center; }
    .callouts-home .callout-item h2 {
      position: relative;
      top: 0;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    @media (max-width: 1440px) {
      .callouts-home .callout-item h2 {
        font-size: 3rem; } }
    @media (max-width: 1300px) {
      .callouts-home .callout-item h2 {
        font-size: 2.5rem; } }
    @media (max-width: 1024px) {
      .callouts-home .callout-item h2 {
        /*font-size:4rem;*/
        font-size: 3rem; } }
    .callouts-home .callout-item .callout-item__icon {
      width: 30%;
      margin: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .callouts-home .callout-item .callout-item__icon img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .callouts-home .callout-item .callout-item__content {
      position: absolute;
      top: 50%;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      margin-top: 250px;
      padding: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1920px) {
        .callouts-home .callout-item .callout-item__content {
          top: 38%;
          height: 62%;
          margin-top: 280px; } }
      @media (max-width: 1024px) {
        .callouts-home .callout-item .callout-item__content {
          top: 50%;
          height: 50%;
          margin-top: 250px; } }
      .callouts-home .callout-item .callout-item__content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
  @media (min-width: 600px) {
    .callouts-home .callout-item:hover h2 {
      top: -10px;
      font-size: 2.6rem; }
    .callouts-home .callout-item:hover .callout-item__icon {
      width: 20%; }
    .callouts-home .callout-item:hover .callout-item__content {
      margin-top: 0; } }
  @media (max-width: 600px) {
    .callouts-home .callout-item {
      height: 360px; } }
  @media (max-width: 430px) {
    .callouts-home .callout-item {
      height: 340px; } }
  .callouts-home .callout-item-second-level {
    position: relative;
    height: 420px;
    padding: 40px 0 0 0;
    overflow: hidden;
    border: solid 5px #ffffff;
    border-width: 10px 5px 0px 5px;
    background-size: cover;
    background-position: center; }
    .callouts-home .callout-item-second-level.red {
      background-color: #dd3c35;
      padding: 30px; }
      .callouts-home .callout-item-second-level.red .callout-item__content {
        background-color: rgba(132, 27, 23, 0.3); }
    .callouts-home .callout-item-second-level.green-first {
      background-color: #5bcc4f;
      padding: 30px; }
      @media (min-width: 1024px) {
        .callouts-home .callout-item-second-level.green-first {
          border-left-width: 10px; } }
      .callouts-home .callout-item-second-level.green-first .callout-item__content {
        background-color: rgba(46, 127, 37, 0.3); }
    .callouts-home .callout-item-second-level.green-last {
      background-color: #5bcc4f;
      padding: 30px; }
      @media (min-width: 1024px) {
        .callouts-home .callout-item-second-level.green-last {
          border-right-width: 10px; } }
      .callouts-home .callout-item-second-level.green-last .callout-item__content {
        background-color: rgba(46, 127, 37, 0.3); }
    .callouts-home .callout-item-second-level.blue {
      background-color: #66aac0;
      padding: 30px; }
      .callouts-home .callout-item-second-level.blue .callout-item__content {
        background-color: rgba(61, 127, 148, 0.3); }
    .callouts-home .callout-item-second-level h2,
    .callouts-home .callout-item-second-level p,
    .callouts-home .callout-item-second-level li {
      color: white;
      text-align: center; }
    .callouts-home .callout-item-second-level h2 {
      position: relative;
      top: 0;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .callouts-home .callout-item-second-level h3 {
      color: #ffffff;
      text-align: center; }
    .callouts-home .callout-item-second-level .callout-item__icon {
      width: 30%;
      margin: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .callouts-home .callout-item-second-level .callout-item__icon img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .callouts-home .callout-item-second-level .callout-item__content {
      position: absolute;
      top: 50%;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      margin-top: 250px;
      padding: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .callouts-home .callout-item-second-level .callout-item__content ul {
        padding: 0;
        margin: 0;
        list-style: none; }
    .callouts-home .callout-item-second-level:hover h2 {
      top: -10px;
      font-size: 2.6rem; }
    .callouts-home .callout-item-second-level:hover .callout-item__icon {
      width: 20%; }
    .callouts-home .callout-item-second-level:hover .callout-item__content {
      margin-top: 0; }
  @media (max-width: 1024px) {
    .callouts-home .callout-item-second-level {
      height: 280px; } }

.slick-slider.posts-slider button.slick-prev,
.slick-slider.posts-slider button.slick-next {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 36px;
  height: 36px;
  background: #dd3c35;
  border-radius: 50%; }
  .slick-slider.posts-slider button.slick-prev:before,
  .slick-slider.posts-slider button.slick-next:before {
    color: #ffffff; }
.slick-slider.posts-slider button.slick-prev {
  right: 41px; }
.slick-slider .slick-dots li button:before {
  font-size: 1rem;
  font-family: "FontAwesome";
  content: '\f10c'; }
.slick-slider .slick-dots li.slick-active button:before {
  content: '\f111'; }

.testimonial-slider .slick-dots {
  bottom: -60px; }
  .testimonial-slider .slick-dots li button:before {
    color: #ffffff; }

.tab-list {
  margin: 0 0 20px 0;
  padding: 0; }
  .tab-list li {
    display: inline-block;
    list-style-type: none; }
    .tab-list li a {
      display: block;
      padding: 3px 20px 3px 20px;
      border-radius: 20px;
      border: solid 2px transparent; }

.tab-list li.active a,
.tab-list li.hover a {
  color: #fff;
  background-color: #dd3c35;
  border: solid 2px #dd3c35; }

.tab-list li.active a,
.tab-list li a:hover {
  border: solid 2px #dd3c35; }

.tab-panel {
  display: none; }
  .tab-panel.active {
    display: block; }

.page-wrapper {
  position: relative; }

.wrapper {
  position: relative; }
  .wrapper--no-pad {
    padding: 0; }
  .wrapper--red, .wrapper--testimonials {
    background-color: #dd3c35; }
    .wrapper--red h2,
    .wrapper--red h3,
    .wrapper--red h4,
    .wrapper--red h5,
    .wrapper--red p, .wrapper--testimonials h2,
    .wrapper--testimonials h3,
    .wrapper--testimonials h4,
    .wrapper--testimonials h5,
    .wrapper--testimonials p {
      color: #ffffff; }
  .wrapper--blue {
    /*background-color:colour('secondary');*/
    /*background: #66aac0;*/
    /* Old browsers */
    /*background: -moz-linear-gradient(-45deg, #66aac0 0%, #4289a0 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(-45deg, #66aac0 0%,#4289a0 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #66aac0 0%,#4289a0 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aac0', endColorstr='#4289a0',GradientType=1 );*/
    /* IE6-9 fallback on horizontal gradient */
    /* changed from blue to red for the callout section near the footer*/
    background-color: #841b17;
    background: #841b17;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff5454 0%, #841b17 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff5454 0%, #841b17 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff5454 0%, #841b17 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5454', endColorstr='#841b17',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .wrapper--grey {
    background-color: #f4f4f4; }
  .wrapper--green {
    background-color: #5bcc4f; }
  .wrapper--testimonials {
    background: #dd3333;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #dd3333 0%, #dd5f33 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #dd3333 0%, #dd5f33 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #dd3333 0%, #dd5f33 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3333', endColorstr='#dd5f33',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .wrapper--portfolio {
    border: solid 5px #ffffff; }

.portfolio-item {
  border: solid 5px #ffffff;
  background-size: 100%;
  background-position: center center;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out; }
  .portfolio-item__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #292929;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1440px) {
      .portfolio-item__overlay {
        opacity: 0.1; } }
  .portfolio-item__content {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .portfolio-item__content h3,
    .portfolio-item__content p {
      position: relative;
      top: 20px;
      opacity: 0;
      color: #ffffff;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1440px) {
        .portfolio-item__content h3,
        .portfolio-item__content p {
          opacity: 0; } }
    .portfolio-item__content h3 {
      transition-delay: 0.3s; }
    .portfolio-item__content p {
      top: 15px;
      transition-delay: 0.1;
      font-size: 1.2rem;
      letter-spacing: 2px;
      transition-delay: 0s; }
      .portfolio-item__content p:before {
        font-family: "FontAwesome";
        content: '\f101'; }
  .portfolio-item__link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .portfolio-item:hover {
    background-size: 110%; }
    .portfolio-item:hover .portfolio-item__overlay {
      opacity: 0.7; }
    .portfolio-item:hover .portfolio-item__content h3,
    .portfolio-item:hover .portfolio-item__content p {
      top: 0;
      opacity: 1; }
    .portfolio-item:hover .portfolio-item__content h3 {
      transition-delay: 0s; }
    .portfolio-item:hover .portfolio-item__content p {
      top: -5px;
      transition-delay: 0.1s; }

.featured-work,
.row--portfolio {
  height: auto !important; }
  .featured-work .portfolio-item,
  .row--portfolio .portfolio-item {
    position: relative;
    float: left;
    width: 50%;
    /*height:420px;*/
    zoom: 1; }
    .featured-work .portfolio-item:before, .featured-work .portfolio-item:after,
    .row--portfolio .portfolio-item:before,
    .row--portfolio .portfolio-item:after {
      content: '';
      display: table; }
    .featured-work .portfolio-item:after,
    .row--portfolio .portfolio-item:after {
      clear: both; }
    .featured-work .portfolio-item--page-link,
    .row--portfolio .portfolio-item--page-link {
      background-color: #dd3c35;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .featured-work .portfolio-item--page-link:hover,
      .row--portfolio .portfolio-item--page-link:hover {
        background-color: #841b17; }
  .featured-work a.portfolio-item-link-wrap,
  .row--portfolio a.portfolio-item-link-wrap {
    color: #ffffff; }
    .featured-work a.portfolio-item-link-wrap .fa,
    .row--portfolio a.portfolio-item-link-wrap .fa {
      font-size: 4rem; }

.portfolio-list .portfolio-item {
  position: relative;
  float: left;
  width: 100%;
  height: 420px; }
  @media (min-width: 768px) {
    .portfolio-list .portfolio-item {
      width: 50%; } }

.callback-text {
  margin-top: 50px; }
  .callback-text h2,
  .callback-text h3,
  .callback-text p {
    margin: 0;
    color: #ffffff; }

.row--callback {
  margin-top: 20px;
  padding-left: 10px; }
  .row--callback .callback-avatar {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%; }
    .row--callback .callback-avatar img {
      position: relative;
      top: 18px;
      width: 105%;
      max-width: 105%; }
  .row--callback p {
    margin-top: -10px;
    letter-spacing: 2px; }

.callback-form {
  display: block;
  width: 100%;
  height: 430px;
  background-image: url(assets/card-bg.png);
  background-size: 100%;
  background-repeat: no-repeat; }

@media (max-width: 1440px) {
  .callback-form {
    height: 470px; } }
.testimonial-slider {
  margin-top: 40px; }

.testimonial-item__title {
  font-size: 3rem; }
.testimonial-item__name {
  margin-top: 40px;
  letter-spacing: 2px; }

.about-text {
  display: block;
  width: 100%;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .about-text h3,
  .about-text p {
    color: #ffffff; }
  .about-text--red {
    background-color: #dd3c35; }
    .about-text--red:hover {
      background-color: #bf2720; }
  .about-text--green {
    background-color: #5bcc4f; }
    .about-text--green:hover {
      background-color: #40b434; }
  .about-text--blue {
    background-color: #66aac0; }
    .about-text--blue:hover {
      background-color: #4793ac; }
  .about-text .about-icon img {
    max-width: 50%;
    margin: auto; }

.container--team {
  padding: 10px 5px 0 5px;
  background-color: #f4f4f4; }

.team-member {
  position: relative;
  margin-bottom: 10px;
  padding: 0 5px; }
  .team-member__thumb {
    position: relative; }
    .team-member__thumb img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .team-member__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(41, 41, 41, 0.8);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .team-member__overlay h3,
    .team-member__overlay p {
      transform: scale(0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .team-member__overlay h3 {
      margin-top: 100px;
      margin-bottom: 0;
      color: #ffffff; }
    .team-member__overlay p {
      margin-top: 0;
      transition-delay: 0.1s; }
  .team-member:hover .team-member__overlay {
    opacity: 1;
    visibility: visible; }
    .team-member:hover .team-member__overlay h3,
    .team-member:hover .team-member__overlay p {
      transform: scale(1); }

.service-design h2,
.service-design h3,
.service-design h4,
.service-design h5,
.service-design p,
.service-design ul,
.service-design li,
.service-develop h2,
.service-develop h3,
.service-develop h4,
.service-develop h5,
.service-develop p,
.service-develop ul,
.service-develop li,
.service-digital h2,
.service-digital h3,
.service-digital h4,
.service-digital h5,
.service-digital p,
.service-digital ul,
.service-digital li,
.service-development h2,
.service-development h3,
.service-development h4,
.service-development h5,
.service-development p,
.service-development ul,
.service-development li,
.service-marketing h2,
.service-marketing h3,
.service-marketing h4,
.service-marketing h5,
.service-marketing p,
.service-marketing ul,
.service-marketing li,
.service-print h2,
.service-print h3,
.service-print h4,
.service-print h5,
.service-print p,
.service-print ul,
.service-print li {
  color: #ffffff; }

.wrapper--services-portfolio {
  margin-top: 10px; }

.service-feature h3 {
  margin-bottom: 10px;
  font-size: 2rem; }

.service-design .banner {
  /*background:darken(colour('primary'),10) !important;*/ }
.service-design .service-description,
.service-design .wrapper--testimonials {
  background: #dd3c35; }
  .service-design .service-description h2,
  .service-design .service-description h3,
  .service-design .service-description h4,
  .service-design .service-description h5,
  .service-design .service-description p,
  .service-design .service-description a,
  .service-design .wrapper--testimonials h2,
  .service-design .wrapper--testimonials h3,
  .service-design .wrapper--testimonials h4,
  .service-design .wrapper--testimonials h5,
  .service-design .wrapper--testimonials p,
  .service-design .wrapper--testimonials a {
    color: #ffffff; }

.service-development .banner {
  /*background:darken(colour('purple'),10) !important;*/ }
.service-development .service-description,
.service-development .wrapper--testimonials {
  /*background:colour('purple');*/
  background: #dd3c35; }
  .service-development .service-description h2,
  .service-development .service-description h3,
  .service-development .service-description h4,
  .service-development .service-description h5,
  .service-development .service-description p,
  .service-development .service-description a,
  .service-development .wrapper--testimonials h2,
  .service-development .wrapper--testimonials h3,
  .service-development .wrapper--testimonials h4,
  .service-development .wrapper--testimonials h5,
  .service-development .wrapper--testimonials p,
  .service-development .wrapper--testimonials a {
    color: #ffffff; }

.service-print .banner {
  /*background:darken(colour('green'),10);*/ }
.service-print .service-description,
.service-print .wrapper--testimonials {
  /*background:colour('green');*/
  background: #dd3c35; }
  .service-print .service-description h2,
  .service-print .service-description h3,
  .service-print .service-description h4,
  .service-print .service-description h5,
  .service-print .service-description p,
  .service-print .service-description a,
  .service-print .wrapper--testimonials h2,
  .service-print .wrapper--testimonials h3,
  .service-print .wrapper--testimonials h4,
  .service-print .wrapper--testimonials h5,
  .service-print .wrapper--testimonials p,
  .service-print .wrapper--testimonials a {
    color: #ffffff; }

.service-marketing .banner {
  /*background:darken(colour('secondary'),10);*/ }
.service-marketing .service-description,
.service-marketing .wrapper--testimonials {
  /*background:colour('secondary');*/
  background: #dd3c35; }
  .service-marketing .service-description h2,
  .service-marketing .service-description h3,
  .service-marketing .service-description h4,
  .service-marketing .service-description h5,
  .service-marketing .service-description p,
  .service-marketing .service-description a,
  .service-marketing .wrapper--testimonials h2,
  .service-marketing .wrapper--testimonials h3,
  .service-marketing .wrapper--testimonials h4,
  .service-marketing .wrapper--testimonials h5,
  .service-marketing .wrapper--testimonials p,
  .service-marketing .wrapper--testimonials a {
    color: #ffffff; }

.wrapper--portfolio {
  padding: 0; }

.row--portfolio .portfolio-item {
  display: block;
  position: relative;
  float: left;
  /*width:50%;*/
  width: 25%;
  /*height:420px;*/ }
.row--portfolio .portfolio-item:after {
  content: "";
  display: block;
  padding-bottom: 100%; }
@media (max-width: 1280px) {
  .row--portfolio .portfolio-item {
    width: 33.333%; }
  .row--portfolio .portfolio-item:after {
    content: "";
    display: block;
    padding-bottom: 100%; } }
@media (max-width: 900px) {
  .row--portfolio .portfolio-item {
    width: 50%; }
  .row--portfolio .portfolio-item:after {
    content: "";
    display: block;
    padding-bottom: 100%; } }
@media (max-width: 600px) {
  .row--portfolio .portfolio-item {
    width: 100%; }
  .row--portfolio .portfolio-item:after {
    content: "";
    display: block;
    padding-bottom: 100%; } }

.animal-notes__icon {
  float: left; }
.animal-notes__content {
  float: right; }
  .animal-notes__content p:last-child {
    margin-bottom: 0; }
.animal-notes:nth-child(even) .animal-notes__icon {
  float: right; }
.animal-notes:nth-child(even) .animal-notes__content {
  float: left; }

.slick-dots {
  position: absolute;
  bottom: 30px;
  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:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f10c';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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.slick-active button:before {
  opacity: .75;
  color: #fff;
  content: ""; }

.slick-prev,
.slick-next {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  z-index: 7000;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.slick-prev:before,
.slick-next:before {
  color: #dd3333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "FontAwesome"; }

.slick-prev:hover,
.slick-next:hover {
  background: #dd3333;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff; }

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  opacity: 0.8; }

.slick-prev {
  left: 25px; }

.slick-prev:before {
  content: ""; }

.slick-next {
  right: 25px; }

.slick-next:before {
  content: ""; }

.property-slider .slick-prev,
.property-slider .slick-next {
  opacity: 1; }

.property-slider .slick-prev {
  left: 20px; }

.property-slider .slick-next {
  right: 20px; }

@media (max-width: 1440px) {
  p {
    font-size: 1.4rem; } }
@media (max-width: 1200px) {
  p {
    font-size: 1.3rem; } }
@media (max-width: 1024px) {
  .banner h1 {
    font-size: 3rem; } }
/*@media(max-width:1024px) {
	.banner__icon img {
		max-width: 110px;
	}
}*/
/*@media(max-width:1024px) {
	.banner__icon--main {
		max-width: 110px;
	}
}*/
@media (max-width: 1024px) {
  .container--banner {
    top: 55%; } }
@media (max-width: 400px) {
  .container--banner {
    top: 60%; } }
/*@media(max-width:1024px) {
	.banner--home {
		.container--banner {
			top:45%;
		}
	}
}*/
@media (max-width: 1024px) {
  .banner--home .container--banner {
    /*top:50%;*/
    top: 57%; } }
@media (max-width: 400px) {
  .banner--home {
    height: 600px; }
    .banner--home .container--banner {
      top: 60%; }

  .banner--home .container--banner h1 span {
    font-size: 3rem; } }
@media (max-width: 640px) {
  .banner h1 {
    font-size: 2.2rem; } }
.sub-page-title {
  padding-top: 45px; }

@media (max-width: 1024px) {
  .sub-page-title {
    padding-top: 10px; } }
@media (max-width: 1024px) {
  .banner--inner--sub {
    height: 30vh; } }
@media (max-width: 600px) {
  .banner--inner--sub {
    height: 40vh; } }
@media (max-width: 640px) {
  .nav-links li a {
    font-size: 1.8rem; } }
@media (max-width: 600px) {
  .service-home .main .banner h1 span {
    font-size: 4rem !important; } }
@media (max-width: 1024px) {
  .callout-item.red {
    border-left: solid 0px #ffffff !important;
    border-right: solid 0px #ffffff !important; }

  .callout-item.green {
    border-left: solid 0px #ffffff !important;
    border-right: solid 0px #ffffff !important; }

  .callout-item.blue {
    border-left: solid 0px #ffffff !important;
    border-right: solid 0px #ffffff !important; } }
@media (max-width: 1024px) {
  .callouts-home .callout-item .callout-item__content {
    top: 63%; } }
@media (max-width: 600px) {
  .callouts-home .callout-item .callout-item__content {
    top: 50%; } }
@media (max-width: 1024px) {
  .team-member {
    width: 50%; } }
@media (max-width: 400px) {
  .team-member {
    width: 100%; } }
@media (max-width: 1024px) {
  .individ-service-icon {
    width: 30%; } }
@media (max-width: 500px) {
  .individ-service-icon {
    width: 100%; }

  .individ-service-icon img {
    margin-left: auto;
    margin-right: auto; } }
.callout-item-second-level h3 {
  font-size: 2.2rem !important; }

@media (max-width: 1024px) {
  .site-nav-block {
    margin-left: auto;
    margin-right: auto;
    width: 175px; } }
@media (max-width: 1024px) {
  .site-logo img {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1240px) {
  .posts-home .post--blog .post__content {
    /*min-height:400px;*/ } }
@media (max-width: 1024px) {
  .posts-home .post--blog .post__content {
    /*min-height:460px;*/ } }
.services-individual-banner {
  height: 350px; }

@media (min-width: 1240px) {
  .services-individual-banner {
    height: 300px; } }
@media (max-width: 1240px) {
  .services-individual-banner {
    height: 350px; } }
@media (max-width: 600px) {
  .services-individual-banner {
    height: 400px; } }
/* From Turners of Bond Street - theme.scss */
.wrapper--packages h2,
.wrapper--packages p {
  color: #ffffff; }

.row--packages {
  position: relative;
  margin-top: 100px; }

.package-item {
  float: none;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  text-align: center;
  /*color:$white;*/
  color: #000000; }
  @media (min-width: 768px) {
    .package-item {
      width: 80%; } }
  @media (min-width: 1024px) {
    .package-item {
      float: left;
      width: 33.3333333333337%;
      margin: auto auto; } }
  .package-item:nth-child(1) {
    border-width: 1px 0 1px 1px;
    background-color: #eeeeee;
    color: #000000; }
  .package-item:nth-child(2) {
    position: relative;
    border: solid 1px #979797;
    border-width: 0;
    z-index: 10; }
    @media (min-width: 1024px) {
      .package-item:nth-child(2) {
        top: -45px; } }
  .package-item:nth-child(3) {
    border-width: 1px 1px 1px 0;
    background-color: #eeeeee;
    color: #000000; }
  .package-item a.button, .package-item ol.comment-list li.comment .comment__text a.comment-reply-link, ol.comment-list li.comment .comment__text .package-item a.comment-reply-link {
    color: #ffffff;
    border-color: #ffffff; }
    .package-item a.button:hover, .package-item ol.comment-list li.comment .comment__text a.comment-reply-link:hover, ol.comment-list li.comment .comment__text .package-item a.comment-reply-link:hover {
      background-color: #ffffff;
      color: #000; }
  .package-item--featured {
    /*background-color:colour('grey', 'dark');*/
    background-color: #dddddd;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /*transform:scale(1.1);*/
    transform: scale(1); }

.package-info {
  position: relative;
  padding: 0;
  margin: 0; }
  .package-info .badge {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: #dd3c35;
    color: #ffffff;
    border-radius: 5px 5px 0 0; }
    .package-info .badge span {
      display: block;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .package-info li {
    margin: 0;
    /*padding:20px;*/
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style: none; }
    .package-info li a.button, .package-info ol.comment-list li.comment .comment__text a.comment-reply-link, ol.comment-list .package-info li.comment .comment__text a.comment-reply-link {
      width: 100%; }
  .package-info .header {
    border-bottom: solid 1px #979797; }
    .package-info .header h3 {
      /*color:$white;*/
      color: #000000; }
  .package-info .footer {
    border-top: solid 1px #979797;
    padding: 20px 40px; }

/* From Turners of bond street style.scss */
.package-info li a.button, .package-info ol.comment-list li.comment .comment__text a.comment-reply-link, ol.comment-list .package-info li.comment .comment__text a.comment-reply-link {
  width: 47%;
  margin-left: 3px;
  margin-right: 3px;
  padding: 12px 20px; }

.wrapper--packages {
  padding-top: 100px;
  background-color: #ffffff; }
  .wrapper--packages .english-tab h2 {
    color: #10B0DA; }
  .wrapper--packages .dutch-tab h2 {
    color: #49538a; }

.wrapper--packages-how {
  background-color: #2e3030; }

.package-info .header {
  border-bottom: solid 1px #ffffff; }

.package-info .footer {
  border-top: solid 1px #ffffff;
  padding: 20px 40px; }

.package-item a.button, .package-item ol.comment-list li.comment .comment__text a.comment-reply-link, ol.comment-list li.comment .comment__text .package-item a.comment-reply-link {
  background-color: #bd322c; }

@media (min-width: 1025px) {
  .posts-home .post--blog {
    height: 620px; } }
@media (min-width: 1440px) {
  .posts-home .post--blog {
    height: 630px; } }
.post--blog .post__content h3 {
  font-size: 1.8rem;
  line-height: 27px; }

/*#wpsm_accordion_1822 .ac_open_cl_icon {
    background-color: #bd322c !important;
}

#wpsm_accordion_1822 .wpsm_panel {
    background-color: #c3c2c2 !important;
}

#wpsm_accordion_1822 .wpsm_panel-default > .wpsm_panel-heading {
    background-color: #c3c2c2 !important;
}

#wpsm_accordion_1822 .wpsm_panel + .wpsm_panel {
    background-color: #ffffff !important;
}

#wpsm_accordion_1822 .wpsm_panel-body {
    background-color: #ffffff !important;
    border-top-color: #ffffff !important;
    border: 2px solid #ffffff !important;
}

.wpsm_panel-group .collapse .in {
    padding: 0px !important;
}

#wpsm_accordion_1822 .ac_title_class {
    font-size: 1.6rem !important;
    font-family: 'Droid Sans', sans-serif !important;
    font-weight: 400 !important;
}



.collapse.in {
    background-color: #ffffff;
}

#wpsm_accordion_1822 .wpsm_panel-title a {
    background-color: #c3c2c2;
}*/
/* Version to put in the header */
.ac_open_cl_icon {
  background-color: #bd322c !important; }

.wpsm_panel {
  background-color: #c3c2c2 !important; }

.wpsm_panel-default > .wpsm_panel-heading {
  background-color: #c3c2c2 !important; }

.wpsm_panel + .wpsm_panel {
  background-color: #ffffff !important; }

.wpsm_panel-body {
  background-color: #ffffff !important;
  border-top-color: #ffffff !important;
  border: 2px solid #ffffff !important; }

.wpsm_panel-group .collapse .in {
  padding: 0px !important; }

.ac_title_class {
  font-size: 1.6rem !important;
  font-family: 'Droid Sans', sans-serif !important;
  font-weight: 400 !important; }

.collapse.in {
  background-color: #ffffff; }

.wpsm_panel-title a {
  background-color: #c3c2c2; }

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