/*
Theme Name: SpectrumChild
Theme URI: https://spectruminteractivegroup.com/
Version: 1.2
Description: A Child Theme for Divi that enables Divi Builder for Custom Post Types
Author: Nagdy @ WPColt.com
Author URI: http://wpcolt.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
/* Add your custom CSS after this line */




/* Menu Hover Effects */
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #0096a6; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}



/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
color: inherit;
font-weight:normal !important; 
}

#footer-info a:hover { 
color:inherit !important;
text-decoration:underline; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}

/* Spectrum Standard Form */


.gf-spectrum-form input[type="text"],
.gf-spectrum-form textarea {
	padding:20px !important;
	font-weight:bold;
	border-color:#fff;
	border-radius:4px;
	background-color: #f9f9f9;
	color: #4e4e4e;
	/*font-size: 24px;*/
}

.gf-spectrum-form textarea {
	margin-top:14px !important;
}

.gf-spectrum-form li.gfield {
	margin-top:0px !important;
}

.gf-spectrum-form input[type="submit"] {
	padding: 10px 30px !important;
	/*font-family: "Montserrat",Helvetica,Arial,Lucida,sans-serif !important;*/
	font-size: 24px !important;
	background-color:#fff;
	border: 2px solid #b2b2b2;
	border-radius:4px;
	cursor:pointer;
	color: #b2b2b2 !important;
	transition: all .2s linear;
}

.gf-spectrum-form input[type="submit"]:hover {
	background-color:#b2b2b2;
	border: 2px solid #b2b2b2;
	color: #fff !important;
}




.hit-the-floor {
font-weight: 900;

}
.rojo{
color: #0096a6;
tab-size: 1.3em;    
    
}



.foto {
border-radius:30px 0px;
		-moz-box-shadow: 5px 5px 9px #999;
		-webkit-box-shadow: 5px 9px 6px #999;
		-o-box-shadow: 5px 5px 9px #999;
		-wap-box-shadow: 5px 5px 9px #999;
		-ms-box-shadow: 5px 5px 9px #999;
	box-shadow: 5px 5px 9px #999;}




