/*
 Parent Theme Name:   SmartMvp
 Parent Theme URI:    http://themeforest.net/item/smartmvp-startup-landing-page-wordpress-theme/10454785
 Parent Description:  SmartMvp - Startup Landing Page Template
 Template:     		  smartmvp
*/

/******* Updated veobox css *******/
@import url("venobox.css");

/******* MENUS *******/

/* Set the color of the selected menu item */

/* NOTE: THIS STYLE IS OVERWRITTEN BY THEME OPTIONS
   ENTERED IN WORDPRESS.  THESE LINES MUST BE ENTERED
   IN THE "CUSTOM CSS" THEME OPTION FOR THEM TO WORK */
.is-scrolling .navbar-nav>.current-menu-item>a,
.is-scrolling .navbar-nav>.current-menu-item>a:focus 
{
  color: #2490CF;
}

/******* MISC *******/

.section-type-team .wrapper-lg
{
    padding-bottom: 0px;
}

.section-type-team  a:hover
{
    color: #2490cf;
}

/******* SIGN UP FORM *******/

#mc_embed_signup .clear 
{
display: inline-block;
}aja

.input-group
{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.signup-area
{
  position: relative;
}

.mc4wp-response
{
  display: none;
}

.mc4wp-response,
.just-a-sec
{
  font-size: 20px;
  
  position: absolute;
  
  width: 100%;
  height: 25%;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

.mc4wp-error
{
    /* Highlight the error message here */
}

.just-a-sec{
  display: none;
  left:50%;
  margin-left:-16px
}

.invisible{
    display: none;
}

/*Format the interest selection list */

.form-interest
{
  margin-bottom: 10px;
}

.interest-header
{
  font-size: 24px;
  margin-bottom: 10px;
}

.interest-list
{
  text-align: left;
  display: table;
  margin: auto;
}

.interest-list label
{
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}

/******* TEAM PICTURES (which ia actually used for news) *******/

.team-img{
  width: 75%;
  margin: auto;
}

/******* FOOTER *******/

/* NOTE: THE .contact-content COLOR STYLES ARE IS OVERWRITTEN 
   BY THEME OPTIONS ENTERED IN WORDPRESS.  THESE LINES MUST BE 
   ENTERED IN THE "CUSTOM CSS" THEME OPTION FOR THEM TO WORK */
.contact-content a
{
  color:#2490CF;
}
.contact-content a:hover
{
  color:#fff;
}
.footer-nav
{
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer-copy
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.etabs .icon-sm {
	margin-left: auto;
    margin-right: auto;
}

.tab-features .etabs .tab.active:before{
    margin-left: auto;
	margin-right: auto;
}

.img-big-left{
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    right: 0px;
}
