/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
.home .x-navbar
{
transition-duration:0.5s;
background-color:rgba(255, 255, 255, 0.3);
}
.home .x-navbar:hover
{
background-color:rgba(255, 255, 255, 1);
}
.x-navbar-sime-transparent
{
transition-duration: 0.3s;
background-color: rgba(255, 255, 255, 1) !important;
}

.x-child-btn
{
background-color:#2980b9 !important;
border-color: #0445a5 !important;
box-shadow: 0 0.25em 0 0 #1699ad,0 4px 9px rgba(0,0,0,0.75) !important;
transition-duration:0.3s;
}

.x-child-btn:hover
{
background-color:#15669b !important;
}