/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #000;
    font-size: 16px;
    line-height: 1;
    padding: 100px 0;
    text-align: center;
}

.site-description,
.site-title {
    font-family: 'Dosis', sans-serif;
    margin-bottom: 0;
	text-transform: capitalize;
	
}

/* # Contact Form
---------------------------------------------------------------------------------------------------- */
.wpcf7-form { 
	background:#dcc8a5; 
	padding:20px; 
	border:2px solid #f6efdf; 
	margin-bottom:30px; 
	border-radius:7px; 
}
 
.wpcf7-form input { 
	background:#f6efdf; 
	padding:5px 7px; 
	border:3px solid #ccb58c; 
	margin-bottom:8px; 
	border-radius:7px;
}
 
.wpcf7-form textarea { 
	background:#f6efdf; 
	padding:5px 0px 5px 7px; 
	border:3px solid #ccb58c; 
	border-radius:7px;
}
 
.wpcf7-form p { 
	color:#4f2a0f; 
	margin-top:10px; 
}
 
.wpcf7-form .wpcf7-submit { 
	background:#4f2a0f; 
	cursor:pointer; 
	padding-left:15px; 
	padding-right:15px; 
	color:#fff; 
	border-radius:2px;
}

/* # footer 3
---------------------------------------------------------------------------------------------------- */


.entry-footer {
    display: none;
}

.site-content .post-navigation {
    display: none;
}


.footer-widgets .widget-title {
    color: #a97905;
    text-align: left;
  
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets li {
    border-bottom: 0px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}


/* # Small Site Title
---------------------------------------------------------------------------------------------------- */
.nav-primary .small-site-title {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #a97905;
}