/*
Theme Name: Leafe Constructions 2015
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: leafe-constructions
Domain Path: /languages/
Tags:

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.

 Leafe Constructions is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic);

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color:#fff;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #2f2f2f;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	/* float: left; */
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	/* float: left; */
	position: relative;
	margin:5px 0;
}
	.main-navigation li:hover{
		background: url('images/menu-green-hover.jpg') repeat-x left bottom;
	}
	.main-navigation li:hover > a{
		color: #fff;
	}
	
.main-navigation a {
	font-family:'Square 721 W01 Roman';
	color: #FFFFFF;
    display: block;
    margin: 0 auto;
	padding: 2px 0;
	font-size:16px;
    text-decoration: none;
    text-transform: capitalize;
    width: 95%;
}
	.main-navigation a:visited,
	.main-navigation a:active,
	.main-navigation a:link{
		color:#fff;
	}
	
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #a3a3a3;
}
.main-navigation li.current_page_item,
.main-navigation li.current-menu-item{
	background: #000;
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 480px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 .5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: .5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#nav-below {
	margin: 0 0 15px;
}
[class*="navigation"] .nav-previous {
	display: inline-block;
    float: left;
    padding-left: 9%;
}
[class*="navigation"] .nav-next {
	display: inline-block;
    float: right;
    padding-right: 9%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.slider-con {
	position: fixed;
	z-index: 9;
	width: 100%;
	height: auto;
	margin-left: -800px;
	left: 50%;
	top: 0;

}

.box-container {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 50
}

/* Masterhead */
#masthead {
	float: left;
    position: fixed;
    width: 300px;
	/* 20.25 */
}

.sub-box-container {
	background: url('images/menu-container-bg.png') repeat center 0;
	padding: 35px 0 15px 0px;
}
	
.site-branding {
    padding: 0 0 15px;
}

.site-branding,
#site-navigation,
.sub-contact-container{
	width: 230px;
	margin: 0 auto;
}
.page #site-navigation{
	width:75%;
}

.contact-number-container {
    background: url("images/contact-num.png") no-repeat bottom center;
    margin: -1px auto 0;
    min-height: 175px;
	border-top:1px solid transparent;
}	
	
	hr.light-border {
		background: none repeat scroll 0 0 #3D3D3D;
		width: 70%;
	}
	.telnum {
		color:#fff;
		font-family: 'Square 721 W01 Bold';
		margin: 15px 0 0;
		text-align: center;
	}
	.sub-contact-container span {
		font-family:'Square 721 W01 Roman';
		font-size:11px;
		color:#b5b7b9;
		display: block;
		padding:5px 0;
		text-align: center;
	}
	.sub-contain-container{
		border-top:1px solid #3d3d3d;
	}
	.sub-contact-container a {
		
		
	}
/* content */
.about-us #content,
.contact-us #content,
.monier #content{
	width:55%;
}

@media(max-width:482px){
    .about-us #content,
    .contact-us #content,
    .monier #content{
        width:auto;
    }
}

#content{
	width: 63%;
	float: right;
	margin-bottom: 10px;
	margin-top: 20px
}
	#content p{
		color: #B6B6B5;
		font-family: 'Roboto',sans-serif;
		font-size: 13px;
		margin: 0 0 0.5em 10px;
		width: 95%;
		text-align:justify;
	}

	.monier #content p{ 
		width:100%; 
		margin:0;
	}	
	
.head-content-container{
	background: rgba(0,0,0, 0.82);
	background: hsla(0,0,0, 0.82);
	margin: 20px 0;
    padding: 5px 0;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

}	

#primary{
	background: rgba(0,0,0, 0.82);
	background: hsla(0,0,0, 0.82);
	border-top:1px solid transparent;
		
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	margin-bottom: 5px;
	border-bottom: 8px solid rgba(87, 78, 70, 0.8);
}

.archive.post-type-archive-supplier #primary {
		border-bottom: 8px solid rgba(87, 78, 70, 0.8);
}

.archive #primary {
	border: none
}

.title-container {
    margin: 0 0 5px;
}

.fimage a {
    display: block;
	position:relative;
	text-decoration: none
}
.fimage a img {
	border:1px solid #000;
}

.project-title {
	font-family:'Square 721 W01 Roman';
    background: none repeat scroll 0 0 #151515;
	font-size:13px;
	display: block;
	width:96%;
	padding: 2px 2%;
}


.content-info {
    margin: 5px 0 0;
}

.content-info p {
    padding: 0 5px;
}

 
 #content a.green-btn, #nav-below a,
 a.green-btn.right { 
	background-color: #0D8A44;
    color: #FFFFFF;
	text-decoration:none;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
	font-weight:100;
	position: relative;
    z-index: 2;
	font-family: 'Square 721 W01 Bold';
	font-size: 13px;
	margin:3px 0;
	display: block;
}

@media(max-width:482px){
    #content a.green-btn.right{
        display: inline-block;
        float:none;
        margin:0 0 15px;
    }
    #content .container-link a.green-btn.right{
        float:right;
        margin: 10px 0 0;
    }
}

#nav-below a:hover {
	text-decoration: underline
}


a.green-btn {
	padding: 5px 10px 10px
}

@-moz-document url-prefix() {
	a.green-btn, .site-content .green-btn a  { 
		padding: 3px 15px
	}
}
	a.green-btn:hover{
		opacity: .8;
	}
	
.site-content .green-btn a:hover, a.green-btn:hover {
	text-decoration: underline;
}

.email-us.green-btn {
    background: url("images/mail.png") no-repeat scroll left center #0D8A44;
    color: #FFFFFF;
    display: block;
    font-family: 'Square 721 W01 Bold';
    font-size: 13px;
    margin: 0 auto;
    padding: 2px 0 2px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 110px;
}


/* if page */
.margin-top{ margin-top:40px; }
.content-details {
    color: #CFCFCF;
    font-family: roboto;
    font-size: 13px;
    margin-top: 9px
}

.content-details ul, .content-details ol {
	margin-bottom: 0;
}

/* footer */
.contact-us .footer-widget,
.monier .footer-widget{ width: 55%; }

.footer-widget{
	width: 63%;
	float: right;
	margin: 0 0 100px 0;
}

@media(max-width:482px){
    .contact-us .footer-widget,
    .monier .footer-widget{
        width:auto;
    }
}

.footer-widget-boxes {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.82);
    border-bottom: 5px solid #5A5756;
    float: left;
    margin: 0 0 0 2%;
    padding: 0;
    width: 49%;
   position: relative;
   min-height: 173px
   
}

@media(max-width:482px){
    .footer-widget-boxes{
        float:none;
        margin:0;
        width:auto;
    }
}

.footer-widget-boxes.fullwidth {
	 min-height: 128px
}

.inner-widget-container {
    margin: 0 auto;
    padding: 25px 0 0 0;
    width: 85%;
   
}

@media(max-width:482px){
    .footer-widget-boxes.first .inner-widget-container,
    .footer-widget-boxes.last .inner-widget-container{
        width:50%;
        margin:0 25px; 
    }
}

.inner-widget-container h2 {
	font-family:'Square721W01-BoldExtend';
	font-size:15px;
	text-transform: uppercase;
	margin-bottom: 7px;
	
}

.footer-widget-boxes  .inner-widget-container  a.green-btn {
	position: absolute;
	bottom: 10px;
	right: 4%
}

.widget-content p {
    color: #B6B6B5;
    font-size: 13px;
}

/* if contact-us page */
	.contact-us .widget-content p{
		width:65%;
	}


.footer-widget-boxes.first{
	margin-left:0;
}

@media(max-width:482px){
    .footer-widget-boxes.first .green-btn{
        width:100px;
        right:20px !important;
    }
    .footer-widget-boxes.last .green-btn{
        right:20px !important;
        bottom:30px !important;
    }
    .license{
        float:right;
        margin: 30px -8px 0 0;
    }
    .footer-number{
        bottom: 30px !important;
        right: 20px !important;
    }
}

.footer-widget-writing {
    bottom: -6px;
    position: absolute;
    right: 0;
    z-index: 1;
}

/* Archives */

.page-header {
	padding: 0 5%;
}
.blog .page-header {
	padding: 0;
}

.hentry  {
		padding: 20px 8%;
}

.post-type-archive-testimonial .hentry  {
	padding: 20px 8% 30px;
}

.post-type-archive-testimonial .entry-header .entry-title {
	margin-bottom: 15px
}

.about-us .hentry {
	padding: 5px 8%;
}

.hentry.last-post {
	margin-bottom: 0;
	padding-bottom:40px;
}

.blog .hentry, .archive .hentry {

	border-top: 2px solid #000
}

.blog .hentry.last-post, .archive .hentry.last-post {
	border-bottom: 8px solid rgba(87, 78, 70, 0.8);
}

/* End of archives */


/* hidden class */
.site-description, .site-title, .site-info{
	display:none;
}

/* usable classes */
.clear{ clear:both; }
.left{ float:left; }
.right{ float:right; }

.inner-container {
	padding: 0 9%;
}

@media(max-width:482px){
    .inner-container{
        text-align: center;
    }
}

.page-header {
	padding: 40px 8% 5px;
	/* padding: 40px 5% 20px 5%; */
}

/* if homepage */

.container-link {
    /*bottom: 0;
    position: absolute;
    right: 0;*/
}

.home .page-header {
	padding: 0 0 10px 0 
}

.home .hentry {
	padding: 40px 8% 80px;
}

/* end */


.page-header .entry-title, .page-header .page-title {
	font-family:'Square721W01-BoldExtend';
	font-size: 20px
}


.page-header .entry-title > a {
	font-family:'Square721W01-BoldExtend';
	font-size: 20px
} 

.entry-sub-title {
	font-family:'Square 721 W01 Extended';
	font-size: 15px;
	margin-bottom:15px;
}

.entry-title {
	font-family:'Square 721 W01 Roman';
	font-size: 18px;
}

.entry-title a {
	text-decoration: none;
	color: #fff
}

.hp-title {
	font-family: 'Square721W01-BoldExtend';
	font-size: 15px;
	margin-top:8px;
}

@media(max-width:482px){
    .hp-title{
        float: none;
        text-align: center;
        margin:10px 0;
    }
}

.hp-title span {
	font-family: 'Square721W01-BoldExtend';
}

.hide-slider-nav .bx-controls-direction{
	display:none;
}

ul.project-slider {
	list-style:none;
	margin: 0;
}
.projects-image-fimg {
	/*float: left;
	width: 32%;
	margin-left: 2%;*/
	position:relative;
}

/* if hover */
	.hovered {
		display: none;
		height: auto;
		position: absolute;
		width: 100%;
	}
	.hovered-img {
		left: 0;
		position: absolute;
		top: 0;
	}
	
	a.swipebox:hover > .hovered{
		display:block;
	}
	
	
.hentry .entry-title a {
	color: #fff
}

.projects-image-fimg.first {
	margin-left: 0;
}

.projects-image-fimg a[title]{
	font-family:'Square 721 W01 Roman';
	font-size:16px;
	color:#cfcfcf;
	content: attr(title);
}

#nav-below {

}
.single #nav-below{  }
.single .entry-meta, .blog .entry-meta{ font-size: 13px; }

.post-type-archive-testimonial .entry-content {
	color: #CFCFCF;
	padding: 0 7%;
	font-family: "Cabin", 'Square 721 W01 Roman', serif;
	font-style: italic;
	font-size: 14px;
	position: relative;
	margin-bottom: .7em
}

.testimonial-info {
	float: right;
	font-family: "Cabin";
	font-style: italic;
	font-size: 14px;
}

.project-testimonial .entry-content {
	color: #cfcfcf
}

.entry-header .entry-title{
	margin-bottom:0px;
}

.entry-content .entry-title{
	margin-bottom:10px;
}


.quote-top {
	position: absolute;
	top: -3px;
	left: 3.2%;
}

.quote-bottom {
	position: relative;
	top: -3px;
	left: 1px;
}

.site-content a {
	color: #FFF;
	font-family: 'Roboto',sans-serif;
	font-size: 13px;
	text-align: justify;
}
.site-content a:hover {
	text-decoration: underline;
}


/* our process */

.page-template-template-repeatable-sections-php .hentry {
    padding: 25px 8%;
}

.page-template-template-repeatable-sections-php .entry-content {
	margin: 0;
}


/* if multi images */

.entry-image.thumbnail-size {
    float: left;
    margin: 0 0 0 1%;
    width: 32%;
}
.entry-image.thumbnail-size img{
	width: 100%;
	height: auto;
	max-width: 178px;
}


/* supplier */
.supplier-template .entry-content {
	padding-bottom: 15px
}

.supplier-content {
	margin: 20px auto;
}

.supplier-container {
    margin: 0 auto 15px;
    width: 85%;
}

.supplier-container h3{
	font-family:'Square 721 W01 Roman';
	font-size:16px;
	margin: 0 0 10px;
}

.supplier-fimage {
	background: none repeat scroll 0 0 #000000;
    border: 1px solid #363636;
    float: left;
    margin: 0 2% 13px 0;
    width: 48%;
    /* margin: 0 0 10px 15px; */
}
	.supplier-fimage:hover{	
		background: url('images/supplier-fimage-hover.jpg') no-repeat center center / 100% 100%;
	}
	.supplier-fimage a:hover{
	}
.supplier-fimage.odd {
	clear: both
}
.supplier-fimage.even {
    margin: 0;
	float: right;
	text-align: center;
}

.footer-widget-boxes.fullwidth {
    margin: 0px 0 0;
    width: 100%;
}

/* contact */
.contact-us .hentry{
	padding: 0 8% 30px;
}
#page .gform_wrapper .left_label .gfield_label{
	font-family:'Square 721 W01 Roman';
	color:#b6b6b6;
	font-size:13px;
	text-align: right;
	font-weight: normal;
	width: 15%;
	padding-right:25px;
}

#page .gform_wrapper .gfield_required{
	display:none;
}

#gform_submit_button_1.button.gform_button {
    background-color: #0D8A44;
    border: 0 none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF !important;
	font-family:'Square 721 W01 Bold';
    float: right;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    padding: 5px 15px;
	text-shadow: none;
}
#gform_submit_button_1.button.gform_button:hover{ opacity: .5;}

#page .gform_wrapper{
	max-width: none;
}

#page .gform_wrapper .ginput_container{
    text-align: right;
}

#page .gform_wrapper .right_label input.large, 
#page .gform_wrapper .right_label select.large, 
#page .gform_wrapper .left_label input.large, 
#page .gform_wrapper .left_label select.large, 
#page .gform_wrapper textarea.textarea{
	border-radius:none;
	border:0 none;
	padding: 5px 10px;
    width: 71%;
}

#page .gform_wrapper .gform_footer.right_label,
#page .gform_wrapper .gform_footer.left_label{
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

/* contact shortcode */
h2.ctitle {
	font-family:'Square 721 W01 Roman';
    background: none repeat scroll 0 0 #000000;
    padding: 2px 0 2px 10px;
}

.contac-number {
	font-family:'Square 721 W01 Roman';
	background: url("images/tel.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    font-size: 16px;
    margin: 10px auto 0;
    padding-left: 68px;
    width: 68%;
}
.email-address {
	font-family:'Square 721 W01 Roman';
	background: url("images/email-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: block;
    font-size: 16px;
    margin: 10px auto 0;
    padding-left: 68px;
    width: 68%;
}


.bc-arrow {
	position: fixed;
	width: 26px;
	height: 82px;
	top: 40%;
	z-index: 200;
	cursor: pointer
}

#bc-next {
	background: url(images/arrow-next.png) transparent;
	right: 5%;
}

#bc-previous {
	background: url(images/arrow-prev.png) transparent;
	
	left: 5%;
}

#primary .slider-inner {
	padding-bottom: 100px
}

.slider-inner .fimage {
	margin-bottom: 15px;
}
#menu-item-257 {
	background-image: url('/~leafecon/wp-content/themes/leafe_constructions/images/facebook-icon.png');
	background-position: 6px 4px;
	background-repeat: no-repeat;
	width: 100%;
	height: 28px;
	padding-left: 24px;
}
.main-navigation #menu-item-257:hover {
	background: url('images/menu-green-hover.jpg') repeat-x left bottom;
}
.odd {
text-align: center;
}
.even {
text-align: center;
}

/* Responsive start here */
@media screen and (max-width: 1000px){
	.bc-arrow {
		z-index: -90
	}
}

@media screen and (max-width: 860px){
	.footer-widget-boxes h2 {
		font-size: 13px
	}
	
	.footer-widget-boxes p {
		font-size: 11px
	}
}

@media screen and (max-width: 800px){
	#page .site-branding, #page  #site-navigation, #page  .sub-contact-container {
		width: 75%;
	}
	
	#masthead {
		position: relative;
		width: 36.25%;
	}
}

@media screen and (max-width: 769px){
		
}

@media screen and (max-width: 645px){
	#masthead{
		width: 36.25%;
	}
	
	#site-navigation{
		width:100%;
	}

	.entry-image.thumbnail-size{
		float:none;
		width:100%;
		text-align:center;
	}
	
	/* out supplier page */
	.entry-content .supplier-fimage {

	}
	
}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 482px){
	/* head */
	#masthead {
		background: rgba(0,0,0, 0.82);
		float: none;
		margin: 0 auto;
		width:100%;
		
	}	
	.site-header .clear {
		display: none;
	}
	
	.sub-box-container{
		background: none;
		float: left;
	}
	
	.contact-number-container{
		background: none;
		float:right;
		padding: 25px 0 0;
		width:230px;
	}
	
	nav.main-navigation {
		text-align: center;
	}

	/* content */
	#content{
		float: none;
		margin: 0 auto 0;
		width: 100%;
	}
	
	/* our supplier page */
	.supplier-fimage{
		margin: 0 0 15px 0;
	}
	
	
	/* footer */
	.footer-widget {
		float: none;
		margin: 25px 0 10px;
		width: 100%;
	}
}

@media screen and (max-width: 464px){
	.sub-box-container{ 
		float: none; 
		padding: 10px 0 0;
	}
	.contact-number-container {
		float: none;
		padding: 25px 0 15px;
	}
	
	#page .site-branding, #page #site-navigation, #page .sub-contact-container {
		width: 100%;
        text-align: center;
	}
	.contact-number-container{
		float: none;
		padding: 0;
		min-height:105px;
        display: none;
	}
    #site-navigation{
        background:#2C2C2C;
        font:13px "Square 721 W01 Extended";
        padding:10px 0;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 362px){
	.sub-box-container{
		float:none;
		padding: 15px 0 0;
	}
	
	
	/* our process page */
	.entry-image.thumbnail-size {
		float: none;
		margin: 0 auto;
	}
	
	/* our supplier page */
	.supplier-fimage {
		float: none;
		margin: 0 auto;
	}
	
	
	/* footer */
	.footer-widget-boxes {
		float: none;
		margin: 0 0 15px;
		padding: 0 0 35px;
		width: 100%;
	}
}


/*designs*/
.single-designs .page-header h1 a{
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    float: right;
    margin: 7px 0 0;
}

.single-designs .page-header h2{
    margin:0;
}

.single-designs article{
    padding-top:0;
}

.counts{
    text-align: right;
    border-bottom:1px solid #B6B6B6;
    padding:0 0 15px;
    margin:0 0 30px;
}

.counts img{
    width:20px;
    height:20px;
    vertical-align: -2px;
    margin:0 0 0 3px;
}

.design-feat{
    margin:0 0 20px;
}

.design-content{
    margin:0 0 30px;
}

.design-content p{
    margin:0 0 10px !important;
    color:#FFF !important;
    width:100% !important;
}

.floor-plan{
    margin:0 0 30px;
}

.floor-plan img{
    width:90%;
    display:block;
    margin:0 auto;
}

.design-h2{
    font-size: 12px;
}

.design-form{
    padding:0 15px;
}

/*designs archive*/
.post-type-archive-designs article.hentry{
    border:none !important;
}

.designs{
    margin:0 0 30px;
    
}

.designs-cat{
    border-bottom:1px solid #B6B6B6;
    padding:0 0 20px;
    margin:0 0 20px;
}

.designs-list{
    display:inline-block;
    width:48%;
    margin:0 0 0 -2px;
}
@media(max-width:482px){
    .designs-list{
        width:100%;
        margin:0 0 20px;
    }
}

.designs-even{
    float:right;
}

.designs a{
    display:block;
    height:200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.designs-details{
    position: absolute;
    bottom: 0;
    z-index: 9;
    background:#E7E7E7;
    width:90%;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    line-height: 28px;
    color:#000;
    padding:0 5%;
    text-transform: uppercase;
}

.designs-details span{
    float:right;
    color:#000;
    margin:0 0 0 5px;
}

.designs-details img{
    width:12px;
    height:12px;
    margin:0 0 0 3px;
}

/*mobile backstretch*/
.mobile-backstretch{
    height:290px;
    display:none;
}

@media(max-width:482px){
    body{
        background:#2C2C2C !important;
    }
    .bc-arrow,
    .backstretch{
        display:none !important;
    }
    .mobile-backstretch,
    .mobile-backstretch .backstretch{
        display:block !important;
    }
}