/*
Theme Name: CleanStart Child 
Theme URI: http://plethorathemes.com/wordpress/cleanstart/
Description: Child theme for CleanStart (Plethora Themes)
Author: Plethora Themes
Author URI: http://www.plethorathemes.com
Template: cleanstart
*/
/* DO YOUR STUFF AFTER THIS !!  */

.nav_header {
background:#fff !important;
}

.sticky_header header.nav_header .container {
    position: relative;
    background-color: #fff !important;
   -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.5) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.5) !important;
    box-shadow: 0px 0px 0px 0px rgba(255,255,255, 0.5) !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.triangle-up-left {
display:none;
}
.triangle-up-right {
display:none;
}
.square-left { display:none;}
.square-right {display:none;}

.flexslider .container .carousel-caption h1 {
  
    background-color: rgba(0, 0, 0, 0.5) !important; 

}
.wpcf7-form {
text-align:center;
}