/*
Theme Name: Clovis
Description: Clovis WordPress Theme
Version: 1.0
Author: Asil Çetin
Author URI: http://asilcetin.com
Tags: threaded-comments, theme-options, featured-images, editor-style, custom-menu, custom-colors, right-sidebar, four-columns, three-columns, two-columns, one-column
License: GNU General Public License V2
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: clovis
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Header
.. 03. Blocks
.. 04. Single Posts
.. 05. Pages
.. 06. Widgets Styling
.. 07. Footer
.. 08. Extras
*/
/*
 ** 01. General
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  border-style: solid;
  border-top-width: 0;
  min-height: 100vh;
  display: flex;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      border-width: 0 !important; } }

.site {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  flex-grow: 1; }

.site > * {
  width: 100%; }

svg.feather {
  width: 1.1rem;
  max-width: 100%;
  vertical-align: bottom; }

/*
 ** 02. Header
 */
.sticky-navbar {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99; }

.admin-bar .sticky-navbar {
  top: 32px; }

#wrapper-navbar {
  border-top-style: solid; }
  @media (max-width: 767px) {
    #wrapper-navbar {
      border-top-width: 0 !important; } }

.navbar-toggler {
  border: 0;
  font-size: 1.5rem; }
  .navbar-toggler:focus {
    outline: 0; }

.navbar {
  background-color: #fff;
  z-index: 99; }
  @media (max-width: 1199px) {
    .navbar {
      max-height: 100vh;
      overflow-y: auto;
      align-items: flex-start;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .navbar > .container, .navbar > .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  .navbar .nav-item .nav-link {
    font-size: 1.1rem;
    position: relative; }
    @media (max-width: 991px) {
      .navbar .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0; } }
  .navbar .nav-item.active .nav-link::after {
    content: "";
    height: 0px;
    background-color: #212529;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0rem; }
  .navbar .nav-link {
    font-size: 1.1rem;
    position: relative; }
    @media (max-width: 991px) {
      .navbar .nav-link {
        padding-left: 0;
        padding-right: 0; } }
  .navbar .dropdown-menu {
    padding: 0;
    border-radius: 0.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0.5rem; }
    @media (max-width: 1199px) {
      .navbar .dropdown-menu {
        border: 0;
        margin: -0.2rem 0 0 0.5rem; } }
    @media (min-width: 1200px) {
      .navbar .dropdown-menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); } }
    .navbar .dropdown-menu > li > a.nav-link {
      padding: 0.5rem 0.75rem; }
  @media (max-width: 991px) {
    .navbar .navbar-search-form {
      margin: 0.5rem 0 0.5rem -0.25rem !important; } }
  .navbar .navbar-brand {
    display: flex;
    align-items: center;
    height: 2.5rem; }
    @media (max-width: 1199px) {
      .navbar .navbar-brand {
        max-width: calc(100% - 5rem); } }
    .navbar .navbar-brand.site-title-with-logo {
      margin-left: -2rem;
      margin-right: auto; }
    .navbar .navbar-brand img {
      max-height: 100%;
      width: auto; }
  @media (max-width: 991px) {
    .navbar .navbar-collapse {
      border-top: 1px solid rgba(0, 0, 0, 0.075);
      padding-top: 0.5rem;
      margin-top: 1rem; } }
  .navbar .navbar-collapse li {
    font-size: 1rem; }
  .navbar .navbar-collapse .navbar-search-form {
    position: relative;
    margin-left: 0.5rem; }
  .navbar .navbar-collapse .navbar-search {
    font-size: 0.9rem;
    width: 9rem;
    border-radius: 30px;
    padding: .3rem 1.75rem .3rem .75rem;
    border: 1px solid rgba(0, 0, 0, 0.075);
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.9); }
    .navbar .navbar-collapse .navbar-search::placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .navbar .navbar-collapse .navbar-search:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05); }
  .navbar button.navbar-search-icon {
    border: 0;
    padding: 0;
    background: none;
    margin-left: -1.6rem;
    width: 1rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 8.75rem;
    top: 0.25rem; }
    .navbar button.navbar-search-icon:hover {
      color: rgba(0, 0, 0, 0.9); }
    .navbar button.navbar-search-icon:focus {
      outline: 0; }
  .navbar .navbar-social-icon {
    margin-left: 1rem;
    color: rgba(0, 0, 0, 0.6); }
    @media (max-width: 991px) {
      .navbar .navbar-social-icon {
        margin-left: 0; } }
    .navbar .navbar-social-icon:nth-of-type(n+2) {
      margin-left: 0.5rem; }
    .navbar .navbar-social-icon:hover {
      color: rgba(0, 0, 0, 0.9); }
  .navbar.navbar-dark .navbar-search {
    color: #fff; }
    .navbar.navbar-dark .navbar-search::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .navbar.navbar-dark .navbar-search:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2); }
  .navbar.navbar-dark button.navbar-search-icon, .navbar.navbar-dark .navbar-social-icon {
    color: rgba(255, 255, 255, 0.5); }
    .navbar.navbar-dark button.navbar-search-icon:hover, .navbar.navbar-dark .navbar-social-icon:hover {
      color: #fff; }

/*
 ** 03. Blocks
 */
#wrapper-hero-content {
  background-size: cover;
  background-position: center;
  position: relative; }
  #wrapper-hero-content::after {
    background-color: rgba(108, 117, 125, 0.75);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #wrapper-hero-content #wrapper-hero-inner {
    position: relative;
    z-index: 2; }
    #wrapper-hero-content #wrapper-hero-inner h1 {
      margin-bottom: 1rem; }
      @media (max-width: 1199px) {
        #wrapper-hero-content #wrapper-hero-inner h1 {
          width: 100%; } }
    @media (max-width: 1199px) {
      #wrapper-hero-content #wrapper-hero-inner p {
        width: 100%; } }
    #wrapper-hero-content #wrapper-hero-inner button:hover {
      color: initial; }
  #wrapper-hero-content .hero-dark {
    color: #fff; }
    #wrapper-hero-content .hero-dark h1 {
      color: #fff; }
    #wrapper-hero-content .hero-dark .btn-round {
      color: #fff;
      border-color: #fff; }
      #wrapper-hero-content .hero-dark .btn-round:hover {
        background-color: #fff;
        color: #212529; }

.content-block-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1rem;
  margin-bottom: 30px; }

.card-wrapper {
  margin-top: -15px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap; }
  .card-wrapper .card {
    border: 0;
    padding: 0;
    background-color: transparent; }
    .card-wrapper .card.light-shadow .card-inner {
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.03); }
    .card-wrapper .card.material-style .card-inner {
      border-radius: 2px;
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
    .card-wrapper .card.without-frame .card-inner {
      border: 0;
      padding: 0; }
    .card-wrapper .card .card-inner {
      padding: 15px;
      margin: 15px;
      border-radius: 2px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      background-color: #fff;
      overflow: hidden;
      position: relative; }
      .card-wrapper .card .card-inner .entry-title svg.sticky-icon {
        width: 1.25rem;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
        padding-bottom: 0.1rem;
        color: #6c757d; }
      .card-wrapper .card .card-inner .entry-content p {
        color: #6f757c;
        font-size: 1rem; }
      .card-wrapper .card .card-inner .btn-round {
        font-size: 0.9rem;
        padding: 0.5rem 1rem; }
      .card-wrapper .card .card-inner.card-horizontal {
        display: flex;
        flex-wrap: nowrap;
        max-height: 20rem; }
        .card-wrapper .card .card-inner.card-horizontal .entry-top-thumbnail {
          max-height: none;
          height: auto;
          margin: -15px 15px -15px -15px;
          flex-basis: 40%; }
          .card-wrapper .card .card-inner.card-horizontal .entry-top-thumbnail > img {
            height: 100%;
            width: auto;
            max-width: none; }
        .card-wrapper .card .card-inner.card-horizontal .entry-text-content {
          flex-basis: 60%;
          flex-grow: 1; }
        .card-wrapper .card .card-inner.card-horizontal.card-horizontal-right {
          flex-direction: row-reverse; }
          .card-wrapper .card .card-inner.card-horizontal.card-horizontal-right .entry-top-thumbnail {
            margin: -15px -15px -15px 15px; }
      .card-wrapper .card .card-inner.card-image-overlay .entry-top-thumbnail {
        position: absolute;
        height: 100%;
        margin: -15px 0 0 -15px; }
      .card-wrapper .card .card-inner.card-image-overlay .entry-text-content {
        position: relative; }

.entry-top-thumbnail {
  margin: -15px -15px 15px -15px;
  max-height: 250px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center; }
  .entry-top-thumbnail img {
    width: 100%; }

.entry-meta {
  font-size: 0.85rem;
  display: flex; }
  .entry-meta .author-meta {
    padding-right: 0.5rem; }
    .entry-meta .author-meta .author-name {
      display: block; }
  @media (max-width: 575px) {
    .entry-meta .reading-time {
      display: block; } }
  .entry-meta .reading-time a {
    color: #6c757d; }
    .entry-meta .reading-time a:hover {
      color: #212529; }
  .entry-meta .reading-time .dot::after {
    content: "·";
    margin-left: 3px;
    margin-right: 3px; }
    @media (max-width: 575px) {
      .entry-meta .reading-time .dot::after {
        display: none; } }
  .entry-meta .post-date {
    color: #6c757d; }
    .entry-meta .post-date:hover {
      color: #212529; }
  .entry-meta .author-avatar {
    margin-right: 0.5rem;
    min-width: 40px; }
    .entry-meta .author-avatar img {
      border-radius: 100%; }
  .entry-meta .entry-meta-icons {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-grow: 1;
    flex-basis: 0; }
    .entry-meta .entry-meta-icons > a {
      color: #6c757d;
      margin-left: 0.5rem;
      margin-top: -2px; }
      .entry-meta .entry-meta-icons > a:hover {
        color: #212529; }
    .entry-meta .entry-meta-icons .comments-link {
      display: inline-flex;
      align-items: center; }
      .entry-meta .entry-meta-icons .comments-link svg {
        margin-left: 0.1rem; }

.tags-links {
  font-size: 0.85rem;
  width: 100%;
  margin-top: -3px; }
  .tags-links > span {
    display: inline-block; }
  .tags-links a {
    color: #6c757d; }
    .tags-links a:hover {
      color: #212529; }
  .tags-links svg {
    width: 0.8rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    color: #6c757d; }

.entry-cat-links {
  font-size: 0.9rem;
  color: #6c757d;
  display: block;
  margin-top: -5px;
  margin-bottom: 5px; }
  .entry-cat-links a {
    color: #6c757d; }
    .entry-cat-links a:hover {
      color: #212529; }
  .entry-cat-links svg {
    margin-right: 5px;
    width: 0.9rem; }

.btn-round {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  line-height: 0.9rem; }
  .btn-round:hover {
    background-color: #212529;
    color: #fff; }

.carousel {
  margin-bottom: 30px; }
  .carousel .carousel-inner .carousel-item .carousel-thumbnail {
    max-height: 500px;
    margin: 0; }
  .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption {
    text-align: left;
    right: 0;
    bottom: 0;
    left: auto;
    width: 50%;
    padding: 30px;
    background-color: #00b0bd; }
    .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .entry-title a {
      color: #fff; }
    .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .entry-cat-links {
      color: #fff; }
      .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .entry-cat-links a {
        color: #fff; }
    .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .btn {
      border-color: #fff;
      color: #fff; }
  .carousel.right-aligned .carousel-inner ol.carousel-indicators {
    right: 50%;
    justify-content: flex-end;
    margin: 0 1rem 1rem 0; }
  .carousel.right-aligned .carousel-control-prev {
    top: auto;
    left: 30px;
    bottom: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%; }
  .carousel.right-aligned .carousel-control-next {
    top: auto;
    left: 70px;
    bottom: 20px;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%; }
  .carousel.center-aligned .carousel-caption {
    text-align: center; }
  .carousel.image-on-left {
    padding-left: 0;
    padding-right: 0; }
    .carousel.image-on-left .carousel-item.active {
      display: flex;
      flex-wrap: wrap; }
    .carousel.image-on-left .carousel-caption {
      text-align: left;
      position: relative;
      left: auto;
      bottom: auto;
      right: auto;
      color: initial; }
  .carousel.stretched {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0;
    padding-right: 0; }

/*
 ** 04. Single Posts
 */
.single main > *, .page main > * {
  max-width: 760px;
  margin: 0 auto; }

.single main > article, .page main > article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  padding-bottom: 1rem;
  margin-bottom: 2rem; }
  .single main > article .entry-title, .page main > article .entry-title {
    margin-bottom: 1rem; }
  .single main > article .post-teaser, .page main > article .post-teaser {
    font-size: 1.5rem; }
  .single main > article .entry-meta, .page main > article .entry-meta {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
    .single main > article .entry-meta .author-avatar, .page main > article .entry-meta .author-avatar {
      margin-right: 1rem;
      min-width: 60px; }
    .single main > article .entry-meta .author-bio, .page main > article .entry-meta .author-bio {
      display: block;
      color: #6c757d; }
    .single main > article .entry-meta .entry-meta-icons, .page main > article .entry-meta .entry-meta-icons {
      min-width: 15rem; }
  .single main > article .entry-top-thumbnail, .page main > article .entry-top-thumbnail {
    margin: 0 0 2rem 0;
    max-height: 25rem; }
  .single main > article .entry-top-thumbnail-caption, .page main > article .entry-top-thumbnail-caption {
    margin: -1.5rem 0 0.5rem 0;
    text-align: right;
    font-size: 0.9rem;
    color: #6c757d; }
  .single main > article .entry-content a, .page main > article .entry-content a {
    border-bottom: 1px solid #6f42c1;
    color: #6f42c1; }
    .single main > article .entry-content a:hover, .page main > article .entry-content a:hover {
      text-decoration: none;
      filter: brightness(50%); }

/*
 ** 05. Pages
 */
.page-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  padding-bottom: 0.5rem;
  margin-bottom: 1.75rem; }
  .page-header .page-title {
    margin-bottom: 0.25rem; }
  .page-header .taxonomy-description p {
    margin-bottom: 0; }

/*
 ** 06. Widgets
 */
.widget {
  margin-bottom: 30px; }

.widget ul, .footer-widget ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.widget-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1rem;
  margin-bottom: 15px; }

.separator-title {
  border-bottom: 1px solid #212529;
  padding-bottom: calc(1rem + 1px); }

/*
 ** 07. Footer
 */
#wrapper-footer-full {
  margin-top: auto; }

/*
 ** 08. Extras
 */
#wrapper-hero-content {
  padding: 230px 0 130px 0;
  background-position-y: bottom;
  margin-top: -112px; }

.entry-top-thumbnail {
  max-height: 205px; }

.separator-title {
  border-bottom: 0;
  font-size: 2.5rem;
  position: relative; }

.separator-title::after {
  content: "";
  width: 3rem;
  height: 4px;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  background: #00b0bd; }

.content-block-title {
  border: 0; }

.stretched {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.with-seperator, .with-seperator-centered {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem; }

.with-seperator::after {
  content: "";
  width: 3rem;
  height: 4px;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  background: #00b0bd; }

.centered.with-seperator::after {
  left: 49%; }

.with-seperator-centered::after {
  content: "";
  width: 3rem;
  height: 4px;
  position: relative;
  bottom: -1rem;
  background: #00b0bd;
  display: block;
  margin: 0 auto; }

div#index-wrapper {
  background-image: url("http://www.tidalmedia.co.uk/clovis/wp-content/uploads/2018/06/clovis_watermark.png");
  background-repeat: no-repeat;
  background-position-x: 60vw;
  background-position-y: 1rem; }

.carousel {
  margin-bottom: 3.5rem; }

.carousel.image-on-left .entry-title {
  border-bottom: 0;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem; }

.carousel.image-on-left .entry-title::after {
  content: "";
  width: 3rem;
  height: 4px;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  background: #00b0bd; }

.btn-round {
  color: #00b0bc  !important;
  border-color: #00b0bc;
  font-size: 1.1rem;
  padding-top: 0.9rem;
  padding-bottom: 0.8rem;
  padding-right: 1rem;
  padding-left: 1rem; }

.carousel.right-aligned .carousel-inner .carousel-item .carousel-caption {
  width: 40%; }

.carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .entry-title a {
  font-size: 2.5rem; }

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #fff; }

img#cover-spinner {
  width: 200px;
  margin-top: 20%;
  display: inline-block;
  height: auto;
  max-width: 100%; }

ol.carousel-indicators {
  display: none; }

.entry-cat-links a {
  text-transform: uppercase; }

.carousel-caption svg.feather {
  display: none; }

input.sign-up-field {
  border: none !important;
  border-bottom: 1px solid #01b0bd !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  margin-bottom: 20px !important;
  background-color: transparent !important; }

.signup-names {
  display: flex; }

input.sign-up-field:focus {
  box-shadow: none !important; }

.first-name {
  margin-right: 20px; }

.last-name {
  margin-right: 20px; }

div.wpcf7 {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 50px !important;
  padding-bottom: 10px !important;
  max-width: none !important;
  background-image: url("http://www.tidalmedia.co.uk/clovis/wp-content/uploads/2018/06/newsletter-wmark.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 45px !important; }

.title-newsletter, .subtitle-newsletter {
  text-align: center; }

p.subtitle-newsletter {
  color: #01b0bd; }

input.wpcf7-form-control.wpcf7-submit.btn.btn-round {
  color: #00b0bc;
  border-color: #00b0bc;
  font-size: 1.1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: auto;
  margin: 0 auto;
  display: block; }

input.wpcf7-form-control.wpcf7-submit.btn.btn-round:hover, .btn-round:hover {
  color: #fff !important;
  background-color: #00b0bc !important; }

#wrapper-hero-content #wrapper-hero-inner button:hover {
  background-color: #00b0bc !important; }

.carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .btn:hover {
  background-color: #fff !important;
  color: #01b0bd !important; }

.carousel.right-aligned .carousel-inner .carousel-item .carousel-caption .btn {
  border-color: #fff;
  color: #fff !important; }

#wrapper-footer-full a {
  font-size: 1.15rem;
  line-height: 2rem; }

#wrapper-footer-full {
  padding-bottom: 10px; }

.page #wrapper-hero-content {
  background-position-y: top; }

.page #wrapper-hero-content > #wrapper-hero-inner > h1 {
  color: #ffffff;
  font-size: 4.5rem;
  width: 100%; }

.page #wrapper-hero-content {
  padding: 450px 0 150px 0; }

.page-template-about-temp.page main > * {
  max-width: none; }

.page-template-about-temp div#index-wrapper {
  background-position-x: -10vw; }

.streched-content {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 45px !important;
  display: flex; }

.streched-content.frankish-timeline {
  background-image: url("http://www.tidalmedia.co.uk/clovis/wp-content/uploads/2018/06/timeline_bg.jpg"); }

.streched-content.about-block-1 {
  background-image: url("http://www.tidalmedia.co.uk/clovis/wp-content/uploads/2018/06/about-img-2.jpg");
  padding: 70px 0;
  margin-top: 50px;
  color: #fff;
  margin-bottom: 0 !important; }

.streched-content.whatwedo-block-1 {
  background-image: url("http://www.tidalmedia.co.uk/clovis/wp-content/uploads/2018/06/aff-bg-1024x294.jpg");
  padding: 70px 0 20px 0;
  margin-top: 50px;
  margin-bottom: 0; }

.timeline-first {
  padding: 40px 0 30px 0;
  display: flex;
  flex-flow: column; }

p.caption-timeline {
  background: #fff;
  padding: 20px;
  max-width: 370px;
  box-shadow: 0px 0px 5px 1px #a9a9a9;
  margin-top: auto; }

.page-template-about-temp.page main > div.wpcf7 {
  margin-top: -45px !important;
  background-image: url("http://www.tidalmedia.co.uk/clovis/wp-content/uploads/2018/06/newsletter-wmark2.jpg"); }

@media (max-width: 576px) {
.entry-top-thumbnail.carousel-thumbnail > iframe, div#video > iframe {
    min-height: 210px !important;
}
#cookie-law-info-bar {
    padding: 10px 25px 10px 10px;
    max-width: 100%;
    right: 0;
	overflow: hidden;
}
a#cookie_action_close_header {
    font-size: 14px;
}
.carousel {
    margin-bottom: 1rem;
}
.container.d-flex.inv-prof-bl {
    display: initial !important;
	margin-bottom: 2rem;
}
.row.custom-home-element {
    padding: initial !important;
}
div.wpcf7 {
    margin-bottom: 0.5rem !important;
}
  p.caption-timeline {
    padding: 20px 40px; }
  .streched-content.frankish-timeline .d-flex {
    flex-flow: column; }
  .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption {
    width: 100% !important;
    position: relative; }
  .carousel.right-aligned .carousel-control-prev {
    right: 65px !important;
    left: auto; }
  .carousel.right-aligned .carousel-control-next {
    right: 30px !important;
    left: auto; }
  .footer-widget img {
    padding-bottom: 30px; } }

@media (max-width: 768px) {
  .carousel.right-aligned .carousel-inner .carousel-item .carousel-caption {
    width: 60%; }
  .wwd-container {
    flex-flow: column; }
  .page #wrapper-hero-content > #wrapper-hero-inner > h1 {
    font-size: 3.5rem; } }

@media (max-width: 992px) {

	.navbar-collapse {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #a5a5a5;
	}	
	
  .navbar .nav-item.active > a.nav-link::after {
    display: none; } 

	.page #wrapper-hero-content {
  padding: 250px 0 150px 0; }

}

.blue-heading {
  color: #01b0bc; }

.wwd-img {
  width: 50%;
  margin-left: 15%;
  padding-bottom: 20px; }

.footer-widget p {
  padding: 0 10px; }

.quote-icon svg {
    width: 35px;
    fill: #00A3AF;
}

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

.page-switchers .col-md-4 {
    background: #f3f3f3;
    padding: 1rem;
    margin: 1rem;
    border-radius: 10px;
    height: 450px;
	text-align: center;
}

.round-img {
    border-radius: 50%;
    width: 250px;
    background-size: cover;
    height: 250px;
    background-position-x: center;
	margin: 0 auto;
}

.blue-heading a {
    color: inherit;
}

.blue-heading a:hover {
    text-decoration: inherit;
}

.final-footer {
    font-size: 13px;
}

nav.navbar.navbar-expand-lg.navbar-light {
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 55%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 55%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.65) 55%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
}

img.wwd-img.svg-icos-why {
    width: 30%;
    margin-top: 20px;
    min-height: 111px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    position: absolute;
    width: 100%;
}

div#wrapper-navbar {
    min-height: 112px;
    width: 100%;
}

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