@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background: #ffffff;
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #696969;
	font-weight: 300;
	background-size: 100% 100%;
}

a {
	color: #5b5721;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #5b5721;
	text-decoration: hover;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 800;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

strong {
}

form {
}

form input,
form select,
form textarea {
	-webkit-appearance: none;
}
	
br.clear {
	clear: both;
}

p, ul, ol, dl, table {
	margin-bottom: 2em;
}

section,
article {
	margin-bottom: 5em;
}

section > :last-child,
article > :last-child {
	margin-bottom: 0;
}

section:last-child,
article:last-child {
	margin-bottom: 0;
}

.image {
	display: inline-block;
	outline: 0;
}

.hrfooter {
    color: #5b5721;
    background-color: #5b5721;
    height: 1px;
    border: 0;
    width: 100%;
    float: left;
}
			
.hrfooter2 {
    color: #5b5721;
    background-color: #5b5721;
    height: 1px;
    border: 0;
    width: 95%;
    float: left;
}

.image img {
    display: block;
    width: 100%;
}

.image-full {
	display: block;
	width: 100%;
	margin: 0 0 2.5em 0;
}

.image-left {
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered {
	display: block;
	margin: 0 0 1em 0;
}

.image-centered img {
	margin: 0 auto;
	width: auto;
}

.button {
	position: relative;
	display: inline-block;
	background: #0090c5;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 800;
	outline: 0;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.button:hover {
	background: #10a0d5;
}

.button:active {
	background: #20b0e5;
}

.button.fa {
}

.button.fa:before {
	position: relative;
}

.button.alt {
	background: #f1f1f1;
	color: #444;
}

.button.alt:hover {
	background: #e8e8e8;
}

.button.alt:active {
	background: #e4e4e4;
}


.box {
	background: #fff;
}

.row > * {
padding-left: 0px;
padding-bottom: 0.4em;
}

/*  COLUMN SETUP  */
.col {
display: block;
float:left;
}

/* .col:first-child { margin-left: 15px; } */

/*  GRID OF THREE  */
.span_1_of_8 {
width: 20.75%;
}

.span_2_of_8 {
width: 24.7%;
}
.span_3_of_8 {
width: 29%;
}
.span_4_of_8 {
width: 39%;
}
.span_5_of_8 {
width: 45%;
}

.span1 {
width: 74.5%;
}

.span2 {
width: 130%;
float: right;
}




@media only screen and (max-width: 480px) {
	.span1 {
        width: 100%;
    }

    .span2 {
        width: 100%;
    }

}

#page { 
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

body {
    line-height: 150%;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 800;
}

h1, h2 {
    font-size: 28px;
    margin: 0 0 1.1em 0;
    line-height: 1em;
    font-weight: normal;
    color: #5b5721;
}

h3 {
    font-size: 1.35em;
    margin: 0 0 2.25em 0;
}



.box
{
    padding: 2em;
}
    
.box-feature
{
    padding: 0;
}
        
.box-feature .inner
{
    padding: 4em 2em 3em 2em;
}

.box-feature h2
{
    font-size: 1.35em;
}

.box-feature p
{
    margin: 0;
}

.box-feature .image
{
    position: relative;
    margin: 0;
    padding:0.4em;
}

.box-feature .image img
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


article {
    padding-top: 2em;
}

article#post-1 { 
    display: inline-block;
    width: 66%;
    float: left;
}

article.post h2 {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #5b5721;
}

article#post-16 {
    display: inline-block;
    width: 31%;
    float: left;
    margin-left: 2%;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#site-navigation {
    right: 0;
    margin-top: -3em;
    margin-bottom: 3em;
    font-size: 0.9em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ccc;
}

#site-navigation ul {
    float: right;
}
    
#site-navigation ul li {
    float: left;
    line-height: 1.5em;
    padding-left: 1.5em;
    margin-right: 0.8em;
}

#site-navigation ul li a {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.025em;
    color: #524e15;
    text-decoration: none;
    border-radius: 6px;
    padding: 0.5em 1em 0.5em 1em;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

#site-navigation ul li:hover {
}

#site-navigation ul li:hover a {
    background: rgba(255,255,255,0.5);
}

#site-navigation ul li.current_page_item {
}

#site-navigation ul li.current_page_item a {
    background: #524e15;
    color: #fff;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

    #banner
    {
        padding: 6.25% 6.25% 3.5% 6.25%;
    }

        #banner h2
        {
            font-size: 3.5em;
            margin: 0.1em 0 0.35em 0;
        }

        #banner p
        {
            font-size: 2.75em;
            line-height: 1.35em;
            margin: 0;
        }
        
        #banner .button
        {
            width: 100%;
            margin-bottom: 0.5em;
        }
        
            #banner .button.fa:before
            {
                position: absolute;
                right: 0.15em;
                top: 50%;
                margin-top: -0.5em;
            }

        #banner .button.alt
        {
            margin-bottom: 0;
        }
        
        #banner ul
        {
            margin-left: 2em;
        }

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

    #content
    {
    }

        #content h3
        {
            margin-top: 2.25em;
        }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

    #footer
    {
    }
    
        #footer h2
        {
            font-size: 1.35em;
        }

    #copyright
    {
        padding: 2em 0 0 0;
        text-align: left;
    }
    
    
    
    
    
    
/*********************************************************************************/
/* Form                                                                        */
/*********************************************************************************/ 
    
    
form {
    width: 550px;
}

input, textarea {
    padding: 5px;
    width: 520px;
    font-family: Helvetica, sans-serif;
    font-size: 1em;
    margin: 0px 0px 10px 0px;
    border: 1px solid #ccc;
}

textarea {
    height: 200px;
}

textarea:focus, #contact-area input:focus {
    border: 1px solid #ffffff;
}

input[type="submit"] {
    width: 100px;
    float: right;
    background-color: #524e15;
    color: #ffffff;
    height: 2.25em;
    margin-right: 2em;
}

label {
    display: inline-block;
    texxt-align: right;
    margin-right: 50px;
    widtxh: 100px;
    padding-top: 5px;
}

form p {
    margin-top: 0.5em;
    margin-bottom: 0em !important;
}


form.sent p,
form.sent .wpcf7-form-control-wrap {
    display: none;
}
