/*
Theme Name: wp-ephrem-theme
Theme URI: https://ephrem.agency
Description: A responsive theme Framework based on the Bootstrap/Bones framework.
Version: 4.3.1
Author: Ephrem L'agence
Author URI: https://ephrem.agency
Tags: bootstrap framework, marketing,jquery, inbound marketing
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/


[tabindex="-1"]:focus:(:focus-visible) {
  outline: 0 !important;
}

/*********************************************************************************************************   
*                                       WORDPRESS CORE
*********************************************************************************************************/

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

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

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

.alignnone {
    margin: none ;
}

.aligncenter,
div.aligncenter  {
    text-align: center ;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.so-image-clippath {
  clip-path: polygon(0% 0%,calc(50% - 5px) 0,calc(50% - 5px) 100%,calc(50% + 5px) 100%,calc(50% + 5px) 50px,100% 50px,100% 100%,calc(50% - 5px) 100%,calc(50% - 5px) calc(100% - 50px),0 calc(100% - 50px),0 50px);
}

.so-image-clippath img.so-widget-image {
	border-radius : 8px;
}

.border-top-left ,
.border-top-left img {
	border-top-left-radius: 6px
}
.border-top-right ,
.border-top-right img {
	border-top-right-radius: 6px
}

.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.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.separator {
    background: url('images/header_separator.png') top no-repeat;
    background-size: contain;
    /* height: 90px; */
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}
/*********************************************************************************************************   
*                                       FONT-FACE
*********************************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

/*********************************************************************************************************   
*                                       Global Styles
*********************************************************************************************************/

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}

/*
body, html {
	overflow-x: hidden;
	font-size: 16px;
}
body.custom-background {
  background-size: cover;
}
*/

h1,h2,h3,h4 {
 font-family: inherit; 
}

h1, .h1 {
  font-size:2em; 
}

h2,.h2 {
 font-size:1.8em ; 
 /* font-size: 4vw ; */
}

h3,.h3 {
 font-size:1.4em; 
 /* font-size: 3vw ; */
}

h4,.h4 {
 font-size:1.25em;
 font-weight: bold ;
}

a:hover, a:focus {
    text-decoration: none;
}

a > i {
    padding: 0 0.56em;
}

p {
 font-family: inherit ;
 font-size: 1.2em;
}

hr {
 margin-top: 20px;
 margin-bottom: 20px;
 border: 0;
 border-top: 1px solid #999;
}

.container hr {
  margin: 2px 0;
}

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

ul,li{
	list-style: none;
	padding-left: 0;
}

time{
	padding: 0 7px;
}


.flex {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.caption {	
	width: 100%;
	text-align: center ;
}

/*****************************************
*			navigation				*
*****************************************/

/*
.navbar {
  border: none;
  padding-top: 20px;
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}
*/

.navbar {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.navbar-brand img {
	width: 52% ;
}

.navbar-default {
  background-color: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.navbar-inverse {
  background-color: transparent;
  border-bottom: none;
  position: absolute ;
  z-index:99 ;
  width: 100% ;
}

.navbar-inverse h5 ,
.navbar-inverse a
 {
  color: inherit ;
}

.navbar.navbar-inverse .navbar-brand {
	color: inherit ;
}

.main_nav li ,
.main-nav li {
	margin: 0 1.1em ;
}

    
@media (min-width: 768px) {  


}  

@media (max-width: 767px) {
	
/*
	.navbar-header {
		width: 100% ;
	}
	.navbar-header .navbar-toggle {
	  margin-top: 17px;
	  margin-bottom: 17px;
	  width: 40px;
	  height: 40px;
	}
	.navbar-toggle .icon-bar {
	  display: block;
	  position: relative;
	  background-color: #888;
	  width: 24px;
	  height: 2px;
	  border-radius: 1px;
	  margin: 0 auto;
	}
*/
}
/*****************************************
			Parallax styles
*****************************************/
.no-js {
	padding-top: 106px;
}
.loading {
/* 	background: url('images/loading.gif') no-repeat center center; */
}
/*
.section {
	display:block;
	width:100% ;
}
*/
/* Styles to make skrollable work. Copy these to your file. */

#skrollr-body {
  height: 100%;
  position: relative;
  width: 100%;
}
   .skrollable {
      position:	relative ;	/* // fixed */
      z-index:2;
   }
   .skrollr-mobile .skrollable {
      position:absolute;
   }
   .skrollable .skrollable {
      position:absolute;
   }
   
   .skrollable .skrollable .skrollable {
      position:static;
   }
/* End skrollable styles */

/* 26 - Scroll to top button
---------------------------------------------------------------------- */
#scroll-to-top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	display: none;
	opacity: .7;
	z-index: 99999;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#scroll-to-top:hover{
	opacity: 1;
}

#scroll-to-top span{
	font-size: 20px;
}

#scroll-to-top .small-hex-btn,
#scroll-to-top .small-hex-btn:after,
#scroll-to-top .small-hex-btn:before{
	background-color: #3498db;
	border-left: 1px solid #3498db;
	border-right: 1px solid #3498db;
}
/* 26 - Scroll to top button End
---------------------------------------------------------------------- */


/* 27 - Preloader Effect
---------------------------------------------------------------------- */

#preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#333;
	/* change if the mask should have another color then white */
	z-index:999999;
	/* makes sure it stays on top */
	opacity:.96;
}

.loader{
	text-align:center;
	width:32px;
	height:32px;
	position:absolute;
	background:url(images/loading.gif);
	left:50%;
	top:50%;
/* 	margin:-21px 0 0 -7px; */
	background-repeat: no-repeat ;
	background-size: contain
}

/*
.loader span{
	display:none !important;
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	margin:50px auto;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	-webkit-animation:loader 0.3s infinite alternate;
	-moz-animation:loader 0.3s infinite alternate;
	-ms-animation:loader 0.3s infinite alternate;
	-o-animation:loader 0.3s infinite alternate;
	animation:loader 0.3s infinite alternate;
}

.loader span:nth-of-type(2){
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}

.loader span:nth-of-type(3){
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}
*/

@-webkit-keyframes loader{
	0% {
		width: 10px;
		height: 10px;
		opacity: 0.9;
		-webkit-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		opacity: 0.1;
		-webkit-transform: translateY(-21px);
	}
}
@-moz-keyframes loader{
	0% {
		width: 10px;
		height: 10px;
		opacity: 0.9;
		-moz-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		opacity: 0.1;
		-moz-transform: translateY(-21px);
	}
}

/* 27 - Preloader Effect End
---------------------------------------------------------------------- */


/* 28 - Fading Effect
---------------------------------------------------------------------- */
.element-from-top {
	top: -50px;
	opacity: 0;
	position: relative;
}

.element-from-bottom,
.element-from-bottom-200,
.element-from-bottom-600,
.element-from-bottom-1000,
.element-from-bottom-1400 {
	bottom: -50px;
	opacity: 0;
	position: relative;
}

.element-from-left {
	left: -80px;
	opacity: 0;
	position: relative;
}

.element-from-right {
	right: -80px;
	opacity: 0;
	position: relative;
}

.element-fade-in {
	opacity: 0;
	position: relative;
	right: 0px;
}

/* 28 - Fading Effect End
---------------------------------------------------------------------- */


.list-group-item {
	border: none ;
}

/*********************************************************************************************************
                                            HOME PAGE   
*********************************************************************************************************/

#home-hero {
	height: auto ;
/* 	margin-bottom: 60px; */
}

div.homepagehero {
  text-align: center ;
}

/*
div.homepagehero h1 ,
div.homepagehero h2 {
  color:#fff
}
*/

.hero-container { 
	position: relative;
	overflow: hidden ;
	height: 100%
}
.hsContainer {
	min-height: 75vh;
}
.hsContent {
    width: 100%;
    position: absolute;
    z-index: 99 ;
	display: block;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 768px){

}

.hero-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover ;
	height: 100%;
	width: 100%;
}

.hsContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#home-hero .hsContent p {
		margin:0 auto;
		display:block;
	}
#home-hero iframe {
	margin:20px auto;
}

div.sticker {
	 position: absolute;
    display: block;
    z-index: 12;
    /* bottom: 0; */
    right: 0;
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
}
#big-video {
	height: auto;
}
#big-video .video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#big-video video {
       position: absolute;
    width: 100%;
    height: auto ;
    top: 0;
    left: 0;
    opacity: .9;
}

#big-video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#wp-custom-header-video-button {
	display: none ;
}

@media (min-width: 320px) and (max-width: 480px) {
	
	#big-video {
		height: 200px;
	}
}

@media screen and (min-width: 768px){
 
}

/*****************************************
*			PAGES				*
*****************************************/    

#page-header {
	height:50vh;
}

.page-header ,
.article-img {
	background-attachment: fixed ;
	background-size: cover ;
	background-repeat: no-repeat ;
	height: 100% !important ;
	margin: 0 ;
}

#main {
	margin-top: 30px ;
}

.content.container {
	overflow: visible ;
}

/* site origin PAge Builder default panel padding */
.so-panel.widget {
    padding: 0px ; 
}

@media (min-width: 320px) and (max-width: 480px) {
	
	.page-header ,
	.article-img {
		background-size: contain ;
	}

}
/*****************************************************************
					single post
******************************************************************/
.navigation {padding:60px 0; }

.navigation div.alignleft {
	float: left;
	text-align: left;
}
.navigation div.alignright{
	float: right;
	text-align: right;
}
.navigation div.alignright,
.navigation div.alignleft {
	font-size: 1.2em;
	width:44%;
	color:#383125 ;
}

.navigation a { color:#383125 ;}


/********************************************************************
                	SOCIAL WIDGETS   
*********************************************************************/

#social {
	padding: 0 ;
}

#social li {
    display: inline-block;
    list-style: none;
    font-size: 2em;
    vertical-align: top;
    margin: 0 6px ;
}

 .placeholder
{
  color: #333300;
}

/********************************************************************
                	SERVICES WIDGETS   
*********************************************************************/

h2.section-title {
	text-align: center ;
}
.service-box {
    margin-top: 20px ;
    margin-bottom: 20px;
    border-top: 1px solid #999;
	padding-bottom: 1em;
}
.service{
	display: inline-block;
	margin-top: 30px;
}
.service-icon{
	color: #3498db;
	font-size: 3.5em;
	display: table;
	margin: 5px auto;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;

}

.service-icon2{
	color: #3498db;
	font-size: 3.5em;
	display: table;
	margin: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;

}

.service-icon a{
	
	margin: -15px auto;
	
}

.service-title{
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-align: center;
	/*text-transform: uppercase;*/
}

.service-title a{
	display: inline-block;
	-webkit-text-stroke: 0.1px;
	width: 100%;
}

.service-title a:hover{
	color: #c9ca54;
}

.service-text{
	margin-bottom: 0px;
	text-align: center;
}

.service-text_2{
	margin-bottom: 60px;
	text-align: left;
}

.service-box .toggle-description {
	padding-left: 2em ;
}

.service-box .toggle-description ul{
	line-height: 22px;
	font-size:0.9375em;
	text-align: left;
	margin-top: -20px;
	margin-bottom: 50px;
	}
	
.service-box .toggle-description ul li{
		list-style-type: disc;
		list-style-position: outside;
		margin-bottom:0px;
		margin-left: 30px;
		margin-right: 30px;
}

/********************************************************************
                	TESTIMONIALS WIDGETS   
*********************************************************************/

.testimonial {
	padding: 1em 4em;
}

.testimonial h4 {
	font-size: 18px ;
	font-family: inherit ;
}
.testimonial-author .title {
	font-size: small;
}
.rating {
	margin: 0 auto ;
}

/*****************************************
*			Slick Carousel				*
*****************************************/  

.slick-prev,
.slick-next {
    top: 30%;
    z-index: 3 ;
 }
 
 .slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 2.2rem;
  line-height: 1;
  opacity: .75;
  color: #333 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}
*/

/*****************************************
*			footer				*
*****************************************/    

footer{
  display: block;
  margin-top: 60px;
  width: 100% ;
  padding-top: 40px;
  background-color: #000000 ;
}

footer h4{
  color: white;
}

footer p{
  color: white;
}

p.copyright {
	font-size:1em ;
}	

#menu-footer li {
  display: inline;
  color: #eee;
  list-style: none;
  margin: 0 12px 0 0;
}
#menu-footer{
	margin: 20px 0 ;
	padding:0 ;
}
#menu-footer li a {
	color:#eee;
	text-decoration: none ;
}
#menu-footer li a:hover {
	color:#ddd;
}


footer.entry-meta {
	background-color: transparent ;
}


#messageForm div.response { color:#333; }


/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {  
/*
  div.homepagehero {
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: -30px;
    left: 0;
    color: black!important;
    font-size: 1.5em;
    text-shadow: none;
    font-weight: 600!important;
    width: 100%;
  }
*/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
/*
  div.homepagehero {
    position: absolute;
    top: 32%;
    left: 0;
    color: black!important;
    font-size: 2.5em;
    text-shadow: none;
    font-weight: 600!important;
    width: 100%;
  }
*/
}


@media screen and (max-width: 812px){
/*
  div.homepagehero {
    position: relative;
    top: 0;
    margin-top: 20px;
    margin-bottom: -30px;
    left: 9%;
    color: black!important;
    font-size: 1.5em;
    text-shadow: none;
    font-weight: 600!important;
    width: 90%;
  }
*/
}


aside ul  {
    padding: 0;
}

aside ul li  {
	list-style: none;
	padding: .2em 0;
}

aside ul li a {
	color: #333;
	font-size: 22px;
	font-family: 'Conv_BentonSansCond-Light';
	line-height: normal ;
}

#sidebar {
	width:220px;
}


/*****************************************************************
					Forms
******************************************************************/


form h4,
form.wpcf7-form p  {
  margin-top: 1em;
}
input:focus, textarea:focus, select:focus {
    background-color: #d5d0d0;
    background-image: none;
    color: rgb(0, 0, 0);
}

label {
    font-size: 1em;
    color: inherit;
    text-align: left;
    display: block;
}


#searchform input ,
#searchform textarea,
#searchform select {
	 display: inline-block !important;
}

#searchform input.text + input.text {
    border-left: none !important ;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: transparent;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2rem !important ;
    font-weight: 100;
    color:#333 ;
    height: auto;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 1em;
}

input[type="checkbox"] > span {
    color: #666;
    font-size: 14px;
}

option, optgroup { font-size: .6em ; }
textarea{
    resize:none;
    overflow: hidden;
}

/*
input[type=radio], input[type=checkbox] {
    display:none;
}
*/

input[type=radio] + label {
    padding-left: 37px;
    height: 28px;
    display: block;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-image:url('images/radiobox.png');
}
input[type=radio]:checked + label {
    background-position: 0 -28px;
}

input[name=rememberme]  {
    padding-left: 37px;
/*     height: 28px; */
    display: inline-block;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 0 0;
/*     vertical-align: middle; */
    cursor: pointer;
    background-image:url('images/checkbox.png');
}

input[name=rememberme]:checked  {
    background-position: 0 -28px;
}

input[type="button"], 
input[type="submit"]{
		border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 12px 44px;
	font-weight:bold ;
/*
    background-color: #7fb7be;
    border: 1px solid #27A0A0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Muli', sans-serif;
    font-size: 1.75em;
    font-weight: 100;
    padding: 8px 18px;
    text-decoration: none;
*/
}
.content-style-form button, .content-style-form #wp-submit {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type="button"]:hover, 
input[type="submit"]:hover {
/*    background:linear-gradient(to bottom, #7fb7be 5%, #61959c 100%); */
/*     background-color:#34CACA; */
    color:#eee ;
}

#inner-footer input {
	color:#fefefe ;
	display: inline-block ;
}

/****************************************************************************
*							Widgets										*
****************************************************************************/

.row.featured-articles {
    margin: 2em auto;
}
h2.rubrique-title {
	padding: 1.56em 0 ;
	font-family: 'Bree Serif', serif;
}

/* JQuery Accordion  */
.accordion {
  width: 100%;
  margin: auto auto;
  font-family: sans-serif;
}
.accordion h3 {
  padding: 4% 0px;
  margin: 0;
  border-bottom: 1px solid;
  cursor: pointer;
  width: auto;
  padding-right: 2em;
} 
.accordion h3:focus {
  outline: none;
}

.accordion i {
  float: right;
  font-size: 1.4rem;
  vertical-align: middle;
  cursor: pointer;
}
/*
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
*/
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/****************************************************************************
*							WooCommerce										*
****************************************************************************/

.main_nav li.profile-link , 
.main_nav li.cart-link {
  margin: 0;
}


/* CUSTOM ON-HOVER IMAGE */
/*
.woocommerce ul.products li.product a img { 
    height:150px;
    width: 150px;
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}
*/

/****************************************************************************
*								 UTILS										*
****************************************************************************/

.quote_lead {
	color: #403832;
	font-size: 1.4em ;
}

.quote_lead:before {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 1.6em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}

.quote_lead:after {
  content: '\f10e';
  font-family: FontAwesome;
  font-size: 1.6em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.3em;
}

.quote p {
	color: #403832;
}

.quote {
   padding: 100px 0;
  background: rgb(224, 224, 224) ;
  position: relative;
  z-index: 1;
}
.quote:before, .quote:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.quote:before {
  top: 0;
  -webkit-transform: skewY(1.5deg);
          transform: skewY(1.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.quote:after {
  bottom: 0;
  -webkit-transform: skewY(-1.5deg);
          transform: skewY(-1.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}

/**********************************************
		    ANIMATED LINK ARROW
***********************************************/

.link--arrowed {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	font-size : 1.4em ;
}
a.link--arrowed:hover {
	color: #32543e !important ;
}

.link--arrowed .arrow-icon {
	position: relative;
	top: -1px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
}

a.link--arrowed:hover .arrow-icon {
	transform: translate3d(5px, 0, 0);
	stroke: #32543e !important ;
}

.link--arrowed:hover  .arrow-icon--circle ,
.link--arrowed:hover  .arrow-icon--arrow {
	stroke-dashoffset: 0;
	stroke: #32543e ;
}
		
/**********************************************
			ANIMATED IMAGES
***********************************************/
	.animated {
		    -webkit-animation-fill-mode:both;
		    -moz-animation-fill-mode:both;
		    -ms-animation-fill-mode:both;
		    -o-animation-fill-mode:both;
		    animation-fill-mode:both;
		    -webkit-animation-duration:1s;
		    -moz-animation-duration:1s;
		    -ms-animation-duration:1s;
		    -o-animation-duration:1s;
		    animation-duration:1s;
		    opacity:0;
		}
		.animated.hinge {
		    -webkit-animation-duration:2s;
		    -moz-animation-duration:2s;
		    -ms-animation-duration:2s;
		    -o-animation-duration:2s;
		    animation-duration:2s;
		}
		@-webkit-keyframes fadeInUp {
		    0% {
		        opacity: 0;
		        -webkit-transform: translateY(20px);
		    }
		    100% {
		        opacity: 1;
		        -webkit-transform: translateY(0);
		    }
		}
		@-moz-keyframes fadeInUp {
		    0% {
		        opacity: 0;
		        -moz-transform: translateY(20px);
		    }
		    100% {
		        opacity: 1;
		        -moz-transform: translateY(0);
		    }
		}
		@-o-keyframes fadeInUp {
		    0% {
		        opacity: 0;
		        -o-transform: translateY(20px);
		    }
		    100% {
		        opacity: 1;
		        -o-transform: translateY(0);
		    }
		}
		@keyframes fadeInUp {
		    0% {
		        opacity: 0;
		        transform: translateY(20px);
		    }
		    100% {
		        opacity: 1;
		        transform: translateY(0);
		    }
		}
		.fadeInUp {
		    -webkit-animation-name: fadeInUp;
		    -moz-animation-name: fadeInUp;
		    -o-animation-name: fadeInUp;
		    animation-name: fadeInUp;
		}
		@-webkit-keyframes fadeOutDown {
		    0% {
		        opacity: 1;
		        -webkit-transform: translateY(0);
		    }
		    100% {
		        opacity: 0;
		        -webkit-transform: translateY(20px);
		    }
		}
		@-moz-keyframes fadeOutDown {
		    0% {
		        opacity: 1;
		        -moz-transform: translateY(0);
		    }
		    100% {
		        opacity: 0;
		        -moz-transform: translateY(20px);
		    }
		}
		@-o-keyframes fadeOutDown {
		    0% {
		        opacity: 1;
		        -o-transform: translateY(0);
		    }
		    100% {
		        opacity: 0;
		        -o-transform: translateY(20px);
		    }
		}
		@keyframes fadeOutDown {
		    0% {
		        opacity: 1;
		        transform: translateY(0);
		    }
		    100% {
		        opacity: 0;
		        transform: translateY(20px);
		    }
		}
		.fadeOutDown {
		    -webkit-animation-name: fadeOutDown;
		    -moz-animation-name: fadeOutDown;
		    -o-animation-name: fadeOutDown;
		    animation-name: fadeOutDown;
		}