/*
Theme Name: Maisha
Theme URI: http://www.anarieldesign.com/themes/
Author: Anariel Design
Author URI: http://www.anarieldesign.com/
Description: Maisha is a beautiful charity WordPress theme inspired by "Virunga" documentary. It is modern, responsive and mobile friendly theme. So, no worries there, Google will love it. Theme offers whole variety of cool features like different blog layouts, different header options, extensive color options and more. It is all very easily customizable directly from the WordPress Customizer. Maisha also comes with number of page templates and includes a couple specially styled to support hugely popular plugins like bbPress, BuddyPress, WooCommerce and The Events Calendar. Above all it is very easy to use, coded according to the latest standards and SEO friendly.
Version: 1.6.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, footer-widgets
Text Domain: maisha

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.blank-bottom-fix {
	float: left;
	width: 100%;
}

.sub-menu { position: absolute;
    left: 0;
    top: 140%;
    background: #00501d;
    width: 200px;
    z-index: 111;
    box-shadow: 6px 3px 15px rgba(2, 47, 18, 0.52);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;}

.header-area .main-header-area .main-menu ul li {
	display: inline-block;
	position: relative;
}


.header-area .main-header-area .main-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    padding: 10px 6px 10px 6px; 
    position: relative;
}


.fish22 iframe{ width: 100%;}


@media (min-width: 992px) and (max-width: 1200px) {
	.header-area .main-header-area .main-menu ul li a {
		padding: 8px 8px 8px 8px
	}
}


.header-area .main-header-area .main-menu ul li a i {
	font-size: 9px;padding-left: 4px;
}

@media (max-width: 767px) {
	.header-area .main-header-area .main-menu ul li a i {
		display: none !important
	}
	.yvid iframe{ width: 100%;}
	.BBFormContainer[data-bbox-part-id="325abe27-922f-4a21-8a0c-14d99ebbce6a"] .BBDFormSectionComments .BBFormFieldLabel {
    margin-left:0px !important;
    line-height: normal;
}
	.BBFormContainer[data-bbox-part-id="325abe27-922f-4a21-8a0c-14d99ebbce6a"] .BBDFormSectionComments .BBFormTextArea {
    margin-left: 0px !important;
    height: 60px;
}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-area .main-header-area .main-menu ul li a i {
		display: none !important
	}
}

.header-area .main-header-area .main-menu ul li a::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scaleX(0);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header-area .main-header-area .main-menu ul li a:hover::before {
	opacity: 1;
	transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li a.active::before {
	opacity: 1;
	transform: scaleX(1)
}

.header-area .main-header-area .main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 140%;
    background: #00501d;
    width: 200px;
    z-index: 111;
    box-shadow: 6px 3px 15px rgba(2, 47, 18, 0.52);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;

}

.header-area .main-header-area .main-menu ul li .sub-menu li {
	display: block
}

.header-area .main-header-area .main-menu ul li .sub-menu li a {
	    padding: 7px 15px;
    position: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}

.header-area .main-header-area .main-menu ul li .sub-menu li a::before {
	display: none
}

.header-area .main-header-area .main-menu ul li .sub-menu li:hover a {
	color: #ff5e13
}

.header-area .main-header-area .main-menu ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
	opacity: 1;
	transform: scaleX(1)
}
@media (max-width: 991px) {
	.header-area .sub-menu {
		position: relative;
		left: 0;
		top: 140%;
		background: #fff;
		width: 200px;
		z-index: 111;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		-webkit-transition: .6s;
		-moz-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
	}
	.footer ul {
		text-align: left;
	}
	.subscribe-news-letter-wrapper .BBFormFieldLabelEdit {
		color: #fff;
	}
}
