/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #339966;
}


.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #339966;
    text-decoration: none;
}
a:focus {
    outline: 5px auto #369369;
    outline-offset: -2px;
}
.navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li.current-menu-item > a {
    color: #339966;
}

.tc-header {
    min-height: 30px;
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 10px solid #369369;
    border-top: 5px solid #369369;
    z-index: 200;
}

h1.entry-title, h2.entry-title {
    display: none;
}

.tc-header {
    border-bottom: 5px solid #396;
-webkit-box-shadow: 0px 0px 4px 3px #505050;
    box-shadow: 0px 0px 3px 4px #505050;
}

.tc-sticky-header .tc-header {position: relative !important;} /* probably controlled in green2.min.css file this is an experiment */

.navbar div > ul.nav > .menu-item:last-child > a {
    

   
  background: #369369;
  background-image: -webkit-linear-gradient(top, #369369, #2e805a);
  background-image: -moz-linear-gradient(top, #369369, #2e805a);
  background-image: -ms-linear-gradient(top, #369369, #2e805a);
  background-image: -o-linear-gradient(top, #369369, #2e805a);
  background-image: linear-gradient(to bottom, #369369, #2e805a);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 12px 5px 12px;
  text-decoration: none;
-webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}

.navbar div > ul.nav > .menu-item:last-child > a:hover {
  background: #3fb07b;
  background-image: -webkit-linear-gradient(top, #3fb07b, #369369);
  background-image: -moz-linear-gradient(top, #3fb07b, #369369);
  background-image: -ms-linear-gradient(top, #3fb07b, #369369);
  background-image: -o-linear-gradient(top, #3fb07b, #369369);
  background-image: linear-gradient(to bottom, #3fb07b, #369369);
  text-decoration: none;

}


#img-shadow {
    -webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
    }




header.tc-header {
background-image: -moz-linear-gradient(top, #E0E0E0, #F8F8F8);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E0E0E0), to(#F8F8F8));
background-image: -webkit-linear-gradient(top, #E0E0E0, #F8F8F8);
background-image: -o-linear-gradient(top, #E0E0E0, #F8F8F8);
background-image: linear-gradient(to bottom, #E0E0E0, #F8F8F8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D8D8' , endColorstr='#F0F0F0' , GradientType=0);
}

#main-wrapper {
background-color: #fafafa;
margin-top:     200px;
margin-bottom:  0px;
border-top: solid 5px #339966;
padding: 15px;
-moz-box-shadow:     0px 5px 5px 3px #505050;
   -webkit-box-shadow:  0px 5px 5px 3px #505050;
   box-shadow:          0px 5px 5px 3px #505050;
}


#right.widget-area {

background-color: #fafafa;
margin-top:     0px;
margin-bottom:  0px;
padding:        5px 5px;
-moz-box-shadow:     -1px 3px 5px 2px #505050;
   -webkit-box-shadow:  -1px 3px 5px 2px #505050;
   box-shadow:          -1px 3px 5px 2px #505050;

}
#apply {
    padding-right: 0px;
  
  background: #369369;
  background-image: -webkit-linear-gradient(top, #369369, #2e805a);
  background-image: -moz-linear-gradient(top, #369369, #2e805a);
  background-image: -ms-linear-gradient(top, #369369, #2e805a);
  background-image: -o-linear-gradient(top, #369369, #2e805a);
  background-image: linear-gradient(to bottom, #369369, #2e805a);
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
-webkit-box-shadow: 2px 2px 2px #7C7C7C;
    box-shadow: 2px 2px 2px #7C7C7C;
}
.featurette-divider {
    display: none;
}
.navbar .nav > li > a::first-letter {
    font-size: 20px;
}
.carousel-inner {
-moz-box-shadow:     0px -5px 5px 3px #505050;
   -webkit-box-shadow:  0px -5px 5px 3px #505050;
   box-shadow:          0px -5px 5px 3px #505050;
}


li.menu-item:nth-child(5) {
padding: 0px 20px 5px 12px !important;
}



