/**
 * This is an example of an additional stylesheet that can be 
 * enqueued using the add_css module method. The files settings.css,
 * frontend.css and frontend.responsive.css don't need to be 
 * enqueued and will be included for you automatically.
 */
 
/*
.horizontal li{
	display: inline-block;
}

.vertical li{
	display: block;
}
*/

/*
.fl-builder-blocks-section-gradiented {
    background: #401316;
    background: -webkit-linear-gradient(top,#401316,#111111);
    background: -o-linear-gradient(top,#401316,#111111);
    background: -moz-linear-gradient(top,#401316,#111111);
    background: linear-gradient(to bottom, #401316, #111111);
    color: #FFF4E6!important;
    font-weight: bold!important;
    border: none!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fl-builder-blocks-section-gradiented:hover{
background: #401316!important; /* Old Browsers */
background: -webkit-linear-gradient(top,#401316,#111111)!important; /*Safari 5.1-6*/
background: -o-linear-gradient(top,#401316,#111111)!important; /*Opera 11.1-12*/
background: -moz-linear-gradient(top,#401316,#111111)!important; /*Fx 3.6-15*/
background: linear-gradient(to bottom, #401316, #111111)!important; /*Standard*/
filter:brightness(150%);
}

.fl-builder-blocks-section-gradiented:hover i{
	background:transparent!important;
}
*/