/*
-----------------------------------------------------------------------------------
        Theme Name:Mana Child
        Theme URI:http://themeforest.net/item/mana-responsive-multipurpose-theme/5895568
		Template:mana
        Description:Fully responsive corporate theme for your business
        Author:ThemeTon
        Author URI:http://www.themeton.com
        Version:1.0
----------------------------------------------------------------------------------- */

@import url("../mana/style.css");

/* --------- Insert your custom styles on next rows --------- */

/* ----------------------------------------------------------- */
/* ATTENTION GRABBER                                           */
/* ----------------------------------------------------------- */

#attention-grabber {
	width: 100%;
	border-bottom: 1px solid #FFF;
	padding: 13px 0;
	height: auto;
}

#attention-grabber span {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#ag-created-by, #ag-go-away {
	display:none;
}

.pad-top {
	margin: 0;
}

/* ----------------------------------------------------------- */
/* HEADER                                                      */
/* ----------------------------------------------------------- */

#header {
	padding: 25px 0 25px 0;
}

/* ----------------------------------------------------------- */
/* MENUS                                                       */
/* ----------------------------------------------------------- */
.mainmenu ul.menu li ul li a,
.icon_menu ul.menu li ul li a,
.default_menu ul.menu li ul li a,
.metro_menu ul.menu li ul li a{
	color: #000;
}

.mainmenu ul.menu li ul li a:hover,
.icon_menu ul.menu li ul li a:hover,
.default_menu ul.menu li ul li a:hover,
.metro_menu ul.menu li ul li a:hover {
	color: #999;
}

/* ----------------------------------------------------------- */
/* Homepage                                                    */
/* ----------------------------------------------------------- */

.home-for-parents {
	// border-bottom: 1px solid #EBEBEB;
	// margin-bottom: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.home-for-parents .blox_element {
	margin-bottom: 0px;
}

.home-for-parents ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-for-parents ul li a {
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 5px 0;
}

.home-for-parents ul li a:after {
	color: #FEBE10;
	content: "\f105";
	font-family: "fontawesome";
	padding: 0 0 0 5px;
}

.home #content {
	border-bottom: none;
}

.home #content #primary {
	padding-top: 25px;
}

.home .single_footer {
	display: none;
}

/* Homepage Headers */
.home .entry_title,
.home .entry_title h2 {
	height: auto !important;
}

.home .entry_title h2 {
	font-size: 146% !important;
	line-height: 136% !important;
	font-weight: 500 !important;
}

/* Icon Counts */
.home .meta_comment,
.home .meta_like {
	display: none !important;
}

/*
#footer .widget_text {
	max-width: 780px;
	margin: 0 auto;
}
*/

.footer_widget_container {
	padding-top: 50px;
	padding-bottom: 25px;
}

#footer .widget_text .widget_title {
	color: #FEBE10;
	font-size: 110%;
	line-height: 100%;
	font-weight: 600 !important;
}

#footer .widget_text h2 {
	font-size: 142%;
	line-height: 152% !important;
margin: 0;
padding: 0;
}

#footer .widget_text p {
	margin-bottom: 15px;
}

/* Buttons */
.blox_elem_button_default:hover {
	background-color: #2e3739;
}

.tp-button.blue {
	background-color: #002f60;
	background-image: none;
	box-shadow: none;
	padding: 10px 15px;
	-webkit-box-shadow: none;
}

.tp-button.blue:hover {
	background-color: #2e3739;
	background-image: none;
	box-shadow: none;
	padding: 10px 15px;
	-webkit-box-shadow: none;
}

.tp-button.blue i {
	padding-right: 5px;
}

/* Google Calendar Iframe */
#iframe-calendar {
	height: 600px;
}

/* ----------------------------------------------------------- */
/* Sidebar                                                     */
/* ----------------------------------------------------------- */

.video-journey {
	background-color: #F8F8F8;
	border: 1px solid #E6E6E6;
	padding: 20px 0;
	text-align: center;
}

/* Media Queries */
@media (min-width: 480px) and (max-width: 991px) {
	.grid_entry .clearfix {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .hidden-lg.hidden-md {
		display: block !important;
		left: -9999px;
	}
	#header .visible-lg.visible-md {
		display: none !important;
	}
}