body,html {
	border:0;
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	/*background-image:url("../images/home-features/paper_bg.jpg"); */

	}
* {
	vertical-align: middle;
}	
.clear {
	display: block;
	height: 0;
	clear: both;
}
.project-f-wrap {
    display: inline-block;
    min-width:100%;
}
.project-f-wrap wimg {
	width: 100%;
}
.right-col {
	width: 50%;
	display: inline-block;
	float:right;
}
.left-col {
	width: 50%;
	display: inline-block;
	float:left;
}
i.fa {
    background-color: #ffcc00;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 46px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
	border: solid 2px transparent;
	box-sizing: border-box; 
	transition: 0.5s ease;   
}
i.fa:hover {
	color: #ffcc00;
	background-color: #ffffff;
	border: solid 2px #ffcc00;
}
a {
	text-decoration: none;
	color: #222222;
}


/* HOME HEADER 
-------------------------------------------------------------------------- */

.logo:before, .logo:after {
	display: block;
	content: "";
	background-color: #ffcc00;
	width: 1px;
	margin: 0 auto;
	height: 200px;
}
.logo {
    text-align: center;
    background-color: #fcfcfc;
    display: none;
}
.logo img {
    max-width: 75px;
}
#header {
    border-bottom: 1px solid #ffcc00;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
.header-logo {
	display: inline-block;
	float: left;
}
.header-logo:after {
    background-color: #ffcc00;
    content: "";
    display: block;
    height: 3px;
    margin-top: 1px;
    position: absolute;
    width: 135px;
    z-index: 999;
}
.header-logo img {
	max-height: 95px;
	padding: 30px;
}
#content {
    overflow: auto;
}
#footer {
    border-bottom: 5px solid #ffcc00;
    text-align: center;
}

/* HOME FEATURES 
-------------------------------------------------------------------------- */

.project-feature.project-f-wrap a {
    display: inline-block;
    float: left;
}
.project-feature.project-f-wrap img {
    width: 100%;
    float: left;
}

.project-feature.project-f-wrap a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.project-feature.project-f-wrap a:hover {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
    background-color: rgba(255,255,255,.2);
}

.feature-a, 
.feature-b, 
.feature-c, 
.feature-d,
.feature-e, 
.feature-f, 
.feature-g, 
.feature-h {
	background-size: 100%;
	background-position: center center;
	transition: all .2s ease-in-out;
	float: left;
	width: 100%;
	position: relative;
}
.feature-a {
	background-image: url("../images/home-features/mumford-feature-sm.jpg");
}
.feature-b {
	background-image: url("../images/home-features/cr-feature.jpg");
}
.feature-c {
	background-image: url("../images/home-features/stillhouse-feature.jpg");
}
.feature-d {
	background-image: url("../images/home-features/grip-feature.jpg");
}
.feature-f {
	background-image: url("../images/home-features/jbrew-feature.jpg");
}
.feature-e {
	background-image: url("../images/home-features/elysian-feature.jpg");
}
.feature-g {
	background-image: url("../images/home-features/gtm-feature.jpg");
}
.feature-h {
	background-image: url("../images/home-features/ninevines-feature.jpg");
}
.feature-a:hover,
.feature-b:hover,
.feature-c:hover,
.feature-d:hover,
.feature-e:hover,
.feature-f:hover,
.feature-g:hover,
.feature-h:hover {
	background-size: 110%;
}
a.feature-a img,
a.feature-b img,
a.feature-c img,
a.feature-d img, 
a.feature-e img,
a.feature-f img,
a.feature-g img,
a.feature-h img {
	transition: all .2s ease-in-out;
	max-width: 100%;
	float: left;
	box-sizing: border-box;
}
a.feature-a img:hover,
a.feature-b img:hover,
a.feature-c img:hover,
a.feature-d img:hover, 
a.feature-e img:hover,
a.feature-f img:hover,
a.feature-g img:hover,
a.feature-h img:hover {
	background-color: rgba(255,255,255,.5);
	border: solid black 10px
}

/* FOOTER 
-------------------------------------------------------------------------- */

#footer .wrapper {
    padding: 80px 0 40px 0;	
}
.copyright {
	width: 100%;
	font-size: 12px;
	line-height: 40px;
}
/* SLICK NAV 
-------------------------------------------------------------------------- */


#jb-menu {
    float: right;
    margin-right: 30px;
}
.slicknav_icon-bar.fa.fa-bars {
    background-color: #ffcc00;
    border-radius: 25px;
    color: #fff;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px;
	border: solid 2px transparent;
	box-sizing: border-box; 
	transition: 0.5s ease;   
}
.slicknav_icon-bar.fa.fa-bars:hover,
.slicknav_btn.slicknav_open .slicknav_icon-bar.fa.fa-bars {
	color: #ffcc00;
	background-color: #ffffff;
	border: solid 2px #ffcc00;
}
.slicknav_btn {
    line-height: 152px;
}

#jb-menu {
    float: right;
    margin-right: 30px;
}
ul.slicknav_nav li {
    color: #222222;
    display: inline-block;
    padding: 0 10px;
}
ul.slicknav_nav {
    display: inline-block;
    float: left;
    line-height: 152px;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
}
.slicknav_nav a {
    text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	color:#222222;
}


/* PORTFOLIO
-------------------------------------------------------------------------- */
#p-portfolio #portfolio {
	padding: 15px 15px 60px 15px;
	border-bottom: solid 1px #efefef;
}
#portfolio .p-item {
    display: inline-block;
    float: left;
/*     width: 50%; */
	width: 33.33%;
    box-sizing: border-box;
    padding: 15px;
}
#portfolio .p-item img {
    width: 100%;
}
#portfolio {
    display: inline-block;
    float: left;
    overflow: auto;
}
#portfolio .p-item .project-name {
    display: inline-block;
/*     font-family: "Roboto Condensed",open sans,sans-serif; */
    margin-top: 10px;
    text-transform: uppercase;
}
#portfolio .p-item .project-type {
    color: #ffcc00;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

/* ITEM PAGE */

.koia .vert-port li {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-top: solid 20px white;
}
.vert-port li {
    display: inline-block;
    text-align: center;
    width: 100%;
}
ul.vert-port {
    margin: 0;
    overflow: auto;
    padding: 0;
    text-align: center;
}

.wrapper.single-portfolio {
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    margin: 60px auto 0;
    max-width: 1200px;
}
.single-portfolio h2 {
    border-right: 2px solid #ffcc00;
    display: inline-block;
    font-size: 16px;
    margin: 30px 15px 30px 30px;
    padding-right: 15px;
}
.single-portfolio h6 {
    clear: both;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin: 30px 0;
}
.single-portfolio .vert-port li img {
	width: 100%;
}


/* CONTACT PAGE 
-------------------------------------------------------------------------- */

#p-contact #james_form {
    padding: 0 30px;
    margin: 60px auto;
    max-width: 440px;
}
.cont-form > input {
    border: 1px solid #efefef;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    font-family:"open sans",sans-serif;
    font-size: 14px;
}
.cont-form h6 {
    display: none;
    line-height: normal;
    margin: 20px 0 5px;
}
.cont-form textarea {
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    font-family: "open sans",sans-serif;
}
input.submit-button {
    background-color: #ffcc00 !important;
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
    background-image: none;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    
}
#james_form p b {
    display: block;
}


/* MOBILE
-------------------------------------------------------------------------- */


@media screen and (max-width: 920px) {
	/* #menu is the original menu */
	#header {
		border-bottom: 3px solid #ffcc00;
	}
	.header-logo:after {
		display: none;
	}
/*
	.right-col {
		width: 100%;
		display: inline-block;
		float:right;
	}
	.left-col {
		width: 100%;
		display: inline-block;
		float:left;
	}
*/
	#p-portfolio #portfolio {
	    padding: 0 0 60px;
	}
	
	#portfolio .p-item {
		width: 100%;
		text-align: center;
		padding: 0 0 30px 0;
	}
	#portfolio .p-item .project-type {
		display: none;
	}
	.wrapper.single-portfolio {
		background-color: transparent;
		margin-top: 0;
	}
	.single-portfolio h2 {
		border-right:none;
		margin: 30px 30px 5px;
		display: block
	}
	.single-portfolio h6 {
	    margin: 0 30px 30px;
	}
	.vert-port li {
	    margin-bottom: 10px;
	}
	ul.slicknav_nav {
	    background-color: #ffcc00;
	    left: 0;
	    position: absolute;
	    text-align: center;
	    top: 135px;
	    width: 100%;
	    z-index: 999;
	    line-height: 80px
	}
	ul.slicknav_nav li {
	    padding: 0;
	    width: 100%;
	}
	ul.slicknav_nav li a {
	    display: inline-block;
	    font-size: 18px;
	    line-height: 100px;
	    width: 100%;
	}
	ul.slicknav_nav li a:active {
		background-color: #eebb00;
	}
	ul.slicknav_nav {
	    border-bottom: 1px solid #ffcc00;
	}
	#footer .wrapper {
	    padding: 40px 0;
	}
	.copyright {
		background-color: #ffcc00;
	}
	#footer {
		border-bottom: none;
	}	
}