﻿@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  height: 270px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 10px;
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1000px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
   ----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
ΓÖú
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
  font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333333;
  font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333333;
  font-style: italic;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
  font-style: italic;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  padding: 0 10px;
  margin-bottom: 5px;
  height: 26px;
  line-height: 24px;
  color: #333;
  border: 1px solid #006615;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  /* STYLES GO THERE */
}

textarea[rows] {
  height: 150px;
  /*Styles for TextArea*/
}

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Align Middle */
.align-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* -----------------------------------------
   Typography
   ----------------------------------------- */
a:focus {
  outline: none;
}

address {
  font-style: normal;
}

p:empty {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
    Clearfix
    ----------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
h1 {
  color: #006615;
  font-size: 40px;
  line-height: 40px;
  font-family: "Courgette", cursive;
  text-align: center;
  padding: 0 0 33px 0;
  margin: 0 0 20px 0;
  background: url("title-bg.png")/*tpa=http://cle-ann.be/wp-content/themes/cleann/images/title-bg.png*/ no-repeat center bottom;
}
h1 span {
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 6px 0 0 0;
  margin: 0;
}

h2 {
  color: #006615;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  margin: 10px 0 20px 0;
  font-weight: bold;
}

h3 {
  font-weight: bold;
  color: #006615;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin: 0 0 15px 0;
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  text-align: justify;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}
p a:not([href*='tel:']) {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #006615;
}
a:hover, a:focus {
  color: #004d10;
  /*basic hover and focus effects*/
}

.button {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

#home-slider .slick-slide, .gallery .columns .portfolio-item-cont .portfolio-link, .portfolio-link {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*-------------------------------
        Paginator
        -------------------------------*/
ul.pagination li a {
  padding: 0 7px;
  border-radius: 0;
}

.pagination.current {
  color: #fff;
  background: #006615;
  padding: 1px 7px 2px 7px;
}

/* ------------------------------------
    Header Styles
    ------------------------------------- */
.header .logo img {
  margin: 15px 0;
}

/* ------------------------------------
    Content Styles
    ------------------------------------- */
.content {
  padding: 30px 0 40px 0;
}
.content ul:not(.gform_fields) {
  margin: 0;
  list-style: none;
}
.content ul:not(.gform_fields) li {
  font-size: 13px;
  color: #333333;
  margin: 0 0 12px 0;
  padding: 0 0 0 30px;
  line-height: 24px;
  background: url("list-image.png")/*tpa=http://cle-ann.be/wp-content/themes/cleann/images/list-image.png*/ no-repeat 0 2px;
}

.sidebar img {
  margin: 0 0 15px 0;
}

.home #home-slider .slick-slide {
  height: 650px;
}

.slider {
  text-align: center;
  position: relative;
}
.slider h2 {
  color: #FFF;
  font-size: 60px;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  line-height: 60px;
  font-family: 'Courgette', cursive;
}
.slider p {
  text-align: center;
  color: #FFF;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  font-size: 20px;
}
.slider .slick-prev, .slider .slick-next {
  width: 40px;
  height: 40px;
}
.slider .slick-prev:before, .slider .slick-next:before {
  width: 40px;
  height: 40px;
  content: "";
}
.slider .slick-prev {
  background: url("arrow-left.png")/*tpa=http://cle-ann.be/wp-content/themes/cleann/images/arrow-left.png*/ no-repeat center center;
}
.slider .slick-next {
  background: url("arrow-right.png")/*tpa=http://cle-ann.be/wp-content/themes/cleann/images/arrow-right.png*/ no-repeat center center;
}
.slider .slick-dots {
  bottom: 25px;
}
.slider .slick-dots button {
  width: 12px;
  height: 12px;
}
.slider .slick-dots button:before {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 12px;
  height: 12px;
  opacity: 1;
  content: "";
  border: 1px solid #FFF;
  background: transparent;
  border-radius: 50%;
}
.slider .slick-dots button:hover:before {
  background: #FFF;
}
.slider .slick-dots li.slick-active button:before {
  background: #FFF;
}

.slick-slider {
  margin: 0;
}

.contact-link-content {
  margin: 35px auto 0;
  text-transform: uppercase;
  display: block;
  max-width: 480px;
}
.contact-link-content span {
  display: block;
}
.contact-link-content .top-text {
  font-size: 15px;
  margin: 0px 0 15px 0;
  padding: 8px 0 0 0;
  line-height: 15px;
  color: #006615;
  font-weight: bold;
}
.contact-link-content .bottom-text {
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
}
.contact-link-content .right-text {
  background: #006615;
  padding: 0 5px 0 20px;
  height: 53px;
  float: right;
  line-height: 53px;
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
.contact-link-content .right-text:after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.5px 0 26.5px 15px;
  border-color: transparent transparent transparent #006615;
}

.header-contact {
  padding: 5px 0;
  border-bottom: 1px solid #E9E9E9;
}
.header-contact i {
  background: #006615;
  padding: 3px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px 0 0;
}
.header-contact a {
  color: #006615;
  font-size: 12px;
  padding: 0;
}

.contact-home {
  background: #006615;
  padding: 25px 0 20px 0;
}
.contact-home p {
  margin: 0;
}
.contact-home p span {
  padding: 0 50px;
}
.contact-home p a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  line-height: 30px;
  vertical-align: top;
}
.contact-home p a.phone:before {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
  font-weight: normal;
}
.contact-home p a.phone-1:before {
  content: "";
  font-family: FontAwesome;
  font-size: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
  font-weight: normal;
}
.contact-home p a.mail:before {
  content: "";
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
}

.home .slider-text {
  display: block;
}

.slider-text {
  display: none;
}
.slider-text div {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slider-text-show div {
  opacity: 0;
  -moz-transform: rotateY(180deg) scale(0.8);
  -ms-transform: rotateY(180deg) scale(0.8);
  -webkit-transform: rotateY(180deg) scale(0.8);
  transform: rotateY(180deg) scale(0.8);
}

/* ------------------------------------
    Video
    ------------------------------------- */
#videoHolder {
  margin-bottom: 30px;
  padding-bottom: 60%;
}

/* ------------------------------------
	TMPL: Contacts
	------------------------------------- */
.contact-link {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
}
.contact-link:hover {
  color: #006615;
}
.contact-link .fa {
  display: inline-block;
  width: 40px;
  padding: 0 10px 0 15px;
  font-size: 20px;
  color: #006615;
  vertical-align: middle;
}
.contact-link + .contact-link {
  margin-top: 10px;
}
.contact-link.email {
  text-decoration: underline;
}

.map-col .acf-map {
  height: 350px;
}
.map-col address {
  font-style: normal;
  margin-top: 15px;
}
.map-col p {
  margin-bottom: 10px;
}

/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
}

.gfield_label {
  display: none;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*alining of submit button*/
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #cc0000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
}

button, .button, input[type='submit'] {
  background-color: #006615;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px;
}
button:hover, .button:hover, input[type='submit']:hover {
  background-color: #00330a;
}

/* ------------------------------------
    Gallery
    ------------------------------------- */
/*Gallery styles, if you dont need/use this comment or delete styles below*/
.gallery .columns {
  float: left !important;
}
.gallery .columns .portfolio-item-cont {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gallery .columns .portfolio-item-cont .album-name {
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
  background-color: #006615;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.gallery .columns .portfolio-item-cont .album-name:hover {
  color: #fff;
}
.gallery .columns .portfolio-item-cont:hover .portfolio-link:before {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.gallery .columns .portfolio-item-cont:hover .album-name {
  bottom: 0;
}
.gallery .columns .portfolio-item-cont .portfolio-link {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
}
.gallery .columns .portfolio-item-cont .portfolio-link:before {
  content: '\f067';
  font-family: FontAwesome;
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border: 2px solid #006615;
  background-color: #fff;
  color: #006615;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gallery .columns .portfolio-item-cont .portfolio-link img {
  display: block !important;
  width: 100%;
}

@media only screen and (max-width: 40.0625em) {
  .gallery .columns .portfolio-item-cont .album-name {
    bottom: 0;
  }
}
/* ------------------------------------
    Footer Styles
    ------------------------------------- */
.footer-contact-info {
  padding: 25px 0 0 0;
  background: #F4F4F4;
}
.footer-contact-info p {
  text-align: left;
}
.footer-contact-info p b {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
}

.footer {
  background: #006615;
  color: #CCCCCC;
  padding: 30px 0;
}
.footer h3 {
  color: #CCCCCC;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 15px 0;
}
.footer .phone {
  display: block;
}
.footer .mail {
  border-bottom: 1px solid #CCCCCC;
}
.footer .mail:hover {
  border-bottom: 1px solid transparent;
}
.footer p, .footer span {
  text-align: left;
  font-size: 13px;
  color: #CCCCCC;
}
.footer p a, .footer span a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.footer p a:hover, .footer span a:hover {
  border-bottom: 1px solid #CCCCCC;
}
.footer a {
  font-size: 13px;
  color: #CCCCCC;
}
.footer .footer-logo {
  margin: 40px 0 0 0;
  display: inline-block;
  background: #FFF;
  padding: 12px 10px 15px 10px;
}
.footer.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer .footer-logo {
  margin-bottom: 15px;
  max-height: 200px;
}
.footer .contact-links a {
  display: block;
}
.footer .item {
  padding: 0 8px 8px 0;
}
.footer .portfolio-item-cont {
  width: 100%;
  height: 66px;
  padding: 0;
}
.footer .portfolio-item-cont .portfolio-link {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .menu-footer-menu-container ul li {
  padding: 0 0 5px 15px;
  position: relative;
  display: block;
  float: none;
}
.footer .menu-footer-menu-container ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 15px;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer .menu-footer-menu-container ul li a {
  display: inline-block;
  line-height: 22px;
}

.nopadd {
  padding: 0;
}

.copy {
  font-size: 12px;
  padding: 25px 0;
  margin: 0;
  padding: 25px 0;
  color: #333333;
}
.copy b {
  color: #006615;
}
.copy .nomurphy:before {
  /*change delimeter if you need*/
  content: "\00a0\00a0|\00a0\00a0 ";
}
.copy .nomurphy a {
  border-bottom: 1px solid #006615;
  text-decoration: none;
}
.copy .nomurphy a:hover {
  border-bottom-color: transparent;
}
