/*
Theme Name: River
Theme URI: http://demo.qodeinteractive.com/river/
Description: River Theme
Tags: creative, portfolio, multi-purpose, clean, retina, responsive, wpml, parallax, background video, mega menu, blog, agency, infographics, art
Author: Qode Interactive
Author URI: http://www.qodeinteractive.com/
Version: 1.0.2
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

1.0.2
- Added anchor functionality on parallax sections, custom links (manualy added class needed) and buttons
- Added icon fade animation and delay attributes for icon with text shortcode
- Added style for search widget in top header
- Added entering animation on "centered" title type
- Updated portfolio list shortcode to add one portfolio item per row
- Updated smooth scroll on/off logic to choose between all devices and all without Mac devices (all devices are not including touch devices)
- Fixed minor validation errors
- Fixed category attribute in latest posts shortcode
- Fixed blog responsiveness (social and like links)


1.0.1
- Fixed css animations (from top and bottom)
- Fixed ajax loader color changing(first color)
- Fixed layout for whole post blog type
- Fixed single post layout for video type
*/
.container_inner {
	/*width: 1024px !important;*/
}
body {
    color: #636363 !important;
}
p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

h1, h2, h3, h4, h5 {
    color: #000000;
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
	/*padding-top:25px !important;*//* STS */
}
h4.portfolio_title {
    padding-top: 20px !important;/* STS */
}

.title_holder h1 {

	padding-top:0px !important;
}


.wpb_wrapper ul {
    list-style-position: inside;
    /*margin-left: 25px!important;*/
    margin-top: 15px!important;
}

.accordion_holder.accordion .ui-accordion-header {
    background-color: #F2F2F2;
    border-bottom-width: 0;
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-bottom: 1px;
    padding: 0 10px 10px!important;
    position: relative;
    transform: translateZ(0px);
    transition: padding 0.4s ease 0s;
}

.accordion_holder.accordion .ui-accordion-header {
    background-color: #EDEDED;
    border-bottom-width: 0;
    cursor: pointer;
    display: block;
    font-weight: 300!important;
    line-height: 51px;
    margin-bottom: 1px;
    min-height: 48px;
    padding: 0;
    position: relative;
    text-align: left!important;
    transform: translateZ(0px);
    transition: padding 0.4s ease 0s;
}

.accordion_holder.accordion div.accordion_content_inner {
    padding: 10px 0!important;
}
.accordion_holder.accordion div.accordion_content {
    background-color: #F7F7F7;
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 0 20px 0 47px!important;
}
.wpcf7 input{
    padding:10px;
    color:#8e8e8e;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size:14px;
    line-height: 20px;

    border: solid 1px #9f9f9f; 
    
/*    box-shadow: inset 2px 2px 8px #bababa;*/
    
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
 
.wpcf7 textarea{
    padding:10px;
    color:#8e8e8e;
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-size:14px;
    line-height: 20px;

    border: solid 1px #9f9f9f; 
    
    /*box-shadow: inset 2px 2px 8px #bababa;*/
    
    -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
     width: 667px;
}
.wpcf7 .wpcf7-list-item{
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input{
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.wpcf7 select{
  outline: none;
  font-size:14px;
  /*font-family:Arial, Helvetica, sans-serif;*/
}

.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #f1f1f1;
  outline: none;
}

.wpcf7 input.wpcf7-submit{
 /*	
    -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  
  border: none;
  position: relative;
  
  color: #fff;
  
  text-shadow: 1px -2px 0px black;
  
  text-transform: uppercase;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  font-size: 14px;
  
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
*/  
  /* Gradient background
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#000000));  
  background:  -moz-linear-gradient(top, #4d1b5c, #000000);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#000000');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#000000)&quot;;
   */
  /* Drop Shadow 
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  */
  
}

/* On hover */
.wpcf7 input.wpcf7-submit:hover{
  
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  /*
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#6d2f80));  
  background:  -moz-linear-gradient(top, #4d1b5c, #6d2f80);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#6d2f80');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#6d2f80)&quot;;
	*/ 
}

/* On click */
.wpcf7 input.wpcf7-submit:active{
  top: 1px;
  
  color: #d8c6e2;
  
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#4d1b5c));  
  background:  -moz-linear-gradient(top, #4d1b5c, #4d1b5c);  
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d1b5c', endColorstr='#4d1b5c');
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d1b5c, endColorstr=#4d1b5c)&quot;; 
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    clear: both;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    clear: both !important;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    clear: both;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: auto;
    color: white;
    
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.wpcf7-form .fleft{
  float: left;
  width: auto;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}


body .wpcf7-mail-sent-ng {
background: #fff2e2;
border: 1px solid #ffbc8a;
color: #e17731;
}

body .wpcf7-mail-sent-ok {
background: #e8ffe2;
border: 1px solid #6fdf51;
color: #1ea524;
}
.radius150 img{
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
border-radius: 150px;
}

.radius245 img{
-webkit-border-radius: 245px;
-moz-border-radius: 245px;
border-radius: 245px;
}

/* Politique de confidentialité */
body.page-id-16671 p strong {
  font-size: 16px;
}
/* Cookie Notice */
#cn-notice-text a {
  color: #ffffff;
  text-decoration: underline;
}
#cn-notice-text a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Sélecteur de langue */
.header_top #lang_sel {

}
.header_top .right {
	text-align: right !important;
}

#lang_sel_list {
	left: 0;
	top: -5px;
}

nav.main_menu ul li.menu-item-language {
	margin-left: 50px;
	margin-right: 20px;
	
	display: none;
}
nav.main_menu ul li.menu-item-language a, nav.main_menu ul li.menu-item-language a:hover {
	cursor:pointer !important;
	cursor:hand  !important;
}

/* latest post includes/shortcodes.php */
.latest_post_holder > ul > li {
	margin: 0 0 20px !important;
}
.latest_post_holder ul > li.one {
	width: 100%;
}
.latest_post_holder > ul > li .latest_post {
   background-color: rgba(255, 254, 253, 0.64) !important; /*STS*/
}

h3.latest_post_title {
	padding-top: 10px !important;
}
.latest_post_text {
  padding-bottom: 0 !important;
}
.latest_post > a.latest_post_wrapper {
    padding: 0px !important;/* image plein cadre*//* STS */
}
h5 {
	font-weight: normal !important;
}
h5.latest_post_title {
	padding-top: 8px !important;/* STS */
}
/* category - non affichage des post_infos */
body.category span.post_infos {
	/*display: none !important;*/
}
/* category - non affichage des post_social (like) */
body.category span.post_social {
	display: none !important;
}

/* Accueil ACTIONS http://new.ace-fr.org/actions/ */
.vc_row-fluid [class*="vc_span"] {
	margin-bottom: 1.4% !important;
}

/* pour laisser plus de blanc avant le footer */
.footer_top_holder {
	margin-top: 2%;
}

/* Portfolios title */
.projects_holder article .portfolio_description .portfolio_title {
	margin: 0 !important;
	margin-top: -10px !important;
	margin-bottom: 5px !important;
}


/* Police pour les titres des accordéons */
h5 span.tab-title {
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;	
}

/* Titres fiches membres */

.portfolio_single.membres .portfolio_single_text_holder h2 {
	/*display: block;
	margin: 0 0 21px;*/
	text-transform: uppercase;
	padding-top: 0 !important;
	padding-bottom: 10px;/* STS */
}
h4.portfolio_title	 {
	font-size: 12px !important;
	line-height: 15px !important;
}
h4.portfolio_title.partenaires	 {
	padding-top: 5px !important;
}
h6.project_category.partenaires	 {
	margin-bottom: 5px !important;
	font-size: 11px;
	text-transform: none;
}
.projects_holder article .portfolio_description .project_category {
	font-size: 11px !important;
	line-height: 15px !important;
}

/* Listes membres */
.filter_holder ul li.region form select {
	background-color: #ffffff;

	border: 1px solid #eeeeee; 
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;

  color: #929292;
  font-family: 'Open Sans',sans-serif;
  font-size: 11px;
  font-weight: 700;
	text-transform: uppercase;
  width: 150px;
	margin-left: 50%;
}
.filter_holder ul li.region form select option {
  font-family: 'Open Sans',sans-serif;
  font-size: 11px;
  font-weight: 700;
	text-transform: uppercase;
	color: #929292;	
}
section.section section.parallax {
    margin: 0px!important;
}
.vc_row-fluid [class*="vc_span12"] {
    margin-bottom: 0 !important;
}
section.section {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    padding: 0px 0 !important;
    position: relative;
}
/* Attachments */
.attachment_bottom {
	border-top: 1px solid #f1f1f1;
}
.attachment_bottom h3 {
	margin-bottom: 15px;/* STS */
	padding-top: 10px !important;
}
.attachment_bottom ul {
	margin-left: 15px;
}
/* ACF */
.info_ref {
}
.info_ref h4 {
	font-family: 'Open Sans',sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 25px;/* STS */
}
.info_ref ul {
	/*list-style-type: none;*/
	margin-left: 20px;
}
.info_ref ul li {
	color: #F54325;
	margin-bottom: 8px;
}
.info_ref ul li span.content {
	color: #929292;
}
.info_ref span.titre {
	color: #000;
	text-transform: uppercase;
}
	.info_ref span.titre a {
		color: #F54325;
	}
		.info_ref span.titre a:hover {
			color: #000;
		}
.info_ref span.lieu {
	color: #000;
	text-transform: uppercase;
}
.info_ref span.moa {
	font-size: 11px;
}
.info_ref span.moe {
	font-size: 11px;
}
.info_ref span.lum {
	font-size: 11px;
}
	.info_ref span.lum b {
		text-transform: uppercase;
	}
	
	
	
.portfolio_single.membres .portfolio_like {
	margin: 0 !important;
	margin-right: 20px !important;
}

.portfolio_single.projets h2 {
	padding-top: 0 !important;
}
	.portfolio_single.projets h2 span {
		font-size: 13px;
	}
	
.blog_holder article {
    /*border-bottom: none !important;*/ /*STS*/
    padding-bottom: 10px !important;
	border-bottom: 0px solid #EDEDED !important; /*STS*/
}
.blog_holder article h2 {
	padding-top: 0 !important;
	/*padding-bottom: 15px !important;*/ /*STS*/
}
.blog_holder article .post_infos, .latest_post_inner .post_infos {
  /*display: none !important;*/
    margin: 0px 0px 0px!important;/* STS */
}
.latest_post_inner {
	margin: 0 !important;
}
.home .blog_holder article .post_infos, .home .latest_post_inner .post_infos {
  /*display: none !important;*/
	margin: 0 !important; 
}

.blog_holder article .post_description {
	/*display: none !important;*/     
}
.blog_holder article .post_text p a {
    color: #000000 !important;
}
.blog_holder article .post_text p a:hover {
    color: #929292 !important;
}
.blog_holder article span.qbutton_holder {
    display: inline-block !important;
    margin: 0 !important;
    margin-top: 10px !important;
}
.blog_holder.blog_single article h2 {
    margin: 0px 0px 0px !important;/* STS */
}
.blog_holder.masonry article h4 {
    margin: 0px 0px 0px!important;/* STS */
}
.blog_holder.masonry article .post_social, .latest_post .post_social {
    margin: 0px 0px 0px !important;/* STS */
}
.blog_holder.masonry article{
    border-bottom: 1px solid #EDEDED !important;/* STS */
}

.qbutton {
	margin-bottom: 15px !important;
}

.portfolio_navigation.top {
    border-top: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 30px !important;
}


.flexslider .slides img {
  display: block;
  /*max-height: 576px !important;*/
}
/*@media only screen and (min-width: 768px) and (max-width: 1060px){*/
@media only screen and (min-width: 1060px){
	.projects_holder article .image img {
	  /*max-height: 107px !important;*/
	}
}
@media only screen and (min-width: 768px){
	.projects_holder article .image img {
	  /*max-height: 99px !important;*/
	}
}
.portfolio_gallery a img {
  max-height: 191px !important;
}

.widget_search h6 {
	display: none;
}

h2.widgettitle {
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
	margin: 0 0 11px;
	padding-top: 0px !important;
	display: none !important;/* STS */
	
}
.list-info h2{
padding-top: 0px !important;
	
}
.cadre_lien {
	border: 1px solid rgba(152, 152, 152, 0.8);/* STS */
	    padding: 2px 10px 22px;
	
    width: auto;
	min-height:150px !important;
	background-image: url("img/opacite.png");
	background-position: left top;
	background-repeat: repeat;
}
.cadre_lien h4 {
    font-size: 14px;
    line-height: 19px;
	padding-top: 25px !important;/* STS */
}
table tr:nth-child(2n+1) td {
    background-color: rgba(136, 136, 136, 0.1) !important;/* STS */
    color: rgba(0, 0, 0, 0.8) !important;/* STS */
}
.tribe-mini-calendar {
    line-height: 80% !important;/* STS */
}
.tribe-mini-calendar .tribe-events-present {
    background-color: rgba(0, 0, 0, 0.6) !important;/* STS */
	color: #FFFFFF !important;
}
.tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: rgba(0, 0, 0, 1) !important;/* STS */
	color: #FFFFFF !important;
}

/*.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: rgba(0, 0, 0, 0.5) !important;/* STS */
	color: #FFFFFF !important;*/
}
.tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a:before {
     background: none repeat scroll 0% 0% rgba(104, 104, 104, 1) !important;/*couleur points STS */
}

.tribe-mini-calendar td, .tribe-mini-calendar th {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;/*cadre STS */
}
.tribe-mini-calendar-no-event {
    color: rgba(120, 120, 120, 1) !important;/* STS */
    display: block;
    font-weight: bold;
    padding: 5px 5px 15px;
    text-decoration: none;
}
.tribe-mini-calendar div[id*="daynum-"] a {
    display: block;
    padding: 5px 5px 15px;
    position: relative;
    text-decoration: none;
	background-color: rgba(136, 136, 136, 0.15) !important;/* STS a verifier*/
	    color: rgba(255, 255, 255, 1) !important;/* STS */
}
.tribe-mini-calendar td, .tribe-mini-calendar th {
    text-align: center !important; /* STS */
}
 table tr:nth-child(2n) td {
    /*background-color: #888!important;*/
    background-color: rgba(136, 136, 136, 0.1) !important;/* STS */
	color: rgba(0, 0, 0, 0.8) !important;/* STS */
}
table td {
      text-align: left !important;/* STS */
}

.tribe-mini-calendar-event .list-info h2 {
    font-size: 16px!important;
    font-weight: normal!important;
    line-height: 18px;
}
#tribe-events-content .tribe-events-calendar td{
    background-color: #fff!important;
	}
.tribe-events-thismonth tribe-events-future tribe-events-has-events td{
    background-color: #F54325!important;
	}
	#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
    color: #ffffff!important;
}
#tribe-events-content .tribe-events-calendar td:hover {
    background: none repeat scroll 0 0 #fff!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .entry-content .tribe-events-button, .tribe-events-button.tribe-inactive, .entry-content .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #F54325!important;
}
h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
    font-size: 30px;
    font-weight: normal !important;
}

.tribe-mini-calendar-nav {
    background: none repeat scroll 0 0 #666666;
    border: none !important;
    color: #FFFFFF;
    text-align: center !important;/* STS */
    vertical-align: middle;
}

#tribe-events-header .tribe-events-sub-nav{
display:none;
}
.tribe-events-schedule  {
    margin-top: 5px !important;/* STS */
}
.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 1.4em;
    font-weight: normal !important;
    margin: 20px 0 10px;
}
.tribe-events-schedule h3 {
	color:#808080!important;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    line-height: 1 !important; /* STS */
    font-size: 10px !important; /* STS */
	text-align: left !important; /* STS */
}


.portfolio_navigation.projects .portfolio_prev a, .portfolio_navigation.projects .portfolio_next a {
/*
  background-color: #EDEDED;
  border-radius: 3px;
  color: #929292;
  display: block;
  line-height: 40px;
  margin: 0 4px 0 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
*/
  width: 120px !important;
}
.portfolio_navigation.projects .portfolio_prev a span, .portfolio_navigation.projects .portfolio_next a span {
	font-size: 10px;
}

.side_menu {
	color: #fff !important;
}
.side_menu .menu_droite {
	color: #F54325 !important;
	font-size:11px;
}
.side_menu h6 {
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 25px;
  text-transform: uppercase;
	/*padding-bottom:10px;*/
}
.side_menu a {
color: #F54325 !important;
text-decoration: none;
}
.side_menu .widget.widget_nav_menu li {
    margin: 0px!important;
}
#wp-members label {
color: #fff !important;
}
#wp-members .button_div {
margin-top: 3px;
font-size:11px;
}

.side_menu .widget {
padding: 0px !important;
margin: 0px !important;
}
.side_menu a {
	font-size: 11px;
}

#wp-members h6 {
	display: none;
}
#wp-members p {
	font-size: 13px;
}
#wp-members .buttons {
	font-family: "Open Sans", sans-serif !important;
}

/* NovoSlider */
.theme-default .nivoSlider {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Widget inscription newsletter */
div#text_icl-10 h6, div#text_icl-11 h6, div#text_icl-12 h6, div#text_icl-13 h6 { display: none; }
div#text_icl-14 h6, div#text_icl-15 h6, div#text_icl-16 h6, div#text_icl-17 h6, div#text_icl-18 h6, div#text_icl-19 h6 { display: none; }

.menu-top_menu-container {
	display: none;
}

.widget.widget_search form input[type="text"] {
	width: 70% !important;
}

.blog_holder article .post_text h4 {
	padding-top: 15px !important; /*STS*/
}
.blog_holder article .post_text p {
    padding-top: 15px !important; /*STS*/
}
.wpb_wrapper h3 {
	padding-top: 20px !important; /*STS*/
	padding-bottom: 5px !important; /*STS*/
}

/* Mailchimp inscription newsletter */
#mc_embed_signup .button {
  font-size: 13px !important;
  font-weight: normal !important;  
  padding: 0 5px !important;
  border-radius: 0 !important;	
/*  
  background-color: #aaa;
  border: 0 none;
  clear: both;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
*/
}

#mc_embed_signup .mc-field-group input {
  background-color: transparent !important;
/*
  display: block;
  padding: 8px 0;
  text-indent: 2%;
  width: 100%;
*/
}