/*======================================
Theme Name: Elysian Valley Lodge
Theme URI: https://divicake.com/
Description: Elysian Valley Child THeme
Version: 1.0
Author: NobleGenius
Author URI: https://www.noblegenius.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
.accent {
	color: #dfab61;
	font-weight:bold;
}

/*------------------------------------------------*/
/*--------------------[Home]----------------------*/
/*------------------------------------------------*/
.home-selection {
	border:2px solid transparent;
	text-transform: uppercase;
	font-size: 16px;
}

.contact-form form button {
	background-color: transparent!important;
	color: #0e2d42!important;
	border: 1px solid #0e2d42!important;
	border-radius: 25px!important;
	text-transform: uppercase!important;
}
.contact-form form button:hover {
	background-color: transparent!important;	
}
.home-panel a.df_fb_button {
	margin-top:20px;
	text-transform: uppercase;
}


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
.credits-logo { margin-bottom:-5px; }
.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

a:hover img.desaturate {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}