/*
Theme Name: BH by MC Web Design
Author: MC Web Design
Author URI: twitter.com/venatoria
Description: This is a bootstrap 3.1.1 theme for wordpress 
License: GNU General Public License v2 or later
*/

/*Wordpress editor styles start
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(http://fonts.gstatic.com/s/muli/v7/_fUwxgthNvUM9WCtMyMvbA.woff) format('woff');
}*/
@font-face {
  font-family: 'Gafata', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
/*Wordpress editor styles end*/

/* Custom Style */ 
.navbar-default .navbar-brand {
	color: #494949;
	font-size : 20px;
	font-weight: bold;
	padding: 22px 15px;
}
.navbar {
	margin-bottom: 0px;
	border: none;
	background-color : #eee;
}
body {
	font-family: 'Gafata', sans-serif;
	color: #707070;
	background-color : #eee;
}
.col-md-12 {
	padding-left : 0px;
	padding-right : 0px;
}
.container {
	padding-left : 0px;
	padding-right : 0px;
	background-color : #fff;
}
#main-container{
	margin-top : 119px;
}
h1{
	font-size: 15px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-weight:700;
}
h2{
	font-size: 14px;
	/*font-weight: bold;*/
	text-transform: uppercase;
}

h3{
	font-size: 12px;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
}
.navbar-collapse a{
	font-size : 13px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color : #fff;
}

.navbar-brand img {
	max-height:74px;	
}

.content {
	background-color : #fff;
	padding-left : 15px;
	padding-right : 15px;
}
.content a{
	color : #0e0e0e;
}
.content p{
	font-size: 14px;
}
.content li{
	font-size: 14px;
}
.thumbnail {
	padding : 0px;
	margin : 0px;	
	background-color: #fff;
	border : 0;
}
.navbar-header .navbar-collapse .header-zone {
background-color : #fff;
}
.header-zone {
	padding-left :15px;
	padding-right : 15px;
}
.footer{
	background-color : #eee;
	padding:  0px;
}
.nav-footer {
	padding-top : 10px;
	padding-bottom : 0px;
}
.nav-footer>li>a {
	color : #767272;
	padding-left: 0px;
	padding-top : 10px;
}
.nav-footer>li>.active a {
	color : #0e0e0e;
}

.social-media {
	padding-top : 10px;
	float : right;
	text-align : right;
}
.credit {
	float : right;
	text-align : right;
}
.social-media li {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 10px;
	width: 25px;
	height: 25px;
}
.footer .credit .social-media li a {
    color: transparent;
}
.copyright {
	text-transform: uppercase;
	color: #8f8c8c;
	font-size: 8px;
}
.social-media li.facebook {
background: url(img/facebook.svg);
-webkit-background-size: 100%;
background-size: 100%;
}
.social-media li.twitter {
background: url(img/twitter.svg);
-webkit-background-size: 100%;
background-size: 100%;
}
.social-media li.instagram {
background: url(img/instagram.svg);
-webkit-background-size: 100%;
background-size: 100%;
}
.portfolio-item{
	margin-bottom : 15px;
	min-height:350px;
}

/* Carousel Fixes */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
 max-height:650px; 
  margin-left:auto;
  margin-right:auto;
}

#pinitbtn{
float: right;
margin-top: -37px;
}
/* Mobile Fixes */
@media all and (max-width: 400px) {
  .navbar-brand img {
    width : 200px;
    margin-top: 17px;
  }
  .footer {
  text-align : center;
}
.credit{
	  text-align : center;
}
.social-media {
  text-align : center;
}
}

.mcwdlink{
  color:#aaa;
}
.mcwdlink a{
	color:#aaa;
}
.mcwdlink:hover{
	color:#555;
}
.mcwdlink a:hover{
	color:#555;
}