/*
 Theme Name:   Be Human Child
 Theme URI:    http://themeforest.net/item/be-human-charity-multipurpose-wp-retina-theme/5326773
 Description:  Be Human Child Theme
 Author:       Greenleaf Media
 Author URI:   http://greenleafmedia.com
 Template:     be-human
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  be-human-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides: */

@import url("../be-human/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

html body {
	font-size: 14px;
}
body li {
	line-height: 24px;
}
img {
	max-width: 100%;
}
p {
	line-height: 1.8;
}
.red, span.countdown_amount, .charity_counter_wrapper .countdown_section, span.countdown_section:first-child, .listing-item > a.title, .feature:hover .ftr_txt strong, .feature.active .ftr_txt strong, .team h3.heading1, .breadcrumb a, .team_member a, h2.heading {
	color: #ea4221;
}
.red-bg, #donation_box button, a.donate-now, .event_more > a, h2.heading:before {
	background-color: #EA4221;
}
.h-line {
	border-top: 4px solid #EA4221;
}
#donation_box h2, .team h3.heading1 .inner {
	border-left: 6px solid #EA4221;
}
.team h3.heading1 {
	padding-left: 0;
	font-size: 26px;
	font-weight: normal;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;
}
.team h3.heading1 .inner {
	padding: 6px 0 6px 20px;
}
h2.heading {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;
	text-transform: none;
}
h2.heading:before {
	content: "";
	height: 40px;
	left: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 6px;
}
article h3, .event h3 {
	position: relative;
	overflow: hidden;
}
article h3:after, .event h3:after {
	border-bottom: 3px solid #333;
	content: "";
	margin-left: 12px;
	position: absolute;
	top: 50%;
	width: 100%;
}
article h3.heading1:after {
	border-bottom: none;
}
article h5, .event h5 {
	font-size: 14px;
	color: #003F83;
	margin-top: 20px;
	margin-bottom: 4px;
}

#header {
	border-top: 8px solid #005197;
}
#btn_newsletter, #footer #frm_newsletter input[type="submit"], .widget_search #searchform input[type="submit"] {
	background-color: #A1B21A;
}
.sidebar .widget_search #searchform input[type="submit"] {
	text-transform: capitalize;
	font-size: 16px;
	padding: 10px 14px;
}
#header > .top_bar {
	display: none;
}
.fontawesome-text {
	display: none;
}
.logo_container {
	padding: 12px 0;
}
nav .navbar .nav {
	display: table;
	float: none;
}
nav .navbar .nav > li {
	float: none;
	display: table-cell;
	text-align: center;
}
.ie8 .navbar .nav > li > a {
	font-size: 16px;
}
#nav {
	border-bottom: none;
}
#nav .navbar {
	width: 100%;
}
#nav .span2 {
	display: none;
}
.navbar .nav > li > a {
	font-size: 20px;
	padding: 20px 7px;
}

.full_layout .row-fluid .span12 {
	margin-left: 0;
}
.row-fluid .charity_counter_wrapper .cp_title_sec {
	display: none;
}
.row-fluid .charity_counter_wrapper .counter_bg {
	width: 90%;
}
.home .first {
	margin-left: 0 !important;
}

.page_content #block_content_first {
	padding-top: 0;
}
.home .page_content #block_content_first {
	padding-top: 40px;
}

.event_more > a {
	position: relative;
}
.event_more > a:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #FFF;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -9px;
}
.event_more > a > .icon {
	color: rgba(0,0,0,0);
}
.counter_bg {
	background: transparent;
}
.charity_counter_wrapper {
	width: 500px;
	float: right;
	background-image: url(images/event_golf.png);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: 12px -6px;
	background-size: 55px 61px;
}
span.countdown_amount {
	font-size: 32px;
	line-height: 36px;
}
.countdown_section {
	padding: 6px 16px 12px 16px;
	border-right: 2px solid #ccc;
	border-left: none;
}
.countdown_section:last-child {
	border-right: none;
}
.charity_counter_wrapper .countdown_section, .charity_counter_wrapper span.countdown_section:first-child {
	text-transform: uppercase;
	font-size: 18px;
}
.ie8 .row-fluid .charity_counter_wrapper .counter_bg {
	width: 80%;
}
#block_content_first {
	padding-top: 40px;
}
#block_content_first .mbtm.feature {
	background-color: #FFF;
}
.feature:hover .ftr_txt, .feature.active .ftr_txt {
	background-color: #f5f5f5;
}
.ftr_txt {
	background-color: #E0E0E0;
	margin-bottom: 18px;
	padding: 20px;
	min-height: 140px;
}
.ftr_txt > a {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	display: block;
}
.ftr_txt > p {
	font-size: 16px;
	margin-bottom: 0;
}
.ie8 .donation_box {
	height: 110px;
}
.donation_box .span3 {
	padding-right: 20px;
}
.donation_box .paypal-donations {
	float: right;
}

#footer .widget ul li span.fontawesome-text {
	display: none;
}
#menu-social > li {
	display: inline-block;
}
#footer .footer_1 .widget ul li {
	margin: 0 0 10px 6px;
}
#menu-social > li > a > i {
	color: #FFF;
	font-size: 20px;
	width: 36px;
	text-align: center;
	line-height: 36px;
}
#menu-social > li > a > i.fa-facebook {
	background-color: #003F83;
}
#menu-social > li > a > i.fa-twitter {
	background-color: #00aced;
}
#menu-social > li > a > i.fa-rss {
	background-color: #ea4221;
}
#menu-social > li > a > i.fa-envelope {
	background-color: #a1b21a;
}
#donation_box a.donate-now.btn-large {
	font-size: 18px;
	text-shadow: none;
}
#btn_newsletter, #footer #frm_newsletter input[type="submit"] {
	font-size: 16px;
}
#news .title, h2.title {
    color: #474747;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    padding-right: 45px;
    position: relative;
}
.h-line {
	width: 156px;
}
.flexslider .flex-direction-nav a {
    background: none no-repeat scroll 0 0 #a1b21a;
    bottom: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    height: auto;
    width: 30px;
    z-index: 10;
}
.ml-slider .flexslider:hover .flex-prev {
	left: 0;
}
.ml-slider .flexslider:hover .flex-next {
	right: 0;
}
.flexslider .flex-direction-nav a:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 24px;
    margin-top: -10px;
    position: absolute;
    top: 50%;	 
 }
.flexslider .flex-direction-nav a.flex-prev:before {
	content: "\f053";
    left: 7px;
}
.flexslider .flex-direction-nav a.flex-next:before {
	content: "\f054";
    right: 7px;
}
.news-feed {
	position: relative;
	background-color: #FFF;
	padding: 10px 40px 10px 20px;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;
}
.display-posts-listing {
	margin-left: 0;
	margin-bottom: 20px;
}
.listing-item {
    list-style: none;
}
.listing-item > .title {
    display: block;
}
.excerpt-dash {
	display: none;
}
.news-feed h2 {
	margin-top: 0;
	margin-bottom: 24px;
}
h2 {
	text-transform: uppercase;
}
.donation_box h2 {
	text-transform: none;
}
#progress_news {
	margin-bottom: 0;
}
.news-feed a.view-all {
    background-color: #005197;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    transition: all 0.35s;
}
.news-feed a.view-all > i {
	color: #FFF;
	font-size: 28px;
	top: 50%;
	position: absolute;
	margin-top: -15px;
	left: 6px;
}
.news-feed a.view-all:hover {
	background-color: #0459B5;
}
.member_img > img {
	width: 100%;
}
.row-fluid .team .span3 {
	width: 30.077%;
}
.team_member {
	margin-bottom: 24px;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;
}
.team_member h5 a {
	font-size: 16px;
}
.team_member .team_member_description .mem_desig {
	color: #999;
}
.team > hr, .team > .clear {
	display: none;
}
#horizontal-tabs {
	width: 97%;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;	
}
#horizontal-tabs ul.ui-tabs-nav {
	display: table;
	width: 100%;
	border-bottom: 2px solid #CCC;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default {
	display: table-cell;
	float: none;
	text-align: center;
	padding: 0;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default.ui-tabs-active {
	padding: 0;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default:last-child a {
	border-right: none;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default a {
	background-image: none;
	border: none;
	margin: 0;
	width: 100%;
	border-right: 2px solid #CCC;
	font-size: 16px;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default.ui-tabs-active a {
	background-color: #003F83;
}
#horizontal-tabs .contents {
	background-color: #FFF;
}
#horizontal-tabs.tabs .contents .tabscontent {
	background-color: transparent;
	border: none;
}
#sidebar .widget_pages, .content_sidebar .widget_pages {
	padding-bottom: 30px;
}
.widget_pages {
	border-top: 4px solid #003F83;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;	
}
.widget_pages h3 {
	padding: 16px 12px;
}
.sidebar .widget.widget_pages li {
	background-image: none;
}
.sidebar .widget.widget_pages li a {
	color: #003F83;
	font-size: 16px;
}
.sidebar .widget.widget_pages li a:before {
	content: "-";
	padding-right: 10px;
}
#sidebar .widget, .content_sidebar .widget {
	margin-bottom: 30px
}
.widget_search form {
	margin-bottom: 0;
}
.sidebar .textwidget a.btns {
	text-align: center;
	color: #FFF;
	width: 100%;
	font-size: 24px;
	padding: 16px 40px;
	transition: all 0.35s;
}
.sidebar .textwidget a.btns:hover {
	background-color: #FC5D3D;
}

#page_title {
	margin-bottom: 20px;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;
}
#event_counter {
	width: 260px;
}
#event_grid {
	margin-bottom: 0;
	margin-top: 20px;
}
.event .outer_lyr, .event .inner_lyr {
	border: none;
	background: transparent;
}
.event .inner_lyr {
	padding: 20px 0;
}
#event_grid .event_info {
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 11px -6px #000000;
	-webkit-box-shadow: 0px 1px 11px -6px #000000;
	box-shadow: 0px 1px 11px -6px #000000;
}
.event #event_grid #event_title h3, .event #event_grid #event_title h3 a {
	display: none;
}
#event_title > p {
	margin-bottom: 0;
	line-height: 98px;
}
#event_grid .countdown_section {
	border: none;
}
.booking_form {
	clear: left;
}
#map_abs {
	background-color: rgba(161, 178, 26, 0.7);
}
#map_abs span {
	background-color: rgba(161, 178, 26, 0.9);	
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpvl_auto_thumb_box, .video_lightbox_auto_anchor_image {
	width: 100%;
	height: auto;
}
.wpvl_auto_thumb_play {
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -24px 0 0 -24px;
}

#footer_main .span4.newsletter {
	width: 30%;
	margin-right: 2.5%;
	margin-left: 0;
}
#footer_main .span4.gallery_show {
	width: 50%;
	margin-right: 2.5%;
	margin-left: 0;
}
#footer_main .span4.widget_nav_menu {
	width: 15%;
	margin-left: 0;
	margin-right: 0;
}
.footer_1 {
	padding-top: 16px;
}
.footer_2 {
	display: none;
}
#footer .footer_3 {
	background-color: #000;
}
#footer h4 {
	font-size: 18px;
	font-weight: normal;
}

#event_loc h3:after {
	border-bottom: none;
}


@media (max-width: 767px) {

.row-fluid {
	padding: 0 10px;
}
.logo_container .row-fluid .span4, .logo_container .row-fluid .span6 {
	width: 100%;
}
.logo_container .row-fluid .span4 {
	text-align: center;
}
.span4 #logo {
	width: 270px;
	margin: 0 auto;
}
.charity_counter_wrapper .countdown_section, .charity_counter_wrapper span.countdown_section:first-child {
	font-size: 10px;
}
.countdown_section span.countdown_amount {
	font-size: 20px;
}
.countdown_section {
	padding: 6px 8px 12px;
}
.charity_counter_wrapper {
	width: 99%;
}
.span6 .charity_counter_wrapper .span1 {
	width: 20px;
}
.row-fluid .charity_counter_wrapper .counter_bg {
	width: 83%;
}
.event_more > a:before {
	font-size: 16px;
	right: 4px;
}
.nav_bg {
    max-height: 322px;
    overflow: hidden;
}
nav .navbar .nav {
	width: 100%;
}
.row-fluid .team .span3 {
	width: 100%;
}
#footer_main .span4.newsletter, #footer_main .span4.gallery_show, #footer_main .span4.widget_nav_menu {
	width: 100%;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default {
	display: block;
	text-align: left;
}
article h3:after, .event h3:after {
	border-bottom: none;
}
#event_grid #event_title {
	border-right: none;
	border-bottom: 1px solid #DDD;
}
#event_loc {
	padding-bottom: 20px;
	padding-left: 20px;
}
#event_grid, #map_abs {
	display: none;
}

}

@media (min-width: 768px) {

.countdown_row .countdown_section {
	padding: 6px 16px 12px;
}

}

@media (min-width: 768px) and (max-width: 978px) {


.charity_counter_wrapper {
	margin-top: 36px;
}
.charity_counter_wrapper .countdown_section, .charity_counter_wrapper span.countdown_section:first-child {
	font-size: 11px;
}
.countdown_section span.countdown_amount {
	font-size: 22px;
}
.charity_counter_wrapper {
	width: 340px;
}
.event_more > a:before {
	right: 3px;
}
.ftr_txt {
	min-height: 199px;
}
.nav_bg {
    max-height: 345px;
    overflow: hidden;
}

}

@media (max-width: 978px) {

nav .navbar .nav > li {
	text-align: left;
	border-bottom: 1px solid #CCC;
}
.nav_bg .menu-item .fa {
    display: none;
}
nav .navbar .nav > li.menu-item-70 {
	border-bottom: none;
}
.nav-collapse #menusection {
	background-color: transparent;
}

}

@media (min-width: 979px) {

.nav_bg #nav .container-fluid {
	width: 940px;
}
.navbar .nav > li > a {
	font-size: 18px;
}

}

@media (min-width: 768px) and (max-width: 1199px) {

.logo_container .row-fluid .span6 {
	width: 31.4917%;
}
.logo_container .row-fluid .span4 {
	width: 48.6188%;
}

}

@media (max-width: 1199px) {

.row-fluid .event_info .span4 {
	width: 48.492%;
}
#event_counter {
	display: none;
}
#event_grid #event_title {
	font-size: 13px;
}
#event_loc h3 {
	font-size: 18px;
}
.team_member_description {
	min-height: 120px;
}
#horizontal-tabs ul.ui-tabs-nav li.ui-state-default a {
	font-size: 14px;
}

}

@media (min-width: 979px) and (max-width: 1199px) {

nav .navbar .nav {
	width: 100%;
}
.navbar .nav > li > a {
    font-size: 16px;
}

}

@media (min-width: 1200px) {

.nav_bg #nav .container-fluid {
	width: 1170px;
}
.navbar .nav > li > a {
	font-size: 20px;
}

}