/*
Theme Name: FOET
Description: by AIDEA
Version: 1.2
Author: Aidea
Author URI: https://aidea.cat
Template: enfold
*/

:root {
    --logo: #f89e5b;
    --cream: #F5F0E8;
    --cream2: #EDE7DA;
    --cream3: #E5DDD0;	
    --brown: #6f615a;
    --orange: #E09F5A;
    --orange2: #C8882A;	
    --warm-grey: #56595a;
	--lightGrey: #958279;
	--border: rgba(117, 106, 99, 0.15);
    --charcoal: #2C2520;
	--border: rgba(117, 106, 99, 0.15);
    --border-strong: rgba(117, 106, 99, 0.3);
}
b, strong{ color: var(--logo);}


.av-slideshow-caption {  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);}

div .slideshow_caption h2 b{font-style: italic;}
div.slideshow_caption {  width: 50% !important}
div.avia-caption-content p{color: rgba(255,255,255,0.7) !important;}
div.slideshow_inner_caption{}
.avia-button.avia-color-blue {
    color: #fff
	transition: all .2s ease-out !important; 
}
#top .avia-button.avia-color-light {border:1px solid #fff;padding: 15px 20px;}

.avia-slideshow-button:hover{  padding: 15px 60px !important;}
.avia-button.avia-color-light{transition: all .3s ease-out !important;}
.avia-button.avia-color-light:hover{
	color:#000 !important;
	background-color:#ffffff !important;
	opacity: 1;
	padding: 13px 60px;
}






