/*
Theme Name:         Friday
Theme URI:          http://themes.dfd.name/friday/
Description:        Friday - Multi-Purpose Ultimate Wordpress theme
Version:            1.0.9
Author:             DFD
Author URI:         http://dfd.name/
Tags:               light, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

.drop{
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #7a7a7a;
    padding: 7px 15px 7px;
    width: 100%;
    display: block;
    font-size: 14px;
    height: 45px;
    margin: 0 0 13px;
    border-radius: 2px;
}
#footer{
	background-color: #2d2d2d!important;
}
#accessible-megamenu-1520504693678-7{
    background-color: orange;
    border-radius: 5px;	
}
.pedir-demo{
	background-color: orange!important;
    border-radius: 5px;
	color:white!important;
	border-color:orange;
  animation: glowing 5000ms infinite;
}
@keyframes glowing {
  0% { box-shadow: 0 0 -10px orange; }
  40% { box-shadow: 0 0 40px orange; }
  60% { box-shadow: 0 0 40px orange; }
  100% { box-shadow: 0 0 -10px orange; }
}

