/*
Theme Name: First attempt at a child theme
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/

@import url("../customizr/style.css");

	

/* Adjust Menu colors - Normal */
.navbar .nav > li > a {
color:          black;
text-shadow:    none;
}

.page h1.format-icon:before {
content: none;
}

.carousel-caption {
background: rgba(0, 0, 0, 0.4);
}

.icon-facebook::before {
    content: '\f09a';
}

a.icon-feed             {color:#DC622C;}    /* Change to desired color */
a.icon-facebook         {color:#3B5998;}    /* Change to desired color */
a.icon-pinterest        {color:#C91517;} /* Change to desired color */

/* menu mobile */
.navbar .btn-navbar{float:left}
ul#menu-menu-1.nav {float:left}	



.navbar-wrapper .navbar h2 {
    color: black;
    font: Verdana;
}



/* Remove Post/Page Icon */
.page #main-wrapper h1.format-icon:before {
content:    none;
}

/* Remove the pencil icon  */
.post h1.format-icon:before, .post h2.format-icon:before {
content: none;
}

.fp-text-one, .fp-text-two, .fp-text-three {
  display: none;
}

