.alignright {
	float: right;
	padding: 0 10px 20px 20px;
}
.alignleft {
	float: left;
	padding: 0 20px 20px 0;
}

#menu-main-menu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
#menu-main-menu li {
	display: inline; 
	padding: 5px 20px 5px 20px;
	font-weight: bold;
}
#menu-main-menu a {
	text-decoration:none; 
	color: #232020; 
	padding-bottom: 8px;
}
#menu-main-menu a:hover {
	color: #c2a168; 
}
#menu-main-menu .current-menu-item > a {
	color: #5f0020;
	border-bottom: 2px solid #5f0020;
}
.slicknav_menu {
	display:none;
	background-color: #5f0020;
}

/*Form width*/
.wpcf7 {
    text-align: left;
    width: 100%;
    background-color: #c2a168;
    padding: 25px 35px !important;
    margin: 0 auto !important;
}

/*Input Field widths*/
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    border-color: #8F8F8F !important;
    color: #777;
}

.wpcf7-text {
	height: 50px;
    padding-left: 10px;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #5A3D3D !important;
}

/*Label Font*/
.wpcf7-form p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: black;
}

/*Submit button Font*/
	.wpcf7-submit {
    width: 100%;
    font-size: 15px !important;
    padding: 15px;
    background-color: #5f0020 !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
    border: none;
}

/*Submit button Hover*/
.wpcf7-submit:hover {
    box-shadow: 0 0 15px #D2D2D2;
}

/*Response messages - Error & Success*/
.wpcf7-response-output {
    margin-bottom: 30px !important;
}

.action-button {
	margin: 15px;
	padding: 10px 40px;
	background-color: #c2a168;
	color: white;
	font-weight: bold;
	display: inline-block;
	font-size: 20px;
}
.action-button:hover {
	box-shadow: 0 0 15px #CCC;
}

@media screen and (max-width: 640px) {
	#menu-main-menu {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
}