/*
Theme Name: Visionarium NYC
Theme URI: https://www.visionariumnyc.com/
Author: Jump Digital
Author URI: http://www.jumpdigital.co/
Description: Visionarium NYC Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visionariumnyc.com
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

visionarium is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*body {  background: url(https://www.visionariumnyc.com/wp-content/themes/andreco/images/visionarium_main.jpg) no-repeat center top;   background-size: 100%;}*/

header{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.52) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.52) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.52) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#00ffffff',GradientType=0 );

}

nav ul li a{ border-bottom: 3px solid transparent;}
nav ul li a:hover{ border-bottom-color: #2dadcd;}
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#redes-1 a:hover,
#redes-2 a:hover{ text-decoration:none; opacity:0.8}

.wpcf7-form .wpcf7-submit{
    background: #FFF;
    border: 1px solid #048abc;
    border-radius: 3px !important;
    font-family: 'Flama-Book';
    color: #048abc !important;
    padding: 8px 20px;
    margin-top: 20px;
    font-size: 1.1em;
}
.main-7 aside span{ width: 30px; text-align: center;}

.navbar-inverse .navbar-nav>li>a[data-idsec="#sec_reg"]:before,
.navbar-inverse .navbar-nav>li>a[data-idsec="#sec_reg"]:after{ display:none;}

.main-4 .contain-team-info{ display:none;}
@media (max-width: 768px){
#redes-2 a {
    padding: 0 7px;
    font-size: 30px;
  }
}