/*
Theme Name: Outback
*/

*{
    padding: 0;
    margin: 0;
    outline: none;
}
body{    
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    color: #21282e;
    font-size: 15px;
    background: #f4f4f4;
}

.clear{
    clear: both;
}
.wrapper{
    width: 100%;
    margin: auto;
}

.content-center{
    width: 950px;
    margin: auto;
    position: relative;
}

.top-header{
    width: 100%;
    height: 35px;
    background: #21282e;
    
    height: 80px;
}


.mother-logo{
    display: block;
    float: left;
    max-height: 60px;
    margin-top: 10px;
    margin-right: 20px;
}




.header{
    width: 100%;
    height: 80px;
    background: #dddbde;
}




.banner{
    
}

.home-quote{
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 50px 0;
}

.home-latest-projects{
    background: #fff;
    width: 100%;
    height: auto;
    padding: 50px 0;    
}
.footer{
    width: 100%;
    height: auto;
    background: #21282e;
    padding: 50px 0;
}
.copyright{
    font-size: 13px;
    color: #7f7f7f;
    text-align: center;
    padding-top: 70px;
}

/*Top Header*/
.info, .phone{
    display: block;
    line-height: 35px;
    height: 35px;
    float: left;
    color: #fff;
    font-size: 14px;
    
    line-height: 80px;
    height: 80px;
    
}

.info a{
    text-decoration:  none;
    color: #fff;
}
.info a:hover{
    text-decoration: underline;
}

.info{
    background: url(images/info-icon.png) no-repeat center left;
    padding: 0 38px 0 25px;
    border-right: 1px solid #334351;
    margin-right: 20px;
}
.phone{
    background: url(images/phone-icon.png) no-repeat center left;
    padding-left: 20px;
}

.socials{
    float: right;
    color: #fff;
}
.socials span{
    line-height: 35px;
    
    line-height: 80px;
}
.socials a{
    display: inline-block;
    float: right;
    margin: 30px 0 0 4px;
}
.socials a:hover{
    opacity: 0.9;
}

/*Header*/
.logo{
    display: block;
    float: left;
    margin-top: 16px;    
}
.logo img{
    max-height: 45px;
    width: auto;
    height: auto;
}
/*Home quote*/
.home-quote img{
    float: right;
    max-width: 350px;
}
.home-quote-text h3{
    font-size: 30px;
    font-weight: 300;
    color: #bc6033;
}
.home-quote-text h2{
    font-size: 45px;
    font-weight: bold;  
    padding: 5px 0 30px 0;  
}
.home-quote-text{
    max-width: 555px;
}

/*Home Projects*/
.home-project{
    /*width: 300px;*/
    width: 218px;
    
    height:  360px;
    
    
    
    float: left;
    margin-right: 25px;
}
.home-project-last{
    margin-right: 0;
}
.home-project img{
    margin-bottom: 25px;
}
.home-project img:hover{
    opacity: 0.9;
}
.home-project h5{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
.home-project .read-more{
    color: #bc6033;
    margin-top: 15px;
    display: block;
    text-decoration:  none;
}
.home-project .read-more:hover{
    text-decoration: underline;
}
.block-title{
    font-size: 27px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
}
.view-all{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display: block;
    background: #bd622e;
    color: #fff;
    text-decoration: none;
    float: right;
}
.view-all:hover{
    background: #a15327;
}
.home-projects{
    padding-top: 28px;
}

/*Standard Page*/
.standard-header{
    box-shadow: 0 3px 2px -2px #bbb;
}

.standard-content-wrapper{
    margin: 48px auto;
    width: 948px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;    
    background: #fff;
}
.standard-content{
    padding: 40px;
}

.left-side{
    width: 260px;
    float: left;
}
.right-side{
    width: 585px;
    float: right;
}

.left-side-head{
    color: #bd5f33;
    font-size: 27px;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 2px solid #bd5f33;
    float: left;
    margin-bottom: 20px;
}
.right-side-head{
    font-size: 36px;
    line-height: 36px;
    color: #bd5f33;
    padding-bottom: 30px;
}


/*People*/
.people{
    margin-bottom: 35px;
    clear: both;
}
.people-text{
    float: left;
    width: 370px;
}
.people img{
    display: block;
    float: left;
    max-width: 180px !important;
    margin: 0 25px 0 0;
}
.people .name{
    font-weight: bold;
    text-transform: uppercase;
}
.people .position{
    font-style: italic;
    color: #7f7f7f;
    padding-bottom: 14px;
}

/*Projects Page*/
.project{
    width: 180px;
    height: 180px;
    display: block;
    float: left;
    position: relative;
    margin: 0 22px 22px 0;
}
.project-last{
    margin-right: 0;
}
.project p{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 10px;
    color: #fff;
    background: url(images/project-p-bg.png) repeat;
    width: 160px;
}
.project:hover > p{
    background: #bd5f33;
}

.project img{
    width: 180px;
    height: 180px;
}
.projects-wrapper{
    padding-top:  30px;
}

/*Main menu*/
/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 15px;
    
	/*padding-top: 24px;*/
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}


/* Navigation */

	.site-navigation li.current_page_item > a,
	.site-navigation li.current_page_ancestor > a,
	.site-navigation li.current-menu-item > a,
	.site-navigation li.current-menu-ancestor > a {
		/*color: #fff;*/
        color: #b85e2c;
	}

	/* Primary Navigation */
	.primary-navigation {
		/*position: absolute;        
        left: 14px;
        bottom: 12px;
        
        right: 0;*/
        
        float: right;
        padding-top: 22px;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		/*height: 48px;
		line-height: 48px;*/
		position: relative;
        
        height: 35px;
        line-height: 35px;
        
        /*border-bottom: 4px solid red;*/
        float: left;       
        
        
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 25px;
		white-space: nowrap;        
        text-decoration: none;
        text-transform: uppercase;        
        color: #21282e;
        font-size: 15px;   
	}
    
    .primary-navigation ul>li>a:last-child {
        padding-right: 0;
    }

	.primary-navigation ul ul {
		/*background-color: #24890d;*/
		float: left;
		margin: 0;
		position: absolute;
		/*top: 48px;*/
		left: -999em;
		z-index: 99999;
        
        
        top: 35px;
        background-color: #fff;
        /*background: url(images/content-area-bg.png) repeat;*/
        
        box-shadow: 1px 0px 5px #494949;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
        
        line-height:  18px;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		/*padding: 18px 12px;*/
        padding: 10px 12px;
        
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		/*background-color: #24890d;*/
		color: #b85e2c;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		/*background-color: #41a62a;*/
        color: #b85e2c;
	}
    


	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		/*top: 22px;*/
        top: 15px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
    
    
    .sub-menu li a{
        font-size: 14px;
    }
    
    
    
/*Footer Area Widget*/
.footer-area{
    color: #fff;    
}
.footer-area .widget-title{
    color: #bd622e;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.footer-area .menu{
    list-style-type: none;
}
.footer-area .menu li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
}
.footer-area .menu li a:hover{
    text-decoration: underline;
}

.footer-area .widget{
    float: left;
    padding-right: 100px;
}
.footer-area .widget:last-child{
    padding-right: 0 !important;
}
.footer-area .widget_text{
    width: 300px;
}
.footer-area .widget_nav_menu{
    width: 150px;
}

/*Content Styles*/
/* Responsive images. Fluid images for posts, comments, and widgets */
.post-content img{
    max-width: 100%;
}

.featured-image{
    margin-bottom: 30px;
}
.post-content a{
    color: #b85e2c;
    text-decoration: none;
}


.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	/*height: auto;*/
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	/*margin-bottom: 24px;
	max-width: 100%;*/
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/*Other styles of detail*/
b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	/*margin-bottom: 24px;*/
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {	
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

.post-content ul,
.post-content ol {
	/*list-style: none;*/
    padding: 10px 0 10px 30px;
	
}

ul {
	/*list-style: disc;*/
}

ol {
	/*list-style: decimal;*/
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}



/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 20px auto;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #c3243f;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	/*content: "\f408";*/
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	/*content: "\f411";*/
}

.comment-reply-link:before,
.comment-reply-login:before {
	/*content: "\f412";*/
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 80%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #c3243f;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

.comments-area{
    padding-bottom: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

.comments-area a{
    text-decoration: none;
    color: #b85e2c;
}
.comments-area textarea{
    padding: 10px;
    border: 1px solid #ccc;
    width: 80%;
}
.comments-area .submit, .comments-area input[type = 'submit']{
    height: 35px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    background: #b85e2c;
    cursor: pointer;
    border: 0;
}
.comments-area input[type = 'text'], .comments-area input[type = 'email']{
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 35px;    
}


/*Post sidebar widget styles*/
.post-sidebar .widget{
    padding-bottom: 30px;
}

.post-sidebar .widget .widget-title{
    font-size: 27px;
    color: #b85e2c;
    font-weight: normal;
    padding-bottom: 20px;
}
.post-sidebar .widget ul{
    list-style-type: none;
}

.post-sidebar .widget ul li a{
    color: #21282e;
    text-decoration: none;
    line-height: 30px;
}
.post-sidebar .widget ul li a:hover{
    color: #b85e2c;
}
/*Post Category Styles*/
.item{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.item .title{
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
    color: #21282e;
}
.item .title:hover{
    color: #b85e2c;
}
.item .read-more{
    color: #b85e2c;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.item .read-more:hover{
    text-decoration: underline;
}

/*Search Widget*/
.searchform input[type='text']{
    height: 40px;
    width: 200px;
    padding: 0 10px;
    border: 1px solid #ccc;
}
.searchform input[type='text']:focus{
    border: 1px solid #b85e2c;
    color: #b85e2c;
}

/*Page Sidebar*/
.page-sidebar ul{
    list-style-type: none;
}
.page-sidebar ul li a{
    color: #21282e;
    line-height: 30px;
    text-decoration: none;
}
.page-sidebar ul li a:hover{
    color: #b85e2c;
}


/*Contact Form 7 Styles*/
.wpcf7 input[type='text'], .wpcf7 input[type='email']{
    width: 50%;
    height: 35px;
    border: 1px solid #CCC;
    padding: 0 10px;
    font-size: 15px;
    margin: 10px 0 5px 0;
}
.wpcf7 input[type='text']:focus, .wpcf7 input[type='email']:focus, .wpcf7 textarea:focus{    
    border: 1px solid #b85e2c !important;
    color: #b85e2c !important; 
       
}
.wpcf7 textarea{
    width: 80%;
    min-height: 135px;
    border: 1px solid #CCC;
    padding: 10px;
    font-family: Ubuntu, 'Ubuntu', sans-serif;
    font-size: 15px;
    margin: 10px 0 5px 0;
}
.wpcf7 .wpcf7-not-valid-tip{
    font-size: 12px;
}
.wpcf7 input[type='submit']{
    background: #b85e2c;
    height: 35px;
    border: 0;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}
.wpcf7 input[type='submit']:hover{
    background: #a15327;
}
.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7-display-none, .wpcf7 .wpcf7-validation-errors{
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: normal;
    display: none !important;
}


/*Projects Page Template*/
.categories-list{
    list-style-type: none;
}
.categories-list li a{
    text-decoration: none;
    color: #21282e;
    line-height: 30px;
}
.categories-list li a:hover{
    color: #b85e2c;
}

/*Project Item Style*/
.taxonomy-description{
    padding-bottom: 20px;
    
}
.project-item{
    padding: 20px 0;
    border-bottom: 1px solid #ccc;    
}
.project-item .image{
    display: block;
    float: left;   
}

.project-item .image img{
    width: 210px;
    height: 140px;
}
.project-item .image img:hover{
    opacity: 0.9;
}
.project-item .project-item-text{
    float: right;
    width: 360px;    
}
.project-item .title{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #21282e;   
    line-height: 20px; 
}
.project-item .title:hover{
    color: #b85e2c;
}
.project-item .read-more{
    text-decoration: none;
    color: #b85e2c;
}
.project-item .read-more:hover{
    text-decoration: underline;
}


/*Village Page*/
.village-page-wrapper{
    width: 950px;
    margin: auto;
    padding: 10px 0;
}

.village-banner .flex-control-nav{
    bottom: 20px;
}

.village-banner .flex-control-paging li a{
    border: 1px solid #ccc;    
} 
.village-banner .flex-control-paging li a.flex-active{
    background: #b85e2c;
}

.village-quote-wrapper{
    background: #fff;
    margin: 10px auto;
}
.village-quote{
    padding: 30px;
}
.village-quote-left{
    /*width: 55%;*/
    width: 100%;
    
    float: left;
    float:none;
}

.village-content ul, .village-content ol{
    padding: 10px 0 10px 30px;
}
.village-content a{
    color: #B85A14;
}
.village-quote-right{
    width: 40%;
    float: right;
    padding: 0 0 20px 20px;
}
.village-quote-left h3{
    font-size: 35px;
    font-weight: bold;
    color: #b85e2c;
    padding-bottom: 20px;
}

.village-quote-right a{
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #b85e2c;
    text-decoration: none;
    margin-bottom: 10px;
    width: auto;
}
.village-quote-right a:hover{
    background: #a15327;
}


.village-children-projects{
    padding-top: 15px;
}

.village-child{
    width: 300px;
    height: 300px;
    position: relative;
    float: left;
    margin: 0 25px 25px 0;
}

.village-child-last{
    margin-right: 0;
}
.village-child .name{
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 20px;
    width: 75%;    
    background: url(images/project-p-bg.png) repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.village-child img{
    width: 300px;
    height: 300px;
}
.village-child a:hover > .name{
    background: #b85e2c;    
}

/*Paging*/
.pagination{
    padding-top:  20px;
}
.pagination a{
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #21282e;
    text-decoration: none;
    color: #21282e
}
.pagination a:hover{
    color: #fff;
    background: #b85e2c;
}
.pagination span{
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #21282e;
    color: #fff;
    background: #b85e2c;
}

/*Mobile & Mobile Panel*/
.menu-button{
    width: 30px;
    height: 17px;
    margin-top: 31.5px;
    display: none;
    float: right;
    background: url(images/menu-button.png) no-repeat;    
}

.menu-button.active{
    width: 17px;
    background: url(images/menu-button-close.png) no-repeat;
}

.mobile-panel{
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background: #b85e2c;
    position: fixed;
    top: 0;
    right: -250px;
    box-shadow: inset 7px 0 15px -7px #4c1c00;
    z-index: 10000000;
}
.wrapper-mobile{
    position: fixed;
    top: 0;        
}

.mobile-panel .nav-menu{
    list-style-type: none;
    margin: 25px 20px;
}

.mobile-panel .nav-menu li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}
.mobile-panel-projects{
    padding: 0 20px 25px 20px;
}
.mobile-panel-projects p{
    font-weight: bold;
    color: #e07538;
    text-transform: uppercase;
    font-size: 18px;
}
.mobile-panel-projects ul{
    list-style-type: none;
}

.mobile-panel-projects ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 30px;
}
.mobile-panel-projects ul li a:hover, .mobile-panel .nav-menu li a:hover{
    text-decoration: underline;
}
.mobile-panel-socials{
    padding: 0 20px;
    color: #fff;
}


.textwidget p{
    padding-bottom: 10px;
}


/*Updates of Project*/
.pullquote{
    border: 2px solid #b85a14;
    border-radius: 10px;
    padding: 15px;
    width: 250px;
    float: right;
    display: block; 
    margin: 0 0 50px 20px;
    font-size: 20px;
    position: relative;
    color: #B85A14;
    font-weight: 300;
}
.pullquote-bg{
    width: 90px;
    height: 35px;
    background: url(images/pullquote.png) center center no-repeat;
    background-size: 90px 35px;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.project-stat{
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 15px;
}
.project-stat span{
    color: #B85A14;
}
.project-stat a{
    color: #000;
    text-decoration: underline;
}

.project-stat a:hover{
    text-decoration: none;
    color: #B85A14;
}
