/*
 Theme Name:   The Mitz Project
 Description: Adventure Child Theme
 Author:       Rick Allen
 Author URI:   http://allencreative.net
 Template:     organic_adventure
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  organic_adventure-child
*/

@import url("../organic_adventure/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
p {
    color: #666666;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-weight: 300;
    line-height: 1.8;
}
.page-header, category-header {
    background: none repeat scroll 0 0 #e7e7e7;
    min-height: 240px;
}

div#event_wrapper a.a_register_link {
    border-radius: 2px;
	background-color: #73B31B;
    color: rgba(255, 255, 255, 0.85) !important;
    display: inline-block;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    line-height: 2.2;
    padding: 4px 18px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
}

div#event_wrapper a.a_register_link:hover {
	text-decoration: none;
	top: 2px;
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.10)),to(rgba(0, 0, 0, 0.20)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	}
	
	select#price_option-1 {
		width: 200px;
	}
section #huge_it_gallery {
   display: none !important;
}

