@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Boogaloo);


/****************************************** 
[Table of contents]

1. Body / Typography 
2. Header
3. Nav
4. Slideshow - Media
5. Footer
6. Misc
7. Media Queries

[Color codes]

# White (text): 
Purple: #7e1891
[Typography]

Body copy:    ;
Headers:      ;

******************************************/

/***********
1.) Body / Typography
************/

body {
	font-family: 'Montserrat', sans-serif;
} 

h1,h2,h3,h4,h5,h6 {
	font-family: 'Boogaloo', cursive;
}

.staff ol {
	padding-left: 0 !important;
	font-size: 12px;
}

.no_show {
	display: none;
}

/***********
2. Header
************/

header {
	margin-top: 20px;
}

.logo {
	float: left;
}

.logo img {
	width: 100px;
}

.welcome {
	float: left;
}

.contact {
	text-align: right;
}

.contact span, .contact a {
	color: #7e1891;/*#43b8e3;*/
	text-decoration: none;
}

.contact a:hover {
	color: #f00;
}

.social li {
	display: inline;
	padding: 0 10px;
	font-size: 20px;
}

a {
	color:  #7e1891; /*was baby blue #43b8e3;*/
}

.welcome_top {
	margin-bottom: 5px;
	font-family: 'Boogaloo', cursive;
	font-size: 24px;
	margin-top: 15px;
}

.welcome_bottom {
	margin-top: -10px !important;
	font-size: 50px;
	font-family: 'Boogaloo', cursive;
	margin-bottom: 10px;
}

.search-button {
	font-family: 'Boogaloo', cursive; 
	font-size: 14pt; 
	font-weight: 400; 
	color:#7e1891;
	background: transparent; 
	border: 0;
}

/***********
3. Nav
************/

.navbar {
	min-height: 20px;
}

.main-nav {
	margin-top: 10px;
}

.nav, .navbar {
	width: 100%;
}

.navbar-default {
	background-color: #595959;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
	font-size: 20px;
	padding: 5px 15px;
	font-family: 'Boogaloo', cursive;
}

/*Home*/
.menu-item {background-color:#ffffff; color:#7e1891;}

#menu-item-26 a:hover {
	background-color: #7e1891;/*#43b8e3;*/
	color: #fff;
}

/*About Us*/
#menu-item-25 a:hover {
	background-color: #7e1891;/*#f7a243;*/
	color: #fff;
}

/*Vlog*/
#menu-item-24 a:hover {
	background-color: #7e1891;/*#000;*/
	color: #fff;
}

/*Education*/
#menu-item-23 a:hover {
	background-color: #7e1891;/*#514586;*/
	color: #fff;
}

/*Shop*/
#menu-item-22 a:hover {
	background-color: #7e1891;/*#ee2224;*/
	color: #fff;
}

.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	color: #000000;/*#f7a243;*/
}


/***********
4. Slideshow - Media
************/

.home_slideshow {
	padding-bottom: 40px !important;
}

.featured_area img, .post_thumbnail img {
	width: 100%;
	height: auto;
}

.vlog_intro {
	padding-bottom: 40px;
}

/***********
5. Footer
************/

/***********
6. Misc
************/

.border {
	background: #fff;
    margin: 0 0 20px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.title-box {
	background-color: #e5e5e5;
	padding: 16px;
	text-align: center;
}

.title-box a {
	display: block;
	text-decoration: none;
}

.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
	width: auto;
}

.woocommerce ul.products li.product .button {
	width: 100%;
	text-align: center;
	border-radius: 0;
	border: 2px solid #7e1891/*#43b8e3;*/
	background-color: transparent;
	color: #7e1891;/*#43b8e3;*/
}

.woocommerce ul.products li.product h3 {
	min-height: 60px;
}

.products li a {
	color: #f7a243;
}

.edu_block {
	clear: both;
	padding-bottom: 40px;
}

.edu_block img {
	float: left;
	padding: 0 20px;
}

.product-categories {
	list-style-type: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30.05% !important;
}

/***********
7. Media Queries
************/

@media (min-width: 768px) {
	.navbar {
    	border-radius: 15px;
	}

	.navbar-nav>li {
	    width: 16.66%;
	    text-align: center;
	}

	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	#menu-item-26 a:hover {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	#menu-item-22 a:hover {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

}
