/*
Theme Name: Maleko Built
Author: Malama Online Marketing, LLC
Author URI: http://www.webmalma.com
Description: Fully responsive website designed and developed exclusively for Maleko Built. Uses Twitter Bootstrap 3.0 framework, jQuery, and owlcarousel.js.
Version: 2015-04
Text Domain: maleko_text

*/

body{
	font-family: Lato, arial, sans-serif;
	color:#444444;
	font-size:14px;
	font-weight: 300;
}
h1{
	font-size:30px;
	font-weight:300;
	text-transform:uppercase;
	color:#717171;
	margin-top:0;
	padding-top:0px;
}
.page-template-page-panels h1{
	font-size:22px;
}
h2{
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#717171;
	margin-top:32px;
	margin-bottom: 32px;
	padding-top:0px;
}
h3{
	font-size:15px;
	font-weight:bold;
	text-transform: uppercase;
}
h4{
	font-size:15px;
	font-weight:300;
	text-transform: uppercase;
	margin-top: 20px;
}
h5{
	font-size:15px;
	font-weight:bold;
	color:#fbcb33;
	text-transform: uppercase;
}
.lato{
	font-family: Lato, arial, sans-serif;
}
b, strong{
	font-weight:700;
}
label{
	font-weight:normal;
}
p:last-child{
	margin-bottom:0;
}
.entry-content p{
	line-height: 1.7em;
}
.entry-content img{
	max-width: 100%;
	height:auto;
}
input[type="submit"],
input[type="button"]{
	font-family:arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	border:1px solid;
	color:#000;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.thin{
	font-weight:200;
}
.light{
	font-weight:300;
}
.semi-bold{
	font-weight:600;
}
.extra-bold{
	font-weight:900;
}
.small{
	font-size:85%;
}
.uppercase{
	text-transform:uppercase;
}
.white-font{
	color:#ffffff;
}
.bg-white{
	background-color:#fff;
}
.bg-dark-gray{
	background-color:#e5e5e5;
}
.bg-default{
	background-color:#f0f0f0;
}
a{
	color:#cc472e;
	text-decoration:none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
a:hover,
a:focus,
a:active{
	color:#fbcb33;
	text-decoration:none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.underlined,
.underlined:hover{
	text-decoration:underline;
}
.eighteen-px{
	font-size:18px !important;
}
.twenty-px{
	font-size:20px !important;
}
.twenty-two-px{
	font-size:22px !important;
}
.twenty-four-px{
	font-size:24px !important;
}
.thirty-px{
	font-size:30px !important;
}
.normal-weight{
	font-weight:normal !important;
}
.icon{
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:36px;
	width:36px;
}
.container-wrap{
	position:relative;
	padding-top:40px;
	padding-bottom:40px;
}
.container-wrap.small-padding{
	padding-top:20px;
	padding-bottom:20px;
}
.container-wrap.no-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.hr{
	height:1px;
	margin:20px 0;
	background-color:#000;
}

/* contact form */
.wpcf7 input.wpcf7-text,
.wpcf7 .wpcf7-textarea{
	background:transparent;
	border: 1px solid #888888;
	margin-bottom: 15px;
	font-size: 15px;
	padding: 2px 8px;
	width: 100%;
}
.wpcf7 input.wpcf7-text{
	height: 34px;
}
input.wpcf7-submit{
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	width: 29px;
	height: 27px;
	padding: 0;
	margin: 0 0 0 8px;
	border: 0px solid;
	background: url('images/submit-arrow.png') no-repeat scroll 0 0 transparent;
}
div.wpcf7{
	padding-bottom: 20px;
}
.page-id-13 div.wpcf7 img.ajax-loader{
	float:left;
}

/* header/left side */
#masthead{
	height: 44px;
}
#mobile-logo{
	position: absolute;
	z-index: 100;
}
#mobile-logo img{
	height: 34px;
	margin-top: 4px;
	width: auto;
}
#logo{
	display:none;
}
#menu-toggle{
	height: 44px;
	padding: 12px 20px;
	z-index:99;
	background:#fbcb33;
	text-align: right;
	text-transform:uppercase;
	font-size:16px;
	font-weight:normal;
	color:#222;
	position: absolute;
	width: 100%;
	left: 0;
}
#nav{
	position: absolute;
	width: 100%;
	z-index: 99;
	left: 0;
	padding: 0 20px;
	top: 0px;
	background: rgba(250, 203, 51,.95);
}
#nav .menu-main-navigation-container{
	margin-top: 44px;
	display:none;
}
#nav.on .menu-main-navigation-container{
	display:block;
}
#nav .menu{
	padding:0;
	margin:0;
	list-style:none;
	text-align: right;
}
#nav .menu a{
	color:#575757;
	text-transform:uppercase;
	font-size:16px;
	display:block;
	padding:11px 0;
	font-weight:normal;
}
#nav .menu a:hover{
	color:#222;
}

/* pages */
#main{
	background-color:#f0f0f0;
}
#page-header{
	padding-top: 32px;
}
blockquote,
.like-blockquote{
	color:#717171;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	text-align:center;
	padding:10px 15px;
	border-left:0 none;
	margin:0;
}
blockquote:before,
blockquote:after{
	content:" ";
	display:inline-block;
	text-align:center;
	width:32px;
	height:31px;
	background:url('images/quotes.png') no-repeat scroll left top transparent;
}
blockquote:before{
	background-position: left top;
	margin-bottom: 10px;
}
blockquote:after{
	background-position: right top;
	margin-top: 10px;
}
#main-content-wrapper{
	margin-left: 15px;
}
.page-template-page-panels #main-content-wrapper{
	margin-left:0
}

/* inner-footer */


/* footer */
#footer .col-md-10{
	background-color:#f0f0f0;
}
.home #footer .col-md-10{
	background-color:#fff;
}
#footer .col-md-10 .widget{
	padding:10px 0;
}
#footer .textwidget{
	padding-left: 15px;
	text-align: right;
}


/* home page */
body.home,
.home #footer .col-sm-10,
.home #main{
	background-color:#fff;
}
.home #page-header{
	display:none;
}
.home .entry-content{
	padding-top: 32px;
}
.home .panel-inner.bg-default{
	background-color:#fff;
}
.home #main-content-wrapper{
	margin-left: 15px;
}
.bottom-overlay{
	text-transform: uppercase;
	font-size:24px;
	font-weight:300;
	letter-spacing: 1px;
	text-align:center;
	margin-bottom: 20px;
}
.home .panel-inner{
	padding-right:5px;
	padding-left: 0;
}
.home .owl-carousel .owl-item img{
	max-width:100%;
	height:auto;
	width:100%;
}

/* single posts */

/* owl carousel */
.owl-carousel .owl-item{
	float:none;
	-webkit-backface-visibility: visible;
}
.owl-carousel .owl-item img{
	/*display: initial;*/
	width:auto;
	max-width: 100%;
	height: auto;
}
.owl-controls{
	display:none;
}
.home .owl-controls{
	display:block;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
	overflow:hidden;
	text-indent: 100%;
	height: 45px;
	width: 49px;
	display:block;
	white-space: nowrap;
	position:absolute;
	background:url('images/nav-arrows.png') no-repeat scroll right bottom transparent;
	top: 32px;
	right: 20px;
	opacity:.1;
	filter:Alpha(opacity=10);
	cursor: default;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
	right: 90px;
	background-position: left bottom;
}
.owl-carousel .owl-controls .owl-nav .owl-prev.active,
.owl-carousel .owl-controls .owl-nav .owl-next.active{
	opacity: 1;
	filter:Alpha(opacity=100);
	cursor: pointer;
}
.owl-carousel .owl-controls .owl-nav .owl-prev.active:focus,
.owl-carousel .owl-controls .owl-nav .owl-prev.active:active,
.owl-carousel .owl-controls .owl-nav .owl-next.active:focus,
.owl-carousel .owl-controls .owl-nav .owl-next.active:active{
	opacity:.7;
	filter:Alpha(opacity=70);
}
.panels-page #page-header{
	padding-left: 50px;
}

h4.fancy{
	background: url('images/brown-line.png') repeat-x scroll left center transparent;
}
h4.fancy span{
	padding-right: 4px;
}

/* gallery */
.owl-item .gallery{
	margin:0 !important;
}
.gallery .gallery-item{
	padding-right: 0;
	padding-left: 0;
	margin-right:14px;
	margin-bottom: 15px;
}

@media (min-width:600px){	
	#nav {
		position: fixed;
	}
	.admin-bar #nav {
		top: 46px;
	}
}
@media (min-width:768px){
	body:before {
	  content: " ";
	  display: block;
	  position: fixed;
	  background-color: #fbcb33;
	  width: 308px;
	  width: -webkit-calc(50% - 188px);
	  width: calc(50% - 188px);
	  height: 100%;
	}
	h4{
		margin-top: 10px;
	}
	.pull-right-sm{
		float:right;
	}
	#masthead{
		background: transparent;
		height:auto;
	}
	#logo{
		background-color:#fbcb33;
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
		display:block;
		margin-top: 32px;
		padding:0;
		width: 126px;
		height: 98px;
	}
	#nav{
		margin-top: 70px;
		display:block;
		position:static;
		padding:0;
		width:auto;
		background: transparent;
		top: auto;
	}
	#nav .menu-main-navigation-container{
		margin-top: 0;
		display:block;
	}
	#nav .menu{
		text-align: center;
	}
	#nav .menu a{
		font-size: 15px;
	}
	#main-content-wrapper article.hentry{
		position:relative;
	}
	.panels-page #page-header{
		position:absolute;
		z-index: 10;
	}
	.bottom-overlay{
		height:114px;
		line-height:34px;
		position:absolute;
		z-index:10;
		bottom:2px;
		left:0;
		width:513px;
		padding-top: 24px;
		margin-bottom: 0px;
		background: #000;
		background: rgba(0,0,0,.5);
		color:#fff;
	}
	.owl-controls{
		display:block;
	}
	.owl-carousel .owl-item{
		float:left;
	}
	.home .owl-carousel .owl-controls .owl-nav .owl-next,
	.home .owl-carousel .owl-controls .owl-nav .owl-prev{
		top:50%;
		margin-top:-30px;
		width:66px;
		height:60px;
	}
	.home .owl-controls .owl-nav .owl-prev{
		background-position: left top;
		left:-10px;
		margin-left: 0;
	}
	.home .owl-controls .owl-nav .owl-next{
		background-position: right top;
		right:-10px;
		margin-left: 0;
		left:auto;
	}
	.home .owl-carousel .owl-item{
		float:left;
	}
	.panel-inner{
		padding-right:15px;
		padding-left: 50px;
	}
	.gallery .gallery-item{
		margin-right: 7px !important;
		margin-bottom: 12px !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	.panels-page .panel-inner{
		padding-top: 100px;
		padding-bottom: 20px;
	}
	.page-template-page-panels #main{
		padding-left:0px;
		padding-right: 0px;
	}
	.page-template-page-panels #footer{
		display: none;
	}
	.home.page-template-page-panels #footer{
		display: none;
	}
	#post-13 h4{
		margin-bottom: 36px;
	}
}
@media (min-width: 992px){
	body:before {
	  width: 276px;
	  width: -webkit-calc(50% - 324px);
	  width: calc(50% - 324px);
	}
	.bottom-overlay{
		line-height:114px;
		padding-top: 0;
		width: 758px;
		bottom:0px;
	}
	.panels-page .panel-inner{
		padding-top: 116px;
	}
	.panel-inner.pad-right{
		padding-right: 30px;
	}
	.owl-controls .owl-nav div{
		right: auto;
		left: 50%;
	}
	.owl-controls .owl-nav .owl-prev{
		background-position: left bottom;
		margin-left: -54px;
	}
	.owl-controls .owl-nav .owl-next{
		background-position: right bottom;
		margin-left: 5px;
	}
	.home .owl-controls .owl-nav .owl-prev{
		left:-25px;
	}
	.home .owl-controls .owl-nav .owl-next{
		right:-25px;
	}
	.owl-item .gallery-item, 
	.owl-item .gallery-item img, 
	.owl-item .gallery-item a {
	  width: 164px !important;
	  max-width: 164px !important;
	  min-width: 164px !important;
	}
	.gallery .gallery-item{
		margin-right: 5px !important;
		margin-bottom: 8px !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	.gallery .row .gallery-item:last-child{
		margin-right: 0 !important;
	}
	.home .owl-carousel .owl-item img{
		width:auto;
	}
	#post-13 #page-header{
		margin-bottom: 80px;
	}
	#post-11 .owl-controls{
		display:none;
	}
	#footer .textwidget .left{
		float: left;
		text-align: left;
	}
	#footer .textwidget .right{
		float: right;
	}
}
@media (min-width: 1200px){
	body:before{
		width: 200px;
		width: -webkit-calc(50% - 391px);
		width: calc(50% - 391px);
	}
	#logo{
		margin-top: 64px;
		margin-left:0;
		margin-right:0;
	}
	#page-header{
		padding-top: 64px;
	}
	#main-content-wrapper {
		margin-left: 85px;
	}
	.bottom-overlay{
		width: 925px;
	}
	.panels-page #main-content-wrapper {
		margin-left: 15px;
	}
	.panels-page #page-header{
		padding-left: 85px;
	}
	.panels-page .panel-inner{
		padding-top: 132px;
		padding-left: 85px;
		padding-bottom: 30px;
	}
	.panel-inner.pad-right{
		padding-right: 45px;
	}
	#nav .menu{
		width: 126px;
	}
	.owl-controls .owl-nav div{
		top: 82px;
	}
	.owl-item .gallery-item, 
	.owl-item .gallery-item img, 
	.owl-item .gallery-item a {
	  width: 186px !important;
	  max-width: 186px !important;
	  min-width: 186px !important;
	}
	.gallery .gallery-item{
		margin-right: 7px !important;
		margin-bottom: 12px !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
	
}
@media (max-width: 767px){
	body{
		font-size: 18px;
	}
	h1{
		font-size: 32px;
	}
	h2{
		font-size: 22px;
	}
	h3{
		font-size: 17px;
	}
	h4{
		font-size: 20px;
	}
	blockqoute, .like-blockquote{
		font-size: 17px;
	}
	.panels-page #page-header{
		padding-left:20px;
	}
	.owl-carousel .owl-stage{
		width: auto !important;
		transform: none !important;
	}
	.owl-carousel .owl-item{
		width:auto !important;
	}
	.owl-carousel .owl-item .panel-inner{
		padding-bottom: 20px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.home .owl-controls{
		display:none;
	}
	#footer{
		background: #f0f0f0;
		padding: 20px 0;
	}
	.home #footer{
		background: #fff;
	}
}
.ie8 .owl-carousel .owl-item img{
	width:auto;	
}
.ie8 .owl-carousel .owl-item .panel-inner{
	min-height: 815px;
}